HostGatewaySpec

HostGatewaySpec
HostGatewaySpec

Deprecated not supported since vSphere 6.5.

Settings for a gateway used to communicate with a host.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "gatewayType": "string",
    "gatewayId": "string",
    "trustVerificationToken": "string",
    "hostAuthParams": [
        {
            "_typeName": "string",
            "key": "string",
            "value": "string"
        }
    ]
}
string
gatewayType
Required

The type of the gateway used for the communication to the host.

string
gatewayId
Optional

Identifier of the gateway to be used for communction to the host.

If omitted a random gateway of this type will be selected.

string
trustVerificationToken
Optional

An opaque string that the gateway may need to validate that the host it connects to is the correct host.

array of KeyValue
hostAuthParams
Optional

Additional opaque authentication data that the gateway may need to authenticate to the host.