Microsoft.Windows.DHCPServer.2012.FailoverServerWatcherRelação de Failover do Servidor DHCP 2012 do Microsoft Windows

Microsoft.Windows.DHCPServer.2012.FailoverServerWatcher (ClassType)

Este script é executado em todos os servidores DHCP 2012 do Windows e determina se as relações de Failover estão definidas.

Element properties:

Base ClassSystem.Perspective
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId28ff5a9d-fbee-1c7a-4138-913366f827da

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.2012.FailoverServerWatcher:
Name  string  Nome true 256  False 
LocalServer  string  Servidor Local true 256  False 
PartnerServer  string  Servidor Parceiro true 256  False 
ScopeId  string  ID do Escopo true 256  False 
Mode  string  Modo false 256  False 
LoadBalancePercent  string  Percentual de Balanceamento de Carga false 256  False 
ServerRole  string  Função do Servidor false 256  False 
ReservePercent  string  Percentual de Reserva false 256  False 
MaxClientLeadTime  string  Prazo de Entrega Máximo do Cliente false 256  False 
StateSwitchInterval  string  Intervalo de Alternância de Estado false 256  False 
AutoStateTransition  bool  Transição de Estado Automática false   
EnableAuth  bool  Habilitar Autorização false   
OSCurrentVersion  string  Versão Atual do Sistema Operacional false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DHCPServer.2012.FailoverServerWatcher" Accessibility="Public" Abstract="false" Base="System!System.Perspective" Hosted="true" Singleton="false">
<Property ID="Name" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="LocalServer" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="PartnerServer" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ScopeId" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Mode" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="LoadBalancePercent" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ServerRole" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReservePercent" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="MaxClientLeadTime" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="StateSwitchInterval" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="AutoStateTransition" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="EnableAuth" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="1"/>
<Property ID="OSCurrentVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>