Share via


2.2.4.19 ArrayOfIPUtilization

The ArrayOfIPUtilization complex type defines an array of IPUtilization complex type. The elements in the array MUST be of either IPv4Utilization or IPv6Utilization complex type.

 <xs:complexType name="ArrayOfIPUtilization">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="unbounded" name="IPUtilization" nillable="true" type="ipam:IPUtilization" />
   </xs:sequence>
 </xs:complexType>