Context

The context of resource-adaptor-entities list within the schema tree is shown. Italicised links are to other pages.

The desired resource adaptor entity state.

List Structure

name non-empty-string
default-state resource-adaptor-entity-state
nodes list
   node-id int16
   present boolean
   state resource-adaptor-entity-state

The key is name.

name

The RA entity name.

Type non-empty-string

Description

A non-empty-string has a positive, non-zero length

Value

a string with length 1 or more

default-state

The default state for the RA entity on every node unless overridden.

Type resource-adaptor-entity-state

Description

The desired state of a Resource Adaptor Entity in a Rhino namespace

Value

one of the following

Value Description

inactive

inactive

active

active

nodes list

The nodes that override the default.

List Structure

node-id int16
present boolean
state resource-adaptor-entity-state

The key is node-id.

Data Validation Constraint

present = 'false' or state

Validation Error:

state must be specified for a node indicated to be present

node-id

A node ID.

Type int16

Value

a number in the range 0 or more

present

present: false is used with partial config bundles to indicate that Rhino will ensure any such named item or entity does not exist.

Related Constraint

.. has a Data Validation Constraint which references this node. The validation expression refers to this node as present.

Type boolean

Value

'true' or 'false'

Default value

true

state

The desired RA entity state for the node.

Related Constraint

.. has a Data Validation Constraint which references this node. The validation expression refers to this node as state.

Type resource-adaptor-entity-state

Description

The desired state of a Resource Adaptor Entity in a Rhino namespace

Value

one of the following

Value Description

inactive

inactive

active

active

Previous page