Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolumeHost Volume (abstract)

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

This abstract type is the base type for Host Volume

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 (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.SystemCenter.VirtualMachineManager.Storage.HostVolume:
ID  string  ID Host Volume Identificator true 2147483647  False 
MountPoints  string  Mount Points Host Volume Mount Points false 2147483647  False 
Capacity  string  Capacity Host Volume Capacity false 2147483647  False 
VolumeLabel  string  Volume Label Host Volume Volume Label false 2147483647  False 
IsClustered  string  Is Clustered Host Volume Is Clustered false 2147483647  False 
IsClusterSharedVolume  string  IsClusterSharedVolume Host Volume Is Cluster Shared Volume false 2147483647  False 
FreeSpace  string  Free Space Host Volume Free Space (bytes) false 2147483647  False 
IsAvailableForPlacement  bool  Is Available for Placement Host Volume Is Available for Placement false 2147483647   
Classification  string  Classification Host Volume Classification 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>