Class StorageSpacesProperties
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.StorageSpacesProperties
HybridAKSStorageSpec defines the desired state of HybridAKSStorage.
-
Constructor Summary
ConstructorDescriptionCreates an instance of StorageSpacesProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the hciStorageProfile property: The hciStorageProfile property.Get the provisioningState property: The provisioningState property.status()
Get the status property: HybridAKSStorageStatus defines the observed state of HybridAKSStorage.void
validate()
Validates the instance.Get the vmwareStorageProfile property: The vmwareStorageProfile property.withHciStorageProfile
(StorageSpacesPropertiesHciStorageProfile hciStorageProfile) Set the hciStorageProfile property: The hciStorageProfile property.Set the status property: HybridAKSStorageStatus defines the observed state of HybridAKSStorage.withVmwareStorageProfile
(StorageSpacesPropertiesVmwareStorageProfile vmwareStorageProfile) Set the vmwareStorageProfile property: The vmwareStorageProfile property.
-
Constructor Details
-
StorageSpacesProperties
public StorageSpacesProperties()Creates an instance of StorageSpacesProperties class.
-
-
Method Details
-
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
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
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.
-