Microsoft.SystemCenter.ConfigurationManager.DeployedComputerPočítač (nasazeno)

Microsoft.SystemCenter.ConfigurationManager.DeployedComputer (ClassType)

Všechny nasazené počítače

Element properties:

Base ClassSystem.ComputerHardware
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf3102c61-d3c3-262e-634b-6cf6fc5d576b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CSY) Description (CSY) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Zobrazovaný název Zobrazovaný název objektu false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Stav objektu Stav objektu false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stav prostředku Stav prostředku false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Poznámky Poznámky false 4000       
System.ComputerHardware:
Model  string  Model Model false 256  False     
Manufacturer  string  Výrobce Výrobce false 256  False     
NumberOfProcessors  int  Počet procesorů Počet procesorů false 256       
Microsoft.SystemCenter.ConfigurationManager.DeployedComputer:
HardwareId  string  Identifikátor hardwaru Identifikátor hardwaru true 256  False     
SMBIOS_UUID  string  SMBIOS UUID SMBIOS UUID false 256  False     
MACAddresses  string  Adresy MAC Adresy MAC false 256  False     
SystemType  string  Typ systému Typ systému false 256  False     
ChassisType  string  Typ skříně Typ skříně false 256  False     
SerialNumber  string  Sériové číslo Sériové číslo false 256  False     
ISA  string  ISA ISA false 256  False     
PlatformType  string  Typ platformy Typ platformy false 256  False     
SMBIOSAssetTag  string  Inventární štítek SMBIOS Inventární štítek 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>