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] |
targetUri |
String |
The target URI of the remote process group. If target uri is not set, but uris are set, then returns the first url in the urls. If neither target uri nor uris are set, then returns null. |
[optional] |
targetUris |
String |
The target URI of the remote process group. If target uris is not set but target uri is set, then returns a collection containing the single target uri. If neither target uris nor uris are set, then returns null. |
[optional] |
targetSecure |
Boolean |
Whether the target is running securely. |
[optional] |
name |
String |
The name of the remote process group. |
[optional] |
comments |
String |
The comments for the remote process group. |
[optional] |
communicationsTimeout |
String |
The time period used for the timeout when communicating with the target. |
[optional] |
yieldDuration |
String |
When yielding, this amount of time must elapse before the remote process group is scheduled again. |
[optional] |
transportProtocol |
String |
|
[optional] |
localNetworkInterface |
String |
The local network interface to send/receive data. If not specified, any local address is used. If clustered, all nodes must have an interface with this identifier. |
[optional] |
proxyHost |
String |
|
[optional] |
proxyPort |
Integer |
|
[optional] |
proxyUser |
String |
|
[optional] |
proxyPassword |
String |
|
[optional] |
authorizationIssues |
List<String> |
Any remote authorization issues for the remote process group. |
[optional] |
validationErrors |
List<String> |
The validation errors for the remote process group. These validation errors represent the problems with the remote process group that must be resolved before it can transmit. |
[optional] |
transmitting |
Boolean |
Whether the remote process group is actively transmitting. |
[optional] |
inputPortCount |
Integer |
The number of remote input ports currently available on the target. |
[optional] |
outputPortCount |
Integer |
The number of remote output ports currently available on the target. |
[optional] |
activeRemoteInputPortCount |
Integer |
The number of active remote input ports. |
[optional] |
inactiveRemoteInputPortCount |
Integer |
The number of inactive remote input ports. |
[optional] |
activeRemoteOutputPortCount |
Integer |
The number of active remote output ports. |
[optional] |
inactiveRemoteOutputPortCount |
Integer |
The number of inactive remote output ports. |
[optional] |
flowRefreshed |
String |
The timestamp when this remote process group was last refreshed. |
[optional] |
contents |
RemoteProcessGroupContentsDTO |
The contents of the remote process group. Will contain available input/output ports. |
[optional] |