Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDriveVirtual Disk Drive

Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive (ClassType)

This abstract type is the base type for all VMM virtual disk drives

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive:
VMMId  string  VMM Object Id true 256  False 
DriveType  string  Fixed / Dynamic / Physical false 256  False 
Path  string  Path false 256  False 
MaxSize  string  Maximum Size false 256  False 
CurrentSize  string  Current Size false 256  False 
Classification  string  Storage Classification 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>