Package | Description |
---|---|
org.jclouds.googlecomputeengine | |
org.jclouds.googlecomputeengine.features | |
org.jclouds.oauth.v2 | |
org.jclouds.openstack.keystone.v2_0.features | |
org.jclouds.rackspace.clouddns.v1 | |
org.jclouds.rackspace.clouddns.v1.features | |
org.jclouds.s3 |
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService commands. |
Modifier and Type | Method and Description |
---|---|
AddressApi |
GoogleComputeEngineApi.addressesInRegion(String region) |
AggregatedListApi |
GoogleComputeEngineApi.aggregatedList() |
BackendServiceApi |
GoogleComputeEngineApi.backendServices() |
DiskApi |
GoogleComputeEngineApi.disksInZone(String zone) |
DiskTypeApi |
GoogleComputeEngineApi.diskTypesInZone(String zone) |
FirewallApi |
GoogleComputeEngineApi.firewalls() |
ForwardingRuleApi |
GoogleComputeEngineApi.forwardingRulesInRegion(String region) |
ForwardingRuleApi |
GoogleComputeEngineApi.globalForwardingRules() |
HttpHealthCheckApi |
GoogleComputeEngineApi.httpHeathChecks() |
InstanceApi |
GoogleComputeEngineApi.instancesInZone(String zone) |
MachineTypeApi |
GoogleComputeEngineApi.machineTypesInZone(String zone) |
NetworkApi |
GoogleComputeEngineApi.networks() |
ProjectApi |
GoogleComputeEngineApi.project() |
RegionApi |
GoogleComputeEngineApi.regions() |
RouteApi |
GoogleComputeEngineApi.routes() |
SnapshotApi |
GoogleComputeEngineApi.snapshots() |
TargetHttpProxyApi |
GoogleComputeEngineApi.targetHttpProxies() |
TargetInstanceApi |
GoogleComputeEngineApi.targetInstancesInZone(String zone) |
TargetPoolApi |
GoogleComputeEngineApi.targetPoolsInRegion(String region) |
UrlMapApi |
GoogleComputeEngineApi.urlMaps() |
ZoneApi |
GoogleComputeEngineApi.zones() |
Modifier and Type | Method and Description |
---|---|
Operation |
ImageApi.create(ImageCreationOptions options) |
Operation |
ImageApi.createFromDisk(String image,
String sourceDisk)
Creates an image resource in the specified project from the provided persistent disk.
|
Operation |
ImageApi.delete(String image)
Deletes an image by name and returns the operation in progress, or null if not found.
|
Operation |
ImageApi.deprecate(String image,
DeprecateOptions deprecated)
Sets the deprecation status of an image.
|
Image |
ImageApi.get(String image)
Returns an image by name or null if not found.
|
Iterator<ListPage<Operation>> |
OperationApi.list() |
Iterator<ListPage<Image>> |
ImageApi.list() |
Iterator<ListPage<Operation>> |
OperationApi.list(ListOptions options) |
Iterator<ListPage<Image>> |
ImageApi.list(ListOptions options) |
Iterator<ListPage<Operation>> |
OperationApi.listInRegion(String region) |
Iterator<ListPage<Operation>> |
OperationApi.listInRegion(String region,
ListOptions options) |
Iterator<ListPage<Operation>> |
OperationApi.listInZone(String zone) |
Iterator<ListPage<Operation>> |
OperationApi.listInZone(String zone,
ListOptions options) |
ListPage<Operation> |
OperationApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of operation resources available to the specified project.
|
ListPage<Image> |
ImageApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of image resources available to the specified project.
|
ListPage<Operation> |
OperationApi.listPageInRegion(String region,
String pageToken,
ListOptions listOptions)
Retrieves the list of operation resources available in the specified region.
|
ListPage<Operation> |
OperationApi.listPageInZone(String zone,
String pageToken,
ListOptions listOptions)
Retrieves the list of operation resources available in the specified zone.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AuthorizationApi
Binds to an OAuth2 authorization endpoint.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TenantApi
Provides access to the Keystone Tenant API.
|
interface |
TokenApi
Provides access to the Keystone Admin API.
|
interface |
UserApi
Provides access to the Keystone User API.
|
Modifier and Type | Method and Description |
---|---|
<T> Job<T> |
CloudDNSApi.getJob(String jobId)
Returns the current status of a job.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DomainApi |
interface |
LimitApi
All accounts, by default, have a preconfigured set of thresholds (or limits) to manage capacity and prevent abuse
of the system.
|
interface |
RecordApi |
interface |
ReverseDNSApi
Cloud DNS supports the management of reverse DNS (PTR) records for Rackspace Cloud devices such as Cloud Load
Balancers and Cloud Servers (both first generation and next generation).
|
Modifier and Type | Method and Description |
---|---|
String |
S3Client.getBucketLocation(String bucketName)
A GET location request operation using a bucket URI lists the location constraint of the
bucket.
|
boolean |
S3Client.putBucketInRegion(String region,
String bucketName,
PutBucketOptions... options)
Create and name your own bucket in which to store your objects.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.