Microsoft.SystemCenter.ConfigurationManager.DeployedComputer计算机(已部署)

Microsoft.SystemCenter.ConfigurationManager.DeployedComputer (ClassType)

所有部署的计算机

Element properties:

Base ClassSystem.ComputerHardware
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId0da06761-51e1-e9c8-b360-6e21546eb2b6

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
System.ComputerHardware:
Model  string  型号 型号 false 256  False     
Manufacturer  string  制造商 制造商 false 256  False     
NumberOfProcessors  int  处理器数量 处理器数量 false 256       
Microsoft.SystemCenter.ConfigurationManager.DeployedComputer:
HardwareId  string  硬件标识符 硬件标识符 true 256  False     
SMBIOS_UUID  string  SMBIOS UUID SMBIOS UUID false 256  False     
MACAddresses  string  MAC 地址 MAC 地址 false 256  False     
SystemType  string  系统类型 系统类型 false 256  False     
ChassisType  string  底盘类型 底盘类型 false 256  False     
SerialNumber  string  序列号 序列号 false 256  False     
ISA  string  ISA ISA false 256  False     
PlatformType  string  平台类型 平台类型 false 256  False     
SMBIOSAssetTag  string  SMBIOS 资产标记 SMBIOS 资产标记 false 256  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.ConfigurationManager.DeployedComputer" Base="SystemHW!System.ComputerHardware" Accessibility="Public" Hosted="false" Abstract="false">
<!-- HardwareId is computed from SMBIOS_UUID and MacAddresses.
SMBIOS_UUID exists most of the time and is universally unique. For cases where
it doesn't exist, MacAddresses are used.-->
<Property ID="HardwareId" Type="string" Key="true"/>
<Property ID="SMBIOS_UUID" Type="string"/>
<Property ID="MACAddresses" Type="string"/>
<!-- e.g. X86-based PC-->
<Property ID="SystemType" Type="string"/>
<Property ID="ChassisType" Type="string"/>
<Property ID="SerialNumber" Type="string"/>
<!-- Industry Standard Architecture -->
<Property ID="ISA" Type="string"/>
<!-- 5h-Gateway, 6h-Converter, Ah-Host computer, Bh-Storage subsystem, Eh-Storage access device -->
<Property ID="PlatformType" Type="string"/>
<Property ID="SMBIOSAssetTag" Type="string"/>
</ClassType>