Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk虛擬機器主機磁碟 (抽象)

Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk (ClassType)

此抽象類型是虛擬機器主機磁碟的基底類型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId64ca4b5c-397a-b761-a036-fbad3739474e

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ZHH) Description (ZHH) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  顯示名稱 顯示物件的名稱。 false 4000  False     
System.ConfigItem:
ObjectStatus  enum  物件狀態 物件狀態 false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  資產狀態 資產狀態 false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  附註 附註 false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk:
ID  string  識別碼 虛擬機器主機磁碟識別碼 true 2147483647  False     
Capacity  string  容量 虛擬機器主機磁碟容量 false 2147483647  False     
IsClustered  bool  已叢集處理 虛擬機器主機磁碟已叢集處理 false 256       
IsSanAttached  bool  已連接 San 虛擬機器主機磁碟已連接 San false 256       
IsPassThroughCapable  bool  具備通過能力 虛擬機器主機磁碟具備通過能力 false 256       
DiskID  string  磁碟識別碼 虛擬機器主機磁碟的磁碟識別碼 false 2147483647  False     
Location  string  位置 虛擬機器主機磁碟位置 false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.LogicalEntity">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Identificator"/>
<Property ID="Capacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Capacity"/>
<Property ID="IsClustered" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is Clustered"/>
<Property ID="IsSanAttached" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is San Attached"/>
<Property ID="IsPassThroughCapable" Key="false" Type="bool" Comment="Virtual Machine Host Disk Is Pass Through Capable"/>
<Property ID="DiskID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Disk ID"/>
<Property ID="Location" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Machine Host Disk Location"/>
</ClassType>