Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume主機磁碟區 (抽象)

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

此抽象類型是主機磁碟區的基底類型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId59b2f175-209a-55d5-de47-ad823cdcfb51
CommentHost Volume

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume:
ID  string  識別碼 主機磁碟區識別碼 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  IsClusterSharedVolume 主機磁碟區是叢集共用磁碟區 false 2147483647  False 
FreeSpace  string  可用空間 主機磁碟區可用空間 (位元組) false 2147483647  False 
IsAvailableForPlacement  bool  可用於放置 主機磁碟區可用於放置 false 2147483647   
Classification  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(bytes)"/>
<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"/>
<Property ID="FreeSpace" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Free space(bytes)"/>
<Property ID="IsAvailableForPlacement" Key="false" Type="bool" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Is Available for Placement"/>
<Property ID="Classification" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Classification"/>
</ClassType>