Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base文件共享基础(抽象)

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

此抽象类型是文件共享的基类型

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId97d9674b-ff85-3c23-6457-7e836af55af7

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.Base:
ID  string  ID 文件共享 ID true 2147483647  False 
ShareName  string  名称 文件共享名称 false 2147483647  False 
SharePath  string  共享路径 文件共享的共享路径 false 2147483647  False 
Description  string  描述 文件共享描述 false 2147483647  False 
StorageVolumeID  string  存储卷标识符 文件共享存储卷 ID false 2147483647  False 
StorageFileServer  string  文件服务器群集 文件服务器群集 false 2147483647  False 
FreeSpace  string  可用空间(字节) 文件共享可用空间 false 2147483647  False 
Capacity  string  容量(字节) 文件共享容量 false 2147483647  False 
VMMServer  string  VMM 服务器 VMM 服务器 false 2147483647  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base" Accessibility="Public" Hosted="false" Abstract="true" Singleton="false" Base="System!System.LogicalEntity">
<Property ID="ID" Key="true" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share ObjectId"/>
<Property ID="ShareName" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Name"/>
<Property ID="SharePath" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share path"/>
<Property ID="Description" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Identifying Description"/>
<Property ID="StorageVolumeID" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Volume ID to be used for disambiguation"/>
<Property ID="StorageFileServer" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="File Share Server or Cluster Name"/>
<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"/>
<Property ID="VMMServer" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="VMMServer"/>
</ClassType>