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 (RUS) Description (RUS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base:
ID  string  ИД Идентификатор общей папки true 2147483647  False 
ShareName  string  Имя Имя общей папки false 2147483647  False 
SharePath  string  Путь к общему ресурсу Путь к общей папке false 2147483647  False 
Description  string  Описание Описание общей папки false 2147483647  False 
StorageVolumeID  string  Идентификатор тома хранилища ИД тома хранилища общей папки 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>