Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
Subnetwork |
Resources.subnetwork(URI selfLink) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Subnetwork> |
SubnetworkLoader.load(RegionAndName key) |
Modifier and Type | Method and Description |
---|---|
static Subnetwork |
Subnetwork.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
String gatewayAddress,
URI network,
String ipCidrRange,
URI region) |
Modifier and Type | Method and Description |
---|---|
Subnetwork |
SubnetworkApi.get(String subnetworkName)
Returns a network by name or null if not found.
|
Modifier and Type | Method and 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) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.