Name | Type | Description | Notes |
---|---|---|---|
revision | Option<crate::models::RevisionDto> | [optional] | |
id | Option<String> | The id of the component. | [optional] |
uri | Option<String> | The URI for futures requests to the component. | [optional] |
position | Option<crate::models::PositionDto> | [optional] | |
permissions | Option<crate::models::PermissionsDto> | [optional] | |
bulletins | Option<Veccrate::models::BulletinEntity> | The bulletins for this component. | [optional] |
disconnected_node_acknowledged | Option<bool> | Acknowledges that this node is disconnected to allow for mutable requests to proceed. | [optional] |
component | Option<crate::models::RemoteProcessGroupDto> | [optional] | |
status | Option<crate::models::RemoteProcessGroupStatusDto> | [optional] | |
input_port_count | Option<i32> | The number of remote input ports currently available on the target. | [optional] |
output_port_count | Option<i32> | The number of remote output ports currently available on the target. | [optional] |
operate_permissions | Option<crate::models::PermissionsDto> | [optional] |
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.