Base type: System.Entity
Summary: Host names and IP addresses of pool members. It is an extension of Orion.ReachabilityInfo.
| 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 |
| CanActAsEngines | System.Int32[] | Array of possible EngineIds which can Orion stand for i.e. they are in the same HA pool |
| 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'. |