Enum - HostConfigChangeMode(vim.host.ConfigChange.Mode)


Enum Description

This is a global mode on a configuration specification indicating whether the structure represents the desired state or the set of operations to apply on the managed object.

Enum Constants

NameDescription
modify Indicates that the structure represents the set of operations to apply on the managed object.
replace Indicates that the structure represents the desired state of the managed object.

Show WSDL type definition