Iptables_client.DeploymentsSourceval list :
socket:socket ->
unit ->
(Iptables_daemon_api.Types.DeploymentInfo.t list, wire_error) Stdlib.result
Lwt.tval create :
socket:socket ->
Iptables_daemon_api.Types.DeploymentInfo.t ->
((unit, [ `Port_already_allocated of int ]) Stdlib.result, wire_error)
Stdlib.result
Lwt.tval remove :
socket:socket ->
string ->
((Iptables_daemon_api.Types.DeploymentInfo.t, [ `Not_found ]) Stdlib.result,
wire_error)
Stdlib.result
Lwt.t