DataCore.SANsymphonyV.Library.HostHost

DataCore.SANsymphonyV.Library.Host (ClassType)

DataCore Host

Element properties:

Base ClassDataCore.SANsymphonyV.Library.Entity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId1867426f-e807-55d3-499c-17866779261a

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.Host:
Id  string  Host Id DataCore Host Id true 256  False 
Type  string  Operating System Operating System false 256  False 
Multipath  string  Multipath Multipath false 256  False 
AluaSupport  string  ALUA Support ALUA Support false 256  False 

Health Model:

Source Code:

<ClassType ID="DataCore.SANsymphonyV.Library.Host" 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="Multipath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AluaSupport" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>