Uses of Interface
org.openstack4j.api.compute.ext.InterfaceService
-
Packages that use InterfaceService Package Description org.openstack4j.api.compute org.openstack4j.openstack.compute.internal org.openstack4j.openstack.compute.internal.ext -
-
Uses of InterfaceService in org.openstack4j.api.compute
Methods in org.openstack4j.api.compute that return InterfaceService Modifier and Type Method Description InterfaceServiceServerService. interfaces()The interface attachment service extension (os-interface) -
Uses of InterfaceService in org.openstack4j.openstack.compute.internal
Methods in org.openstack4j.openstack.compute.internal that return InterfaceService Modifier and Type Method Description InterfaceServiceServerServiceImpl. interfaces() -
Uses of InterfaceService in org.openstack4j.openstack.compute.internal.ext
Classes in org.openstack4j.openstack.compute.internal.ext that implement InterfaceService Modifier and Type Class Description classInterfaceServiceImplAPI to Create, list, get details for, and delete port interfaces on a Server Instance
-