NetApp.Management.Pack.Class.NetApp.VolumeNetApp Volume

NetApp.Management.Pack.Class.NetApp.Volume (ClassType)

This class consist of Volume instances.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdecfd24ca-f470-6c5c-f903-015dd863749b

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 
NetApp.Management.Pack.Class.NetApp.Volume:
FSIndex  double  Vol. File System Index false 256   
SNIndex  double  Vol. Snap Index false 256   
VolName  string  Volume Name true 256  False 
Index  double  Index false 256   

Health Model:

Source Code:

<ClassType ID="NetApp.Management.Pack.Class.NetApp.Volume" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="FSIndex" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SNIndex" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VolName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Index" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>