⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
C
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - ConfigSpecOperation(vim.ConfigSpecOperation)
Since
vSphere API 4.0
Enum Description
Config spec operation type.
Enum Constants
Name
Description
add
Indicates the addition of an element to the configuration.
edit
Indicates the change of an element in the configuration.
remove
Indicates the removal of an element in the configuration.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="ConfigSpecOperation"> <restriction base="xsd:string"> <enumeration value="add"/> <enumeration value="edit"/> <enumeration value="remove"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings