Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare파일 공유(집계)(추상)

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

이 추상 형식은 상태가 롤업되는 최상위 파일 공유입니다.

Element properties:

Base ClassSystem.Device
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc322ee59-8f8c-2f11-b753-5a6d12ddf751

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.FileShare:
ID  string  ID 파일 공유 식별자 true 2147483647  False 
Description  string  설명 파일 공유에 대한 설명 false 2147483647  False 
IsAvailableForPlacement  string  배치에 사용 가능 파일 공유를 배치에 사용할 수 있습니다. false 2147483647  False 
IsManaged  string  관리됨 파일 공유가 관리되고 있습니다. false 2147483647  False 
HostAssociations  string  호스트 연결 파일 공유에 등록된 호스트 false 2147483647  False 
ClusterAssociations  string  클러스터 연결 파일 공유에 등록된 클러스터 false 2147483647  False 
StorageClassification  string  저장소 분류 파일 공유 저장소 분류 false 2147483647  False 
SharePath  string  공유 경로 파일 공유의 공유 경로 false 2147483647  False 
StorageVolumeID  string  저장소 볼륨 식별자 파일 공유의 저장소 볼륨 ID false 2147483647  False 
FreeSpace  string  사용 가능한 공간(바이트) 파일 공유의 사용 가능한 공간 false 2147483647  False 
Capacity  string  용량(바이트) 파일 공유 용량 false 2147483647  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.Device">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Identifier"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Description"/>
<Property ID="IsAvailableForPlacement" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Is Available for placement"/>
<Property ID="IsManaged" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Is Managed by VMM"/>
<Property ID="HostAssociations" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Semicolon separated list of hosts (names) registered to this share"/>
<Property ID="ClusterAssociations" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Semicolon separated list of clusters (names) registered to this share"/>
<Property ID="StorageClassification" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Classfication"/>
<Property ID="SharePath" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share full path"/>
<Property ID="StorageVolumeID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Volume ID to be used for disambiguation"/>
<Property ID="FreeSpace" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share free space"/>
<Property ID="Capacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share capacity"/>
</ClassType>