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 (KOR) Description (KOR) 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>