MSFT_IPAM_FreeRange class

Represents a range of unassigned IP addresses in IPAM.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("IPAMServerPSProvider"), AMENDMENT]
class MSFT_IPAM_FreeRange
{
  string StartIPAddress;
  string EndIPAddress;
  string NetworkId;
};

Members

The MSFT_IPAM_FreeRange class has these types of members:

Properties

The MSFT_IPAM_FreeRange class has these properties.

EndIPAddress

Data type: string

Access type: Read-only

The last IP address in the range.

NetworkId

Data type: string

Access type: Read-only

The network ID of the range.

StartIPAddress

Data type: string

Access type: Read-only

The first IP address in the range.

Requirements

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

See also

IPAM Server WMI Provider Reference