Uses of Interface
org.openstack4j.model.compute.NetworkCreate
-
Packages that use NetworkCreate Package Description org.openstack4j.model.compute org.openstack4j.openstack.compute.domain -
-
Uses of NetworkCreate in org.openstack4j.model.compute
Methods in org.openstack4j.model.compute that return types with arguments of type NetworkCreate Modifier and Type Method Description List<? extends NetworkCreate>ServerCreate. getNetworks()Gets the networks. -
Uses of NetworkCreate in org.openstack4j.openstack.compute.domain
Classes in org.openstack4j.openstack.compute.domain that implement NetworkCreate Modifier and Type Class Description classNovaNetworkCreateMethods in org.openstack4j.openstack.compute.domain that return types with arguments of type NetworkCreate Modifier and Type Method Description List<? extends NetworkCreate>NovaServerCreate. getNetworks()
-