DhcpServerv4SuperscopeStatistics class
Dhcp Server v4 Superscope Statistics class.
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 DhcpServerv4SuperscopeStatistics
{
string SuperscopeName;
Uint32 NumScopes;
uint32 AddressesFree;
uint32 AddressesInUse;
real32 PercentageInUse;
};
Members
The DhcpServerv4SuperscopeStatistics class has these types of members:
Properties
The DhcpServerv4SuperscopeStatistics class has these properties.
-
AddressesFree
-
-
Data type: uint32
-
Access type: Read/write
No. of free addresses that can be leased out to DHCPv4 clients in the Superscope.
-
-
AddressesInUse
-
-
Data type: uint32
-
Access type: Read/write
No. of addresses leased out to DHCPv4 clients in the Superscope.
-
-
NumScopes
-
-
Data type: Uint32
-
Access type: Read/write
Number of scopes in the superscope.
-
-
PercentageInUse
-
-
Data type: real32
-
Access type: Read/write
Scope address utilization percentage.
-
-
SuperscopeName
-
-
Data type: string
-
Access type: Read/write
Superscope Name.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|