Uses of Class
com.azure.resourcemanager.netapp.fluent.models.CapacityPoolInner
Packages that use CapacityPoolInner
Package
Description
Package containing the service clients for NetAppManagementClient.
Package containing the inner data models for NetAppManagementClient.
Package containing the data models for NetAppManagementClient.
-
Uses of CapacityPoolInner in com.azure.resourcemanager.netapp.fluent
Methods in com.azure.resourcemanager.netapp.fluent that return CapacityPoolInnerModifier and TypeMethodDescriptionPoolsClient.createOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.PoolsClient.createOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body, com.azure.core.util.Context context) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.Describe a Capacity Pool Get details of the specified capacity pool.PoolsClient.update
(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body) Update a capacity pool Patch the specified capacity pool.PoolsClient.update
(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body, com.azure.core.util.Context context) Update a capacity pool Patch the specified capacity pool.Methods in com.azure.resourcemanager.netapp.fluent that return types with arguments of type CapacityPoolInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body, com.azure.core.util.Context context) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body, com.azure.core.util.Context context) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body) Update a capacity pool Patch the specified capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body) Update a capacity pool Patch the specified capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body, com.azure.core.util.Context context) Update a capacity pool Patch the specified capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolPatch body, com.azure.core.util.Context context) Update a capacity pool Patch the specified capacity pool.com.azure.core.http.rest.Response
<CapacityPoolInner> PoolsClient.getWithResponse
(String resourceGroupName, String accountName, String poolName, com.azure.core.util.Context context) Describe a Capacity Pool Get details of the specified capacity pool.com.azure.core.http.rest.PagedIterable
<CapacityPoolInner> Describe all Capacity Pools List all capacity pools in the NetApp Account.com.azure.core.http.rest.PagedIterable
<CapacityPoolInner> Describe all Capacity Pools List all capacity pools in the NetApp Account.Methods in com.azure.resourcemanager.netapp.fluent with parameters of type CapacityPoolInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.com.azure.core.util.polling.SyncPoller
<com.azure.core.management.polling.PollResult<CapacityPoolInner>, CapacityPoolInner> PoolsClient.beginCreateOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body, com.azure.core.util.Context context) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.PoolsClient.createOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool.PoolsClient.createOrUpdate
(String resourceGroupName, String accountName, String poolName, CapacityPoolInner body, com.azure.core.util.Context context) Create or Update the specified capacity pool within the resource group Create or Update a capacity pool. -
Uses of CapacityPoolInner in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return CapacityPoolInnerModifier and TypeMethodDescriptionstatic CapacityPoolInner
CapacityPoolInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of CapacityPoolInner from the JsonReader.CapacityPoolInner.withCoolAccess
(Boolean coolAccess) Set the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes.CapacityPoolInner.withEncryptionType
(EncryptionType encryptionType) Set the encryptionType property: Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it.CapacityPoolInner.withLocation
(String location) CapacityPoolInner.withQosType
(QosType qosType) Set the qosType property: The qos type of the pool.CapacityPoolInner.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.CapacityPoolInner.withSize
(long size) Set the size property: Provisioned size of the pool (in bytes). -
Uses of CapacityPoolInner in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return CapacityPoolInnerModifier and TypeMethodDescriptionCapacityPool.innerModel()
Gets the inner com.azure.resourcemanager.netapp.fluent.models.CapacityPoolInner object.Methods in com.azure.resourcemanager.netapp.models that return types with arguments of type CapacityPoolInnerModifier and TypeMethodDescriptionCapacityPoolList.value()
Get the value property: List of Capacity pools.Method parameters in com.azure.resourcemanager.netapp.models with type arguments of type CapacityPoolInnerModifier and TypeMethodDescriptionCapacityPoolList.withValue
(List<CapacityPoolInner> value) Set the value property: List of Capacity pools.