vSAN Management API
|
| |||
| Managed Object Types | Data Object Types | All Properties | All Methods |
Enum - VirtualMachineTicketType(vim.VirtualMachine.TicketType)
- Since
- vSphere API 4.1
Enum Description
The virtual machine ticket type.Enum Constants
| Name | Description |
|---|---|
| device |
Remote device ticket.
|
| guestControl |
Guest operation ticket.
Unavailable as of vSphere 6.6.3 release.
Use GuestOperationsManager instead.
|
| guestIntegrity |
Guest Integrity over WebSocket ticket.
This ticket grants the client read-only access to guest integrity
messages and alerts.
Since vSphere API 6.7 |
| mks |
Remote mouse-keyboard-screen ticket.
|
| webmks |
Mouse-keyboard-screen over WebSocket ticket.
MKS protocol is VNC (a.k.a. RFB) protocol with
VMware extensions; the protocol gracefully degrades
to standard VNC if extensions are not available.
wss://{Ticket.host}/ticket/{Ticket.ticket}
Since vSphere API 6.0 |
Show WSDL type definition
| Top of page | |||
| Managed Object Types | Data Object Types | All Properties | All Methods |