Skip to content

Latest commit

 

History

History
316 lines (171 loc) · 8.39 KB

File metadata and controls

316 lines (171 loc) · 8.39 KB

ClusterNodeGroupFields

Properties

Name Type Description Notes
Count Pointer to int32 [optional]
CreatedAt Pointer to time.Time [optional]
FirewallIds Pointer to []int32 [optional]
Firewalls Pointer to []ClusterNodeGroupFirewallFields [optional]
Flavor Pointer to ClusterFlavorFields [optional]
Id Pointer to int32 [optional]
MaxCount Pointer to int32 [optional]
MinCount Pointer to int32 [optional]
Name Pointer to string [optional]
Role Pointer to string [optional]
UpdatedAt Pointer to time.Time [optional]

Methods

NewClusterNodeGroupFields

func NewClusterNodeGroupFields() *ClusterNodeGroupFields

NewClusterNodeGroupFields instantiates a new ClusterNodeGroupFields 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

NewClusterNodeGroupFieldsWithDefaults

func NewClusterNodeGroupFieldsWithDefaults() *ClusterNodeGroupFields

NewClusterNodeGroupFieldsWithDefaults instantiates a new ClusterNodeGroupFields 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

GetCount

func (o *ClusterNodeGroupFields) GetCount() int32

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

func (o *ClusterNodeGroupFields) GetCountOk() (*int32, bool)

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

SetCount

func (o *ClusterNodeGroupFields) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *ClusterNodeGroupFields) HasCount() bool

HasCount returns a boolean if a field has been set.

GetCreatedAt

func (o *ClusterNodeGroupFields) GetCreatedAt() time.Time

GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.

GetCreatedAtOk

func (o *ClusterNodeGroupFields) GetCreatedAtOk() (*time.Time, bool)

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

SetCreatedAt

func (o *ClusterNodeGroupFields) SetCreatedAt(v time.Time)

SetCreatedAt sets CreatedAt field to given value.

HasCreatedAt

func (o *ClusterNodeGroupFields) HasCreatedAt() bool

HasCreatedAt returns a boolean if a field has been set.

GetFirewallIds

func (o *ClusterNodeGroupFields) GetFirewallIds() []int32

GetFirewallIds returns the FirewallIds field if non-nil, zero value otherwise.

GetFirewallIdsOk

func (o *ClusterNodeGroupFields) GetFirewallIdsOk() (*[]int32, bool)

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

SetFirewallIds

func (o *ClusterNodeGroupFields) SetFirewallIds(v []int32)

SetFirewallIds sets FirewallIds field to given value.

HasFirewallIds

func (o *ClusterNodeGroupFields) HasFirewallIds() bool

HasFirewallIds returns a boolean if a field has been set.

GetFirewalls

func (o *ClusterNodeGroupFields) GetFirewalls() []ClusterNodeGroupFirewallFields

GetFirewalls returns the Firewalls field if non-nil, zero value otherwise.

GetFirewallsOk

func (o *ClusterNodeGroupFields) GetFirewallsOk() (*[]ClusterNodeGroupFirewallFields, bool)

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

SetFirewalls

func (o *ClusterNodeGroupFields) SetFirewalls(v []ClusterNodeGroupFirewallFields)

SetFirewalls sets Firewalls field to given value.

HasFirewalls

func (o *ClusterNodeGroupFields) HasFirewalls() bool

HasFirewalls returns a boolean if a field has been set.

GetFlavor

func (o *ClusterNodeGroupFields) GetFlavor() ClusterFlavorFields

GetFlavor returns the Flavor field if non-nil, zero value otherwise.

GetFlavorOk

func (o *ClusterNodeGroupFields) GetFlavorOk() (*ClusterFlavorFields, bool)

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

SetFlavor

func (o *ClusterNodeGroupFields) SetFlavor(v ClusterFlavorFields)

SetFlavor sets Flavor field to given value.

HasFlavor

func (o *ClusterNodeGroupFields) HasFlavor() bool

HasFlavor returns a boolean if a field has been set.

GetId

func (o *ClusterNodeGroupFields) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ClusterNodeGroupFields) GetIdOk() (*int32, bool)

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

SetId

func (o *ClusterNodeGroupFields) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *ClusterNodeGroupFields) HasId() bool

HasId returns a boolean if a field has been set.

GetMaxCount

func (o *ClusterNodeGroupFields) GetMaxCount() int32

GetMaxCount returns the MaxCount field if non-nil, zero value otherwise.

GetMaxCountOk

func (o *ClusterNodeGroupFields) GetMaxCountOk() (*int32, bool)

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

SetMaxCount

func (o *ClusterNodeGroupFields) SetMaxCount(v int32)

SetMaxCount sets MaxCount field to given value.

HasMaxCount

func (o *ClusterNodeGroupFields) HasMaxCount() bool

HasMaxCount returns a boolean if a field has been set.

GetMinCount

func (o *ClusterNodeGroupFields) GetMinCount() int32

GetMinCount returns the MinCount field if non-nil, zero value otherwise.

GetMinCountOk

func (o *ClusterNodeGroupFields) GetMinCountOk() (*int32, bool)

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

SetMinCount

func (o *ClusterNodeGroupFields) SetMinCount(v int32)

SetMinCount sets MinCount field to given value.

HasMinCount

func (o *ClusterNodeGroupFields) HasMinCount() bool

HasMinCount returns a boolean if a field has been set.

GetName

func (o *ClusterNodeGroupFields) GetName() string

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

GetNameOk

func (o *ClusterNodeGroupFields) 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 *ClusterNodeGroupFields) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *ClusterNodeGroupFields) HasName() bool

HasName returns a boolean if a field has been set.

GetRole

func (o *ClusterNodeGroupFields) GetRole() string

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *ClusterNodeGroupFields) GetRoleOk() (*string, bool)

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

SetRole

func (o *ClusterNodeGroupFields) SetRole(v string)

SetRole sets Role field to given value.

HasRole

func (o *ClusterNodeGroupFields) HasRole() bool

HasRole returns a boolean if a field has been set.

GetUpdatedAt

func (o *ClusterNodeGroupFields) GetUpdatedAt() time.Time

GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.

GetUpdatedAtOk

func (o *ClusterNodeGroupFields) GetUpdatedAtOk() (*time.Time, bool)

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

SetUpdatedAt

func (o *ClusterNodeGroupFields) SetUpdatedAt(v time.Time)

SetUpdatedAt sets UpdatedAt field to given value.

HasUpdatedAt

func (o *ClusterNodeGroupFields) HasUpdatedAt() bool

HasUpdatedAt returns a boolean if a field has been set.

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