Name | Type | Description | Notes |
---|---|---|---|
Id | string | The id of the component. | [optional] |
VersionedComponentId | string | The ID of the corresponding component that is under version control | [optional] |
ParentGroupId | string | The id of parent process group of this component if applicable. | [optional] |
Position | PositionDTO | The position of this component in the UI if applicable. | [optional] |
Name | string | The name of the port. | [optional] |
Comments | string | The comments for the port. | [optional] |
State | string | The state of the port. | [optional] |
Type | string | The type of port. | [optional] |
Transmitting | bool? | Whether the port has incoming or output connections to a remote NiFi. This is only applicable when the port is running in the root group. | [optional] |
ConcurrentlySchedulableTaskCount | int? | The number of tasks that should be concurrently scheduled for the port. | [optional] |
UserAccessControl | List<string> | The users that are allowed to access the port. | [optional] |
GroupAccessControl | List<string> | The user groups that are allowed to access the port. | [optional] |
ValidationErrors | List<string> | Gets the validation errors from this port. These validation errors represent the problems with the port that must be resolved before it can be started. | [optional] |