GetPoolResult

data class GetPoolResult(val accountName: String, val coolAccessEnabled: Boolean, val encryptionType: String, val id: String, val location: String, val name: String, val resourceGroupName: String, val serviceLevel: String, val sizeInTb: Int)

A collection of values returned by getPool.

Constructors

Link copied to clipboard
constructor(accountName: String, coolAccessEnabled: Boolean, encryptionType: String, id: String, location: String, name: String, resourceGroupName: String, serviceLevel: String, sizeInTb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Whether the NetApp Pool can hold cool access enabled volumes.

Link copied to clipboard

The encryption type of the pool.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region where the NetApp Pool exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The service level of the file system.

Link copied to clipboard

Provisioned size of the pool in TB.