| 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 |
|---|---|
PortPair |
PortPairService.create(PortPair portPair)
Create a Port Pair
|
PortPair |
PortPairService.get(String portPairId)
Get a Port Pair by id.
|
PortPair |
PortPairService.update(String portPairId,
PortPair portPair)
Update a Port Pair with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PortPair> |
PortPairService.list()
Lists Port Pairs for port chains
|
| Modifier and Type | Method and Description |
|---|---|
PortPair |
PortPairService.create(PortPair portPair)
Create a Port Pair
|
PortPair |
PortPairService.update(String portPairId,
PortPair portPair)
Update a Port Pair with the given id to match the given update object
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeutronPortPair |
| Modifier and Type | Method and Description |
|---|---|
PortPair |
NeutronPortPair.PortPairConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
PortPairBuilder |
NeutronPortPair.PortPairConcreteBuilder.from(PortPair in) |
| Modifier and Type | Method and Description |
|---|---|
PortPair |
PortPairServiceImpl.create(PortPair portPair)
Create a Port Pair
|
PortPair |
PortPairServiceImpl.get(String portPairId)
Get a Port Pair by id.
|
PortPair |
PortPairServiceImpl.update(String portPairId,
PortPair portPair)
Update a Port Pair with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PortPair> |
PortPairServiceImpl.list()
Lists Port Pairs for port chains
|
| Modifier and Type | Method and Description |
|---|---|
PortPair |
PortPairServiceImpl.create(PortPair portPair)
Create a Port Pair
|
PortPair |
PortPairServiceImpl.update(String portPairId,
PortPair portPair)
Update a Port Pair with the given id to match the given update object
|
Copyright © 2020. All rights reserved.