SupportedCapabilitiesArgs

data class SupportedCapabilitiesArgs(val acceleratedNetwork: Output<Boolean>? = null, val architecture: Output<Either<String, Architecture>>? = null, val diskControllerTypes: Output<String>? = null) : ConvertibleToJava<SupportedCapabilitiesArgs>

List of supported capabilities persisted on the disk resource for VM use.

Constructors

Link copied to clipboard
constructor(acceleratedNetwork: Output<Boolean>? = null, architecture: Output<Either<String, Architecture>>? = null, diskControllerTypes: Output<String>? = null)

Properties

Link copied to clipboard
val acceleratedNetwork: Output<Boolean>? = null

True if the image from which the OS disk is created supports accelerated networking.

Link copied to clipboard
val architecture: Output<Either<String, Architecture>>? = null

CPU architecture supported by an OS disk.

Link copied to clipboard
val diskControllerTypes: Output<String>? = null

The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI.

Functions

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