| Name | Type | Description | Notes |
|---|---|---|---|
| ApiAddress | Pointer to string | [optional] | |
| CreatedAt | Pointer to time.Time | [optional] | |
| EnvironmentName | Pointer to string | [optional] | |
| Id | Pointer to int32 | [optional] | |
| IsReconciling | Pointer to bool | [optional] | |
| KeypairName | Pointer to string | [optional] | |
| KubeConfig | Pointer to string | [optional] | |
| KubernetesVersion | Pointer to string | [optional] | |
| MasterFlavor | Pointer to ClusterFlavorFields | [optional] | |
| Name | Pointer to string | [optional] | |
| NodeGroups | Pointer to []ClusterNodeGroupFields | [optional] | |
| Nodes | Pointer to []ClusterNodeFields | [optional] | |
| Status | Pointer to string | [optional] | |
| StatusReason | Pointer to string | [optional] |
func NewClusterFields() *ClusterFields
NewClusterFields instantiates a new ClusterFields 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 NewClusterFieldsWithDefaults() *ClusterFields
NewClusterFieldsWithDefaults instantiates a new ClusterFields 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 *ClusterFields) GetApiAddress() string
GetApiAddress returns the ApiAddress field if non-nil, zero value otherwise.
func (o *ClusterFields) GetApiAddressOk() (*string, bool)
GetApiAddressOk returns a tuple with the ApiAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetApiAddress(v string)
SetApiAddress sets ApiAddress field to given value.
func (o *ClusterFields) HasApiAddress() bool
HasApiAddress returns a boolean if a field has been set.
func (o *ClusterFields) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ClusterFields) 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 *ClusterFields) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *ClusterFields) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ClusterFields) GetEnvironmentName() string
GetEnvironmentName returns the EnvironmentName field if non-nil, zero value otherwise.
func (o *ClusterFields) GetEnvironmentNameOk() (*string, bool)
GetEnvironmentNameOk returns a tuple with the EnvironmentName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetEnvironmentName(v string)
SetEnvironmentName sets EnvironmentName field to given value.
func (o *ClusterFields) HasEnvironmentName() bool
HasEnvironmentName returns a boolean if a field has been set.
func (o *ClusterFields) GetId() int32
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterFields) 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 *ClusterFields) SetId(v int32)
SetId sets Id field to given value.
func (o *ClusterFields) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterFields) GetIsReconciling() bool
GetIsReconciling returns the IsReconciling field if non-nil, zero value otherwise.
func (o *ClusterFields) GetIsReconcilingOk() (*bool, bool)
GetIsReconcilingOk returns a tuple with the IsReconciling field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetIsReconciling(v bool)
SetIsReconciling sets IsReconciling field to given value.
func (o *ClusterFields) HasIsReconciling() bool
HasIsReconciling returns a boolean if a field has been set.
func (o *ClusterFields) GetKeypairName() string
GetKeypairName returns the KeypairName field if non-nil, zero value otherwise.
func (o *ClusterFields) GetKeypairNameOk() (*string, bool)
GetKeypairNameOk returns a tuple with the KeypairName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetKeypairName(v string)
SetKeypairName sets KeypairName field to given value.
func (o *ClusterFields) HasKeypairName() bool
HasKeypairName returns a boolean if a field has been set.
func (o *ClusterFields) GetKubeConfig() string
GetKubeConfig returns the KubeConfig field if non-nil, zero value otherwise.
func (o *ClusterFields) GetKubeConfigOk() (*string, bool)
GetKubeConfigOk returns a tuple with the KubeConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetKubeConfig(v string)
SetKubeConfig sets KubeConfig field to given value.
func (o *ClusterFields) HasKubeConfig() bool
HasKubeConfig returns a boolean if a field has been set.
func (o *ClusterFields) GetKubernetesVersion() string
GetKubernetesVersion returns the KubernetesVersion field if non-nil, zero value otherwise.
func (o *ClusterFields) GetKubernetesVersionOk() (*string, bool)
GetKubernetesVersionOk returns a tuple with the KubernetesVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetKubernetesVersion(v string)
SetKubernetesVersion sets KubernetesVersion field to given value.
func (o *ClusterFields) HasKubernetesVersion() bool
HasKubernetesVersion returns a boolean if a field has been set.
func (o *ClusterFields) GetMasterFlavor() ClusterFlavorFields
GetMasterFlavor returns the MasterFlavor field if non-nil, zero value otherwise.
func (o *ClusterFields) GetMasterFlavorOk() (*ClusterFlavorFields, bool)
GetMasterFlavorOk returns a tuple with the MasterFlavor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetMasterFlavor(v ClusterFlavorFields)
SetMasterFlavor sets MasterFlavor field to given value.
func (o *ClusterFields) HasMasterFlavor() bool
HasMasterFlavor returns a boolean if a field has been set.
func (o *ClusterFields) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterFields) 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 *ClusterFields) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterFields) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClusterFields) GetNodeGroups() []ClusterNodeGroupFields
GetNodeGroups returns the NodeGroups field if non-nil, zero value otherwise.
func (o *ClusterFields) GetNodeGroupsOk() (*[]ClusterNodeGroupFields, bool)
GetNodeGroupsOk returns a tuple with the NodeGroups field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetNodeGroups(v []ClusterNodeGroupFields)
SetNodeGroups sets NodeGroups field to given value.
func (o *ClusterFields) HasNodeGroups() bool
HasNodeGroups returns a boolean if a field has been set.
func (o *ClusterFields) GetNodes() []ClusterNodeFields
GetNodes returns the Nodes field if non-nil, zero value otherwise.
func (o *ClusterFields) GetNodesOk() (*[]ClusterNodeFields, bool)
GetNodesOk returns a tuple with the Nodes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetNodes(v []ClusterNodeFields)
SetNodes sets Nodes field to given value.
func (o *ClusterFields) HasNodes() bool
HasNodes returns a boolean if a field has been set.
func (o *ClusterFields) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ClusterFields) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ClusterFields) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *ClusterFields) GetStatusReason() string
GetStatusReason returns the StatusReason field if non-nil, zero value otherwise.
func (o *ClusterFields) GetStatusReasonOk() (*string, bool)
GetStatusReasonOk returns a tuple with the StatusReason field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterFields) SetStatusReason(v string)
SetStatusReason sets StatusReason field to given value.
func (o *ClusterFields) HasStatusReason() bool
HasStatusReason returns a boolean if a field has been set.