Uses of Interface
org.openstack4j.api.networking.NetworkingService
-
Packages that use NetworkingService Package Description org.openstack4j.api org.openstack4j.openstack.internal org.openstack4j.openstack.networking.internal -
-
Uses of NetworkingService in org.openstack4j.api
Methods in org.openstack4j.api that return NetworkingService Modifier and Type Method Description static NetworkingServiceApis. getNetworkingServices()Gets the Network services APINetworkingServiceOSClient. networking()Returns the Networking Service API -
Uses of NetworkingService in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return NetworkingService Modifier and Type Method Description NetworkingServiceOSClientSession. networking() -
Uses of NetworkingService in org.openstack4j.openstack.networking.internal
Classes in org.openstack4j.openstack.networking.internal that implement NetworkingService Modifier and Type Class Description classNetworkingServiceImplOpenStack Networking Operations API
-