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 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 호스트 볼륨 식별자 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     

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>