Vcenter Utilization Connections PeerInfo

Vcenter Utilization Connections PeerInfo
Vcenter Utilization Connections PeerInfo

The Vcenter Utilization Connections PeerInfo schema defines information about a remote client that is connected to a server.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "address": "string",
    "port": 0,
    "tcp_state": "string"
}
string
address
Required

The IP address of the remote client of the server.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
port
Required

The port of the remote client of the server.

This property was added in vSphere API 9.1.0.0.

string
tcp_state
Required

The TCP state of the connection.

For more information see: Vcenter Utilization Connections TcpState.

This property was added in vSphere API 9.1.0.0.