Class StorageSpacesPropertiesHciStorageProfile
java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.models.StorageSpacesPropertiesHciStorageProfile
The StorageSpacesPropertiesHciStorageProfile model.
-
Constructor Summary
ConstructorDescriptionCreates an instance of StorageSpacesPropertiesHciStorageProfile class. -
Method Summary
Modifier and TypeMethodDescriptionmocGroup()
Get the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).Get the mocLocation property: Location in MOC(Microsoft On-premises Cloud).Get the mocStorageContainer property: Name of the storage container in MOC(Microsoft On-premises Cloud).void
validate()
Validates the instance.withMocGroup
(String mocGroup) Set the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).withMocLocation
(String mocLocation) Set the mocLocation property: Location in MOC(Microsoft On-premises Cloud).withMocStorageContainer
(String mocStorageContainer) Set the mocStorageContainer property: Name of the storage container in MOC(Microsoft On-premises Cloud).
-
Constructor Details
-
StorageSpacesPropertiesHciStorageProfile
public StorageSpacesPropertiesHciStorageProfile()Creates an instance of StorageSpacesPropertiesHciStorageProfile class.
-
-
Method Details
-
mocGroup
Get the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).- Returns:
- the mocGroup value.
-
withMocGroup
Set the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).- Parameters:
mocGroup
- the mocGroup value to set.- Returns:
- the StorageSpacesPropertiesHciStorageProfile object itself.
-
mocLocation
Get the mocLocation property: Location in MOC(Microsoft On-premises Cloud).- Returns:
- the mocLocation value.
-
withMocLocation
Set the mocLocation property: Location in MOC(Microsoft On-premises Cloud).- Parameters:
mocLocation
- the mocLocation value to set.- Returns:
- the StorageSpacesPropertiesHciStorageProfile object itself.
-
mocStorageContainer
Get the mocStorageContainer property: Name of the storage container in MOC(Microsoft On-premises Cloud).- Returns:
- the mocStorageContainer value.
-
withMocStorageContainer
Set the mocStorageContainer property: Name of the storage container in MOC(Microsoft On-premises Cloud).- Parameters:
mocStorageContainer
- the mocStorageContainer value to set.- Returns:
- the StorageSpacesPropertiesHciStorageProfile object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-