Microsoft.Windows.DHCPServer.Library.ScopeEscopo do DHCP

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

Um escopo do DHCP é o intervalo sucessivo de possíveis endereços que o servidor DHCP pode conceder a clientes em uma sub-rede. Os escopos geralmente definem uma única sub-rede física em sua rede para a qual são oferecidos serviços DHCP. Escopos são o modo primário para o servidor DHCP gerenciar a distribuição e atribuição de endereços e quaisquer parâmetros de configuração relacionados a 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 (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. 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 manipulados por este escopo true 255  False 
SubnetMask  string  Máscara de Sub-rede false 255  False 
IsEnabled  bool  Está Habilitado false   
OSCurrentVersion  string  Versão Atual do Sistema Operacional Versão Atual do Sistema Operacional false 256  False 
Name  string  Nome Nome do Escopo 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>