2.2.5.74 IpamGpoOperation
The IpamGpoOperation simple type is an enumeration that specifies the operations that can be performed on IPAM GPO.
-
<xs:simpleType name="IpamGpoOperation"> <xs:restriction base="xsd:string"> <xs:enumeration value="Add" /> <xs:enumeration value="Delete" /> <xs:enumeration value="NoOperation" /> <xs:enumeration value="NotApplicable" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
Add |
Add an IPAM GPO. |
|
Delete |
Delete an IPAM GPO. |
|
NoOperation |
No operation. |
|
NotApplicable |
Not applicable. |