Class ProvisionedClustersCommonPropertiesStatus
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.ProvisionedClustersCommonPropertiesStatus
HybridAKSClusterStatus defines the observed state of HybridAKSCluster.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ProvisionedClustersCommonPropertiesStatus class. -
Method Summary
Modifier and TypeMethodDescriptionGet the addonStatus property: AddonStatus - Status of Addons.Get the errorMessage property: ErrorMessage - Error messages during creation of cluster.Get the featuresStatus property: Additional features status like Arc Agent Onboarding.Get the provisioningStatus property: Contains Provisioning errors.void
validate()
Validates the instance.withAddonStatus
(Map<String, AddonStatus> addonStatus) Set the addonStatus property: AddonStatus - Status of Addons.withErrorMessage
(String errorMessage) Set the errorMessage property: ErrorMessage - Error messages during creation of cluster.Set the featuresStatus property: Additional features status like Arc Agent Onboarding.withProvisioningStatus
(ProvisionedClustersCommonPropertiesStatusProvisioningStatus provisioningStatus) Set the provisioningStatus property: Contains Provisioning errors.
-
Constructor Details
-
ProvisionedClustersCommonPropertiesStatus
public ProvisionedClustersCommonPropertiesStatus()Creates an instance of ProvisionedClustersCommonPropertiesStatus class.
-
-
Method Details
-
featuresStatus
Get the featuresStatus property: Additional features status like Arc Agent Onboarding.- Returns:
- the featuresStatus value.
-
withFeaturesStatus
public ProvisionedClustersCommonPropertiesStatus withFeaturesStatus(ProvisionedClustersCommonPropertiesStatusFeaturesStatus featuresStatus) Set the featuresStatus property: Additional features status like Arc Agent Onboarding.- Parameters:
featuresStatus
- the featuresStatus value to set.- Returns:
- the ProvisionedClustersCommonPropertiesStatus object itself.
-
addonStatus
Get the addonStatus property: AddonStatus - Status of Addons.- Returns:
- the addonStatus value.
-
withAddonStatus
public ProvisionedClustersCommonPropertiesStatus withAddonStatus(Map<String, AddonStatus> addonStatus) Set the addonStatus property: AddonStatus - Status of Addons.- Parameters:
addonStatus
- the addonStatus value to set.- Returns:
- the ProvisionedClustersCommonPropertiesStatus object itself.
-
errorMessage
Get the errorMessage property: ErrorMessage - Error messages during creation of cluster.- Returns:
- the errorMessage value.
-
withErrorMessage
Set the errorMessage property: ErrorMessage - Error messages during creation of cluster.- Parameters:
errorMessage
- the errorMessage value to set.- Returns:
- the ProvisionedClustersCommonPropertiesStatus object itself.
-
provisioningStatus
Get the provisioningStatus property: Contains Provisioning errors.- Returns:
- the provisioningStatus value.
-
withProvisioningStatus
public ProvisionedClustersCommonPropertiesStatus withProvisioningStatus(ProvisionedClustersCommonPropertiesStatusProvisioningStatus provisioningStatus) Set the provisioningStatus property: Contains Provisioning errors.- Parameters:
provisioningStatus
- the provisioningStatus value to set.- Returns:
- the ProvisionedClustersCommonPropertiesStatus object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-