Get Capacity Pool Result
data class GetCapacityPoolResult(val azureApiVersion: String, val coolAccess: Boolean? = null, val encryptionType: String? = null, val etag: String, val id: String, val location: String, val name: String, val poolId: String, val provisioningState: String, val qosType: String? = null, val serviceLevel: String, val size: Double, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val totalThroughputMibps: Double, val type: String, val utilizedThroughputMibps: Double)
Capacity pool resource
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, coolAccess: Boolean? = null, encryptionType: String? = null, etag: String, id: String, location: String, name: String, poolId: String, provisioningState: String, qosType: String? = null, serviceLevel: String, size: Double, systemData: SystemDataResponse, tags: Map<String, String>? = null, totalThroughputMibps: Double, type: String, utilizedThroughputMibps: Double)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
If enabled (true) the pool can contain cool Access enabled volumes.
Link copied to clipboard
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.
Link copied to clipboard
Azure lifecycle management
Link copied to clipboard
The service level of the file system
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Total throughput of pool in MiB/s
Link copied to clipboard
Utilized throughput of pool in MiB/s