Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ArrayOfDhcpOptionDefinition complex type defines an array of DhcpOptionDefinition (section 2.2.4.122) complex types. The elements in the array MUST be either a DhcpOptionDefinitionV4 or a DhcpOptionDefinitionV6 complex type.
-
<xs:complexType name="ArrayOfDhcpOptionDefinition"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="DhcpOptionDefinition" nillable="true" type="ipam:DhcpOptionDefinition" /> </xs:sequence> </xs:complexType>