Share via


3.5.4.8.1.49 IpamIPAddressUnmappedAddressEnumerationParameters

The IpamIPAddressUnmappedAddressEnumerationParameters processing is done when the EnumInputParameters contains data of type IpamIPAddressUnmappedAddressEnumerationParameters. The ObjectType MUST be EnumerationObjectType.IPAddress. This is used to enumerate all the addresses specific to the address family and also not mapped to an address range in the IPAM data store. The IpamIPAddressUnmappedAddressEnumerationParameters.AddressFamily is used to determine the simple table within the ADM_IPAddressTable on which the processing is done. If the AddressFamily is InterNetwork, the EnumOutputData is a collection of IpamIPv4Address and if it is InterNetworkV6, the EnumOutputData is a collection of IpamIPv6Address.

The following processing steps identify the rows to be returned as a part of the enumeration:

  1. Enumerate the rows in ADM_IPAddressTable for which RangeRecordId is not set.

  2. For each row that meets the previous condition, call the procedure GetIPAddressFromTable passing the following parameters:

  3. RecordId as Param_Id.

  4. IpamIPAddressByRangeIdEnumerationParameters.AddressFamily as Param_addressfamily

  5. Add result to EnumOutputData.