Microsoft.Windows.DHCPServer.Library.ScopeÁmbito DHCP

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

Un ámbito DHCP es el intervalo consecutivo de posibles direcciones que el servidor DHCP puede conceder a los clientes en una subred. Los ámbitos normalmente definen una subred física individual en la red a la que se ofrecen los servicios DHCP. Los ámbitos son la manera principal por la que el servidor DHCP administra la distribución y asignación de direcciones, así como los parámetros de configuración relacionados con los clientes DHCP de la red.

Element properties:

Base ClassMicrosoft.Windows.DHCPServer.Library.DHCPComponent
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb5f75df2-2059-d2e3-37e4-2f948e2e188b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar de objeto de supervisión. false 256  False 
Microsoft.Windows.DHCPServer.Library.DHCPComponent:
Name  string  Nombre true 256  True 
Microsoft.Windows.DHCPServer.Library.Scope:
IPAddress  string  Dirección IP Intervalo de direcciones administrado por este ámbito true 255  False 
SubnetMask  string  Máscara de subred false 255  False 
IsEnabled  bool  Está habilitado false   
OSCurrentVersion  string  Versión actual de SO Versión actual del sistema operativo false 256  False 
Name  string  Nombre Nombre del ámbito 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>