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 (KOR) Description (KOR) 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>