GetPoolResult

data class GetPoolResult(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(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val coolAccess: Boolean? = null

If enabled (true) the pool can contain cool Access enabled volumes.

Link copied to clipboard
val encryptionType: String? = null

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

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

UUID v4 used to identify the Pool

Link copied to clipboard

Azure lifecycle management

Link copied to clipboard
val qosType: String? = null

The qos type of the pool

Link copied to clipboard

The service level of the file system

Link copied to clipboard

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

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

Total throughput of pool in MiB/s

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Utilized throughput of pool in MiB/s