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 |
|
active |
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 |
|
active |