Package version:

Interface SupportedCapabilities

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

interface SupportedCapabilities {
    acceleratedNetwork?: boolean;
    architecture?: string;
    diskControllerTypes?: string;
}

Properties

acceleratedNetwork?: boolean

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

architecture?: string

CPU architecture supported by an OS disk.

diskControllerTypes?: string

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