Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolumeホスト ボリューム (抽象)

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

この抽象型は、ホスト ボリュームの基本型です

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId16bef14f-0b61-cbba-f014-a9dd56d1c204
CommentHost Volume

Class Hierarchy:

Class Properties:

Property Name Type Display Name (JPN) Description (JPN) 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.HostVolume:
ID  string  ID ホスト ボリュームの ID true 2147483647  False     
MountPoints  string  マウント ポイント ホスト ボリュームのマウント ポイント false 2147483647  False     
Capacity  string  容量 ホスト ボリュームの容量 false 2147483647  False     
VolumeLabel  string  ボリューム ラベル ホスト ボリュームのボリューム ラベル false 2147483647  False     
IsClustered  string  クラスター化 ホスト ボリュームはクラスター化されています false 2147483647  False     
IsClusterSharedVolume  string  クラスターの共有ボリューム ホスト ボリュームはクラスターの共有ボリュームです false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.LogicalEntity" Comment="Host Volume">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Identificator"/>
<Property ID="MountPoints" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Mount Points"/>
<Property ID="Capacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Capacity"/>
<Property ID="VolumeLabel" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Label"/>
<Property ID="IsClustered" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume IsClustered"/>
<Property ID="IsClusterSharedVolume" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Is Cluster Shared Volume"/>
</ClassType>