HostPatchManagerPatchManagerOperationSpec

HostPatchManagerPatchManagerOperationSpec
HostPatchManagerPatchManagerOperationSpec

Optional parameters for hostd to pass to exupdate.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "proxy": "string",
    "port": 0,
    "userName": "string",
    "password": "string",
    "cmdOption": "string"
}
string
proxy
Optional

The name of the possible proxy for esxupdate to use to connect to a server.

The patch and metadata may be cached within the proxy server.

integer As int32 As int32
port
Optional

The port of the possible proxy for esxupdate to use to connect to a server.

The patch and metadata may be cached within the proxy server.

string
userName
Optional

The user name used for the proxy server.

string As password As password
password
Optional

The password used for the proxy server.

This is passed with ssl through a trusted channel.

string
cmdOption
Optional

Possible command line options when calling esxupdate.