Name | Type | Description | Notes |
---|---|---|---|
Code | Pointer to string | [optional] | |
DefaultRegion | Pointer to string | [optional] | |
RegionList | Pointer to []PlacementRegion | [optional] | |
Uuid | Pointer to string | [optional] |
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
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
func (o *PlacementCloud) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
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.
func (o *PlacementCloud) SetCode(v string)
SetCode sets Code field to given value.
func (o *PlacementCloud) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *PlacementCloud) GetDefaultRegion() string
GetDefaultRegion returns the DefaultRegion field if non-nil, zero value otherwise.
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.
func (o *PlacementCloud) SetDefaultRegion(v string)
SetDefaultRegion sets DefaultRegion field to given value.
func (o *PlacementCloud) HasDefaultRegion() bool
HasDefaultRegion returns a boolean if a field has been set.
func (o *PlacementCloud) GetRegionList() []PlacementRegion
GetRegionList returns the RegionList field if non-nil, zero value otherwise.
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.
func (o *PlacementCloud) SetRegionList(v []PlacementRegion)
SetRegionList sets RegionList field to given value.
func (o *PlacementCloud) HasRegionList() bool
HasRegionList returns a boolean if a field has been set.
func (o *PlacementCloud) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
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.
func (o *PlacementCloud) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *PlacementCloud) HasUuid() bool
HasUuid returns a boolean if a field has been set.