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 ArrayOfDhcpServer complex type defines an array of DhcpServer (section 2.2.4.155) complex type. The elements in the array MUST be either a DhcpServerV4 or a DhcpServerV6 complex type.
-
<xs:complexType name="ArrayOfDhcpServer"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="DhcpServer" nillable="true" type="ipam:DhcpServer" /> </xs:sequence> </xs:complexType>