2.2.4.22 ArrayOfScopeOperations
The ArrayOfScopeOperations specifies an array of simple type DhcpScopeOperations that specify the type of management operations that have to be performed on the DHCP scope. This is used by the management server as a part of DBCreateOrUpdateDhcpScope to identify the kind of changes that have to be committed to the IPAM data store for the specified DhcpScope value.
-
<xs:complexType name="ArrayOfScopeOperations"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="ScopeOperations" type="ScopeOperations" /> </xs:sequence> </xs:complexType>