|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Network in org.jclouds.googlecomputeengine.compute.config |
|---|
| Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type Network | |
|---|---|
protected com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> |
GoogleComputeEngineServiceContextModule.networkMap(com.google.common.cache.CacheLoader<NetworkAndAddressRange,Network> in)
|
| Method parameters in org.jclouds.googlecomputeengine.compute.config with type arguments of type Network | |
|---|---|
protected com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> |
GoogleComputeEngineServiceContextModule.networkMap(com.google.common.cache.CacheLoader<NetworkAndAddressRange,Network> in)
|
| Uses of Network in org.jclouds.googlecomputeengine.compute.extensions |
|---|
| Fields in org.jclouds.googlecomputeengine.compute.extensions with type parameters of type Network | |
|---|---|
protected com.google.common.base.Function<Network,org.jclouds.compute.domain.SecurityGroup> |
GoogleComputeEngineSecurityGroupExtension.groupConverter
|
protected com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> |
GoogleComputeEngineSecurityGroupExtension.networkCreator
|
| Constructor parameters in org.jclouds.googlecomputeengine.compute.extensions with type arguments of type Network | |
|---|---|
GoogleComputeEngineSecurityGroupExtension(GoogleComputeEngineApi api,
com.google.common.base.Supplier<String> userProject,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> networkCreator,
com.google.common.base.Function<Network,org.jclouds.compute.domain.SecurityGroup> groupConverter,
com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate,
Long operationCompleteCheckInterval,
Long operationCompleteCheckTimeout)
|
|
GoogleComputeEngineSecurityGroupExtension(GoogleComputeEngineApi api,
com.google.common.base.Supplier<String> userProject,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> networkCreator,
com.google.common.base.Function<Network,org.jclouds.compute.domain.SecurityGroup> groupConverter,
com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate,
Long operationCompleteCheckInterval,
Long operationCompleteCheckTimeout)
|
|
| Uses of Network in org.jclouds.googlecomputeengine.compute.functions |
|---|
| Methods in org.jclouds.googlecomputeengine.compute.functions with parameters of type Network | |
|---|---|
org.jclouds.compute.domain.SecurityGroup |
NetworkToSecurityGroup.apply(Network network)
|
| Uses of Network in org.jclouds.googlecomputeengine.compute.loaders |
|---|
| Fields in org.jclouds.googlecomputeengine.compute.loaders with type parameters of type Network | |
|---|---|
protected com.google.common.base.Function<NetworkAndAddressRange,Network> |
FindNetworkOrCreate.networkCreator
|
| Methods in org.jclouds.googlecomputeengine.compute.loaders that return Network | |
|---|---|
Network |
FindNetworkOrCreate.load(NetworkAndAddressRange in)
|
| Constructor parameters in org.jclouds.googlecomputeengine.compute.loaders with type arguments of type Network | |
|---|---|
FindNetworkOrCreate(GoogleComputeEngineApi api,
com.google.common.base.Function<NetworkAndAddressRange,Network> networkCreator,
com.google.common.base.Supplier<String> userProject)
|
|
| Uses of Network in org.jclouds.googlecomputeengine.compute.strategy |
|---|
| Constructor parameters in org.jclouds.googlecomputeengine.compute.strategy with type arguments of type Network | |
|---|---|
CreateNodesWithGroupEncodedIntoNameThenAddToSet(org.jclouds.compute.strategy.CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy,
org.jclouds.compute.strategy.ListNodesStrategy listNodesStrategy,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention,
com.google.common.util.concurrent.ListeningExecutorService userExecutor,
org.jclouds.compute.strategy.CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory,
GoogleComputeEngineApi api,
com.google.common.base.Supplier<String> userProject,
com.google.common.base.Predicate<AtomicReference<Operation>> operationDonePredicate,
Long operationCompleteCheckInterval,
Long operationCompleteCheckTimeout,
com.google.common.cache.LoadingCache<NetworkAndAddressRange,Network> networkMap,
FirewallTagNamingConvention.Factory firewallTagNamingConvention)
|
|
| Uses of Network in org.jclouds.googlecomputeengine.domain |
|---|
| Methods in org.jclouds.googlecomputeengine.domain that return Network | |
|---|---|
Network |
Network.Builder.build()
|
| Methods in org.jclouds.googlecomputeengine.domain with parameters of type Network | |
|---|---|
Network.Builder |
Network.Builder.fromNetwork(Network in)
|
| Uses of Network in org.jclouds.googlecomputeengine.features |
|---|
| Methods in org.jclouds.googlecomputeengine.features that return Network | |
|---|---|
Network |
NetworkApi.get(String networkName)
Returns the specified persistent network resource. |
| Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Network | |
|---|---|
org.jclouds.collect.PagedIterable<Network> |
NetworkApi.list()
|
org.jclouds.collect.PagedIterable<Network> |
NetworkApi.list(ListOptions options)
A paged version of NetworkApi#list() |
ListPage<Network> |
NetworkApi.listAtMarker(String marker)
|
ListPage<Network> |
NetworkApi.listAtMarker(String marker,
ListOptions options)
Retrieves the list of persistent network resources contained within the specified project. |
ListPage<Network> |
NetworkApi.listFirstPage()
|
| Uses of Network in org.jclouds.googlecomputeengine.functions |
|---|
| Methods in org.jclouds.googlecomputeengine.functions that return Network | |
|---|---|
Network |
CreateNetworkIfNeeded.apply(NetworkAndAddressRange input)
|
| Uses of Network in org.jclouds.googlecomputeengine.functions.internal |
|---|
| Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Network | |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Network>> |
ParseNetworks.ToPagedIterable.fetchNextPage(String projectName,
ListOptions options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||