Intel.Hardware.ModularServer.Chassisモジュラー・サーバー・シャーシ

Intel.Hardware.ModularServer.Chassis (ClassType)

Element properties:

Base ClassIntel.Hardware.ModularServer.PhysicalDevice
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf359a9c7-3a74-7526-171d-70ecd912ee17

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  表示名 監視オブジェクトの表示名。 false 256  False 
Intel.Hardware.ModularServer.PhysicalDevice:
LastUpdated  string  最終更新日 false 256  False 
DeviceName  string  デバイス名 false 256  False 
AssetTag  string  資産タグ false 256  False 
ManufDate  string  製造日 false 256  False 
SerialNo  string  シリアル番号 false 256  False 
PartNo  string  パート番号 false 256  False 
Vendor  string  ベンダー false 256  False 
Intel.Hardware.ModularServer.Chassis:
IPAddress  string  IP アドレス false 256  False 
HostName  string  ホスト名 true 256  False 
chassisLocation  string  シャーシ場所 false 256  False 
maxCMMs  string  実際/最大 CMM 数 false 256  False 
maxPowerMods  string  実際/最大電源モジュール数 false 256  False 
maxBlowerMods  string  実際/最大冷却モジュール数 false 256  False 
maxSCM  string  実際/最大ストレージ・コントローラ数 false 256  False 
maxSwitches  string  実際/最大スイッチ数 false 256  False 
maxBlades  string  実際/最大サーバー・モジュール数 false 256  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.Chassis" Accessibility="Public" Abstract="false" Base="Intel.Hardware.ModularServer.PhysicalDevice" Hosted="false" Singleton="false">
<Property ID="HostName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IPAddress" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="chassisLocation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="maxCMMs" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="maxPowerMods" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="maxBlowerMods" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="maxSCM" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="maxSwitches" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="maxBlades" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>