DataCore.SANsymphonyV.Library.VirtualDiskVirtual Disk

DataCore.SANsymphonyV.Library.VirtualDisk (ClassType)

DataCore Virtual Disk

Element properties:

Base ClassDataCore.SANsymphonyV.Library.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda7e5936d-b2f9-cdda-4254-e503478415f8

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.VirtualDisk:
Id  string  Virtual Disk Id DataCore Physical Disk Id true 256  False 
Type  string  Type DataCore Virtual Disk Type false 256  False 
Size  string  Size DataCore Virtual Disk Size false 256  False 
ServerList  string  Server(s) DataCore Server(s) false 256  False 
StorageList  string  Storage Source(s) DataCore Storage Source(s) false 256  False 
HostList  string  Host(s) DataCore Host(s) false 256  False 

Health Model:

Source Code:

<ClassType ID="DataCore.SANsymphonyV.Library.VirtualDisk" 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="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="ServerList" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StorageList" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="HostList" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>