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
System.Entity:
DisplayName  string  Отображаемое имя Краткое имя объекта мониторинга. false 256  False 
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 
FreeSpace  string  Свободное пространство Свободное пространство в томе узла (байт) false 2147483647  False 
IsAvailableForPlacement  bool  Доступно для размещения Том узла доступен для размещения false 2147483647   
Classification  string  Классификация Классификация тома узла 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(bytes)"/>
<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"/>
<Property ID="FreeSpace" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Free space(bytes)"/>
<Property ID="IsAvailableForPlacement" Key="false" Type="bool" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Is Available for Placement"/>
<Property ID="Classification" Key="false" Type="string" CaseSensitive="false" MaxLength="2147483647" Comment="Host Volume Classification"/>
</ClassType>