Microsoft.SystemCenter.ConfigurationManager.DeployedComputerEquipo (implementado)

Microsoft.SystemCenter.ConfigurationManager.DeployedComputer (ClassType)

Todos los equipos implementados

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ESN) Description (ESN) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nombre para mostrar Nombre para mostrar del objeto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado de objeto Estado de objeto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado de activo Estado de activo false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
System.ComputerHardware:
Model  string  Modelo Modelo false 256  False     
Manufacturer  string  Fabricante Fabricante false 256  False     
NumberOfProcessors  int  Número de procesadores Número de procesadores false 256       
Microsoft.SystemCenter.ConfigurationManager.DeployedComputer:
HardwareId  string  Identificador de hardware Identificador de hardware true 256  False     
SMBIOS_UUID  string  UUID de SMBIOS UUID de SMBIOS false 256  False     
MACAddresses  string  Direcciones MAC Direcciones MAC false 256  False     
SystemType  string  Tipo de sistema Tipo de sistema false 256  False     
ChassisType  string  Tipo de chasis Tipo de chasis false 256  False     
SerialNumber  string  Número de serie Número de serie false 256  False     
ISA  string  ISA ISA false 256  False     
PlatformType  string  Tipo de plataforma Tipo de plataforma false 256  False     
SMBIOSAssetTag  string  Etiqueta de activo SMBIOS Etiqueta de activo 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>