VirtualMachineConnection
The VirtualMachineConnection object describes a connection to the virtual machine.
Since: vSphere API Release 7.0.1.0
{
"_typeName": "string",
"label": "string",
"client": "string",
"userName": "string"
}
The unique identifier associated with the connection.
The label is a UTF-8 string which specifies a unique identifier for a connection.
The client identifer.
This identifier is a UTF-8 string which is semantically meaningful for the connection. Examples of the client identifier are an IP address (V4 or V6) with or without a port specification, a machine name that requires a DNS lookup, or any other network oriented identification scheme.
The name of the user authorizing the connection.
This is used for auditing.