HostListSummaryGatewaySummary

HostListSummaryGatewaySummary
HostListSummaryGatewaySummary

This data object type describes information about a host gateway server that is used for the connection between vCenter Server and the host.

Gateway servers are identified by type and id. In order to use a gateway server it has to be registered with the respective type and id in the vCenter Lookup Service.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "gatewayType": "string",
    "gatewayId": "string"
}
string
gatewayType
Required

The type of the gateway server used for communication with the host.

This is an opaque string that depends on how the gateway server is registered with the vCenter Component Manager Service. There might be several gateway servers for the same type.

string
gatewayId
Required

Unique ID of the gateway server used for communication with the host.

This ID must be a unique identifier for the gateway server as registered in the vCenter Component Manager Service. There must be only one gateway server with the same ID.