custom Disk
suspend fun customDisk(name: String, block: suspend CustomDiskResourceBuilder.() -> Unit): CustomDisk
Parameters
name
The unique name of the resulting resource.
block
Builder for CustomDisk.
See also
Parameters
name
The unique name of the resulting resource.