Uses of Interface
org.openstack4j.model.network.ext.FlowClassifier
-
Packages that use FlowClassifier Package Description org.openstack4j.api.networking.ext org.openstack4j.openstack.networking.domain.ext org.openstack4j.openstack.networking.internal.ext -
-
Uses of FlowClassifier in org.openstack4j.api.networking.ext
Methods in org.openstack4j.api.networking.ext that return FlowClassifier Modifier and Type Method Description FlowClassifierFlowClassifierService. create(FlowClassifier flowClassifier)Create a flow classifierFlowClassifierFlowClassifierService. get(String flowClassifierId)Get a flow classifier by id.FlowClassifierFlowClassifierService. update(String flowClassifierId, FlowClassifier flowClassifier)Update a flow classifier with the given id to match the given update objectMethods in org.openstack4j.api.networking.ext that return types with arguments of type FlowClassifier Modifier and Type Method Description List<? extends FlowClassifier>FlowClassifierService. list()Lists flow classifiers for port chainsMethods in org.openstack4j.api.networking.ext with parameters of type FlowClassifier Modifier and Type Method Description FlowClassifierFlowClassifierService. create(FlowClassifier flowClassifier)Create a flow classifierFlowClassifierFlowClassifierService. update(String flowClassifierId, FlowClassifier flowClassifier)Update a flow classifier with the given id to match the given update object -
Uses of FlowClassifier in org.openstack4j.openstack.networking.domain.ext
Classes in org.openstack4j.openstack.networking.domain.ext that implement FlowClassifier Modifier and Type Class Description classNeutronFlowClassifierMethods in org.openstack4j.openstack.networking.domain.ext that return FlowClassifier Modifier and Type Method Description FlowClassifierNeutronFlowClassifier.FlowClassifierConcreteBuilder. build()Methods in org.openstack4j.openstack.networking.domain.ext with parameters of type FlowClassifier Modifier and Type Method Description FlowClassifierBuilderNeutronFlowClassifier.FlowClassifierConcreteBuilder. from(FlowClassifier in) -
Uses of FlowClassifier in org.openstack4j.openstack.networking.internal.ext
Methods in org.openstack4j.openstack.networking.internal.ext that return FlowClassifier Modifier and Type Method Description FlowClassifierFlowClassifierServiceImpl. create(FlowClassifier flowClassifier)Create a flow classifierFlowClassifierFlowClassifierServiceImpl. get(String flowClassifierId)Get a flow classifier by id.FlowClassifierFlowClassifierServiceImpl. update(String flowClassifierId, FlowClassifier flowClassifier)Update a flow classifier with the given id to match the given update objectMethods in org.openstack4j.openstack.networking.internal.ext that return types with arguments of type FlowClassifier Modifier and Type Method Description List<? extends FlowClassifier>FlowClassifierServiceImpl. list()Lists flow classifiers for port chainsMethods in org.openstack4j.openstack.networking.internal.ext with parameters of type FlowClassifier Modifier and Type Method Description FlowClassifierFlowClassifierServiceImpl. create(FlowClassifier flowClassifier)Create a flow classifierFlowClassifierFlowClassifierServiceImpl. update(String flowClassifierId, FlowClassifier flowClassifier)Update a flow classifier with the given id to match the given update object
-