Package org.jclouds.googlecomputeengine
Interface GoogleComputeEngineApi
- All Superinterfaces:
AutoCloseable
,Closeable
-
Method Summary
Modifier and TypeMethodDescriptionaddressesInRegion
(String region) disksInZone
(String zone) diskTypesInZone
(String zone) forwardingRulesInRegion
(String region) images()
instancesInZone
(String zone) licensesInProject
(String project) machineTypesInZone
(String zone) networks()
project()
regions()
routes()
subnetworksInRegion
(String region) targetInstancesInZone
(String zone) targetPoolsInRegion
(String region) urlMaps()
zones()
-
Method Details
-
addressesInRegion
-
aggregatedList
AggregatedListApi aggregatedList() -
backendServices
-
disksInZone
-
diskTypesInZone
-
firewalls
-
forwardingRulesInRegion
@Path("/regions/{region}") ForwardingRuleApi forwardingRulesInRegion(@PathParam("region") String region) -
globalForwardingRules
-
httpHeathChecks
-
images
ImageApi images() -
instancesInZone
-
licensesInProject
@Path("/projects/{project}/global") LicenseApi licensesInProject(@PathParam("project") String project) -
machineTypesInZone
-
networks
-
subnetworksInRegion
-
operations
OperationApi operations() -
project
ProjectApi project() -
regions
RegionApi regions() -
routes
-
snapshots
-
targetHttpProxies
TargetHttpProxyApi targetHttpProxies() -
targetInstancesInZone
-
targetPoolsInRegion
-
zones
ZoneApi zones() -
urlMaps
-