Class StorageSpacesProperties

java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.StorageSpacesProperties

public final class StorageSpacesProperties extends Object
HybridAKSStorageSpec defines the desired state of HybridAKSStorage.
  • Constructor Details

    • StorageSpacesProperties

      public StorageSpacesProperties()
      Creates an instance of StorageSpacesProperties class.
  • Method Details

    • hciStorageProfile

      public StorageSpacesPropertiesHciStorageProfile hciStorageProfile()
      Get the hciStorageProfile property: The hciStorageProfile property.
      Returns:
      the hciStorageProfile value.
    • withHciStorageProfile

      public StorageSpacesProperties withHciStorageProfile(StorageSpacesPropertiesHciStorageProfile hciStorageProfile)
      Set the hciStorageProfile property: The hciStorageProfile property.
      Parameters:
      hciStorageProfile - the hciStorageProfile value to set.
      Returns:
      the StorageSpacesProperties object itself.
    • vmwareStorageProfile

      public StorageSpacesPropertiesVmwareStorageProfile vmwareStorageProfile()
      Get the vmwareStorageProfile property: The vmwareStorageProfile property.
      Returns:
      the vmwareStorageProfile value.
    • withVmwareStorageProfile

      public StorageSpacesProperties withVmwareStorageProfile(StorageSpacesPropertiesVmwareStorageProfile vmwareStorageProfile)
      Set the vmwareStorageProfile property: The vmwareStorageProfile property.
      Parameters:
      vmwareStorageProfile - the vmwareStorageProfile value to set.
      Returns:
      the StorageSpacesProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • status

      Get the status property: HybridAKSStorageStatus defines the observed state of HybridAKSStorage.
      Returns:
      the status value.
    • withStatus

      Set the status property: HybridAKSStorageStatus defines the observed state of HybridAKSStorage.
      Parameters:
      status - the status value to set.
      Returns:
      the StorageSpacesProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.