public class PortPairServiceImpl extends BaseNetworkingServices implements PortPairService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
PortPairServiceImpl() |
| 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
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends PortPair> list()
list in interface PortPairServicepublic PortPair create(PortPair portPair)
create in interface PortPairServicepublic ActionResponse delete(String portPairId)
delete in interface PortPairServicepublic PortPair get(String portPairId)
get in interface PortPairServicepublic PortPair update(String portPairId, PortPair portPair)
update in interface PortPairServiceCopyright © 2020. All rights reserved.