Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Dhcp Server v4 Multicast Scope 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 DhcpServerv4MulticastScopeStatistics
{
string Name;
uint32 AddressesFree;
uint32 AddressesInUse;
uint32 PendingOffers;
real32 PercentageInUse;
};
Members
The DhcpServerv4MulticastScopeStatistics class has these types of members:
Properties
The DhcpServerv4MulticastScopeStatistics class has these properties.
-
AddressesFree
-
-
Data type: uint32
-
Access type: Read/write
Number of free addresses that can be leased out to multicast clients in the Scope.
-
-
AddressesInUse
-
-
Data type: uint32
-
Access type: Read/write
Number of addresses leased out to multicast clients in the Scope.
-
-
Name
-
-
Data type: string
-
Access type: Read/write
Multicast scope Name.
-
-
PendingOffers
-
-
Data type: uint32
-
Access type: Read/write
Number of unconfirmed addresses in the Scope (offered to multicast clients but requests have not been received).
-
-
PercentageInUse
-
-
Data type: real32
-
Access type: Read/write
Scope address utilization percentage.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|