Package-level declarations

Types

Link copied to clipboard
class ElasticSan : KotlinCustomResource

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
Link copied to clipboard
Link copied to clipboard
object ElasticSanMapper : ResourceMapper<ElasticSan>
Link copied to clipboard
Link copied to clipboard
class Volume : KotlinCustomResource

Manages an Elastic SAN Volume resource.

Link copied to clipboard
data class VolumeArgs(val createSource: Output<VolumeCreateSourceArgs>? = null, val name: Output<String>? = null, val sizeInGib: Output<Int>? = null, val volumeGroupId: Output<String>? = null) : ConvertibleToJava<VolumeArgs>

Manages an Elastic SAN Volume resource.

Link copied to clipboard

Builder for VolumeArgs.

Link copied to clipboard
class VolumeGroup : KotlinCustomResource

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
Link copied to clipboard
object VolumeGroupMapper : ResourceMapper<VolumeGroup>
Link copied to clipboard
Link copied to clipboard
object VolumeMapper : ResourceMapper<Volume>
Link copied to clipboard

Builder for Volume.

Functions

Link copied to clipboard
suspend fun elasticSan(name: String, block: suspend ElasticSanResourceBuilder.() -> Unit): ElasticSan
Link copied to clipboard
fun volume(name: String): Volume
suspend fun volume(name: String, block: suspend VolumeResourceBuilder.() -> Unit): Volume
Link copied to clipboard
suspend fun volumeGroup(name: String, block: suspend VolumeGroupResourceBuilder.() -> Unit): VolumeGroup