Microsoft.SystemCenter.ConnectorConector

Microsoft.SystemCenter.Connector (ClassType)

Esta clase representa un conector que recupera y suministra datos al grupo de administración mediante MCF.

Element properties:

Base ClassSystem.AdminItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId61837b3e-ecce-5b8a-9b4b-ace896dfe69d
Commentrepresents a registered Connector to an external system

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False 
Microsoft.SystemCenter.Connector:
Id  string  Identificador de conector Identificador de conector true 256  False 
Name  string  Nombre de conector Nombre de conector false 256  False 
Description  string  Descripción de conector Descripción de conector false 256  False 
DiscoveryDataIsManaged  bool  Está administrado por datos de detección Está administrado por datos de detección false 256   
DiscoveryDataIsShared  bool  Está compartido por datos de detección Está administrado por datos de detección false 256   
Incoming  bool  Es entrante Es entrante false 256   
Outgoing  bool  Es saliente Es saliente false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Connector" Comment="represents a registered Connector to an external system" Accessibility="Public" Abstract="false" Base="AdminItem!System.AdminItem" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DiscoveryDataIsManaged" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="DiscoveryDataIsShared" Type="bool" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Incoming" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
<Property ID="Outgoing" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false"/>
</ClassType>