Enum - HostConfigChangeOperation(vim.host.ConfigChange.Operation)


Enum Description

This list indicates the operation that should be performed for an entity.

Enum Constants

NameDescription
add Indicates the addition of an entity to the configuration.
edit Indicates changes on the entity. The entity must exist or a NotFound error will be thrown.
ignore Indicates that an entity will be ignored: it won't be added when it doesn't exist, or removed/changed when it exists.

Since vSphere API 5.5
remove Indicates the removal of an entity from the configuration.

Show WSDL type definition