Package-level declarations

Types

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

Pool resource API Version: 2023-03-01-preview.

Link copied to clipboard
data class PoolArgs(val assignments: Output<List<String>>? = null, val diskPoolProperties: Output<DiskPoolPropertiesArgs>? = null, val elasticSanPoolProperties: Output<ElasticSanPoolPropertiesArgs>? = null, val ephemeralPoolProperties: Output<EphemeralPoolPropertiesArgs>? = null, val location: Output<String>? = null, val poolCapacityGiB: Output<Double>? = null, val poolName: Output<String>? = null, val poolType: Output<Double>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<PoolArgs>

Pool resource API Version: 2023-03-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 Volume : KotlinCustomResource

Concrete proxy resource types can be created by aliasing this type using a specific property type. API Version: 2023-03-01-preview.

Link copied to clipboard
data class VolumeArgs(val capacityGiB: Output<Double>? = null, val labels: Output<Map<String, String>>? = null, val mountOptions: Output<List<String>>? = null, val poolName: Output<String>? = null, val reclaimPolicy: Output<Either<String, ReclaimPolicy>>? = null, val resourceGroupName: Output<String>? = null, val volumeMode: Output<Either<String, VolumeMode>>? = null, val volumeName: Output<String>? = null) : ConvertibleToJava<VolumeArgs>

Concrete proxy resource types can be created by aliasing this type using a specific property type. API Version: 2023-03-01-preview.

Link copied to clipboard

Builder for VolumeArgs.

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

Builder for Volume.

Link copied to clipboard
class VolumeSnapshot : KotlinCustomResource

Concrete proxy resource types can be created by aliasing this type using a specific property type. API Version: 2023-03-01-preview.

Link copied to clipboard
data class VolumeSnapshotArgs(val mountOptions: Output<List<String>>? = null, val poolName: Output<String>? = null, val reclaimPolicy: Output<Either<String, ReclaimPolicy>>? = null, val resourceGroupName: Output<String>? = null, val source: Output<String>? = null, val volumeMode: Output<Either<String, VolumeMode>>? = null, val volumeSnapshotName: Output<String>? = null) : ConvertibleToJava<VolumeSnapshotArgs>

Concrete proxy resource types can be created by aliasing this type using a specific property type. API Version: 2023-03-01-preview.

Link copied to clipboard
Link copied to clipboard
object VolumeSnapshotMapper : ResourceMapper<VolumeSnapshot>

Functions

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