DataONTAP.Summary.Stats.StorageUtilizationData ONTAP Summary Storage Utilization Stats

DataONTAP.Summary.Stats.StorageUtilization (ClassType)

Element properties:

Base ClassSystem.Entity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId529ad45d-12ec-3fae-46c1-e54d9c803d5e

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 the object. false 4000  False 
DataONTAP.Summary.Stats.StorageUtilization:
ObjectName  string  Object true 256  False 
Total  string  Total No. false 256  False 
TotalSpace  string  Total Space false 256  False 
UsedSpace  string  Used Space false 256  False 
UsedPercentage  string  Used (\%) false 256  False 
SavedPercentage  string  Saved (\%) false 256  False 

Health Model:

Source Code:

<ClassType ID="DataONTAP.Summary.Stats.StorageUtilization" Accessibility="Public" Abstract="false" Base="System!System.Entity" Hosted="false" Singleton="false">
<Property ID="ObjectName" Type="string" Key="true" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="Total" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="TotalSpace" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="UsedSpace" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="UsedPercentage" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
<Property ID="SavedPercentage" Type="string" Key="false" CaseSensitive="false" MinLength="0" MaxLength="256"/>
</ClassType>