public interface PortPairGroupService
| Modifier and Type | Method and Description |
|---|---|
PortPairGroup |
create(PortPairGroup portPairGroup)
Create a port pair group
|
ActionResponse |
delete(String portPairGroupId)
Delete a port pair group
|
PortPairGroup |
get(String id)
Get a port pair group by id.
|
List<? extends PortPairGroup> |
list()
Lists port pair groups for port chains
|
PortPairGroup |
update(String portPairGroupId,
PortPairGroup portPairGroup)
Update a port pair group with the given id to match the given update object
|
List<? extends PortPairGroup> list()
PortPairGroup get(String id)
PortPairGroup update(String portPairGroupId, PortPairGroup portPairGroup)
PortPairGroup create(PortPairGroup portPairGroup)
ActionResponse delete(String portPairGroupId)
Copyright © 2021. All rights reserved.