public interface PortPairService
| Modifier and Type | Method and Description |
|---|---|
PortPair |
create(PortPair portPair)
Create a Port Pair
|
ActionResponse |
delete(String portPairId)
Delete a Port Pair
|
PortPair |
get(String portPairId)
Get a Port Pair by id.
|
List<? extends PortPair> |
list()
Lists Port Pairs for port chains
|
PortPair |
update(String portPairId,
PortPair portPair)
Update a Port Pair with the given id to match the given update object
|
List<? extends PortPair> list()
PortPair get(String portPairId)
portPairId - PortPair update(String portPairId, PortPair portPair)
portPairId - portPair - PortPair create(PortPair portPair)
portPair - ActionResponse delete(String portPairId)
portPairId - Copyright © 2020. All rights reserved.