Class CloudProperties


  • public final class CloudProperties
    extends Object
    Defines the resource properties.
    • Constructor Detail

      • CloudProperties

        public CloudProperties()
    • Method Detail

      • inventoryItemId

        public String inventoryItemId()
        Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
        Returns:
        the inventoryItemId value.
      • withInventoryItemId

        public CloudProperties withInventoryItemId​(String inventoryItemId)
        Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource.
        Parameters:
        inventoryItemId - the inventoryItemId value to set.
        Returns:
        the CloudProperties object itself.
      • uuid

        public String uuid()
        Get the uuid property: Unique ID of the cloud.
        Returns:
        the uuid value.
      • withUuid

        public CloudProperties withUuid​(String uuid)
        Set the uuid property: Unique ID of the cloud.
        Parameters:
        uuid - the uuid value to set.
        Returns:
        the CloudProperties object itself.
      • vmmServerId

        public String vmmServerId()
        Get the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Returns:
        the vmmServerId value.
      • withVmmServerId

        public CloudProperties withVmmServerId​(String vmmServerId)
        Set the vmmServerId property: ARM Id of the vmmServer resource in which this resource resides.
        Parameters:
        vmmServerId - the vmmServerId value to set.
        Returns:
        the CloudProperties object itself.
      • cloudName

        public String cloudName()
        Get the cloudName property: Name of the cloud in VMMServer.
        Returns:
        the cloudName value.
      • cloudCapacity

        public CloudCapacity cloudCapacity()
        Get the cloudCapacity property: Capacity of the cloud.
        Returns:
        the cloudCapacity value.
      • storageQoSPolicies

        public List<StorageQoSPolicy> storageQoSPolicies()
        Get the storageQoSPolicies property: List of QoS policies available for the cloud.
        Returns:
        the storageQoSPolicies value.
      • provisioningState

        public String provisioningState()
        Get the provisioningState property: Gets or sets the provisioning state.
        Returns:
        the provisioningState value.
      • validate

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