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
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
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 

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"/>
</ClassType>