Name | Type | Description | Notes |
---|---|---|---|
LinodeId | Pointer to int32 | The unique identifier for a compute instance being migrated out of the placement group. | [optional] [readonly] |
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
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
func (o *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner) GetLinodeId() int32
GetLinodeId returns the LinodeId field if non-nil, zero value otherwise.
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.
func (o *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner) SetLinodeId(v int32)
SetLinodeId sets LinodeId field to given value.
func (o *GetPlacementGroups200ResponseDataInnerMigrationsOutboundInner) HasLinodeId() bool
HasLinodeId returns a boolean if a field has been set.