2.2.4.310 IPRangeForBlockEnumerationParameters
The IPRangeForBlockEnumerationParameters complex type is used to specify the criteria for enumerating the address range that maps directly onto an address block and doesn’t include the address ranges that map to a child block for the specified address block.
-
<xs:complexType name="IPRangeForBlockEnumerationParameters"> <xs:complexContent mixed="false"> <xs:extension base="ipam:EnumerationParametersBase"> <xs:sequence> <xs:element minOccurs="0" name="AddressAssignment" nillable="true" type="ipam:AddressAssignment" /> <xs:element minOccurs="0" name="AddressFamily" type="syssock:AddressFamily" /> <xs:element minOccurs="0" name="ParentBlockRecordId" type="xsd:long" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
AddressAssignment: This specifies the type of address assignment the ranges need to have for them to be enumerated. This is an optional filter condition.
AddressFamily: This specifies the address family of the address range instances that need to be enumerated.
ParentBlockRecordId: This specifies the RecordId of the parent address block for which the mapped address ranges are to be enumerated.