Veritas.VCS.ServerNodeVCS Node

Veritas.VCS.ServerNode (ClassType)

Class to represent VCS Server

Element properties:

Base ClassMicrosoft.Windows.LocalApplication
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId9784dbb3-adc3-9312-8373-fcef929f6312

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Veritas.VCS.ServerNode:
ServerName  string  Server Name Server Name false 256  False     
VCSVersion  string  VCS Version VCS Version false 256  False     
NodeKeyProperty  string  Server Key Server Key true 1024  False     

Health Model:

Source Code:

<ClassType ID="Veritas.VCS.ServerNode" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.LocalApplication" Hosted="true" Singleton="false" Extension="false">
<Property ID="ServerName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="VCSVersion" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="NodeKeyProperty" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="1024" MinLength="0" Required="false" Scale="0"/>
</ClassType>