Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolumeТом узла (абстрактный)

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

Этот абстрактный тип является базовым типом для тома узла

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId16bef14f-0b61-cbba-f014-a9dd56d1c204
CommentHost Volume

Class Hierarchy:

Class Properties:

Property Name Type Display Name (RUS) Description (RUS) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Отображаемое имя Отображаемое имя объекта. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Состояние объекта Состояние объекта false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Состояние актива Состояние актива false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Примечания Примечания false 4000       
Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume:
ID  string  ИД Идентификатор тома узла true 2147483647  False     
MountPoints  string  Точки подключения Точки подключения тома узла false 2147483647  False     
Capacity  string  Емкость Емкость тома узла false 2147483647  False     
VolumeLabel  string  Метка тома Метка тома тома узла false 2147483647  False     
IsClustered  string  Является кластерным Том узла является кластерным false 2147483647  False     
IsClusterSharedVolume  string  IsClusterSharedVolume Том узла является общим кластерным томом 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>