Microsoft.Windows.DHCPServer.Library.ScopeÂmbito de DHCP

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

Um âmbito de DHCP consiste num intervalo consecutivo de endereços possíveis que o servidor DHCP pode conceder a clientes numa sub-rede. Normalmente, os âmbitos definem uma única sub-rede física na sua rede à qual são oferecidos serviços DHCP. Os âmbitos são a forma principal através da qual o servidor DHCP gere a distribuição e atribuição de endereços e todos os parâmetros de configuração relacionados aos clientes DHCP na rede.

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 (PTG) Description (PTG) 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  Nome true 256  True 
Microsoft.Windows.DHCPServer.Library.Scope:
IPAddress  string  Endereço IP Intervalo de endereços identificados por este âmbito true 255  False 
SubnetMask  string  Máscara de Subrede false 255  False 
IsEnabled  bool  Está Ativado false   
OSCurrentVersion  string  Versão Atual do SO Versão Atual do Sistema Operativo false 256  False 
Name  string  Nome Nome do Â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>