Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive虚拟磁盘驱动器

Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive (ClassType)

此抽象类型是所有 VMM 虚拟磁盘驱动器的基本类型

Element properties:

Base ClassSystem.VirtualHardwareComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId230059ad-298e-d8ef-1611-51445f94e067

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  显示名称 对象的显示名称。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  对象状态 对象状态 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  资产状态 资产状态 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  说明 说明 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive:
VMMId  string  VMM 对象 Id true 256  False     
DriveType  string  固定/动态/物理 false 256  False     
Path  string  路径 false 256  False     
MaxSize  string  最大大小 false 256  False     
CurrentSize  string  当前大小 false 256  False     
Classification  string  存储分类 false 256  False     
IsShared  bool  为共享存储 false 256       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive" Accessibility="Public" Abstract="true" Base="SystemVirtLib!System.VirtualHardwareComponent" Hosted="false" Singleton="false">
<Property ID="VMMId" Type="string" Key="true"/>
<Property ID="DriveType" Type="string" Key="false"/>
<Property ID="Path" Type="string" Key="false"/>
<Property ID="MaxSize" Type="string" Key="false"/>
<Property ID="CurrentSize" Type="string" Key="false"/>
<Property ID="Classification" Type="string" Key="false"/>
<Property ID="IsShared" Type="bool" Key="false"/>
</ClassType>