SupportedCapabilitiesResponse

data class SupportedCapabilitiesResponse(val acceleratedNetwork: Boolean? = null, val architecture: String? = null, val diskControllerTypes: String? = null)

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

Constructors

Link copied to clipboard
constructor(acceleratedNetwork: Boolean? = null, architecture: String? = null, diskControllerTypes: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val architecture: String? = null

CPU architecture supported by an OS disk.

Link copied to clipboard

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