| Name | Type | Description | Notes |
|---|---|---|---|
| Aks | Pointer to AKSStatus | [optional] | |
| Blueprint | Pointer to BlueprintStatus | [optional] | |
| CommonStatus | Pointer to Status | [optional] | |
| Conditions | Pointer to []ClusterCondition | [optional] | |
| ControPlane | Pointer to ControlPlaneStatus | [optional] | |
| CreatedAt | Pointer to StatusTime | [optional] | |
| DisplayName | Pointer to string | [optional] | |
| Extra | Pointer to ExtraStatus | [optional] | |
| Id | Pointer to string | [optional] | |
| Imported | Pointer to ImportedStatus | [optional] | |
| Name | Pointer to string | [optional] | |
| ProvisionStatus | Pointer to string | [optional] |
func NewClusterStatus() *ClusterStatus
NewClusterStatus instantiates a new ClusterStatus 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 NewClusterStatusWithDefaults() *ClusterStatus
NewClusterStatusWithDefaults instantiates a new ClusterStatus 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 *ClusterStatus) GetAks() AKSStatus
GetAks returns the Aks field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetAksOk() (*AKSStatus, bool)
GetAksOk returns a tuple with the Aks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetAks(v AKSStatus)
SetAks sets Aks field to given value.
func (o *ClusterStatus) HasAks() bool
HasAks returns a boolean if a field has been set.
func (o *ClusterStatus) GetBlueprint() BlueprintStatus
GetBlueprint returns the Blueprint field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetBlueprintOk() (*BlueprintStatus, bool)
GetBlueprintOk returns a tuple with the Blueprint field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetBlueprint(v BlueprintStatus)
SetBlueprint sets Blueprint field to given value.
func (o *ClusterStatus) HasBlueprint() bool
HasBlueprint returns a boolean if a field has been set.
func (o *ClusterStatus) GetCommonStatus() Status
GetCommonStatus returns the CommonStatus field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetCommonStatusOk() (*Status, bool)
GetCommonStatusOk returns a tuple with the CommonStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetCommonStatus(v Status)
SetCommonStatus sets CommonStatus field to given value.
func (o *ClusterStatus) HasCommonStatus() bool
HasCommonStatus returns a boolean if a field has been set.
func (o *ClusterStatus) GetConditions() []ClusterCondition
GetConditions returns the Conditions field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetConditionsOk() (*[]ClusterCondition, bool)
GetConditionsOk returns a tuple with the Conditions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetConditions(v []ClusterCondition)
SetConditions sets Conditions field to given value.
func (o *ClusterStatus) HasConditions() bool
HasConditions returns a boolean if a field has been set.
func (o *ClusterStatus) GetControPlane() ControlPlaneStatus
GetControPlane returns the ControPlane field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetControPlaneOk() (*ControlPlaneStatus, bool)
GetControPlaneOk returns a tuple with the ControPlane field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetControPlane(v ControlPlaneStatus)
SetControPlane sets ControPlane field to given value.
func (o *ClusterStatus) HasControPlane() bool
HasControPlane returns a boolean if a field has been set.
func (o *ClusterStatus) GetCreatedAt() StatusTime
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetCreatedAtOk() (*StatusTime, 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 *ClusterStatus) SetCreatedAt(v StatusTime)
SetCreatedAt sets CreatedAt field to given value.
func (o *ClusterStatus) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *ClusterStatus) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetDisplayNameOk() (*string, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ClusterStatus) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ClusterStatus) GetExtra() ExtraStatus
GetExtra returns the Extra field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetExtraOk() (*ExtraStatus, bool)
GetExtraOk returns a tuple with the Extra field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetExtra(v ExtraStatus)
SetExtra sets Extra field to given value.
func (o *ClusterStatus) HasExtra() bool
HasExtra returns a boolean if a field has been set.
func (o *ClusterStatus) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetIdOk() (*string, 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 *ClusterStatus) SetId(v string)
SetId sets Id field to given value.
func (o *ClusterStatus) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ClusterStatus) GetImported() ImportedStatus
GetImported returns the Imported field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetImportedOk() (*ImportedStatus, bool)
GetImportedOk returns a tuple with the Imported field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetImported(v ImportedStatus)
SetImported sets Imported field to given value.
func (o *ClusterStatus) HasImported() bool
HasImported returns a boolean if a field has been set.
func (o *ClusterStatus) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ClusterStatus) 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 *ClusterStatus) SetName(v string)
SetName sets Name field to given value.
func (o *ClusterStatus) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ClusterStatus) GetProvisionStatus() string
GetProvisionStatus returns the ProvisionStatus field if non-nil, zero value otherwise.
func (o *ClusterStatus) GetProvisionStatusOk() (*string, bool)
GetProvisionStatusOk returns a tuple with the ProvisionStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ClusterStatus) SetProvisionStatus(v string)
SetProvisionStatus sets ProvisionStatus field to given value.
func (o *ClusterStatus) HasProvisionStatus() bool
HasProvisionStatus returns a boolean if a field has been set.