Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 3.95 KB

PlacementRegion.md

File metadata and controls

160 lines (87 loc) · 3.95 KB

PlacementRegion

Properties

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]

Methods

NewPlacementRegion

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

NewPlacementRegionWithDefaults

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

GetAzList

func (o *PlacementRegion) GetAzList() []PlacementAZ

GetAzList returns the AzList field if non-nil, zero value otherwise.

GetAzListOk

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.

SetAzList

func (o *PlacementRegion) SetAzList(v []PlacementAZ)

SetAzList sets AzList field to given value.

HasAzList

func (o *PlacementRegion) HasAzList() bool

HasAzList returns a boolean if a field has been set.

GetCode

func (o *PlacementRegion) GetCode() string

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

GetCodeOk

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.

SetCode

func (o *PlacementRegion) SetCode(v string)

SetCode sets Code field to given value.

HasCode

func (o *PlacementRegion) HasCode() bool

HasCode returns a boolean if a field has been set.

GetLbFQDN

func (o *PlacementRegion) GetLbFQDN() string

GetLbFQDN returns the LbFQDN field if non-nil, zero value otherwise.

GetLbFQDNOk

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.

SetLbFQDN

func (o *PlacementRegion) SetLbFQDN(v string)

SetLbFQDN sets LbFQDN field to given value.

HasLbFQDN

func (o *PlacementRegion) HasLbFQDN() bool

HasLbFQDN returns a boolean if a field has been set.

GetName

func (o *PlacementRegion) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *PlacementRegion) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *PlacementRegion) HasName() bool

HasName returns a boolean if a field has been set.

GetUuid

func (o *PlacementRegion) GetUuid() string

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

GetUuidOk

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.

SetUuid

func (o *PlacementRegion) SetUuid(v string)

SetUuid sets Uuid field to given value.

HasUuid

func (o *PlacementRegion) HasUuid() bool

HasUuid returns a boolean if a field has been set.

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