Class ServiceFunctionChainServiceImpl
- java.lang.Object
-
- org.openstack4j.openstack.internal.BaseOpenStackService
-
- org.openstack4j.openstack.networking.internal.BaseNetworkingServices
-
- org.openstack4j.openstack.networking.internal.ext.ServiceFunctionChainServiceImpl
-
- All Implemented Interfaces:
ServiceFunctionChainService,RestService
public class ServiceFunctionChainServiceImpl extends BaseNetworkingServices implements ServiceFunctionChainService
Base Networking Operations Implementation is responsible for insuring the proper endpoint is used for all extending operation APIs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
BaseOpenStackService.Invocation<R>
-
-
Constructor Summary
Constructors Constructor Description ServiceFunctionChainServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowClassifierServiceflowclassifiers()PortChainServiceportchains()PortPairGroupServiceportpairgroups()PortPairServiceportpairs()-
Methods inherited from class org.openstack4j.openstack.internal.BaseOpenStackService
delete, deleteWithResponse, get, getProvider, getServiceVersion, getWithResponse, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, putWithResponse, request, toList, uri
-
-
-
-
Method Detail
-
flowclassifiers
public FlowClassifierService flowclassifiers()
- Specified by:
flowclassifiersin interfaceServiceFunctionChainService- Returns:
- the Flow Classifier Service API
-
portpairs
public PortPairService portpairs()
- Specified by:
portpairsin interfaceServiceFunctionChainService- Returns:
- the Port Pair Service API
-
portpairgroups
public PortPairGroupService portpairgroups()
- Specified by:
portpairgroupsin interfaceServiceFunctionChainService- Returns:
- the Port Pair Service API
-
portchains
public PortChainService portchains()
- Specified by:
portchainsin interfaceServiceFunctionChainService- Returns:
- the Port Chain Service API
-
-