Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.BaseBase do Compartilhamento de Arquivos (abstrato)

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

Esse tipo abstrato é o tipo de base para Compartilhamento de Arquivos

Element properties:

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

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.FileShare.Base:
ID  string  ID ID do Compartilhamento de Arquivos true 2147483647  False 
ShareName  string  Nome Nome do Compartilhamento de Arquivos false 2147483647  False 
SharePath  string  Caminho do Compartilhamento Caminho do Compartilhamento do Compartilhamento de Arquivos false 2147483647  False 
Description  string  Descrição Descrição do Compartilhamento de Arquivos false 2147483647  False 
StorageVolumeID  string  Identificador do Volume de Armazenamento ID do Volume de Armazenamento do Compartilhamento de Arquivos false 2147483647  False 
StorageFileServer  string  Cluster do Servidor de Arquivos Cluster do Servidor de Arquivos false 2147483647  False 
FreeSpace  string  Espaço Livre (Bytes) Espaço Livre de Compartilhamento de Arquivos false 2147483647  False 
Capacity  string  Capacidade (Bytes) Capacidade de Compartilhamento de Arquivos false 2147483647  False 
VMMServer  string  Servidor do VMM Servidor do 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>