Uses of Class
org.jclouds.googlecomputeengine.domain.Subnetwork
Packages that use Subnetwork
Package
Description
-
Uses of Subnetwork in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type SubnetworkModifier and TypeMethodDescriptionprotected 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 SubnetworkModifier and TypeMethodDescriptionprotected 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 -
Uses of Subnetwork in org.jclouds.googlecomputeengine.compute.loaders
Methods in org.jclouds.googlecomputeengine.compute.loaders that return types with arguments of type SubnetworkModifier and TypeMethodDescriptioncom.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 -
Uses of Subnetwork in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return SubnetworkModifier and TypeMethodDescriptionReturns a network by name or null if not found.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type SubnetworkModifier and TypeMethodDescriptionprotected 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) SubnetworkApi.list()
SubnetworkApi.list
(ListOptions options) SubnetworkApi.listPage
(String pageToken, ListOptions listOptions) Retrieves the list of network resources available to the specified project.AggregatedListApi.pageOfSubnetworks
(String pageToken, ListOptions listOptions) Retrieves the list of instance resources available to the specified project.AggregatedListApi.subnetworks()
AggregatedListApi.subnetworks
(ListOptions options)