DiskArgs

data class DiskArgs(val id: Output<String>, val reference: Output<String>) : ConvertibleToJava<DiskArgs>

Model for disk for that pool is using

Constructors

Link copied to clipboard
constructor(id: Output<String>, reference: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

ID is the disk identifier visible to the OS. It is typically the WWN or disk ID in formats such as eui.e8238fa6bf530001001b448b45263379 or 0x5002cf6cbc5dd460

Link copied to clipboard
val reference: Output<String>

Reference is the location of the disk in an external system.

Functions

Link copied to clipboard
open override fun toJava(): DiskArgs