Base type: System.Entity
Summary: Resources which belongs to pool members. Resource is a responsibility of Orion server which can be switched to another server in a pool e.g. "Main poller responsibility" or "Virtual IP".
| Name | Type | Notes |
|---|---|---|
| PoolId | System.Int32 | ID of pool |
| RefId | System.String | Reference ID of resource |
| PoolMemberId | System.Int32 | ID of pool member |
| CurrentStatus | System.Int32 | Current status of resource |
| PreferredStatus | System.Int32 | Preferred status of member - the status HA service want resource to be |
| Config | System.String | Resource configuration |
| ActionExecutionParameters | System.String | Resource actions execution arguments |
| 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.PoolsMembersResourcesInstances (System.Reference) |
| Pool | Orion.HA.Pools | Defined by relationship Orion.HA.PoolsResourcesInstances (System.Reference) |