Elastic San Args
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)