Class StorageSpacesPropertiesHciStorageProfile

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

public final class StorageSpacesPropertiesHciStorageProfile extends Object
The StorageSpacesPropertiesHciStorageProfile model.
  • Constructor Details

    • StorageSpacesPropertiesHciStorageProfile

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

    • mocGroup

      public String mocGroup()
      Get the mocGroup property: Resource group in MOC(Microsoft On-premises Cloud).
      Returns:
      the mocGroup value.
    • withMocGroup

      public StorageSpacesPropertiesHciStorageProfile withMocGroup(String mocGroup)
      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

      public String mocLocation()
      Get the mocLocation property: Location in MOC(Microsoft On-premises Cloud).
      Returns:
      the mocLocation value.
    • withMocLocation

      public StorageSpacesPropertiesHciStorageProfile withMocLocation(String mocLocation)
      Set the mocLocation property: Location in MOC(Microsoft On-premises Cloud).
      Parameters:
      mocLocation - the mocLocation value to set.
      Returns:
      the StorageSpacesPropertiesHciStorageProfile object itself.
    • mocStorageContainer

      public String mocStorageContainer()
      Get the mocStorageContainer property: Name of the storage container in MOC(Microsoft On-premises Cloud).
      Returns:
      the mocStorageContainer value.
    • withMocStorageContainer

      public StorageSpacesPropertiesHciStorageProfile withMocStorageContainer(String mocStorageContainer)
      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.