VmHardwareBootDeviceSetRequestBody

This is a request body class for an operation.


Properties

devices Required

Ordered list of boot devices.

JSON Example

{
	"devices": [
		{
			"type": "CDROM"
		}
	]
}

Feedback

Was this page helpful?