Class ElasticSanProperties

java.lang.Object
com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanProperties

public final class ElasticSanProperties extends Object
Elastic San response properties.
  • Constructor Details

    • ElasticSanProperties

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

    • sku

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

      public ElasticSanProperties withSku(Sku sku)
      Set the sku property: resource sku.
      Parameters:
      sku - the sku value to set.
      Returns:
      the ElasticSanProperties 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 ElasticSanProperties 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 ElasticSanProperties 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 ElasticSanProperties 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 ElasticSanProperties 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 ElasticSanProperties 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 ElasticSanProperties 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.