Local Disk Args
data class LocalDiskArgs(val initializeParams: Output<LocalDiskInitializeParamsArgs>? = null, val interface: Output<String>? = null, val mode: Output<String>? = null, val source: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<LocalDiskArgs>
A Local attached disk resource.
Constructors
Link copied to clipboard
fun LocalDiskArgs(initializeParams: Output<LocalDiskInitializeParamsArgs>? = null, interface: Output<String>? = null, mode: Output<String>? = null, source: Output<String>? = null, type: Output<String>? = null)
Functions
Properties
Link copied to clipboard
Input only. Specifies the parameters for a new disk that will be created alongside the new instance. Use initialization parameters to create boot disks or local SSDs attached to the new instance. This property is mutually exclusive with the source property; you can only define one or the other, but not both.
Link copied to clipboard
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. Persistent disks must always use SCSI and the request will fail if you attempt to attach a persistent disk in any other format than SCSI. Local SSDs can use either NVME or SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance. Valid values: * NVME
* SCSI