| Package | Description |
|---|---|
| org.openstack4j.api.networking | |
| org.openstack4j.openstack.networking.domain | |
| org.openstack4j.openstack.networking.internal |
| Modifier and Type | Method and Description |
|---|---|
Trunk |
TrunkService.addTrunkSubport(String trunkId,
TrunkSubport subPort)
Adds a subport to the specified Trunk
|
Trunk |
TrunkService.create(Trunk trunk)
Creates a trunk
|
Trunk |
TrunkService.get(String trunkId)
Get a trunk by ID
|
Trunk |
TrunkService.removeTrunkSubport(String trunkId,
String portId)
Removes subport from the specified trunk
|
Trunk |
TrunkService.update(Trunk trunk)
Updates a trunk object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Trunk> |
TrunkService.list()
Lists all trunks
|
| Modifier and Type | Method and Description |
|---|---|
Trunk |
TrunkService.create(Trunk trunk)
Creates a trunk
|
Trunk |
TrunkService.update(Trunk trunk)
Updates a trunk object
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractNeutronTrunk
A Neutron Trunk
This is the parent class for
NeutronTrunk and
NeutronTrunkSubportAddRemove NeutronTrunk has the json root name trunk whereas
NeutronTrunkSubportAddRemove doesn't as the API doesn't expect it |
class |
NeutronTrunk
This class is used to add the json root name "trunk"
|
class |
NeutronTrunkSubportAddRemove
This class is used by the subport operations which don't use the json root
name "trunks"
|
| Modifier and Type | Method and Description |
|---|---|
Trunk |
AbstractNeutronTrunk.TrunkConcreteBuilder.build() |
protected Trunk |
AbstractNeutronTrunk.TrunkConcreteBuilder.reference() |
| Modifier and Type | Method and Description |
|---|---|
TrunkBuilder |
AbstractNeutronTrunk.TrunkConcreteBuilder.from(Trunk in) |
static NeutronTrunkCreate |
NeutronTrunkCreate.fromTrunk(Trunk trunk) |
static NeutronTrunkUpdate |
NeutronTrunkUpdate.update(Trunk t) |
| Modifier and Type | Method and Description |
|---|---|
Trunk |
TrunkServiceImpl.addTrunkSubport(String trunkId,
TrunkSubport subPort)
Adds a subport to the specified Trunk
|
Trunk |
TrunkServiceImpl.create(Trunk trunk)
Creates a trunk
|
Trunk |
TrunkServiceImpl.get(String trunkId)
Get a trunk by ID
|
Trunk |
TrunkServiceImpl.removeTrunkSubport(String trunkId,
String portId)
Removes subport from the specified trunk
|
Trunk |
TrunkServiceImpl.update(Trunk trunk)
Updates a trunk object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Trunk> |
TrunkServiceImpl.list()
Lists all trunks
|
| Modifier and Type | Method and Description |
|---|---|
Trunk |
TrunkServiceImpl.create(Trunk trunk)
Creates a trunk
|
Trunk |
TrunkServiceImpl.update(Trunk trunk)
Updates a trunk object
|
Copyright © 2020. All rights reserved.