DhcpServerv6ScopeStatistics class

Dhcp Server v6 Scope Statistics.

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("DhcpServerPSProvider"), AMENDMENT]
class DhcpServerv6ScopeStatistics
{
  Uint64 AddressesFree;
  Uint64 AddressesInUse;
  Uint64 PendingAdvertises;
  string Prefix;
  Uint64 ReservedAddress;
  real32 PercentageInUse;
};

Members

The DhcpServerv6ScopeStatistics class has these types of members:

Properties

The DhcpServerv6ScopeStatistics class has these properties.

AddressesFree

Data type: Uint64

Access type: Read-only

Addresses free on given scope on the Dhcp server.

AddressesInUse

Data type: Uint64

Access type: Read-only

Addresses in use on given scope on the Dhcp server.

PendingAdvertises

Data type: Uint64

Access type: Read-only

Pending Advertises on given scope on the Dhcp server.

PercentageInUse

Data type: real32

Access type: Read-only

Percentage of addresses in use on given scope on the Dhcp server.

Prefix

Data type: string

Access type: Read-only

Scope identifier(unique) for the given scope on Dhcp server

ReservedAddress

Data type: Uint64

Access type: Read-only

Reserved addresses on given scope on the Dhcp server.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\DHCP
MOF
DhcpServerPsProvider.mof
DLL
DhcpServerPsProvider.dll