| 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 | StateEnum | The state of the port. | [optional] |
| type | TypeEnum | The type of port. | [optional] |
| transmitting | Boolean | Whether the port has incoming or output connections to a remote NiFi. This is only applicable when the port is allowed to be accessed remotely. | [optional] |
| concurrentlySchedulableTaskCount | Integer | 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] |
| allowRemoteAccess | Boolean | Whether this port can be accessed remotely via Site-to-Site protocol. | [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] |
| Name | Value |
|---|---|
| RUNNING | "RUNNING" |
| STOPPED | "STOPPED" |
| DISABLED | "DISABLED" |
| Name | Value |
|---|---|
| INPUT_PORT | "INPUT_PORT" |
| OUTPUT_PORT | "OUTPUT_PORT" |