Test Search vSphere Web Services API
| |||
Managed Object Types | Data Object Types | All Properties | All Methods |
Enum - HostConfigChangeOperation(vim.host.ConfigChange.Operation)
- Since
- 2.0
Enum Description
This list indicates the operation that should be performed for an entity.
Enum Constants
Name | Description |
---|---|
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 Release 5.5 |
remove |
Indicates the removal of an entity from the configuration.
|
Show WSDL type definition
Top of page | |||
Managed Object Types | Data Object Types | All Properties | All Methods |