Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 701 Bytes

UpdateControllerServiceReferenceRequestEntity.md

File metadata and controls

22 lines (15 loc) · 701 Bytes

UpdateControllerServiceReferenceRequestEntity

Properties

Name Type Description Notes
id String The identifier of the Controller Service. [optional]
state StateEnum The new state of the references for the controller service. [optional]
referencingComponentRevisions Map<String, RevisionDTO> The revisions for all referencing components. [optional]

Enum: StateEnum

Name Value
ENABLED "ENABLED"
DISABLED "DISABLED"
RUNNING "RUNNING"
STOPPED "STOPPED"