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 byHttpCommandExecutorServicecommands. -
-
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 interfaceGraphRBACApi -
Uses of Endpoint in org.jclouds.googlecomputeengine
Methods in org.jclouds.googlecomputeengine with annotations of type Endpoint Modifier and Type Method Description AddressApiGoogleComputeEngineApi. addressesInRegion(String region)AggregatedListApiGoogleComputeEngineApi. aggregatedList()BackendServiceApiGoogleComputeEngineApi. backendServices()DiskApiGoogleComputeEngineApi. disksInZone(String zone)DiskTypeApiGoogleComputeEngineApi. diskTypesInZone(String zone)FirewallApiGoogleComputeEngineApi. firewalls()ForwardingRuleApiGoogleComputeEngineApi. forwardingRulesInRegion(String region)ForwardingRuleApiGoogleComputeEngineApi. globalForwardingRules()HttpHealthCheckApiGoogleComputeEngineApi. httpHeathChecks()InstanceApiGoogleComputeEngineApi. instancesInZone(String zone)MachineTypeApiGoogleComputeEngineApi. machineTypesInZone(String zone)NetworkApiGoogleComputeEngineApi. networks()ProjectApiGoogleComputeEngineApi. project()RegionApiGoogleComputeEngineApi. regions()RouteApiGoogleComputeEngineApi. routes()SnapshotApiGoogleComputeEngineApi. snapshots()SubnetworkApiGoogleComputeEngineApi. subnetworksInRegion(String region)TargetHttpProxyApiGoogleComputeEngineApi. targetHttpProxies()TargetInstanceApiGoogleComputeEngineApi. targetInstancesInZone(String zone)TargetPoolApiGoogleComputeEngineApi. targetPoolsInRegion(String region)UrlMapApiGoogleComputeEngineApi. urlMaps()ZoneApiGoogleComputeEngineApi. 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 OperationImageApi. create(ImageCreationOptions options)OperationImageApi. createFromDisk(String image, String sourceDisk)Creates an image resource in the specified project from the provided persistent disk.OperationImageApi. delete(String image)Deletes an image by name and returns the operation in progress, or null if not found.OperationImageApi. deprecate(String image, DeprecateOptions deprecated)Sets the deprecation status of an image.ImageImageApi. 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 interfaceAuthorizationApiBinds 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 interfaceTenantApiProvides access to the Keystone Tenant API.interfaceTokenApiProvides access to the Keystone Admin API.interfaceUserApiProvides 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 interfaceAuthApiProvides access to the Keystone Authentication API.interfaceCatalogApiProvides access to the Keystone Admin API.interfaceProjectApiProvides access to the Keystone Projects API.interfaceRegionApiProvides access to the Keystone Region API.interfaceUserApiProvides 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 interfaceDomainApiinterfaceLimitApiAll accounts, by default, have a preconfigured set of thresholds (or limits) to manage capacity and prevent abuse of the system.interfaceRecordApiinterfaceReverseDNSApiCloud 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 StringS3Client. getBucketLocation(String bucketName)A GET location request operation using a bucket URI lists the location constraint of the bucket.booleanS3Client. putBucketInRegion(String region, String bucketName, PutBucketOptions... options)Create and name your own bucket in which to store your objects.
-