2.2.4.46 DhcpOptionDefinitionCollection
The DhcpOptionDefinitionCollection complex type specifies a collection of DhcpOptionDefinition complex type.
-
<xs:complexType name="DhcpOptionDefinitionCollection"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="OperationTracker" nillable="true" type="sysgen:ArrayOfKeyValuePairOfCollectionOperationsDhcpOptionDefinitionnTEz2bI_S" /> <xs:element minOccurs="0" name="OptionDefinitionsInCollection" nillable="true" type="ipam:ArrayOfDhcpOptionDefinition" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
OperationTracker: This specifies an array of key value pairs. The key specifies the operation to be performed and the value specifies the DhcpOptionDefinition on which the operation has to be performed. This is used by the DBUpdateDhcpServer to manage the DHCP options definitions at the server-level.
OptionDefinitionsInCollection: This is the array of DhcpOptionDefinition complex type. All the elements in the collection MUST be either DhcpOptionDefinitionV4 or DhcpOptionDefinitionV6.