Name | Type | Description | Notes |
---|---|---|---|
IsAffinitized | Pointer to bool | [optional] | |
LbName | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
NumNodesInAZ | Pointer to int32 | [optional] | |
ReplicationFactor | Pointer to int32 | [optional] | |
SecondarySubnet | Pointer to string | [optional] | |
Subnet | Pointer to string | [optional] | |
Uuid | Pointer to string | [optional] |
func NewPlacementAZ() *PlacementAZ
NewPlacementAZ instantiates a new PlacementAZ 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 NewPlacementAZWithDefaults() *PlacementAZ
NewPlacementAZWithDefaults instantiates a new PlacementAZ 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 *PlacementAZ) GetIsAffinitized() bool
GetIsAffinitized returns the IsAffinitized field if non-nil, zero value otherwise.
func (o *PlacementAZ) GetIsAffinitizedOk() (*bool, bool)
GetIsAffinitizedOk returns a tuple with the IsAffinitized field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementAZ) SetIsAffinitized(v bool)
SetIsAffinitized sets IsAffinitized field to given value.
func (o *PlacementAZ) HasIsAffinitized() bool
HasIsAffinitized returns a boolean if a field has been set.
func (o *PlacementAZ) GetLbName() string
GetLbName returns the LbName field if non-nil, zero value otherwise.
func (o *PlacementAZ) GetLbNameOk() (*string, bool)
GetLbNameOk returns a tuple with the LbName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementAZ) SetLbName(v string)
SetLbName sets LbName field to given value.
func (o *PlacementAZ) HasLbName() bool
HasLbName returns a boolean if a field has been set.
func (o *PlacementAZ) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *PlacementAZ) 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 *PlacementAZ) SetName(v string)
SetName sets Name field to given value.
func (o *PlacementAZ) HasName() bool
HasName returns a boolean if a field has been set.
func (o *PlacementAZ) GetNumNodesInAZ() int32
GetNumNodesInAZ returns the NumNodesInAZ field if non-nil, zero value otherwise.
func (o *PlacementAZ) GetNumNodesInAZOk() (*int32, bool)
GetNumNodesInAZOk returns a tuple with the NumNodesInAZ field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementAZ) SetNumNodesInAZ(v int32)
SetNumNodesInAZ sets NumNodesInAZ field to given value.
func (o *PlacementAZ) HasNumNodesInAZ() bool
HasNumNodesInAZ returns a boolean if a field has been set.
func (o *PlacementAZ) GetReplicationFactor() int32
GetReplicationFactor returns the ReplicationFactor field if non-nil, zero value otherwise.
func (o *PlacementAZ) GetReplicationFactorOk() (*int32, bool)
GetReplicationFactorOk returns a tuple with the ReplicationFactor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementAZ) SetReplicationFactor(v int32)
SetReplicationFactor sets ReplicationFactor field to given value.
func (o *PlacementAZ) HasReplicationFactor() bool
HasReplicationFactor returns a boolean if a field has been set.
func (o *PlacementAZ) GetSecondarySubnet() string
GetSecondarySubnet returns the SecondarySubnet field if non-nil, zero value otherwise.
func (o *PlacementAZ) GetSecondarySubnetOk() (*string, bool)
GetSecondarySubnetOk returns a tuple with the SecondarySubnet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementAZ) SetSecondarySubnet(v string)
SetSecondarySubnet sets SecondarySubnet field to given value.
func (o *PlacementAZ) HasSecondarySubnet() bool
HasSecondarySubnet returns a boolean if a field has been set.
func (o *PlacementAZ) GetSubnet() string
GetSubnet returns the Subnet field if non-nil, zero value otherwise.
func (o *PlacementAZ) GetSubnetOk() (*string, bool)
GetSubnetOk returns a tuple with the Subnet field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PlacementAZ) SetSubnet(v string)
SetSubnet sets Subnet field to given value.
func (o *PlacementAZ) HasSubnet() bool
HasSubnet returns a boolean if a field has been set.
func (o *PlacementAZ) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *PlacementAZ) 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 *PlacementAZ) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *PlacementAZ) HasUuid() bool
HasUuid returns a boolean if a field has been set.