| 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 |
|---|---|
PortPairGroup |
PortPairGroupService.create(PortPairGroup portPairGroup)
Create a port pair group
|
PortPairGroup |
PortPairGroupService.get(String id)
Get a port pair group by id.
|
PortPairGroup |
PortPairGroupService.update(String portPairGroupId,
PortPairGroup portPairGroup)
Update a port pair group with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PortPairGroup> |
PortPairGroupService.list()
Lists port pair groups for port chains
|
| Modifier and Type | Method and Description |
|---|---|
PortPairGroup |
PortPairGroupService.create(PortPairGroup portPairGroup)
Create a port pair group
|
PortPairGroup |
PortPairGroupService.update(String portPairGroupId,
PortPairGroup portPairGroup)
Update a port pair group with the given id to match the given update object
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeutronPortPairGroup |
| Modifier and Type | Method and Description |
|---|---|
PortPairGroup |
NeutronPortPairGroup.PortPairGroupConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
PortPairGroupBuilder |
NeutronPortPairGroup.PortPairGroupConcreteBuilder.from(PortPairGroup in) |
| Modifier and Type | Method and Description |
|---|---|
PortPairGroup |
PortPairGroupServiceImpl.create(PortPairGroup portPairGroup)
Create a port pair group
|
PortPairGroup |
PortPairGroupServiceImpl.get(String portPairGroupId)
Get a port pair group by id.
|
PortPairGroup |
PortPairGroupServiceImpl.update(String portPairGroupId,
PortPairGroup portPairGroup)
Update a port pair group with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends PortPairGroup> |
PortPairGroupServiceImpl.list()
Lists port pair groups for port chains
|
| Modifier and Type | Method and Description |
|---|---|
PortPairGroup |
PortPairGroupServiceImpl.create(PortPairGroup portPairGroup)
Create a port pair group
|
PortPairGroup |
PortPairGroupServiceImpl.update(String portPairGroupId,
PortPairGroup portPairGroup)
Update a port pair group with the given id to match the given update object
|
Copyright © 2020. All rights reserved.