Uses of Class
org.jclouds.googlecomputeengine.domain.Network
-
Packages that use Network Package Description org.jclouds.googlecomputeengine.compute.functions org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.features -
-
Uses of Network in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return Network Modifier and Type Method Description Network
Resources. network(URI selfLink)
Returns an network by self-link or null if not found. -
Uses of Network in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Network Modifier and Type Method Description static Network
Network. create(String id, Date creationTimestamp, URI selfLink, String name, String description, String rangeIPv4, String gatewayIPv4, boolean autoCreateSubnetworks, List<URI> subnetworks)
-
Uses of Network in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Network Modifier and Type Method Description Network
NetworkApi. get(String networkName)
Returns a network by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Network Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Network>>
NetworkApi.NetworkPages. fetchNextPage(ListOptions options)
Iterator<ListPage<Network>>
NetworkApi. list()
Iterator<ListPage<Network>>
NetworkApi. list(ListOptions options)
ListPage<Network>
NetworkApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of network resources available to the specified project.
-