Microsoft.SystemCenter.Connector连接器

Microsoft.SystemCenter.Connector (ClassType)

此类代表一个连接器,该连接器使用 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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False 
Microsoft.SystemCenter.Connector:
Id  string  连接器 ID 连接器 ID true 256  False 
Name  string  连接器名称 连接器名称 false 256  False 
Description  string  连接器描述 连接器描述 false 256  False 
DiscoveryDataIsManaged  bool  是否是发现数据管理的 是否是发现数据管理的 false 256   
DiscoveryDataIsShared  bool  是共享的发现数据 是否是发现数据管理的 false 256   
Incoming  bool  正在传入 正在传入 false 256   
Outgoing  bool  正在传出 正在传出 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>