Microsoft.SystemCenter.VirtualMachineManager.2008.VirtualHardDiskVirtual Hard Disk

Microsoft.SystemCenter.VirtualMachineManager.2008.VirtualHardDisk (ClassType)

Element properties:

Base ClassSystem.Device
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3e0182de-5cc9-a3ab-2356-3487fd557616

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.2008.VirtualHardDisk:
VHDId  string  Virtual hard disk ID true 255  False 
Type  string  Fixed / Dynamic / Physical false 255  False 
Path  string  Path or disk Id false 255  False 
Location  string  Location of the hard disk false 255  False 
MaxSize  string  Maximum size false 255  False 
CurrentSize  string  Current size false 255  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.2008.VirtualHardDisk" Abstract="false" Accessibility="Public" Base="System!System.Device" Hosted="false" Singleton="false">
<Property ID="VHDId" Type="string" Key="true" CaseSensitive="false" Length="255"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="Path" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="Location" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="MaxSize" Type="string" Key="false" CaseSensitive="false" Length="255"/>
<Property ID="CurrentSize" Type="string" Key="false" CaseSensitive="false" Length="255"/>
</ClassType>