2.2.4.96 IpamIPAddressByRangeIdEnumerationParameters
The IpamIPAddressByRangeIdEnumerationParameters complex type specifies the filter criteria to be used for enumerating the address instances that map to a specific address range.
-
<xs:complexType name="IpamIPAddressByRangeIdEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" /> <xs:element minOccurs="0" name="RangeId" nillable="true" type="xsd:long" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressFamily: This specifies the address family of the address instances that need to be enumerated.
RangeId: This specifies the RecordId of the address range. The address instances that map to this address range have to be enumerated.