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)
id - PortPairGroup update(String portPairGroupId, PortPairGroup portPairGroup)
id - portPairGroup - PortPairGroup create(PortPairGroup portPairGroup)
portPairGroup - ActionResponse delete(String portPairGroupId)
portPairGroupId - Copyright © 2020. All rights reserved.