Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Pool : KotlinCustomResource

Pool resource Uses Azure REST API version 2023-07-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-01-preview.

Link copied to clipboard
data class PoolArgs(val assignments: Output<List<AssignmentArgs>>? = null, val location: Output<String>? = null, val poolName: Output<String>? = null, val poolType: Output<PoolTypeArgs>? = null, val reclaimPolicy: Output<Either<String, ReclaimPolicy>>? = null, val resourceGroupName: Output<String>? = null, val resources: Output<ResourcesArgs>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<Either<String, Zone>>>? = null) : ConvertibleToJava<PoolArgs>

Pool resource Uses Azure REST API version 2023-07-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-01-preview.

Link copied to clipboard

Builder for PoolArgs.

Link copied to clipboard
object PoolMapper : ResourceMapper<Pool>
Link copied to clipboard

Builder for Pool.

Link copied to clipboard
class Snapshot : KotlinCustomResource

Concrete proxy resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-07-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-01-preview.

Link copied to clipboard
data class SnapshotArgs(val poolName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val snapshotName: Output<String>? = null, val source: Output<String>? = null) : ConvertibleToJava<SnapshotArgs>

Concrete proxy resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-07-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-01-preview.

Link copied to clipboard
Link copied to clipboard
object SnapshotMapper : ResourceMapper<Snapshot>
Link copied to clipboard
Link copied to clipboard
class Volume : KotlinCustomResource

Concrete proxy resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-07-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-01-preview.

Link copied to clipboard
data class VolumeArgs(val capacityGiB: Output<Double>? = null, val labels: Output<Map<String, String>>? = null, val poolName: Output<String>? = null, val resourceGroupName: Output<String>? = null, val volumeName: Output<String>? = null) : ConvertibleToJava<VolumeArgs>

Concrete proxy resource types can be created by aliasing this type using a specific property type. Uses Azure REST API version 2023-07-01-preview. In version 2.x of the Azure Native provider, it used API version 2023-07-01-preview.

Link copied to clipboard

Builder for VolumeArgs.

Link copied to clipboard
object VolumeMapper : ResourceMapper<Volume>
Link copied to clipboard

Builder for Volume.

Functions

Link copied to clipboard
fun pool(name: String): Pool
suspend fun pool(name: String, block: suspend PoolResourceBuilder.() -> Unit): Pool
Link copied to clipboard
suspend fun snapshot(name: String, block: suspend SnapshotResourceBuilder.() -> Unit): Snapshot
Link copied to clipboard
fun volume(name: String): Volume
suspend fun volume(name: String, block: suspend VolumeResourceBuilder.() -> Unit): Volume