Share via


MSFT_IPAM_FreeAddress class

Represents an unassigned IP address in IPAM.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("IPAMServerPSProvider"), AMENDMENT]
class MSFT_IPAM_FreeAddress
{
  string Address;
  uint16 PingStatus;
  uint16 DnsRecordStatus;
};

Members

The MSFT_IPAM_FreeAddress class has these types of members:

Properties

The MSFT_IPAM_FreeAddress class has these properties.

Address

Data type: string

Access type: Read-only

Qualifiers: key

The unassigned IP address.

DnsRecordStatus

Data type: uint16

Access type: Read-only

Indicates whether a DNS record exists for this IP address.

The possible values are:

None (0)

Undetected (1)

Reachable (2)

Unreachable (3)

PingStatus

Data type: uint16

Access type: Read-only

The results of the ping operation that was sent from the IPAM server to this IP address.

The possible values are:

None (0)

Undetected (1)

Reachable (2)

Unreachable (3)

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012 R2
Namespace
Root\Microsoft\IPAM
MOF
IPAMServerPSProvider.mof
DLL
IPAMServerPSProvider.dll

See also

IPAM Server WMI Provider Reference