Intel.Hardware.ModularServer.StorageSystem.VirtualDrive虚拟驱动器

Intel.Hardware.ModularServer.StorageSystem.VirtualDrive (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId60185614-5bb4-7d62-df94-9e36eb7eab8d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Intel.Hardware.ModularServer.StorageSystem.VirtualDrive:
VirtDriveIndex  string  虚拟驱动器标号 true 256  False 
Alias  string  别名 false 256  False 
SerialNo  string  序列号 false 256  False 
OperStatus  string  操作状态 false 256  False 
Condition  string  条件 false 256  False 
Operation  string  操作 false 256  False 
Synchronized  bool  数据已同步? false 256   
RAIDLevel  string  RAID 级别 false 256  False 
Capacity  double  总容量(GB) false 256   
PhysicalCapacity  double  物理原始容量(GB) false 256   
WWN  string  WWN false 256  False 
UsedPDs  string  使用的物理驱动器 false 256  False 
PrefSCMId  string  首选控制器 ID false 256  False 

Health Model:

Source Code:

<ClassType ID="Intel.Hardware.ModularServer.StorageSystem.VirtualDrive" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="true" Singleton="false">
<Property ID="VirtDriveIndex" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Alias" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SerialNo" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="OperStatus" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Condition" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Operation" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Synchronized" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RAIDLevel" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Capacity" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PhysicalCapacity" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="WWN" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UsedPDs" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PrefSCMId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>