3.3.4.52.2.1 GetRangeUtilization

This element specifies the input values for the GetRangeUtilization operation.

 <xs:element name="GetRangeUtilization">
   <xs:complexType>
     <xs:sequence>
       <xs:element minOccurs="0" name="ipRangeRecordId" type="xsd:long" />
       <xs:element minOccurs="0" name="addressFamily" type="syssock:AddressFamily" />
       <xs:element minOccurs="0" name="requestedIPUtilizationType" type="ipam:IPUtilizationType" />
       <xs:element minOccurs="0" name="startDate" nillable="true" type="xsd:dateTime" />
       <xs:element minOccurs="0" name="endDate" nillable="true" type="xsd:dateTime" />
     </xs:sequence>
   </xs:complexType>
 </xs:element>