DhcpServerv4ScopeStatistics class
Dhcp Server v4 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 DhcpServerv4ScopeStatistics
{
Uint32 AddressesFree;
Uint32 AddressesInUse;
Uint32 PendingOffers;
string ScopeId;
string SuperscopeName;
Uint32 ReservedAddress;
real32 PercentageInUse;
Uint32 AddressesFreeOnThisServer;
Uint32 AddressesFreeOnPartnerServer;
Uint32 AddressesInUseOnThisServer;
Uint32 AddressesInUseOnPartnerServer;
};
Members
The DhcpServerv4ScopeStatistics class has these types of members:
Properties
The DhcpServerv4ScopeStatistics class has these properties.
-
AddressesFree
-
-
Data type: Uint32
-
Access type: Read-only
Addresses free on given scope on the Dhcp server.
-
-
AddressesFreeOnPartnerServer
-
-
Data type: Uint32
-
Access type: Read-only
For a failover scope, indicates the number of addresses free on partner server based on the ownership assignment of the free address pool.
-
-
AddressesFreeOnThisServer
-
-
Data type: Uint32
-
Access type: Read-only
For a failover scope, indicates the number of addresses free on this server based on the ownership assignment of the free address pool.
-
-
AddressesInUse
-
-
Data type: Uint32
-
Access type: Read-only
Addresses in use on given scope on the Dhcp server.
-
-
AddressesInUseOnPartnerServer
-
-
Data type: Uint32
-
Access type: Read-only
For a failover scope, indicates the number of addresses leased/renewed by partner server.
-
-
AddressesInUseOnThisServer
-
-
Data type: Uint32
-
Access type: Read-only
For a failover scope, indicates the number of addresses leased/renewed by this server.
-
-
PendingOffers
-
-
Data type: Uint32
-
Access type: Read-only
Pending offers 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.
-
-
ReservedAddress
-
-
Data type: Uint32
-
Access type: Read-only
Reserved addresses on given scope on the Dhcp server.
-
-
ScopeId
-
-
Data type: string
-
Access type: Read-only
Scope identifier(unique) for the given scope on Dhcp server
-
-
SuperscopeName
-
-
Data type: string
-
Access type: Read-only
Name of Superscope to which given scope on Dhcp server belongs
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|