Uses of Interface
org.openstack4j.api.networking.ext.ServiceFunctionChainService
-
Packages that use ServiceFunctionChainService Package Description org.openstack4j.api org.openstack4j.openstack.internal org.openstack4j.openstack.networking.internal.ext -
-
Uses of ServiceFunctionChainService in org.openstack4j.api
Methods in org.openstack4j.api that return ServiceFunctionChainService Modifier and Type Method Description static ServiceFunctionChainServiceApis. getSfcServices()Gets the Service Function Chain Services APIServiceFunctionChainServiceOSClient. sfc()Returns the SFC Service API -
Uses of ServiceFunctionChainService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return ServiceFunctionChainService Modifier and Type Method Description ServiceFunctionChainServiceOSClientSession. sfc() -
Uses of ServiceFunctionChainService in org.openstack4j.openstack.networking.internal.ext
Classes in org.openstack4j.openstack.networking.internal.ext that implement ServiceFunctionChainService Modifier and Type Class Description classServiceFunctionChainServiceImplBase Networking Operations Implementation is responsible for insuring the proper endpoint is used for all extending operation APIs
-