GatewayConnectFault
GatewayConnectFault
Deprecated not used since vSphere 6.5.
GatewayConnectFault is a base fault type for the faults thrown by a gateway server used to connect to a host.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
],
"gatewayType": "string",
"gatewayId": "string",
"gatewayInfo": "string",
"details": {
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
}
string
gatewayType
Required
The type of the gateway used for the connection to the host.
string
gatewayId
Required
Identifier of the gateway that is used for the connection to the host.
string
gatewayInfo
Required
Human-readable information about the host gateway server.
details
Optional
Details of the cause for this fault.
This is the way in which Host Gateway servers propagate opaque error messages through vCenter Server.
Deprecated
Property Of