Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 604 Bytes

PeerDTO.md

File metadata and controls

12 lines (9 loc) · 604 Bytes

IO.Swagger.Model.PeerDTO

Properties

Name Type Description Notes
Hostname string The hostname of this peer. [optional]
Port int? The port number of this peer. [optional]
Secure bool? Returns if this peer connection is secure. [optional]
FlowFileCount int? The number of flowFiles this peer holds. [optional]

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