SupportedCapabilities interface 
List of supported capabilities persisted on the disk resource for VM use.
Properties
| accelerated | 
	True if the image from which the OS disk is created supports accelerated networking.  | 
| architecture | CPU architecture supported by an OS disk.  | 
| disk | 
	The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI.  | 
| supported | 
	Refers to the security capability of the disk supported to create a Trusted launch or Confidential VM  | 
Property Details
		acceleratedNetwork
	 
	True if the image from which the OS disk is created supports accelerated networking.
acceleratedNetwork?: boolean
				Property Value
boolean
architecture
CPU architecture supported by an OS disk.
architecture?: string
				Property Value
string
		diskControllerTypes
	  
	The disk controllers that an OS disk supports. If set it can be SCSI or SCSI, NVME or NVME, SCSI.
diskControllerTypes?: string
				Property Value
string
		supportedSecurityOption
	  
	Refers to the security capability of the disk supported to create a Trusted launch or Confidential VM
supportedSecurityOption?: string
				Property Value
string