Microsoft.SystemCenter.VirtualMachineManager.Storage.VMHostDisk虚拟主机磁盘(抽象)

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

此抽象类型是虚拟主机磁盘的基本类型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3809d2a-f1c3-ecd0-753d-2bd66c629002

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) 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  ID 虚拟主机磁盘标识符 true 2147483647  False     
Capacity  string  容量 虚拟主机磁盘容量 false 2147483647  False     
IsClustered  bool  已群集 虚拟主机磁盘已群集 false 256       
IsSanAttached  bool  已连接 San 虚拟主机磁盘已连接 San false 256       
IsPassThroughCapable  bool  支持通过功能 虚拟主机磁盘支持通过功能 false 256       
DiskID  string  磁盘 ID 虚拟主机磁盘的磁盘 ID 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>