2.2.4.99 IpamIPAddressRootAddressesEnumerationParameters
The IpamIPAddressRootAddressesEnumerationParameters complex type specifies the filter criteria to be used for enumerating the address instances belonging to a specified address category.
-
<xs:complexType name="IpamIPAddressRootAddressesEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="AddressCategory" nillable="true" type="ipam:AddressCategory" /> <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressCategory: This specifies the address category of the address instances that need to be enumerated.
AddressFamily: This specifies the address family of the address instances that need to be enumerated.