VmGuestOperationsInfo

Guest operating system operation status information.


Properties

boolean
guest_operations_ready Required

Guest operations availability. Whether or not the virtual machine is ready to process guest operations.


boolean
interactive_guest_operations_ready Required

Interactive guest operations availability. Whether or not the virtual machine is ready to process interactive guest operations.

JSON Example

{
	"guest_operations_ready": false,
	"interactive_guest_operations_ready": false
}
Returned By

Get Guest Operations

Feedback

Was this page helpful?