Package-level declarations

Types

Link copied to clipboard
class ElasticSan : KotlinCustomResource

Response for ElasticSan request. API Version: 2021-11-20-preview.

Link copied to clipboard
data class ElasticSanArgs(val availabilityZones: Output<List<String>>? = null, val baseSizeTiB: Output<Double>? = null, val elasticSanName: Output<String>? = null, val extendedCapacitySizeTiB: Output<Double>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ElasticSanArgs>

Response for ElasticSan request. API Version: 2021-11-20-preview.

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

Response for Volume request. API Version: 2021-11-20-preview.

Link copied to clipboard
data class VolumeArgs(val creationData: Output<SourceCreationDataArgs>? = null, val elasticSanName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sizeGiB: Output<Double>? = null, val tags: Output<Map<String, String>>? = null, val volumeGroupName: Output<String>? = null, val volumeName: Output<String>? = null) : ConvertibleToJava<VolumeArgs>

Response for Volume request. API Version: 2021-11-20-preview.

Link copied to clipboard

Builder for VolumeArgs.

Link copied to clipboard
class VolumeGroup : KotlinCustomResource

Response for Volume Group request. API Version: 2021-11-20-preview.

Link copied to clipboard
data class VolumeGroupArgs(val elasticSanName: Output<String>? = null, val encryption: Output<Either<String, EncryptionType>>? = null, val networkAcls: Output<NetworkRuleSetArgs>? = null, val protocolType: Output<Either<String, StorageTargetType>>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val volumeGroupName: Output<String>? = null) : ConvertibleToJava<VolumeGroupArgs>

Response for Volume Group request. API Version: 2021-11-20-preview.

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