Interface ElasticSan


public interface ElasticSan
An immutable client-side representation of ElasticSan.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    The entirety of the ElasticSan definition.
    static interface 
    The ElasticSan definition stages.
    static interface 
    The template for ElasticSan update.
    static interface 
    The ElasticSan update stages.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the availabilityZones property: Logical zone for Elastic San resource; example: ["1"].
    long
    Gets the baseSizeTiB property: Base size of the Elastic San appliance in TiB.
    long
    Gets the extendedCapacitySizeTiB property: Extended size of the Elastic San appliance in TiB.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the provisioningState property: State of the operation on the resource.
    Refreshes the resource to sync with Azure.
    refresh(com.azure.core.util.Context context)
    Refreshes the resource to sync with Azure.
    com.azure.core.management.Region
    Gets the region of the resource.
    Gets the name of the resource region.
    Gets the name of the resource group.
    sku()
    Gets the sku property: resource sku.
    com.azure.core.management.SystemData
    Gets the systemData property: Resource metadata required by ARM RPC.
    Gets the tags property: Resource tags.
    Gets the totalIops property: Total Provisioned IOPS of the Elastic San appliance.
    Gets the totalMBps property: Total Provisioned MBps Elastic San appliance.
    Gets the totalSizeTiB property: Total size of the Elastic San appliance in TB.
    Gets the totalVolumeSizeGiB property: Total size of the provisioned Volumes in GiB.
    Gets the type property: The type of the resource.
    Begins update for the ElasticSan resource.
    Gets the volumeGroupCount property: Total number of volume groups in this Elastic San appliance.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: The geo-location where the resource lives.
      Returns:
      the location value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • systemData

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

      Sku sku()
      Gets the sku property: resource sku.
      Returns:
      the sku value.
    • availabilityZones

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

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

      long baseSizeTiB()
      Gets the baseSizeTiB property: Base size of the Elastic San appliance in TiB.
      Returns:
      the baseSizeTiB value.
    • extendedCapacitySizeTiB

      long extendedCapacitySizeTiB()
      Gets the extendedCapacitySizeTiB property: Extended size of the Elastic San appliance in TiB.
      Returns:
      the extendedCapacitySizeTiB value.
    • totalVolumeSizeGiB

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

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

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

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

      Long totalSizeTiB()
      Gets the totalSizeTiB property: Total size of the Elastic San appliance in TB.
      Returns:
      the totalSizeTiB value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      ElasticSanInner innerModel()
      Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.ElasticSanInner object.
      Returns:
      the inner object.
    • update

      Begins update for the ElasticSan resource.
      Returns:
      the stage of resource update.
    • refresh

      ElasticSan refresh()
      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      ElasticSan refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.