2.2.4.272 IpamIPSubnetsByAddressCategoryEnumerationParameters

The IpamIPSubnetsByAddressCategoryEnumerationParameters complex type specifies the criteria to be used for enumerating IP subnets that belong to a given address category and a given address family.

 <xs:complexType name="IpamIPSubnetsByAddressCategoryEnumerationParameters">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:EnumerationParametersBase">
       <xs:sequence>
         <xs:element minOccurs="0" name="AddressCategory" type="ipam:AddressCategory" />
         <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

AddressCategory: Specifies the address category of the scopes that need to be enumerated.

AddressFamily: Specifies the address family of the address instances that need to be enumerated.