| Package | Description |
|---|---|
| org.openstack4j.api.networking.ext | |
| org.openstack4j.openstack.networking.domain.ext | |
| org.openstack4j.openstack.networking.internal.ext |
| Modifier and Type | Method and Description |
|---|---|
PortChain |
PortChainService.create(PortChain portChain)
Create a port chain
|
PortChain |
PortChainService.get(String portChainId)
Get a port chain by id.
|
PortChain |
PortChainService.update(String portChainId,
PortChain portChain)
Update a port chain with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PortChain> |
PortChainService.list()
Lists port chains.
|
| Modifier and Type | Method and Description |
|---|---|
PortChain |
PortChainService.create(PortChain portChain)
Create a port chain
|
PortChain |
PortChainService.update(String portChainId,
PortChain portChain)
Update a port chain with the given id to match the given update object
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeutronPortChain |
| Modifier and Type | Method and Description |
|---|---|
PortChain |
NeutronPortChain.PortChainConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
PortChainBuilder |
NeutronPortChain.PortChainConcreteBuilder.from(PortChain in) |
| Modifier and Type | Method and Description |
|---|---|
PortChain |
PortChainServiceImpl.create(PortChain portChain)
Create a port chain
|
PortChain |
PortChainServiceImpl.get(String portChainId)
Get a port chain by id.
|
PortChain |
PortChainServiceImpl.update(String portChainId,
PortChain portChain)
Update a port chain with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PortChain> |
PortChainServiceImpl.list()
Lists port chains.
|
| Modifier and Type | Method and Description |
|---|---|
PortChain |
PortChainServiceImpl.create(PortChain portChain)
Create a port chain
|
PortChain |
PortChainServiceImpl.update(String portChainId,
PortChain portChain)
Update a port chain with the given id to match the given update object
|
Copyright © 2020. All rights reserved.