public class PortPairGroupServiceImpl extends BaseNetworkingServices implements PortPairGroupService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
PortPairGroupServiceImpl() |
| 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 portPairGroupId)
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
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends PortPairGroup> list()
list in interface PortPairGroupServicepublic PortPairGroup create(PortPairGroup portPairGroup)
create in interface PortPairGroupServicepublic ActionResponse delete(String portPairGroupId)
delete in interface PortPairGroupServicepublic PortPairGroup get(String portPairGroupId)
get in interface PortPairGroupServicepublic PortPairGroup update(String portPairGroupId, PortPairGroup portPairGroup)
update in interface PortPairGroupServiceCopyright © 2020. All rights reserved.