| 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 |
|---|---|
FlowClassifier |
FlowClassifierService.create(FlowClassifier flowClassifier)
Create a flow classifier
|
FlowClassifier |
FlowClassifierService.get(String flowClassifierId)
Get a flow classifier by id.
|
FlowClassifier |
FlowClassifierService.update(String flowClassifierId,
FlowClassifier flowClassifier)
Update a flow classifier with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends FlowClassifier> |
FlowClassifierService.list()
Lists flow classifiers for port chains
|
| Modifier and Type | Method and Description |
|---|---|
FlowClassifier |
FlowClassifierService.create(FlowClassifier flowClassifier)
Create a flow classifier
|
FlowClassifier |
FlowClassifierService.update(String flowClassifierId,
FlowClassifier flowClassifier)
Update a flow classifier with the given id to match the given update object
|
| Modifier and Type | Class and Description |
|---|---|
class |
NeutronFlowClassifier |
| Modifier and Type | Method and Description |
|---|---|
FlowClassifier |
NeutronFlowClassifier.FlowClassifierConcreteBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
FlowClassifierBuilder |
NeutronFlowClassifier.FlowClassifierConcreteBuilder.from(FlowClassifier in) |
| Modifier and Type | Method and Description |
|---|---|
FlowClassifier |
FlowClassifierServiceImpl.create(FlowClassifier flowClassifier)
Create a flow classifier
|
FlowClassifier |
FlowClassifierServiceImpl.get(String flowClassifierId)
Get a flow classifier by id.
|
FlowClassifier |
FlowClassifierServiceImpl.update(String flowClassifierId,
FlowClassifier flowClassifier)
Update a flow classifier with the given id to match the given update object
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends FlowClassifier> |
FlowClassifierServiceImpl.list()
Lists flow classifiers for port chains
|
| Modifier and Type | Method and Description |
|---|---|
FlowClassifier |
FlowClassifierServiceImpl.create(FlowClassifier flowClassifier)
Create a flow classifier
|
FlowClassifier |
FlowClassifierServiceImpl.update(String flowClassifierId,
FlowClassifier flowClassifier)
Update a flow classifier with the given id to match the given update object
|
Copyright © 2019. All rights reserved.