Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.53 KB

PlacementCloud.md

File metadata and controls

134 lines (73 loc) · 3.53 KB

PlacementCloud

Properties

Name Type Description Notes
Code Pointer to string [optional]
DefaultRegion Pointer to string [optional]
RegionList Pointer to []PlacementRegion [optional]
Uuid Pointer to string [optional]

Methods

NewPlacementCloud

func NewPlacementCloud() *PlacementCloud

NewPlacementCloud instantiates a new PlacementCloud 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

NewPlacementCloudWithDefaults

func NewPlacementCloudWithDefaults() *PlacementCloud

NewPlacementCloudWithDefaults instantiates a new PlacementCloud 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

GetCode

func (o *PlacementCloud) GetCode() string

GetCode returns the Code field if non-nil, zero value otherwise.

GetCodeOk

func (o *PlacementCloud) GetCodeOk() (*string, bool)

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

SetCode

func (o *PlacementCloud) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *PlacementCloud) HasCode() bool

HasCode returns a boolean if a field has been set.

GetDefaultRegion

func (o *PlacementCloud) GetDefaultRegion() string

GetDefaultRegion returns the DefaultRegion field if non-nil, zero value otherwise.

GetDefaultRegionOk

func (o *PlacementCloud) GetDefaultRegionOk() (*string, bool)

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

SetDefaultRegion

func (o *PlacementCloud) SetDefaultRegion(v string)

SetDefaultRegion sets DefaultRegion field to given value.

HasDefaultRegion

func (o *PlacementCloud) HasDefaultRegion() bool

HasDefaultRegion returns a boolean if a field has been set.

GetRegionList

func (o *PlacementCloud) GetRegionList() []PlacementRegion

GetRegionList returns the RegionList field if non-nil, zero value otherwise.

GetRegionListOk

func (o *PlacementCloud) GetRegionListOk() (*[]PlacementRegion, bool)

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

SetRegionList

func (o *PlacementCloud) SetRegionList(v []PlacementRegion)

SetRegionList sets RegionList field to given value.

HasRegionList

func (o *PlacementCloud) HasRegionList() bool

HasRegionList returns a boolean if a field has been set.

GetUuid

func (o *PlacementCloud) GetUuid() string

GetUuid returns the Uuid field if non-nil, zero value otherwise.

GetUuidOk

func (o *PlacementCloud) GetUuidOk() (*string, bool)

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

SetUuid

func (o *PlacementCloud) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *PlacementCloud) HasUuid() bool

HasUuid returns a boolean if a field has been set.

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