Uses of Class
com.azure.resourcemanager.netapp.fluent.models.PoolProperties
Packages that use PoolProperties
Package
Description
Package containing the inner data models for NetAppManagementClient.
-
Uses of PoolProperties in com.azure.resourcemanager.netapp.fluent.models
Methods in com.azure.resourcemanager.netapp.fluent.models that return PoolPropertiesModifier and TypeMethodDescriptionstatic PoolProperties
PoolProperties.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of PoolProperties from the JsonReader.PoolProperties.withCoolAccess
(Boolean coolAccess) Set the coolAccess property: If enabled (true) the pool can contain cool Access enabled volumes.PoolProperties.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.PoolProperties.withQosType
(QosType qosType) Set the qosType property: The qos type of the pool.PoolProperties.withServiceLevel
(ServiceLevel serviceLevel) Set the serviceLevel property: The service level of the file system.PoolProperties.withSize
(long size) Set the size property: Provisioned size of the pool (in bytes).