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