Package-level declarations
Types
Link copied to clipboard
Manages an Elastic SAN resource.
Link copied to clipboard
data class ElasticSanArgs(val baseSizeInTib: Output<Int>? = null, val extendedSizeInTib: Output<Int>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<ElasticSanSkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<ElasticSanArgs>
Manages an Elastic SAN resource.
Link copied to clipboard
class ElasticSanArgsBuilder
Builder for ElasticSanArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ElasticSan.
Link copied to clipboard
Manages an Elastic SAN Volume Group resource.
Link copied to clipboard
data class VolumeGroupArgs(val elasticSanId: Output<String>? = null, val encryption: Output<VolumeGroupEncryptionArgs>? = null, val encryptionType: Output<String>? = null, val identity: Output<VolumeGroupIdentityArgs>? = null, val name: Output<String>? = null, val networkRules: Output<List<VolumeGroupNetworkRuleArgs>>? = null, val protocolType: Output<String>? = null) : ConvertibleToJava<VolumeGroupArgs>
Manages an Elastic SAN Volume Group resource.
Link copied to clipboard
class VolumeGroupArgsBuilder
Builder for VolumeGroupArgs.
Link copied to clipboard
Link copied to clipboard
Builder for VolumeGroup.
Functions
Link copied to clipboard
suspend fun elasticSan(name: String, block: suspend ElasticSanResourceBuilder.() -> Unit): ElasticSan
Link copied to clipboard
suspend fun volumeGroup(name: String, block: suspend VolumeGroupResourceBuilder.() -> Unit): VolumeGroup