public interface GoogleComputeEngineApi extends Closeable
| Modifier and Type | Method and Description |
|---|---|
AddressApi |
addressesInRegion(String region) |
AggregatedListApi |
aggregatedList() |
BackendServiceApi |
backendServices() |
DiskApi |
disksInZone(String zone) |
DiskTypeApi |
diskTypesInZone(String zone) |
FirewallApi |
firewalls() |
ForwardingRuleApi |
forwardingRulesInRegion(String region) |
ForwardingRuleApi |
globalForwardingRules() |
HttpHealthCheckApi |
httpHeathChecks() |
ImageApi |
images() |
InstanceApi |
instancesInZone(String zone) |
LicenseApi |
licensesInProject(String project) |
MachineTypeApi |
machineTypesInZone(String zone) |
NetworkApi |
networks() |
OperationApi |
operations() |
ProjectApi |
project() |
RegionApi |
regions() |
RouteApi |
routes() |
SnapshotApi |
snapshots() |
SubnetworkApi |
subnetworksInRegion(String region) |
TargetHttpProxyApi |
targetHttpProxies() |
TargetInstanceApi |
targetInstancesInZone(String zone) |
TargetPoolApi |
targetPoolsInRegion(String region) |
UrlMapApi |
urlMaps() |
ZoneApi |
zones() |
@Path(value="/regions/{region}")
AddressApi addressesInRegion(@PathParam(value="region")
String region)
AggregatedListApi aggregatedList()
@Path(value="/global/backendServices") BackendServiceApi backendServices()
@Path(value="/zones/{zone}")
DiskTypeApi diskTypesInZone(@PathParam(value="zone")
String zone)
@Path(value="/global") FirewallApi firewalls()
@Path(value="/regions/{region}")
ForwardingRuleApi forwardingRulesInRegion(@PathParam(value="region")
String region)
@Path(value="/global") ForwardingRuleApi globalForwardingRules()
@Path(value="/global") HttpHealthCheckApi httpHeathChecks()
ImageApi images()
@Path(value="/zones/{zone}")
InstanceApi instancesInZone(@PathParam(value="zone")
String zone)
@Path(value="/projects/{project}/global")
LicenseApi licensesInProject(@PathParam(value="project")
String project)
@Path(value="/zones/{zone}")
MachineTypeApi machineTypesInZone(@PathParam(value="zone")
String zone)
@Path(value="/global") NetworkApi networks()
@Path(value="/regions/{region}")
SubnetworkApi subnetworksInRegion(@PathParam(value="region")
String region)
OperationApi operations()
ProjectApi project()
RegionApi regions()
@Path(value="/global") RouteApi routes()
@Path(value="/global") SnapshotApi snapshots()
TargetHttpProxyApi targetHttpProxies()
@Path(value="/zones/{zone}")
TargetInstanceApi targetInstancesInZone(@PathParam(value="zone")
String zone)
@Path(value="/regions/{region}")
TargetPoolApi targetPoolsInRegion(@PathParam(value="region")
String region)
ZoneApi zones()
@Path(value="/global/urlMaps") UrlMapApi urlMaps()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.