Microsoft.SystemCenter.ConfigurationManager.DeployedComputerTietokone (käyttöönotettu)

Microsoft.SystemCenter.ConfigurationManager.DeployedComputer (ClassType)

Kaikki käyttöönotetut tietokoneet

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (FIN) Description (FIN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Näyttönimi Objektin näyttönimi. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objektin tila Objektin tila false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Omaisuuden tila Omaisuuden tila false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Huomautukset Huomautukset false 4000       
System.ComputerHardware:
Model  string  Malli Malli false 256  False     
Manufacturer  string  Valmistaja Valmistaja false 256  False     
NumberOfProcessors  int  Suorittimien lukumäärä Suorittimien lukumäärä false 256       
Microsoft.SystemCenter.ConfigurationManager.DeployedComputer:
HardwareId  string  Laitteistotunnus Laitteistotunnus true 256  False     
SMBIOS_UUID  string  SMBIOS UUID SMBIOS UUID-tunnus false 256  False     
MACAddresses  string  MAC-osoitteet MAC-osoitteet false 256  False     
SystemType  string  Järjestelmän tyyppi Järjestelmän tyyppi false 256  False     
ChassisType  string  Rungon tyyppi Rungon tyyppi false 256  False     
SerialNumber  string  Sarjanumero Sarjanumero false 256  False     
ISA  string  ISA ISA false 256  False     
PlatformType  string  Alustan tyyppi Alustan tyyppi false 256  False     
SMBIOSAssetTag  string  SMBIOS-omaisuustunniste SMBIOS-omaisuustunniste 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>