Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDriveVirtueel schijfstation

Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive (ClassType)

Dit abstracte type is het basistype voor alle VMM virtuele schijfstations

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (NLD) Description (NLD) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Weergavenaam Weergavenaam van het object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Objectstatus Objectstatus false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Activumstatus Activumstatus false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notities Notities false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive:
VMMId  string  VMM-object-id true 256  False     
DriveType  string  Vast/Dynamisch/Fysiek false 256  False     
Path  string  Pad false 256  False     
MaxSize  string  Maximumgrootte false 256  False     
CurrentSize  string  Huidige grootte false 256  False     
Classification  string  Opslagclassificatie false 256  False     
IsShared  bool  Is gedeelde opslag 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>