Microsoft.Amalga.Library.PhysicalServerAmalga Physical Server

Microsoft.Amalga.Library.PhysicalServer (ClassType)

intentionally derives from the Amalga Application Component to pick up the Event Source Name and Event Log Name properties

Element properties:

Base ClassMicrosoft.Amalga.Library.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId3298193f-e130-974b-cbbf-663016d89631

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 
Microsoft.Amalga.Library.ApplicationComponent:
EventSourceName  string  Event Source Name false 256  False 
EventLogName  string  Event Log Name false 256  False 
ClassName  string  Class Name false 256  False 
AgentName  string  Agent Name false 256  False 
Microsoft.Amalga.Library.PhysicalServer:
PrincipalName  string  Principal Name true 256  False 
BoxEnvNum  string  Server's Environment Number number pertains only to this server and does not correlate to numbers on other servers false 256  False 
Environment  string  Environment true 256  False 
NetBIOSComputerName  string  Net BIOS Computer Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Amalga.Library.PhysicalServer" Accessibility="Public" Abstract="true" Base="Microsoft.Amalga.Library.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="PrincipalName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="BoxEnvNum" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Environment" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="NetBIOSComputerName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>