2.2.4.261 IpamIPAddressByBlockIdEnumerationParameters
The IpamIPAddressByBlockIdEnumerationParameters complex type specifies the criteria to be used for enumerating the address instances that map to a specified address block.
-
<xs:complexType name="IpamIPAddressByBlockIdEnumerationParameters"> <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="BlockId" 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.
BlockId: This specifies the RecordId of the address block. The address instances that map to this address block have to be enumerated.