PureStorage.FlashArray.PureVolumeVolume

PureStorage.FlashArray.PureVolume (ClassType)

Pure Storage Volume

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda7c0e06e-c1ae-7c91-06fd-8d0013b43b35

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 
PureStorage.FlashArray.PureVolume:
Serial  string  Serial Volume Serial Number false 256  False 
DateCreated  string  Date Created Date Created false 256  False 
Name  string  Name Volume Name true 256  False 
Size  int  Size(MB) Size(MB) false 256   

Health Model:

Source Code:

<ClassType ID="PureStorage.FlashArray.PureVolume" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false" Extension="false">
<Property ID="Serial" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="DateCreated" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Name" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Size" Type="int" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>