Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.36 KB

GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner.md

File metadata and controls

56 lines (31 loc) · 2.36 KB

GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner

Properties

Name Type Description Notes
LinodeId Pointer to int32 The unique identifier for a compute instance being migrated out of the placement group. [optional] [readonly]

Methods

NewGetPlacementGroups200ResponseDataInnerMigrationsOutboundInner

func NewGetPlacementGroups200ResponseDataInnerMigrationsOutboundInner() *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner

NewGetPlacementGroups200ResponseDataInnerMigrationsOutboundInner instantiates a new GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewGetPlacementGroups200ResponseDataInnerMigrationsOutboundInnerWithDefaults

func NewGetPlacementGroups200ResponseDataInnerMigrationsOutboundInnerWithDefaults() *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner

NewGetPlacementGroups200ResponseDataInnerMigrationsOutboundInnerWithDefaults instantiates a new GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetLinodeId

func (o *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner) GetLinodeId() int32

GetLinodeId returns the LinodeId field if non-nil, zero value otherwise.

GetLinodeIdOk

func (o *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner) GetLinodeIdOk() (*int32, bool)

GetLinodeIdOk returns a tuple with the LinodeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetLinodeId

func (o *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner) SetLinodeId(v int32)

SetLinodeId sets LinodeId field to given value.

HasLinodeId

func (o *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner) HasLinodeId() bool

HasLinodeId returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]