DataCore.SANsymphonyV.Library.PhysicalDiskPhysical Disk

DataCore.SANsymphonyV.Library.PhysicalDisk (ClassType)

DataCore Physical Disk

Element properties:

Base ClassDataCore.SANsymphonyV.Library.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId542b122c-ea2e-c4cd-29e2-e02c7de2019c

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 
DataCore.SANsymphonyV.Library.Entity:
Description  string  Description DataCore Description false 256  False 
DataCore.SANsymphonyV.Library.PhysicalDisk:
Id  string  Physical Disk Id DataCore Physical Disk Id true 256  False 
Server  string  Server DataCore Server false 256  False 
Pool  string  Disk Pool DataCore Disk Pool false 256  False 
Type  string  Type DataCore Disk Type false 256  False 
Size  string  Size DataCore Disk Size false 256  False 
Location  string  Location DataCore Disk Location false 256  False 
Vendor  string  Vendor DataCore Disk Vendor false 256  False 
Product  string  Product DataCore Disk Product false 256  False 
Revision  string  Revision DataCore Disk Revision false 256  False 
Serial  string  Serial DataCore Disk Serial false 256  False 
UniqueId  string  Unique Identifier DataCore Disk Unique Identifier false 256  False 

Health Model:

Source Code:

<ClassType ID="DataCore.SANsymphonyV.Library.PhysicalDisk" Accessibility="Public" Abstract="true" Base="DataCore.SANsymphonyV.Library.Entity" Hosted="false" Singleton="false">
<Property ID="Id" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Server" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Pool" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Type" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Size" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Location" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Vendor" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Product" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Revision" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Serial" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="UniqueId" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>