Veritas.VCS.ServiceGroupVCS Service Groups

Veritas.VCS.ServiceGroup (ClassType)

Class to represent VCS Service Group

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7a463bd6-7c89-3ae5-d4d2-82882eb20955

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.ServiceGroup:
SGName  string  Service Group Name Service Group Name false 256  False     
State  string  Service Group State Service Group State false 256  False     
SGKeyProperty  string  Service Group Key Service Group Key true 1024  False     

Health Model:

Source Code:

<ClassType ID="Veritas.VCS.ServiceGroup" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false" Extension="false">
<Property ID="SGName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="State" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="SGKeyProperty" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="1024" MinLength="0" Required="false" Scale="0"/>
</ClassType>