VirtualMachineConnection

VirtualMachineConnection
VirtualMachineConnection

The VirtualMachineConnection object describes a connection to the virtual machine.

Since: vSphere API Release 7.0.1.0

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "label": "string",
    "client": "string",
    "userName": "string"
}
string
label
Required

The unique identifier associated with the connection.

The label is a UTF-8 string which specifies a unique identifier for a connection.

string
client
Required

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.

string
userName
Required

The name of the user authorizing the connection.

This is used for auditing.