HostProxySwitchConfig

HostProxySwitchConfig
HostProxySwitchConfig

This data object type describes the HostProxySwitch configuration containing both the configurable properties on a HostProxySwitch and identification information.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "changeOperation": "string",
    "uuid": "string",
    "spec": {
        "_typeName": "string",
        "backing": {
            "_typeName": "string"
        }
    }
}
string
changeOperation
Optional

This property indicates the change operation to apply on this configuration specification.

Valid values are:

See also HostConfigChangeOperationEnum.

string
uuid
Required

The uuid of the DistributedVirtualSwitch that the HostProxySwitch is a part of.

spec
Optional

This data object type describes the HostProxySwitch specification representing the properties on a HostProxySwitch that can be configured once the object exists.