Base type: System.Entity
Summary: List of host names and IP addresses of all polling engines.
Name | Type | Notes |
---|---|---|
IP | System.String | IP v4 address, can be null |
HostName | System.String | Host name of Orion server, can be null |
OrionServerId | System.Int32 | ID of Orion.OrionServers entity |
EngineId | System.Int32 | ID of Orion.Engines entity, can be null |
IsMyOwn | System.Boolean | IP or hostname belongs to currently connected Orion |
IsPreferred | System.Boolean | Preferred IP or HostName for making a connection it is set just for one row per Orion server |
IsVirtual | System.Boolean | Set to true in case of virtual IP or virtual HostName |
DisplayName | System.String | |
Description | System.String | |
InstanceType | System.Type | |
Uri | System.String | |
InstanceSiteId | System.Int32 | Default='0'. |
Engine | Orion.Engines | Defined by relationship Orion.EnginesReferencesReachabilityInfo (System.Reference) |
OrionServer | Orion.OrionServers | Defined by relationship Orion.OrionServersReferencesReachabilityInfo (System.Reference) |