Microsoft.SystemCenter.VirtualMachineManager.Storage.VHD虚拟硬盘

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

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbedb3b21-b425-79ac-3582-2b22dd16a074

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.VHD:
ID  string  ID 虚拟硬盘标识符 true 2147483647  False     
Description  string  描述 虚拟硬盘描述 false 2147483647  False     
VHDType  string  VHD 类型 虚拟硬盘类型 false 2147483647  False     
VHDFormatType  string  VHD 格式类型 虚拟硬盘格式类型 false 2147483647  False     
VirtualizationPlatform  string  虚拟化平台 虚拟硬盘虚拟化平台 false 2147483647  False     
MaximumSize  string  最大大小 虚拟硬盘最大大小 false 2147483647  False     
Location  string  位置 虚拟硬盘位置 false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.VHD" Accessibility="Public" Hosted="false" Abstract="false" Singleton="false" Base="System!System.LogicalEntity">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Hard Disk Identificator"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Hard Disk Description"/>
<Property ID="VHDType" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Hard Disk Type"/>
<Property ID="VHDFormatType" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Hard Disk Format Type"/>
<Property ID="VirtualizationPlatform" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Hard Disk Virtualization Platform"/>
<Property ID="MaximumSize" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Hard Disk Maximum Size"/>
<Property ID="Location" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Virtual Hard Disk Location"/>
</ClassType>