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 (CHH) Description (CHH) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.SystemCenter.VirtualMachineManager.VirtualDiskDrive:
VMMId  string  VMM 物件識別碼 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     
IsShared  bool  是共用存放裝置 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>