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 (JPN) Description (JPN) 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>