Uses of Class
org.jclouds.rest.annotations.Endpoint
-
Packages that use Endpoint Package Description org.jclouds.azurecompute.arm.features org.jclouds.googlecomputeengine org.jclouds.googlecomputeengine.features org.jclouds.oauth.v2 org.jclouds.openstack.keystone.v2_0.features org.jclouds.openstack.keystone.v3.features org.jclouds.rackspace.clouddns.v1 org.jclouds.rackspace.clouddns.v1.features org.jclouds.s3 This package contains an Amazon S3 client implemented byHttpCommandExecutorService
commands. -
-
Uses of Endpoint in org.jclouds.azurecompute.arm.features
Classes in org.jclouds.azurecompute.arm.features with annotations of type Endpoint Modifier and Type Interface Description interface
GraphRBACApi
-
Uses of Endpoint in org.jclouds.googlecomputeengine
Methods in org.jclouds.googlecomputeengine with annotations of type Endpoint Modifier and Type Method 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()
SubnetworkApi
GoogleComputeEngineApi. subnetworksInRegion(String region)
TargetHttpProxyApi
GoogleComputeEngineApi. targetHttpProxies()
TargetInstanceApi
GoogleComputeEngineApi. targetInstancesInZone(String zone)
TargetPoolApi
GoogleComputeEngineApi. targetPoolsInRegion(String region)
UrlMapApi
GoogleComputeEngineApi. urlMaps()
ZoneApi
GoogleComputeEngineApi. zones()
-
Uses of Endpoint in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with annotations of type Endpoint Modifier and Type Method 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<Image>>
ImageApi. list()
Iterator<ListPage<Image>>
ImageApi. list(ListOptions options)
Iterator<ListPage<Operation>>
OperationApi. list()
Iterator<ListPage<Operation>>
OperationApi. 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<Image>
ImageApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of image resources available to the specified project.ListPage<Operation>
OperationApi. listPage(String pageToken, ListOptions listOptions)
Retrieves the list of operation 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. -
Uses of Endpoint in org.jclouds.oauth.v2
Classes in org.jclouds.oauth.v2 with annotations of type Endpoint Modifier and Type Interface Description interface
AuthorizationApi
Binds to an OAuth2 authorization endpoint. -
Uses of Endpoint in org.jclouds.openstack.keystone.v2_0.features
Classes in org.jclouds.openstack.keystone.v2_0.features with annotations of type Endpoint Modifier and Type Interface 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. -
Uses of Endpoint in org.jclouds.openstack.keystone.v3.features
Classes in org.jclouds.openstack.keystone.v3.features with annotations of type Endpoint Modifier and Type Interface Description interface
AuthApi
Provides access to the Keystone Authentication API.interface
CatalogApi
Provides access to the Keystone Admin API.interface
ProjectApi
Provides access to the Keystone Projects API.interface
RegionApi
Provides access to the Keystone Region API.interface
UserApi
Provides access to the Keystone User API. -
Uses of Endpoint in org.jclouds.rackspace.clouddns.v1
Methods in org.jclouds.rackspace.clouddns.v1 with annotations of type Endpoint Modifier and Type Method Description <T> Job<T>
CloudDNSApi. getJob(String jobId)
Returns the current status of a job. -
Uses of Endpoint in org.jclouds.rackspace.clouddns.v1.features
Classes in org.jclouds.rackspace.clouddns.v1.features with annotations of type Endpoint Modifier and Type Interface 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). -
Uses of Endpoint in org.jclouds.s3
Methods in org.jclouds.s3 with annotations of type Endpoint Modifier and Type Method 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.
-