Package-level declarations
Types
Link copied to clipboard
object ContainerstorageFunctions
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 1.x of the Azure Native provider, it used API version 2023-03-01-preview.
Link copied to clipboard
class PoolArgsBuilder
Builder for PoolArgs.
Link copied to clipboard
Link copied to clipboard
class PoolResourceBuilder
Builder for Pool.
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.
Link copied to clipboard
class SnapshotArgsBuilder
Builder for SnapshotArgs.
Link copied to clipboard
Link copied to clipboard
class SnapshotResourceBuilder
Builder for Snapshot.
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 1.x of the Azure Native provider, it used API version 2023-03-01-preview.
Link copied to clipboard
class VolumeArgsBuilder
Builder for VolumeArgs.
Link copied to clipboard
Link copied to clipboard
class VolumeResourceBuilder
Builder for Volume.