DVSPolicy
DVSPolicy
The switch usage policy types
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"autoPreInstallAllowed": false,
"autoUpgradeAllowed": false,
"partialUpgradeAllowed": false
}
boolean
autoPreInstallAllowed
Optional
Whether downloading a new proxy VirtualSwitch module to the host is allowed to be automatically executed by the switch.
boolean
autoUpgradeAllowed
Optional
Whether upgrading of the switch is allowed to be automatically executed by the switch.
boolean
partialUpgradeAllowed
Optional
Whether to allow upgrading a switch when some of the hosts failed to install the needed module.
The vCenter Server will reattempt the pre-install operation of the host module on those failed hosts, whenever they reconnect to vCenter.