Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 1.56 KB

RemoteProcessGroupEntity.md

File metadata and controls

22 lines (17 loc) · 1.56 KB

RemoteProcessGroupEntity

Properties

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]

[Back to Model list] [Back to API list] [Back to README]