System.NetworkManagement.Node

System.NetworkManagement.Node (ClassType)

Esta classe representa o dispositivo de rede

Element properties:

Base ClassSystem.NetworkDevice
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIde1465592-bf5e-0824-0d72-36f5d3dde99f

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado do Objecto Estado do objecto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado do Recurso Estado do recurso false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.NetworkManagement.Node:
AccessMode  string  Modo de Acesso O modo de aceder a um sistema; pode ter um dos seguintes valores: ICMPONLY, SNMPONLY ou ICMPSNMP false 256  True     
Certification  string  Certificação Define o nível de certificação que este dispositivo tem no processo de deteção: UNSUPPORTED, GENERIC, TEMPLATE, CERTIFIED, VALIDATED, UNDISCOVERED false 256  True     
Description  string  Descrição Descrição textual do objeto false 256  True     
DeviceKey  string  Chave do Dispositivo A chave do dispositivo true 256  False     
Location  string  Localização Uma descrição de onde se encontra este sistema false 256  True     
Model  string  Modelo O nome pelo qual o sistema é geralmente conhecido false 256  True     
PortNumber  int  Número da Porta O número da porta UDP onde o agente de SNMP está à escuta false 38       
PrimaryOwnerContact  string  Contacto do Proprietário Principal Uma cadeia que fornece informações sobre como contactar o proprietário principal do sistema (como número de telefone ou endereço de correio eletrónico) false 256  True     
PrimaryOwnerName  string  Nome do Proprietário Principal O nome do proprietário principal do sistema false 256  True     
VirtualCommunitySuffix  string  Sufixo de Comunidade Virtual O sufixo de cadeia de comunidade virtual false 256  True     
SNMPAddress  string  Endereço do Agente de SNMP O endereço principal utilizado para contactar o agente de SNMP em execução neste sistema false 256  True     
SNMPVersion  int  Versão SNMP A versão do protocolo SNMP utilizada para comunicar com o agente de SNMP false 256       
SupportsSNMP  bool  Suporta SNMP TRUE se foi possível gerir este sistema através de SNMP false 256       
sysName  string  Nome do Sistema MIB2 O sysName MIB2 deste objeto de Nó false 256  True     
SystemObjectID  string  ID de Objeto de Sistema O Identificador de Objeto de Sistema associado ao fornecedor deste sistema false 256  True     
Vendor  string  Fornecedor O nome do fornecedor do sistema false 256  True     

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.Node" Accessibility="Public" Abstract="false" Base="System!System.NetworkDevice" Hosted="false" Singleton="false">
<Property ID="AccessMode" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Certification" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="DeviceKey" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Location" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Model" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="PortNumber" Type="int" Key="false" CaseSensitive="false" Length="38" MinLength="0"/>
<Property ID="PrimaryOwnerContact" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="PrimaryOwnerName" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="VirtualCommunitySuffix" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SNMPAddress" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SNMPVersion" Type="int" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SupportsSNMP" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="sysName" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="SystemObjectID" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Vendor" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
</ClassType>