Context

The context of services list within the schema tree is shown. Italicised links are to other pages.

Desired Activation state for services.

List Structure

name non-empty-string
vendor non-empty-string
version non-empty-string
default-state service-state
nodes list
   node-id int16
   present boolean
   state service-state

The keys are name and vendor and version.

name

The component’s name

This node is mandatory.

Type non-empty-string

Description

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

Value

a string with length 1 or more

vendor

The component’s vendor

This node is mandatory.

Type non-empty-string

Description

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

Value

a string with length 1 or more

version

The component’s version

This node is mandatory.

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 state for the Service on every node unless overridden.

Type service-state

Description

The desired state of a Service in a Rhino namespace

Value

one of the following

Value Description

inactive

inactive

active

active

nodes list

The list of nodes that override the default.

List Structure

node-id int16
present boolean
state service-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 service 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 service-state

Description

The desired state of a Service in a Rhino namespace

Value

one of the following

Value Description

inactive

inactive

active

active

Previous page Next page