System.NetworkManagement.ConnectionConexão

System.NetworkManagement.Connection (ClassType)

Define uma conexão entre dois dispositivos de rede

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdb304c778-8f79-72b9-e334-fc9a19d47147

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.Connection:
Description  string  Descrição A descrição da conexão false 256  True     
Key  string  Chave da Conexão A chave da conexão true 256  True     

Health Model:

Source Code:

<ClassType ID="System.NetworkManagement.Connection" Accessibility="Public" Abstract="true" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="Description" Type="string" Key="false" CaseSensitive="true" Length="256" MinLength="0"/>
<Property ID="Key" Type="string" Key="true" CaseSensitive="true" Length="256" MinLength="0"/>
</ClassType>