Uses of Class
org.jclouds.googlecomputeengine.domain.Subnetwork
-
-
Uses of Subnetwork in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type Subnetwork Modifier and Type Method Description protected com.google.common.cache.LoadingCache<RegionAndName,com.google.common.base.Optional<Subnetwork>>
GoogleComputeEngineServiceContextModule. subnetworksMap(com.google.common.cache.CacheLoader<RegionAndName,com.google.common.base.Optional<Subnetwork>> in)
Method parameters in org.jclouds.googlecomputeengine.compute.config with type arguments of type Subnetwork Modifier and Type Method Description protected com.google.common.cache.LoadingCache<RegionAndName,com.google.common.base.Optional<Subnetwork>>
GoogleComputeEngineServiceContextModule. subnetworksMap(com.google.common.cache.CacheLoader<RegionAndName,com.google.common.base.Optional<Subnetwork>> in)
-
Uses of Subnetwork in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return Subnetwork Modifier and Type Method Description Subnetwork
Resources. subnetwork(URI selfLink)
-
Uses of Subnetwork in org.jclouds.googlecomputeengine.compute.loaders
Methods in org.jclouds.googlecomputeengine.compute.loaders that return types with arguments of type Subnetwork Modifier and Type Method Description com.google.common.base.Optional<Subnetwork>
SubnetworkLoader. load(RegionAndName key)
-
Uses of Subnetwork in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return Subnetwork Modifier and Type Method Description static Subnetwork
Subnetwork. create(String id, Date creationTimestamp, URI selfLink, String name, String description, String gatewayAddress, URI network, String ipCidrRange, URI region)
-
Uses of Subnetwork in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return Subnetwork Modifier and Type Method Description Subnetwork
SubnetworkApi. get(String subnetworkName)
Returns a network by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Subnetwork Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Subnetwork>>
AggregatedListApi.SubnetworksPages. fetchNextPage(ListOptions options)
protected com.google.common.base.Function<String,ListPage<Subnetwork>>
SubnetworkApi.SubnetworkPages. fetchNextPage(String region, ListOptions options)
Iterator<ListPage<Subnetwork>>
SubnetworkApi. list()
Iterator<ListPage<Subnetwork>>
SubnetworkApi. list(ListOptions options)
ListPage<Subnetwork>
SubnetworkApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of network resources available to the specified project.ListPage<Subnetwork>
AggregatedListApi. pageOfSubnetworks(String pageToken, ListOptions listOptions)
Retrieves the list of instance resources available to the specified project.Iterator<ListPage<Subnetwork>>
AggregatedListApi. subnetworks()
Iterator<ListPage<Subnetwork>>
AggregatedListApi. subnetworks(ListOptions options)
-