Microsoft.Windows.DHCPServer.Library.ScopeDHCP-scope

Microsoft.Windows.DHCPServer.Library.Scope (ClassType)

Ett DHCP-scope är en rad på varanda följande möjliga adresser som DHCP-servern kan låna till klienter i en nätmask. Scopes är vanligtvis ett enda fysiskt undernät i ditt nätverk till vilket DHCP-tjänster erbjuds. Scopes är det främsta sättet för DHCP-servern att hantera distribution och tilldelning av adresser och andra relaterade konfigurationsparametrar för DHCP-klienter i nätverket.

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.DHCPComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb3756287-4059-1676-fc3e-f3fd22c414c2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (SVE) Description (SVE) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.DHCPServer.Library.DHCPComponent:
Name  string  Namn true 256  True 
Microsoft.Windows.DHCPServer.Library.Scope:
IPAddress  string  IP-adress Intervall av adresser som hanteras av detta scope true 255  False 
SubnetMask  string  Nätmask false 255  False 
IsEnabled  bool  Är aktiverat false   
OSCurrentVersion  string  Aktuell version av operativsystem Aktuell version av operativsystemet false 256  False 
Name  string  Namn Namn på scope false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.Library.Scope" Accessibility="Public" Abstract="true" Base="Microsoft.Windows.DHCPServer.Library.DHCPComponent" Hosted="true" Singleton="false">
<Property ID="IPAddress" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="SubnetMask" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="255"/>
<Property ID="IsEnabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>