| 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] |
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
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
func (o *ClusterNodeGroupFields) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetCount(v int32)
SetCount sets Count field to given value.
func (o *ClusterNodeGroupFields) HasCount() bool
HasCount returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ClusterNodeGroupFields) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetFirewallIds() []int32
GetFirewallIds returns the FirewallIds field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetFirewallIds(v []int32)
SetFirewallIds sets FirewallIds field to given value.
func (o *ClusterNodeGroupFields) HasFirewallIds() bool
HasFirewallIds returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetFirewalls() []ClusterNodeGroupFirewallFields
GetFirewalls returns the Firewalls field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetFirewalls(v []ClusterNodeGroupFirewallFields)
SetFirewalls sets Firewalls field to given value.
func (o *ClusterNodeGroupFields) HasFirewalls() bool
HasFirewalls returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetFlavor() ClusterFlavorFields
GetFlavor returns the Flavor field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetFlavor(v ClusterFlavorFields)
SetFlavor sets Flavor field to given value.
func (o *ClusterNodeGroupFields) HasFlavor() bool
HasFlavor returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetId(v int32)
SetId sets Id field to given value.
func (o *ClusterNodeGroupFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetMaxCount() int32
GetMaxCount returns the MaxCount field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetMaxCount(v int32)
SetMaxCount sets MaxCount field to given value.
func (o *ClusterNodeGroupFields) HasMaxCount() bool
HasMaxCount returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetMinCount() int32
GetMinCount returns the MinCount field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetMinCount(v int32)
SetMinCount sets MinCount field to given value.
func (o *ClusterNodeGroupFields) HasMinCount() bool
HasMinCount returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterNodeGroupFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetRole(v string)
SetRole sets Role field to given value.
func (o *ClusterNodeGroupFields) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *ClusterNodeGroupFields) GetUpdatedAt() time.Time
GetUpdatedAt returns the UpdatedAt field if non-nil, zero value otherwise.
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.
func (o *ClusterNodeGroupFields) SetUpdatedAt(v time.Time)
SetUpdatedAt sets UpdatedAt field to given value.
func (o *ClusterNodeGroupFields) HasUpdatedAt() bool
HasUpdatedAt returns a boolean if a field has been set.