Share via


2.2.4.30 ArrayOfDhcpServer

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>