public class PortChainServiceImpl extends BaseNetworkingServices implements PortChainService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
PortChainServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
PortChain |
create(PortChain portChain)
Create a port chain
|
ActionResponse |
delete(String portChainId)
Delete a port chain
|
PortChain |
get(String portChainId)
Get a port chain by id.
|
List<? extends PortChain> |
list()
Lists port chains.
|
PortChain |
update(String portChainId,
PortChain portChain)
Update a port chain 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 PortChain> list()
list in interface PortChainServicepublic PortChain create(PortChain portChain)
create in interface PortChainServicepublic ActionResponse delete(String portChainId)
delete in interface PortChainServicepublic PortChain get(String portChainId)
get in interface PortChainServicepublic PortChain update(String portChainId, PortChain portChain)
update in interface PortChainServiceCopyright © 2020. All rights reserved.