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 (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume:
ID  string  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  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>