Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolumeVolume do Anfitrião (abstrato)

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

Este tipo abstrato é o tipo de base para o Volume do Anfitrião

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId59b2f175-209a-55d5-de47-ad823cdcfb51
CommentHost Volume

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTG) Description (PTG) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nome a Apresentar Nome a apresentar do objecto. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Estado do Objecto Estado do objecto false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Estado do Recurso Estado do recurso false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notas Notas false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume:
ID  string  ID Identificador do Volume do Anfitrião true 2147483647  False     
MountPoints  string  Pontos de Montagem Pontos de Montagem do Volume do Anfitrião false 2147483647  False     
Capacity  string  Capacidade Capacidade do Volume do Anfitrião false 2147483647  False     
VolumeLabel  string  Etiqueta do Volume Etiqueta do Volume do Anfitrião false 2147483647  False     
IsClustered  string  Em Cluster Volume do Anfitrião Encontra-se em Cluster false 2147483647  False     
IsClusterSharedVolume  string  ÉVolumePartilhadoDeCluster O Volume do Anfitrião é um Volume Partilhado de Cluster false 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume" Accessibility="Public" Hosted="true" Abstract="true" Singleton="false" Base="System!System.LogicalEntity" Comment="Host Volume">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Identificator"/>
<Property ID="MountPoints" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Mount Points"/>
<Property ID="Capacity" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Capacity"/>
<Property ID="VolumeLabel" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Label"/>
<Property ID="IsClustered" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume IsClustered"/>
<Property ID="IsClusterSharedVolume" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Is Cluster Shared Volume"/>
</ClassType>