Veritas.EnterpriseVault.12.ServerServer

Veritas.EnterpriseVault.12.Server (ClassType)

This class represents Enterprise Vault server.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId51ca7fef-0d8a-ff54-3fff-d07b182380d1

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 
Veritas.EnterpriseVault.12.Server:
EntryId  string  Computer entry ID true 256  False 
Name  string  Server name false 256  False 
ProductVersion  string  Product version false 256  False 
SiteName  string  Site name false 256  False 
Aliases  string  Aliases false 256  False 

Health Model:

Source Code:

<ClassType ID="Veritas.EnterpriseVault.12.Server" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false">
<Property ID="EntryId" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ProductVersion" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SiteName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Aliases" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>