...
Code Block | ||
---|---|---|
| ||
startPhase: type: integer required: false constraints: - greater-or-equal: 0 description: A value indicating the start phase in which this control loop element will be started, the first start phase is zero. Control Loop Elements are started in their start_phase order and stopped in reverse start phase order. Control Loop Elements with the same start phase are started and stopped simultaneously metadata: common: true |
The "common: true" value in the metadata of the startPhase property identifies that property as being a common property. This property will be set on the CLAMP GUI during control loop commissioning.
Code Block | ||
---|---|---|
| ||
# Definition that omits the common flag metadata
policyType:
type: onap.datatypes.ToscaConceptIdentifier
required: true
# Definition that specifies the common flag metadata
policyType:
type: onap.datatypes.ToscaConceptIdentifier
required: true
metadata:
common: false |
The "common: false" value in the metadata of the policyId property identifies that property as being an instance specific property. This property will be set on the CLAMP GUI during control loop instantiation.
node_templates
which makes up the loop itself.
...