Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Dhcp Server v4 Multicast Scope 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 DhcpServerv4MulticastScope
{
string Name;
string Description;
string StartRange;
string EndRange;
DateTime LeaseDuration;
DateTime ExpiryTime;
string State;
UINT32 Ttl;
};
Members
The DhcpServerv4MulticastScope class has these types of members:
Properties
The DhcpServerv4MulticastScope class has these properties.
-
Description
-
-
Data type: string
-
Access type: Read/write
Scope description.
-
-
EndRange
-
-
Data type: string
-
Access type: Read/write
End of scope IP range.
-
-
ExpiryTime
-
-
Data type: DateTime
-
Access type: Read/write
Time to live. After expiry of this period, the scope is deleted by the DHCP server.
-
-
LeaseDuration
-
-
Data type: DateTime
-
Access type: Read/write
Lease duration configured on this scope.
-
-
Name
-
-
Data type: string
-
Access type: Read/write
Scope name.
-
-
StartRange
-
-
Data type: string
-
Access type: Read/write
Start of scope IP range.
-
-
State
-
-
Data type: string
-
Access type: Read/write
Scope state.
-
-
Active ("Active")
-
Inactive ("Inactive")
Ttl
-
Data type: UINT32
-
Access type: Read/write
Number of routers through which multicast traffic passes through.
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2012 R2 |
Namespace |
Root\Microsoft\Windows\DHCP |
MOF |
|
DLL |
|