Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 739 Bytes

ComponentStateDTO.md

File metadata and controls

12 lines (9 loc) · 739 Bytes

IO.Swagger.Model.ComponentStateDTO

Properties

Name Type Description Notes
ComponentId string The component identifier. [optional]
StateDescription string Description of the state this component persists. [optional]
ClusterState StateMapDTO The cluster state for this component, or null if this NiFi is a standalone instance. [optional]
LocalState StateMapDTO The local state for this component. [optional]

[Back to Model list] [Back to API list] [Back to README]