Fujitsu.Servers.PRIMERGY.OutOfBand.RAID.LogicalDriveFujitsu Out-Of-Band RAID Logical Drive

Fujitsu.Servers.PRIMERGY.OutOfBand.RAID.LogicalDrive (ClassType)

Element properties:

Base ClassFujitsu.Servers.PRIMERGY.OutOfBand.RAID.LogicalHardwareComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdffbb5707-2ac8-11a7-dc0a-1bfdb10731d4

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Fujitsu.Servers.PRIMERGY.OutOfBand.RAID.LogicalHardwareComponent:
AdapterName  string  Adapter Name Logical Adapter Name of the Fujitsu Out-Of-Band RAID Logical Hardware Component false 256  False     
ServerName  string  Server Name Fujitsu Out-Of-Band Server containing the RAID Logical Hardware Component false 256  False     
ManagementUrl  string  Management URL Management URL of the Fujitsu Out-Of-Band RAID Logical Hardware Component false 256  False     
ODataType  string  @odata.type Redfish OData Type (e.g. definition of the component) false 256  False     
ODataId  string  @odata.id Redfish OData ID (e.g. URL of the component) false 256  False     
Fujitsu.Servers.PRIMERGY.OutOfBand.RAID.LogicalDrive:
DriveNumber  string  Drive Number Drive Number of the Fujitsu Out-Of-Band RAID Logical Drive true 256  False     
LogicalSize  string  Logical Size Logical Size of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
PhysicalSize  string  Physical Size Physical Size of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
VolumeType  string  Volume Type Volume Type of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
RAIDLevel  string  RAID Level RAID Level of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
StripeSize  string  Stripe Size Stripe Size of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
Encrypted  string  Encrypted Encrypted Property of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
ReadMode  string  Read Mode Read Mode of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
CacheMode  string  Cache Mode Cache Mode of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
AccessMode  string  Access Mode Access Mode of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     
DiskCacheMode  string  Disk Cache Mode Disk Cache Mode of the Fujitsu Out-Of-Band RAID Logical Drive false 256  False     

Health Model:

Source Code:

<ClassType ID="Fujitsu.Servers.PRIMERGY.OutOfBand.RAID.LogicalDrive" Accessibility="Public" Abstract="false" Base="Fujitsu.Servers.PRIMERGY.OutOfBand.RAID.LogicalHardwareComponent" Hosted="true" Singleton="false">
<Property ID="DriveNumber" Type="string" Key="true" CaseSensitive="false"/>
<!-- only needed for Views
<Property ID="AdapterNumber" Type="string" Key="false" CaseSensitive="false" />
-->
<Property ID="LogicalSize" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="PhysicalSize" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="VolumeType" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="RAIDLevel" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="StripeSize" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="Encrypted" Type="string" Key="false" CaseSensitive="false"/>
<!-- Less interesting properties of a Logical Drive -->
<Property ID="ReadMode" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="CacheMode" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="AccessMode" Type="string" Key="false" CaseSensitive="false"/>
<Property ID="DiskCacheMode" Type="string" Key="false" CaseSensitive="false"/>
</ClassType>