(srcSpaceGUID string, srcAppName string, destSpaceGUID string, destAppName string, protocol string, startPort int, endPort int)
| 14 | |
| 15 | type NetworkingActor interface { |
| 16 | AddNetworkPolicy(srcSpaceGUID string, srcAppName string, destSpaceGUID string, destAppName string, protocol string, startPort int, endPort int) (cfnetworkingaction.Warnings, error) |
| 17 | } |
| 18 | |
| 19 | type AddNetworkPolicyCommand struct { |
no outgoing calls
no test coverage detected