⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
A
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - ArrayUpdateOperation(vim.option.ArrayUpdateSpec.Operation)
Property of
ArrayUpdateSpec
Enum Description
This list specifies the type of operation being performed on the array.
Enum Constants
Name
Description
add
indicates an addition to the array.
edit
indicates changes to an element in the array.
remove
indicates the removal of an element in the array. In this case the key field must contain the key of the element to be removed.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="ArrayUpdateOperation"> <restriction base="xsd:string"> <enumeration value="add"/> <enumeration value="remove"/> <enumeration value="edit"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
© 2006-2016 VMware, Inc. All rights reserved.
Revision 15-Nov-2016 | Version 6.5
Feedback
1
2
3
4
5
0 Ratings