Name | Type | Description | Notes |
---|---|---|---|
AnnotationData | string | The annotation for the controller service. This is how the custom UI relays configuration to the controller service. | [optional] [default to null] |
BulletinLevel | string | The level at which the controller service will report bulletins. | [optional] [default to null] |
Bundle | *Bundle | [optional] [default to null] | |
Comments | string | The user-supplied comments for the component | [optional] [default to null] |
ComponentType | string | [optional] [default to null] | |
ControllerServiceApis | []ControllerServiceApi | Lists the APIs this Controller Service implements. | [optional] [default to null] |
GroupIdentifier | string | The ID of the Process Group that this component belongs to | [optional] [default to null] |
Identifier | string | The component's unique identifier | [optional] [default to null] |
InstanceIdentifier | string | The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component | [optional] [default to null] |
Name | string | The component's name | [optional] [default to null] |
Position | *Position | [optional] [default to null] | |
Properties | map[string]string | The properties for the component. Properties whose value is not set will only contain the property name. | [optional] [default to null] |
PropertyDescriptors | map[string]VersionedPropertyDescriptor | The property descriptors for the component. | [optional] [default to null] |
ScheduledState | string | The ScheduledState denoting whether the Controller Service is ENABLED or DISABLED | [optional] [default to null] |
Type_ | string | The type of the extension component | [optional] [default to null] |