ElasticSanArgs

data class ElasticSanArgs(val encryption: Output<EncryptionArgs>? = null, val skuName: Output<Either<String, ElasticSanSkuName>>? = null) : ConvertibleToJava<ElasticSanArgs>

Elastic San Pool Properties

Constructors

Link copied to clipboard
constructor(encryption: Output<EncryptionArgs>? = null, skuName: Output<Either<String, ElasticSanSkuName>>? = null)

Properties

Link copied to clipboard
val encryption: Output<EncryptionArgs>? = null

Encryption specifies the encryption configuration for the Azure Disk pool

Link copied to clipboard
val skuName: Output<Either<String, ElasticSanSkuName>>? = null

Sku name

Functions

Link copied to clipboard
open override fun toJava(): ElasticSanArgs