java.lang.Object
com.azure.core.management.ProxyResource
com.azure.core.management.Resource
com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanInner

public final class ElasticSanInner extends com.azure.core.management.Resource
Response for ElasticSan request.
  • Constructor Details

    • ElasticSanInner

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

    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Resource metadata required by ARM RPC.
      Returns:
      the systemData value.
    • withLocation

      public ElasticSanInner withLocation(String location)
      Overrides:
      withLocation in class com.azure.core.management.Resource
    • withTags

      public ElasticSanInner withTags(Map<String,String> tags)
      Overrides:
      withTags in class com.azure.core.management.Resource
    • sku

      public Sku sku()
      Get the sku property: resource sku.
      Returns:
      the sku value.
    • withSku

      public ElasticSanInner withSku(Sku sku)
      Set the sku property: resource sku.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ElasticSanInner object itself.
    • availabilityZones

      public List<String> availabilityZones()
      Get the availabilityZones property: Logical zone for Elastic San resource; example: ["1"].
      Returns:
      the availabilityZones value.
    • withAvailabilityZones

      public ElasticSanInner withAvailabilityZones(List<String> availabilityZones)
      Set the availabilityZones property: Logical zone for Elastic San resource; example: ["1"].
      Parameters:
      availabilityZones - the availabilityZones value to set.
      Returns:
      the ElasticSanInner object itself.
    • provisioningState

      public ProvisioningStates provisioningState()
      Get the provisioningState property: State of the operation on the resource.
      Returns:
      the provisioningState value.
    • baseSizeTiB

      public long baseSizeTiB()
      Get the baseSizeTiB property: Base size of the Elastic San appliance in TiB.
      Returns:
      the baseSizeTiB value.
    • withBaseSizeTiB

      public ElasticSanInner withBaseSizeTiB(long baseSizeTiB)
      Set the baseSizeTiB property: Base size of the Elastic San appliance in TiB.
      Parameters:
      baseSizeTiB - the baseSizeTiB value to set.
      Returns:
      the ElasticSanInner object itself.
    • extendedCapacitySizeTiB

      public long extendedCapacitySizeTiB()
      Get the extendedCapacitySizeTiB property: Extended size of the Elastic San appliance in TiB.
      Returns:
      the extendedCapacitySizeTiB value.
    • withExtendedCapacitySizeTiB

      public ElasticSanInner withExtendedCapacitySizeTiB(long extendedCapacitySizeTiB)
      Set the extendedCapacitySizeTiB property: Extended size of the Elastic San appliance in TiB.
      Parameters:
      extendedCapacitySizeTiB - the extendedCapacitySizeTiB value to set.
      Returns:
      the ElasticSanInner object itself.
    • totalVolumeSizeGiB

      public Long totalVolumeSizeGiB()
      Get the totalVolumeSizeGiB property: Total size of the provisioned Volumes in GiB.
      Returns:
      the totalVolumeSizeGiB value.
    • volumeGroupCount

      public Long volumeGroupCount()
      Get the volumeGroupCount property: Total number of volume groups in this Elastic San appliance.
      Returns:
      the volumeGroupCount value.
    • totalIops

      public Long totalIops()
      Get the totalIops property: Total Provisioned IOPS of the Elastic San appliance.
      Returns:
      the totalIops value.
    • totalMBps

      public Long totalMBps()
      Get the totalMBps property: Total Provisioned MBps Elastic San appliance.
      Returns:
      the totalMBps value.
    • totalSizeTiB

      public Long totalSizeTiB()
      Get the totalSizeTiB property: Total size of the Elastic San appliance in TB.
      Returns:
      the totalSizeTiB value.
    • validate

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