Name | Type | Description | Notes |
---|---|---|---|
AzList | Pointer to []PlacementAZ | [optional] | |
Code | Pointer to string | [optional] | |
LbFQDN | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
Uuid | Pointer to string | [optional] |
func NewPlacementRegion() *PlacementRegion
NewPlacementRegion instantiates a new PlacementRegion 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 NewPlacementRegionWithDefaults() *PlacementRegion
NewPlacementRegionWithDefaults instantiates a new PlacementRegion 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 *PlacementRegion) GetAzList() []PlacementAZ
GetAzList returns the AzList field if non-nil, zero value otherwise.
func (o *PlacementRegion) GetAzListOk() (*[]PlacementAZ, bool)
GetAzListOk returns a tuple with the AzList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementRegion) SetAzList(v []PlacementAZ)
SetAzList sets AzList field to given value.
func (o *PlacementRegion) HasAzList() bool
HasAzList returns a boolean if a field has been set.
func (o *PlacementRegion) GetCode() string
GetCode returns the Code field if non-nil, zero value otherwise.
func (o *PlacementRegion) 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 *PlacementRegion) SetCode(v string)
SetCode sets Code field to given value.
func (o *PlacementRegion) HasCode() bool
HasCode returns a boolean if a field has been set.
func (o *PlacementRegion) GetLbFQDN() string
GetLbFQDN returns the LbFQDN field if non-nil, zero value otherwise.
func (o *PlacementRegion) GetLbFQDNOk() (*string, bool)
GetLbFQDNOk returns a tuple with the LbFQDN field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementRegion) SetLbFQDN(v string)
SetLbFQDN sets LbFQDN field to given value.
func (o *PlacementRegion) HasLbFQDN() bool
HasLbFQDN returns a boolean if a field has been set.
func (o *PlacementRegion) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PlacementRegion) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementRegion) SetName(v string)
SetName sets Name field to given value.
func (o *PlacementRegion) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PlacementRegion) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *PlacementRegion) 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 *PlacementRegion) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *PlacementRegion) HasUuid() bool
HasUuid returns a boolean if a field has been set.