Package-level declarations
Types
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 2.x of the Azure Native provider, it used API version 2021-08-01.
Link copied to clipboard
class DiskPoolArgsBuilder
Builder for DiskPoolArgs.
Link copied to clipboard
Link copied to clipboard
class DiskPoolResourceBuilder
Builder for DiskPool.
Link copied to clipboard
Response for iSCSI Target requests. Uses Azure REST API version 2021-08-01. In version 2.x of the Azure Native provider, it used API version 2021-08-01.
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 2.x of the Azure Native provider, it used API version 2021-08-01.
Link copied to clipboard
class IscsiTargetArgsBuilder
Builder for IscsiTargetArgs.
Link copied to clipboard
Link copied to clipboard
Builder for IscsiTarget.
Link copied to clipboard
object StoragepoolFunctions
Functions
Link copied to clipboard
suspend fun iscsiTarget(name: String, block: suspend IscsiTargetResourceBuilder.() -> Unit): IscsiTarget