Interface CapacityPool


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

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

    Modifier and Type
    Method
    Description
    Gets the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes.
    Gets the encryptionType property: encryptionType
    Gets the etag property: A unique read-only string that changes whenever the resource is updated.
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.netapp.fluent.models.CapacityPoolInner object.
    Gets the location property: The geo-location where the resource lives.
    Gets the name property: The name of the resource.
    Gets the poolId property: poolId
    Gets the provisioningState property: Azure lifecycle management.
    Gets the qosType property: The qos type of the pool.
    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.
    Gets the serviceLevel property: serviceLevel
    long
    Gets the size property: size
    com.azure.core.management.SystemData
    Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Gets the tags property: Resource tags.
    Gets the totalThroughputMibps property: Total throughput of pool in MiB/s.
    Gets the type property: The type of the resource.
    Begins update for the CapacityPool resource.
    Gets the utilizedThroughputMibps property: Utilized throughput of pool in MiB/s.
  • 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.
    • etag

      String etag()
      Gets the etag property: A unique read-only string that changes whenever the resource is updated.
      Returns:
      the etag value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • poolId

      String poolId()
      Gets the poolId property: poolId

      UUID v4 used to identify the Pool.

      Returns:
      the poolId value.
    • size

      long size()
      Gets the size property: size

      Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104).

      Returns:
      the size value.
    • serviceLevel

      ServiceLevel serviceLevel()
      Gets the serviceLevel property: serviceLevel

      The service level of the file system.

      Returns:
      the serviceLevel value.
    • provisioningState

      String provisioningState()
      Gets the provisioningState property: Azure lifecycle management.
      Returns:
      the provisioningState value.
    • totalThroughputMibps

      Float totalThroughputMibps()
      Gets the totalThroughputMibps property: Total throughput of pool in MiB/s.
      Returns:
      the totalThroughputMibps value.
    • utilizedThroughputMibps

      Float utilizedThroughputMibps()
      Gets the utilizedThroughputMibps property: Utilized throughput of pool in MiB/s.
      Returns:
      the utilizedThroughputMibps value.
    • qosType

      QosType qosType()
      Gets the qosType property: The qos type of the pool.
      Returns:
      the qosType value.
    • coolAccess

      Boolean coolAccess()
      Gets the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes.
      Returns:
      the coolAccess value.
    • encryptionType

      EncryptionType encryptionType()
      Gets the encryptionType property: encryptionType

      Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool.

      Returns:
      the encryptionType 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

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

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

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

      CapacityPool 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.