Interface CapacityPool


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Boolean coolAccess()
      Gets the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes.
      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.
      String etag()
      Gets the etag property: A unique read-only string that changes whenever the resource is updated.
      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      CapacityPoolInner innerModel()
      Gets the inner com.azure.resourcemanager.netapp.fluent.models.CapacityPoolInner object.
      String location()
      Gets the location property: The geo-location where the resource lives.
      String name()
      Gets the name property: The name of the resource.
      String poolId()
      Gets the poolId property: poolId UUID v4 used to identify the Pool.
      String provisioningState()
      Gets the provisioningState property: Azure lifecycle management.
      QosType qosType()
      Gets the qosType property: The qos type of the pool.
      CapacityPool refresh()
      Refreshes the resource to sync with Azure.
      CapacityPool refresh​(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      com.azure.core.management.Region region()
      Gets the region of the resource.
      String regionName()
      Gets the name of the resource region.
      ServiceLevel serviceLevel()
      Gets the serviceLevel property: serviceLevel The service level of the file system.
      long size()
      Gets the size property: size Provisioned size of the pool (in bytes).
      com.azure.core.management.SystemData systemData()
      Gets the systemData property: The system meta data relating to this resource.
      Map<String,​String> tags()
      Gets the tags property: Resource tags.
      Float totalThroughputMibps()
      Gets the totalThroughputMibps property: Total throughput of pool in Mibps.
      String type()
      Gets the type property: The type of the resource.
      CapacityPool.Update update()
      Begins update for the CapacityPool resource.
      Float utilizedThroughputMibps()
      Gets the utilizedThroughputMibps property: Utilized throughput of pool in Mibps.
    • Method Detail

      • 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: The system meta data relating to this resource.
        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 Mibps.
        Returns:
        the totalThroughputMibps value.
      • utilizedThroughputMibps

        Float utilizedThroughputMibps()
        Gets the utilizedThroughputMibps property: Utilized throughput of pool in Mibps.
        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.
      • innerModel

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

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