System.NetworkManagement.HSRPEndpointPonto de Extremidade HSRP

System.NetworkManagement.HSRPEndpoint (ClassType)

Essa classe representa o ponto de extremidade HSRP

Element properties:

Base ClassSystem.NetworkManagement.ProtocolEndpoint
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde6903628-ddf8-886c-b2fa-0dddb762b1ae

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome para exibição Nome para exibição do objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Status do Objeto Status do objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Status do Ativo Status do ativo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.NetworkManagement.ServiceAccessPoint:
Description  string  Descrição Uma descrição textual do objeto false 256  True     
Key  string  Chave do Ponto de Acesso a Serviços A chave do ponto de acesso a serviços true 256  True     
System.NetworkManagement.HSRPEndpoint:
GroupNumber  string  Número do Grupo HSRP O número do grupo HSRP false 256  True     
HSRPEndpointKey  string  Chave do Ponto de Extremidade HSRP Conterá um identificador exclusivo para representar o ponto de extremidade false 256  True     
Index  string  Índice Índice de instâncias usadas para monitoramento false 256  True     
InterfaceNumber  string  Número da Interface O número da interface subjacente false 38  False     
Priority  int  Prioridade A prioridade definida para esse ponto de extremidade HSRP no grupo false 256       

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.HSRPEndpoint" Accessibility="Public" Abstract="false" Base="System.NetworkManagement.ProtocolEndpoint" Hosted="true" Singleton="false">
<Property ID="GroupNumber" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="HSRPEndpointKey" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Index" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="InterfaceNumber" Type="string" Key="false" CaseSensitive="false" Length="38" MinLength="0"/>
<Property ID="Priority" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>