Base type: System.Entity
Summary: Facilities which belongs to pool members. Facility can be imagined e.g. as a service (e.g. MSMQ) which indicates health (ability to takeover resources) of a pool member.
| Name | Type | Notes |
|---|---|---|
| RefId | System.String | Reference ID of facility |
| PoolMemberId | System.Int32 | ID of pool member |
| CurrentStatus | System.Int32 | Current status of facility |
| Config | System.String | Facility configuration |
| DisplayName | System.String | |
| Description | System.String | |
| InstanceType | System.Type | |
| Uri | System.String | |
| InstanceSiteId | System.Int32 | Default='0'. |
| PoolMember | Orion.HA.PoolMembers | Defined by relationship Orion.HA.PoolsMembersHostsFacilitiesInstances (System.Hosting) |