Package-level declarations

Types

Link copied to clipboard
class DiskPool : KotlinCustomResource

Response for Disk Pool request. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-03-15-preview. Other available API versions: 2020-03-15-preview.

Link copied to clipboard
data class DiskPoolArgs(val additionalCapabilities: Output<List<String>>? = null, val availabilityZones: Output<List<String>>? = null, val diskPoolName: Output<String>? = null, val disks: Output<List<DiskArgs>>? = null, val location: Output<String>? = null, val managedBy: Output<String>? = null, val managedByExtended: Output<List<String>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val subnetId: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DiskPoolArgs>

Response for Disk Pool request. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-03-15-preview. Other available API versions: 2020-03-15-preview.

Link copied to clipboard
Link copied to clipboard
object DiskPoolMapper : ResourceMapper<DiskPool>
Link copied to clipboard
Link copied to clipboard
class IscsiTarget : KotlinCustomResource

Response for iSCSI Target requests. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-03-15-preview. Other available API versions: 2020-03-15-preview.

Link copied to clipboard
data class IscsiTargetArgs(val aclMode: Output<Either<String, IscsiTargetAclMode>>? = null, val diskPoolName: Output<String>? = null, val iscsiTargetName: Output<String>? = null, val luns: Output<List<IscsiLunArgs>>? = null, val managedBy: Output<String>? = null, val managedByExtended: Output<List<String>>? = null, val resourceGroupName: Output<String>? = null, val staticAcls: Output<List<AclArgs>>? = null, val targetIqn: Output<String>? = null) : ConvertibleToJava<IscsiTargetArgs>

Response for iSCSI Target requests. Uses Azure REST API version 2021-08-01. In version 1.x of the Azure Native provider, it used API version 2020-03-15-preview. Other available API versions: 2020-03-15-preview.

Link copied to clipboard
Link copied to clipboard
object IscsiTargetMapper : ResourceMapper<IscsiTarget>
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun diskPool(name: String, block: suspend DiskPoolResourceBuilder.() -> Unit): DiskPool
Link copied to clipboard
suspend fun iscsiTarget(name: String, block: suspend IscsiTargetResourceBuilder.() -> Unit): IscsiTarget