Uses of Annotation Interface
org.jclouds.rest.annotations.Fallback
Packages that use Fallback
Package
Description
This package contains an Amazon S3 client implemented by
HttpCommandExecutorService
commands.-
Uses of Fallback in org.jclouds.atmos
Methods in org.jclouds.atmos with annotations of type FallbackModifier and TypeMethodDescriptionAtmosClient.createDirectory
(String directoryName, PutOptions... options) boolean
AtmosClient.deletePath
(String path) AtmosClient.getSystemMetadata
(String path) AtmosClient.getUserMetadata
(String path) boolean
BoundedSet
<? extends DirectoryEntry> AtmosClient.listDirectory
(String directoryName, ListOptions... options) boolean
AtmosClient.pathExists
(String path) AtmosClient.readFile
(String path, GetOptions... options) void
AtmosClient.setGroupAcl
(String path, PutOptions options) void
AtmosClient.updateFile
(String parent, AtmosObject object, PutOptions... options) -
Uses of Fallback in org.jclouds.aws.ec2.features
Methods in org.jclouds.aws.ec2.features with annotations of type FallbackModifier and TypeMethodDescriptionRouteTableApi.associateRouteTable
(String region, String routeTableId, String subnetId) Associates a subnet with a route table.RouteTableApi.associateRouteTable
(String region, String routeTableId, String subnetId, RouteTableOptions options) InternetGatewayApi.attachInternetGateway
(String region, String internetGatewayId, String vpcId) Attaches anInternetGateway
to aVPC
InternetGatewayApi.attachInternetGateway
(String region, String internetGatewayId, String vpcId, InternetGatewayOptions options) Attaches anInternetGateway
to aVPC
, supplying options.void
SpotInstanceApi.cancelSpotInstanceRequestsInRegion
(String region, String... requestIds) Cancels one or more Spot Instance requests.boolean
RouteTableApi.createRoute
(String region, String routeTableId, RouteOptions options) Creates a route in a route table within a VPC.boolean
InternetGatewayApi.deleteInternetGateway
(String region, String internetGatewayId) Deletes anInternetGateway
.boolean
InternetGatewayApi.deleteInternetGateway
(String region, String internetGatewayId, InternetGatewayOptions options) Deletes anInternetGateway
, supplying options.void
PlacementGroupApi.deletePlacementGroupInRegion
(String region, String name) Deletes a placement group from your account.boolean
RouteTableApi.deleteRoute
(String region, String routeTableId, RouteOptions options) Delete a route from a route table.boolean
RouteTableApi.deleteRouteTable
(String region, String routeTableId) Deletes aRouteTable
boolean
RouteTableApi.deleteRouteTable
(String region, String routeTableId, RouteTableOptions options) Delete aRouteTable
, supplying options.void
AWSSecurityGroupApi.deleteSecurityGroupInRegionById
(String region, String name) boolean
DeletesVPC
.Set
<? extends Reservation<? extends AWSRunningInstance>> AWSInstanceApi.describeInstancesInRegion
(String region, String... instanceIds) Set
<? extends Reservation<? extends AWSRunningInstance>> AWSInstanceApi.describeInstancesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) com.google.common.collect.FluentIterable
<InternetGateway> InternetGatewayApi.describeInternetGatewaysInRegion
(String region, String... internetGatewayIds) DescribesInternetGateway
s.PlacementGroupApi.describePlacementGroupsInRegion
(String region, String... placementGroupIds) Returns information about one or more placement groups in your account.PlacementGroupApi.describePlacementGroupsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about one or more placement groups in your account.com.google.common.collect.FluentIterable
<RouteTable> RouteTableApi.describeRouteTables
(String region, String... routeTableIds) Describes route tables.com.google.common.collect.FluentIterable
<RouteTable> RouteTableApi.describeRouteTablesWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Describes route tables.AWSSecurityGroupApi.describeSecurityGroupsInRegion
(String region) AWSSecurityGroupApi.describeSecurityGroupsInRegion
(String region, String... securityGroupNames) AWSSecurityGroupApi.describeSecurityGroupsInRegionById
(String region, String... securityGroupNames) AWSSecurityGroupApi.describeSecurityGroupsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) SpotInstanceApi.describeSpotInstanceRequestsInRegion
(String region, String... requestIds) Describes Spot Instance requests.SpotInstanceApi.describeSpotInstanceRequestsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Describes Spot Instance requests.SpotInstanceApi.describeSpotPriceHistoryInRegion
(String region, DescribeSpotPriceHistoryOptions... options) Describes Spot Price history.com.google.common.collect.FluentIterable
<Subnet> AWSSubnetApi.describeSubnetsInRegion
(String region, String... subnetIds) Describes one or more of your subnets.com.google.common.collect.FluentIterable
<Subnet> AWSSubnetApi.describeSubnetsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about subnets available to you.com.google.common.collect.FluentIterable
<VPC> VPCApi.describeVpcsInRegion
(String region, String... vpcIds) Describes all of your VPCsInternetGatewayApi.detachInternetGateway
(String region, String internetGatewayId, String vpcId) Detaches anInternetGateway
from aVPC
InternetGatewayApi.detachInternetGateway
(String region, String internetGatewayId, String vpcId, InternetGatewayOptions options) Detaches anInternetGateway
from aVPC
, supplying options.boolean
RouteTableApi.disassociateRouteTable
(String region, String associationId) Disassociates a subnet from a route table.boolean
RouteTableApi.disassociateRouteTable
(String region, String associationId, RouteTableOptions options) boolean
AWSSubnetApi.modifySubnetAttribute
(String region, String subnetId, ModifySubnetAttributeOptions options) Modifies a subnet attribute.boolean
RouteTableApi.replaceRoute
(String region, String routeTableId, RouteOptions options) Replaces a route in a route table within a VPC. -
Uses of Fallback in org.jclouds.azureblob
Methods in org.jclouds.azureblob with annotations of type FallbackModifier and TypeMethodDescriptionboolean
AzureBlobClient.blobExists
(String container, String name) boolean
AzureBlobClient.containerExists
(String container) Issues a HEAD command to determine if the container exists or not.boolean
AzureBlobClient.createContainer
(String container, CreateContainerOptions... options) The Create Container operation creates a new container under the specified identity.boolean
AzureBlobClient.createRootContainer
(CreateContainerOptions... options) The root container is a default container that may be inferred from a URL requesting a blob resource.void
AzureBlobClient.deleteBlob
(String container, String name) The Delete Blob operation marks the specified blob for deletion.void
AzureBlobClient.deleteContainer
(String container) The Delete Container operation marks the specified container for deletion.void
AzureBlobClient.deleteRootContainer()
The Delete Container operation marks the specified container for deletion.AzureBlobClient.getBlob
(String container, String name, GetOptions... options) The Get Blob operation reads or downloads a blob from the system, including its metadata and properties.AzureBlobClient.getBlobProperties
(String container, String name) The Get Blob Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob.AzureBlobClient.getContainerProperties
(String container) The Get Container Properties operation returns all user-defined metadata and system properties for the specified container.AzureBlobClient.getPublicAccessForContainer
(String container) Returns whether data in the container may be accessed publicly and the level of access -
Uses of Fallback in org.jclouds.azurecompute.arm.features
Methods in org.jclouds.azurecompute.arm.features with annotations of type FallbackModifier and TypeMethodDescriptionCapture the virtual machine image destinationContainerName: the name of the folder created under the "system" container in the storage account Folder structure: Microsoft.Computer > Images > destinationContainerName Within the folder, there will be 1 page blob for the osDisk vhd and 1 block blob for the vmTemplate json fileJobApi.captureStatus
(URI jobURI) Get status of captured custom image after capture callAlertApi.changeState
(String alertId, String newState) The Delete Template Deployment operation starts the process of an ARM Template removal.VaultApi.deleteCertificate
(URI vaultBaseUrl, String certificateName) VaultApi.deleteCertificateContacts
(URI vaultBaseUrl) VaultApi.deleteCertificateIssuer
(URI vaultBaseUrl, String issuerName) VaultApi.deleteCertificateOperation
(URI vaultBaseUrl, String certificateName) VaultApi.deleteSecret
(URI vaultBaseUrl, String secretName) boolean
VaultApi.deleteVault
(String vaultName) Get Deployment Information returns information about the specified deployment.The Get Storage Account Properties operation returns system properties for the specified storage account.VaultApi.getCertificate
(URI vaultBaseUrl, String certificateName, String certificateVersion) VaultApi.getCertificateContacts
(URI vaultBaseUrl) VaultApi.getCertificateIssuer
(URI vaultBaseUrl, String issuerName) VaultApi.getCertificateIssuers
(URI vaultBaseUrl) VaultApi.getCertificateOperation
(URI vaultBaseUrl, String certificateName) VaultApi.getCertificatePolicy
(URI vaultBaseUrl, String certificateName) VaultApi.getCertificates
(URI vaultBaseUrl) VaultApi.getCertificateVersions
(URI vaultBaseUrl, String certificateName) NetworkSecurityRuleApi.getDefaultRule
(String ruleName) VaultApi.getDeletedCertificate
(URI vaultBaseUrl, String certificateName) VaultApi.getDeletedCertificates
(URI vaultBaseUrl) VaultApi.getDeletedKey
(URI vaultBaseUrl, String keyName) VaultApi.getDeletedSecret
(URI vaultBaseUrl, String secretName) VaultApi.getDeletedVault
(String location, String vaultName) AlertApi.getHistory
(String alertId) VirtualMachineApi.getInstanceDetails
(String name) Get information about the model view and instance view of a virtual machineThe Get Storage Keys operation returns the primary and secondary access keys for the specified storage account.VaultApi.getKeyVersions
(URI vaultBaseUrl, String keyName) VaultApi.getSecretVersions
(URI vaultBaseUrl, String secretName) VirtualNetworkGatewayConnectionApi.getSharedKey
(String name) AlertApi.getSummary
(AlertRequestOptions... getSummaryOptions) OSImageApi.getVersion
(String publisher, String offer, String sku, String version) Get the details of a VersionActivityLogAlertApi.list()
AlertApi.list
(AlertRequestOptions... getAllOptions) AvailabilitySetApi.list()
DeploymentApi.list()
List all deployments in a resource groupDiskApi.list()
ImageApi.list()
LoadBalancerApi.list()
LocalNetworkGatewayApi.list()
LocationApi.list()
The List Locations operation lists all of the data center locations that are valid for your subscription.MetricAlertApi.list()
NetworkInterfaceCardApi.list()
NetworkSecurityGroupApi.list()
NetworkSecurityRuleApi.list()
PublicIPAddressApi.list()
ResourceGroupApi.list()
StorageAccountApi.list()
The List Storage Accounts operation lists the storage accounts that are available in the specified subscription and resource group.SubnetApi.list()
VirtualMachineApi.list()
VirtualMachineScaleSetApi.list()
VirtualNetworkApi.list()
VirtualNetworkGatewayApi.list()
VirtualNetworkGatewayConnectionApi.list()
VMSizeApi.list()
LoadBalancerApi.listAll()
NetworkSecurityGroupApi.listAll()
VirtualMachineApi.listAll()
VirtualNetworkApi.listAll()
NetworkInterfaceCardApi.listAllInSubscription()
PublicIPAddressApi.listAllInSubscription()
VirtualMachineApi.listAvailableSizes
(String name) VirtualMachineApi.listByLocation
(String location) NetworkSecurityRuleApi.listDefaultRules()
VaultApi.listDeletedKeys
(URI vaultBaseUrl) VaultApi.listDeletedSecrets
(URI vaultBaseUrl) VaultApi.listDeletedVaults()
OSImageApi.listOffers
(String publisher) List Offers in publisherOSImageApi.listPublishers()
List Publishers in locationVaultApi.listSecrets
(URI keyVaultUri) List SKUs in offerVaultApi.listVaults()
OSImageApi.listVersions
(String publisher, String offer, String sku) List Versions in SKUboolean
VaultApi.purgeDeletedCertificate
(URI vaultBaseUrl, String certificateName) boolean
VaultApi.purgeDeletedKey
(URI vaultBaseUrl, String keyName) boolean
VaultApi.purgeDeletedSecret
(URI vaultBaseUrl, String secretName) boolean
VaultApi.purgeVault
(String location, String vaultName) -
Uses of Fallback in org.jclouds.b2.features
Methods in org.jclouds.b2.features with annotations of type FallbackModifier and TypeMethodDescriptionBucketApi.deleteBucket
(String bucketId) ObjectApi.downloadFileById
(String fileId) ObjectApi.downloadFileById
(String fileId, GetOptions options) ObjectApi.downloadFileByName
(String bucketName, String fileName) ObjectApi.downloadFileByName
(String bucketName, String fileName, GetOptions options) ObjectApi.getFileInfo
(String fileId) -
Uses of Fallback in org.jclouds.chef
Methods in org.jclouds.chef with annotations of type FallbackModifier and TypeMethodDescriptionChefApi.deleteClient
(String clientName) Deletes the given client.ChefApi.deleteCookbook
(String cookbookName, String version) Deletes the given cookbook.void
ChefApi.deleteDatabag
(String databagName) Deletes a data bag, including its items.ChefApi.deleteDatabagItem
(String databagName, String databagItemId) Deletes an item from a data bag.ChefApi.deleteEnvironment
(String environmentName) Deletes the given environment.ChefApi.deleteNode
(String nodeName) Deletes the given node.ChefApi.deleteRole
(String roleName) Deletes the given role.Gets the details of existing client.ChefApi.getCookbook
(String cookbookName, String version) Gets the details of the given cookbook, with the links to each resource such as recipe files, attributes, etc.ChefApi.getDatabagItem
(String databagName, String databagItemId) Gets an item in a data bag.ChefApi.getEnvironment
(String environmentName) Gets the details of an existing environment.Gets the details of the given node.ChefApi.getResourceContents
(Resource resource) Gets the contents of the given resource.Gets the details of the given role.ChefApi.listClients()
Lists the names of the existing clients.ChefApi.listCookbooks()
Lists the names of the existing cookbooks.ChefApi.listCookbooksInEnvironment
(String environmentName) Lists the cookbooks that are available in the given environment.ChefApi.listCookbooksInEnvironment
(String environmentName, String numVersions) Lists the cookbooks that are available in the given environment, limiting the number of versions returned for each cookbook.ChefApi.listDatabagItems
(String databagName) Lists the names of the items in a data bag.ChefApi.listDatabags()
Lists the names of the existing data bags.ChefApi.listEnvironments()
Lists the names of the existing environments.ChefApi.listNodes()
Lists the names of the existing nodes.ChefApi.listNodesInEnvironment
(String environmentName) Lists the names of the nodes in the given environment.ChefApi.listRecipesInEnvironment
(String environmentName) Lists the names of the recipes in the given environment.ChefApi.listRoles()
Lists the names of the existing roles.ChefApi.listSearchIndexes()
Lists the names of the available search indexes.ChefApi.listVersionsOfCookbook
(String cookbookName) Lists the available versions of the given cookbook. -
Uses of Fallback in org.jclouds.chef.features
Methods in org.jclouds.chef.features with annotations of type Fallback -
Uses of Fallback in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with annotations of type FallbackModifier and TypeMethodDescriptionLoadBalancerApi.assignVirtualMachinesToLoadBalancerRule
(String id, Iterable<String> virtualMachineIds) Assigns virtual machine or a list of virtual machines to a load balancer rule.LoadBalancerApi.assignVirtualMachinesToLoadBalancerRule
(String id, String... virtualMachineIds) Assigns virtual machine or a list of virtual machines to a load balancer rule.GlobalAccountApi.createAccount
(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options) Create a new Cloudstack accountGlobalOfferingApi.createDiskOffering
(String name, String displayText, CreateDiskOfferingOptions... options) Create a new disk offeringGlobalDomainApi.createDomain
(String name, CreateDomainOptions... options) Create new DomainGlobalPodApi.createPod
(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions) Creates a new Pod.GlobalPodApi.createPod
(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions) Creates a new Pod.GlobalOfferingApi.createServiceOffering
(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options) Create a new service offeringGlobalUserApi.createUser
(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options) Create an user for an account that already existsGlobalVlanApi.createVlanIPRange
(String startIP, String endIP, CreateVlanIPRangeOptions... options) Creates a VLAN IP range.GlobalZoneApi.createZone
(String name, NetworkType networkType, String externalDns1, String internalDns1, CreateZoneOptions... options) Create a new Zonevoid
GlobalAccountApi.deleteAccount
(String id) Delete an account with the specified IDvoid
GlobalOfferingApi.deleteDiskOffering
(String id) Delete disk offeringvoid
GlobalDomainApi.deleteDomainAndAttachedResources
(String id) Delete domain and cleanup all attached resourcesvoid
FirewallApi.deleteEgressFirewallRule
(String id) void
FirewallApi.deleteFirewallRule
(String id) void
VMGroupApi.deleteInstanceGroup
(String id) Delete a VM groupNATApi.deleteIPForwardingRule
(String id) Deletes an ip forwarding ruleLoadBalancerApi.deleteLoadBalancerRule
(String id) deletes a loadbalancer ruleNetworkApi.deleteNetwork
(String id) Deletes a networkvoid
GlobalDomainApi.deleteOnlyDomain
(String id) Delete domain (without deleting attached resources)void
Deletes a Pod.void
FirewallApi.deletePortForwardingRule
(String id) void
SecurityGroupApi.deleteSecurityGroup
(String id) delete a specific security group by idvoid
GlobalOfferingApi.deleteServiceOffering
(String id) Delete service offeringvoid
SnapshotApi.deleteSnapshot
(String id) Deletes a snapshot of a disk volume.void
SnapshotApi.deleteSnapshotPolicies
(Iterable<String> id) Deletes snapshot policies for the account.void
SnapshotApi.deleteSnapshotPolicy
(String id) Deletes a snapshot policy for the account.void
SSHKeyPairApi.deleteSSHKeyPair
(String name) Deletes theSSHKeyPairApi
with given name.void
GlobalUserApi.deleteUser
(String id) Delete an user with the specified IDvoid
GlobalVlanApi.deleteVlanIPRange
(String rangeId) Deletes a VLAN IP range.void
VolumeApi.deleteVolume
(String id) Deletes a detached disk volumevoid
GlobalZoneApi.deleteZone
(String id) Delete a zone with a specific IDVirtualMachineApi.destroyVirtualMachine
(String id) Destroys a virtual machine.DomainAccountApi.disableAccount
(String accountName, String domainId, boolean onlyLock) Disable or lock an accountDomainUserApi.disableUser
(String userId) Disable a user with a specific IDvoid
AddressApi.disassociateIPAddress
(String id) Disassociates an ip address from the account.DomainAccountApi.enableAccount
(String accountName, String domainId) Enable an accountDomainUserApi.enableUser
(String userId) Enable a user with a specific IDAccountApi.getAccount
(String id) get a specific Account by id<T> AsyncJob
<T> AsyncJobApi.getAsyncJob
(String id) get a specific asyncJob by idOfferingApi.getDiskOffering
(String id) get a specific disk offering by idDomainDomainApi.getDomainById
(String domainId) Get a domain by IDFirewallApi.getEgressFirewallRule
(String id) FirewallApi.getFirewallRule
(String id) VMGroupApi.getInstanceGroup
(String id) NATApi.getIPForwardingRule
(String id) get a specific IPForwardingRule by idGets information about an ISO by its ID.LoadBalancerApi.getLoadBalancerRule
(String id) get a specific LoadBalancerRule by idNetworkApi.getNetwork
(String id) get a specific network by idOfferingApi.getNetworkOffering
(String id) get a specific service offering by idGuestOSApi.getOSCategory
(String id) get a specific os category by idget a specific os type by idget a specific pod by idFirewallApi.getPortForwardingRule
(String id) ProjectApi.getProject
(String id) gets a specific Project by idAddressApi.getPublicIPAddress
(String id) get a specific IPAddress by idSecurityGroupApi.getSecurityGroup
(String id) get a specific security group by idSecurityGroupApi.getSecurityGroupByName
(String securityGroupName) get a specific security group by nameOfferingApi.getServiceOffering
(String id) get a specific service offering by idSnapshotApi.getSnapshot
(String id) Gets a snapshot by its ID.SSHKeyPairApi.getSSHKeyPair
(String name) Retrieves theSSHKeyPairApi
with given name.TemplateApi.getTemplateInZone
(String templateId, String zoneId) get a specific template by idVirtualMachineApi.getVirtualMachine
(String id) get a specific VirtualMachine by idGlobalVlanApi.getVlanIPRange
(String id) Get the details of an IP range by its id.Get volume by idget a specific zone by idAccountApi.listAccounts
(ListAccountsOptions... options) Lists AccountsGlobalAlertApi.listAlerts
(ListAlertsOptions... options) List AlertsAsyncJobApi.listAsyncJobs
(ListAsyncJobsOptions... options) Lists asyncJobsGlobalCapacityApi.listCapacity
(ListCapacityOptions... options) List CapacitiesGlobalHostApi.listClusters
(ListClustersOptions... options) GlobalConfigurationApi.listConfigurationEntries
(ListConfigurationEntriesOptions... options) List all configuration entriesOfferingApi.listDiskOfferings
(ListDiskOfferingsOptions... options) Lists disk offeringsDomainDomainApi.listDomainChildren
(ListDomainChildrenOptions... options) Lists all children domains belonging to a specified domainDomainDomainApi.listDomains
(ListDomainsOptions... options) List domains with detailed informationFirewallApi.listEgressFirewallRules
(ListEgressFirewallRulesOptions... options) EventApi.listEvents
(ListEventsOptions... options) List EventsEventApi.listEventTypes()
List Event TypesFirewallApi.listFirewallRules
(ListFirewallRulesOptions... options) GlobalHostApi.listHosts
(ListHostsOptions... options) Lists hostsHypervisorApi.listHypervisors()
HypervisorApi.listHypervisorsInZone
(String zoneId) VMGroupApi.listInstanceGroups
(ListVMGroupsOptions... options) Lists VM groupsNATApi.listIPForwardingRules
(ListIPForwardingRulesOptions... options) List the ip forwarding rulesISOApi.listISOs
(ListISOsOptions... options) Lists all available ISO files.LoadBalancerApi.listLoadBalancerRules
(ListLoadBalancerRulesOptions... options) List the load balancer rulesOfferingApi.listNetworkOfferings
(ListNetworkOfferingsOptions... options) Lists service offeringsNetworkApi.listNetworks
(ListNetworksOptions... options) Lists networksGuestOSApi.listOSCategories()
Lists all supported OS categories for this cloud.GuestOSApi.listOSTypes
(ListOSTypesOptions... options) Lists all supported OS types for this cloud.GlobalPodApi.listPods
(ListPodsOptions... options) Lists podsFirewallApi.listPortForwardingRules
(ListPortForwardingRulesOptions... options) ProjectApi.listProjects
(ListProjectsOptions... options) Lists the projects this account has access to.AddressApi.listPublicIPAddresses
(ListPublicIPAddressesOptions... options) Lists IPAddressesLimitApi.listResourceLimits
(ListResourceLimitsOptions... options) List the resource limits.SecurityGroupApi.listSecurityGroups
(ListSecurityGroupsOptions... options) Lists security groupsOfferingApi.listServiceOfferings
(ListServiceOfferingsOptions... options) Lists service offeringsSnapshotApi.listSnapshotPolicies
(String volumeId, ListSnapshotPoliciesOptions... options) Lists snapshot policies.SnapshotApi.listSnapshots
(ListSnapshotsOptions... options) Lists all available snapshots for the account, matching the query described by the options.SSHKeyPairApi.listSSHKeyPairs
(ListSSHKeyPairsOptions... options) Returns a list ofSshKeyPair
s registered by current user.TagApi.listTags
(ListTagsOptions... options) Lists tagsTemplateApi.listTemplates()
List all executable templates.TemplateApi.listTemplates
(ListTemplatesOptions options) List all public, private, and privileged templates.DomainUserApi.listUsers
(ListUsersOptions... options) Lists UsersVirtualMachineApi.listVirtualMachines
(ListVirtualMachinesOptions... options) Lists VirtualMachinesLoadBalancerApi.listVirtualMachinesAssignedToLoadBalancerRule
(String id) List all virtual machine instances that are assigned to a load balancer rule.GlobalVlanApi.listVlanIPRanges
(ListVlanIPRangesOptions... options) Lists all VLAN IP ranges.VolumeApi.listVolumes
(ListVolumesOptions... options) List volumesZoneApi.listZones
(ListZonesOptions... options) Lists zonesSessionApi.loginUserInDomainWithHashOfPassword
(String userName, String domain, String hashedPassword) Logs a user into Cloudstack.void
SessionApi.logoutUser
(String sessionKey) Logs out the user by invalidating the session keyGlobalUserApi.registerUserKeys
(String userId) This command allows a user to register for the developer API, returning a secret key and an API keyLoadBalancerApi.removeVirtualMachinesFromLoadBalancerRule
(String id, Iterable<String> virtualMachineIds) Removes a virtual machine or a list of virtual machines from a load balancer rule.LoadBalancerApi.removeVirtualMachinesFromLoadBalancerRule
(String id, String... virtualMachineIds) Removes a virtual machine or a list of virtual machines from a load balancer rule.SecurityGroupApi.revokeIngressRule
(String id, AccountInDomainOptions... options) Deletes a particular ingress rule from this security groupGlobalAccountApi.updateAccount
(String accountName, String domainId, String newName, UpdateAccountOptions... options) Update an existing accountGlobalConfigurationApi.updateConfigurationEntry
(String name, String value) Update a configuration entryGlobalOfferingApi.updateDiskOffering
(String id, UpdateDiskOfferingOptions... options) Update a disk offeringGlobalDomainApi.updateDomain
(String domainId, UpdateDomainOptions... options) Update a domainLoadBalancerApi.updateLoadBalancerRule
(String id, UpdateLoadBalancerRuleOptions... options) Update a load balancer rule.GlobalOfferingApi.updateNetworkOffering
(String id, UpdateNetworkOfferingOptions... options) Update network offeringGlobalPodApi.updatePod
(String id, UpdatePodOptions... updatePodOptions) Updates a Pod.GlobalOfferingApi.updateServiceOffering
(String id, UpdateServiceOfferingOptions... options) Update an existing service offeringGlobalUserApi.updateUser
(String id, UpdateUserOptions... options) Update an userGlobalZoneApi.updateZone
(String id, UpdateZoneOptions... options) Update a zone -
Uses of Fallback in org.jclouds.cloudwatch.features
Methods in org.jclouds.cloudwatch.features with annotations of type FallbackModifier and TypeMethodDescriptionAlarmApi.list()
Return all alarms.AlarmApi.list
(ListAlarmsOptions options) Return all alarms based on the options queryMetricApi.list()
MetricApi.list
(ListMetricsOptions options) Returns a list of valid metrics stored for the AWS account owner.Return a single page of alarms based on the options querycom.google.common.collect.FluentIterable
<Alarm> AlarmApi.listForMetric
(ListAlarmsForMetric options) Return alarms all alarms for a single metric.AlarmApi.listHistory()
Return all history for all alarms.AlarmApi.listHistory
(ListAlarmHistoryOptions options) Return all history based on the options queryAlarmApi.listHistoryAt
(String nextToken) Return a single page of history for the specified alarm. -
Uses of Fallback in org.jclouds.digitalocean2.features
Methods in org.jclouds.digitalocean2.features with annotations of type FallbackModifier and TypeMethodDescriptionvoid
DropletApi.delete
(int id) void
ImageApi.delete
(int id) void
KeyApi.delete
(int id) void
ActionApi.get
(int id) DropletApi.get
(int id) ImageApi.get
(int id) KeyApi.get
(int id) ActionApi.list()
ActionApi.list
(ListOptions options) DropletApi.list()
DropletApi.list
(ListOptions options) ImageApi.list()
ImageApi.list
(ImageListOptions options) KeyApi.list()
KeyApi.list
(ListOptions options) RegionApi.list()
Get the list of all regions.RegionApi.list
(ListOptions options) Get a single page of the region list.SizeApi.list()
SizeApi.list
(ListOptions options) DropletApi.listActions
(int id) DropletApi.listActions
(int id, ListOptions options) DropletApi.listBackups
(int id) DropletApi.listBackups
(int id, ListOptions options) DropletApi.listKernels
(int id) DropletApi.listKernels
(int id, ListOptions options) DropletApi.listSnapshots
(int id) DropletApi.listSnapshots
(int id, ListOptions options) -
Uses of Fallback in org.jclouds.docker.features
Methods in org.jclouds.docker.features with annotations of type FallbackModifier and TypeMethodDescriptionImageApi.getHistory
(String name) Return the history of the image with givenname
.ContainerApi.inspectContainer
(String containerId) Return low-level information on the container idImageApi.inspectImage
(String imageName) Return low-level information on the image with given name.NetworkApi.inspectNetwork
(String networkIdOrName) Return low-level information on the network idContainerApi.listContainers()
ContainerApi.listContainers
(ListContainerOptions options) ImageApi.listImages()
ImageApi.listImages
(ListImageOptions options) NetworkApi.listNetworks()
-
Uses of Fallback in org.jclouds.dynect.v3
Methods in org.jclouds.dynect.v3 with annotations of type Fallback -
Uses of Fallback in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features with annotations of type FallbackModifier and TypeMethodDescriptionDeletes the zone.Retrieves information about the specified geo region groupRetrieves information about the specified geo service.retrieves a resource record without regard to typeRetrieves information about the specified zone.Gets theinvalid reference
ARecord
Gets theinvalid reference
AAAARecord
Gets theinvalid reference
CNAMERecord
Gets theinvalid reference
MXRecord
Gets theinvalid reference
NSRecord
Gets theinvalid reference
PTRRecord
Gets theSOARecord
or null if not present.Gets theinvalid reference
SPFRecord
Gets theinvalid reference
SRVRecord
Gets theinvalid reference
SSHFPRecord
Gets theinvalid reference
TXTRecord
boolean
com.google.common.collect.FluentIterable
<RecordId> RecordApi.listByFQDN
(String fqdn) Retrieves a list of resource record ids for all records of the fqdn in the given zonecom.google.common.collect.FluentIterable
<RecordId> RecordApi.listByFQDNAndType
(String fqdn, String type) Retrieves a list of resource record ids for all records of the fqdn and type in the given zoneRecordApi.scheduleDelete
(RecordId recordId) Schedules deletion of a record into the current session. -
Uses of Fallback in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with annotations of type FallbackModifier and TypeMethodDescriptionvoid
SecurityGroupApi.deleteSecurityGroupInRegion
(String region, String name) Deletes a security group that you own.void
SecurityGroupApi.deleteSecurityGroupInRegionById
(String region, String id) Deletes a security group by ID.ElasticIPAddressApi.describeAddressesInRegion
(String region, String... publicIps) Lists elastic IP addresses assigned to your identity or provides information about a specific address.ElasticIPAddressApi.describeAddressesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Lists elastic IP addresses assigned to your identity or provides information on addresses matching a given filter.AvailabilityZoneAndRegionApi.describeAvailabilityZonesInRegion
(String region, DescribeAvailabilityZonesOptions... options) Displays Availability Zones that are currently available to the identity and their states.WindowsApi.describeBundleTasksInRegion
(String region, String... bundleTaskIds) Describes current bundling tasks.WindowsApi.describeBundleTasksInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Describes current bundling tasks.AMIApi.describeImagesInRegion
(String region, DescribeImagesOptions... options) Returns information about AMIs, AKIs, and ARIs.AMIApi.describeImagesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter, DescribeImagesOptions... options) Returns information about AMIs, AKIs, and ARIs.Set
<? extends Reservation<? extends RunningInstance>> InstanceApi.describeInstancesInRegion
(String region, String... instanceIds) Returns information about instances that you own.Set
<? extends Reservation<? extends RunningInstance>> InstanceApi.describeInstancesInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about instances that you own.KeyPairApi.describeKeyPairsInRegion
(String region, String... keyPairNames) Returns information about key pairs available to you.KeyPairApi.describeKeyPairsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about key pairs available to you.SecurityGroupApi.describeSecurityGroupsInRegion
(String region, String... securityGroupNames) Returns information about security groups that you own.SecurityGroupApi.describeSecurityGroupsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter) Returns information about security groups that you own.ElasticBlockStoreApi.describeSnapshotsInRegion
(String region, DescribeSnapshotsOptions... options) Returns information about Amazon EBS snapshots available to the user.ElasticBlockStoreApi.describeSnapshotsInRegionWithFilter
(String region, com.google.common.collect.Multimap<String, String> filter, DescribeSnapshotsOptions... options) Returns information about EBS snapshots matching the given filters.void
ElasticBlockStoreApi.detachVolumeInRegion
(String region, String volumeId, boolean force, DetachVolumeOptions... options) Attaches an Amazon EBS volume to a running instance and exposes it as the specified device.com.google.common.collect.FluentIterable
<Subnet> Describes subnets for your EC2 resources qualified by a filtercom.google.common.collect.FluentIterable
<Tag> Describes tags for your EC2 resources qualified by a filterWindowsApi.getPasswordDataForInstance
(String instanceId) Retrieves the encrypted administrator password for the instances running Windows.com.google.common.collect.FluentIterable
<Subnet> SubnetApi.list()
Describes all of your subnets for your EC2 resources.com.google.common.collect.FluentIterable
<Tag> TagApi.list()
Describes all of your tags for your EC2 resources.Set
<? extends InstanceStateChange> InstanceApi.terminateInstancesInRegion
(String region, String... instanceIds) Shuts down one or more instances. -
Uses of Fallback in org.jclouds.elasticstack
Methods in org.jclouds.elasticstack with annotations of type FallbackModifier and TypeMethodDescriptionElasticStackApi.createAndStartServer
(Server createServer) create and start a new serverElasticStackApi.createDrive
(Drive createDrive) create a new driveElasticStackApi.createServer
(Server createServer) create a new servervoid
ElasticStackApi.destroyDrive
(String uuid) Destroy a drivevoid
ElasticStackApi.destroyServer
(String uuid) Destroy a serverElasticStackApi.getDriveInfo
(String uuid) ElasticStackApi.getServerInfo
(String uuid) void
ElasticStackApi.imageDrive
(String source, String destination) Image a drive from another drive.void
ElasticStackApi.imageDrive
(String source, String destination, ImageConversionType conversionType) Read binary data from a driveElasticStackApi.setDriveData
(String uuid, DriveData setDrive) set extra drive dataElasticStackApi.setServerConfiguration
(String uuid, Server setServer) set server configurationvoid
ElasticStackApi.writeDrive
(String uuid, Payload content) Write binary data to a drivevoid
ElasticStackApi.writeDrive
(String uuid, Payload content, long offset) -
Uses of Fallback in org.jclouds.glacier
Methods in org.jclouds.glacier with annotations of type FallbackModifier and TypeMethodDescriptionboolean
GlacierClient.deleteVault
(String vaultName) Deletes a vault.GlacierClient.describeJob
(String vaultName, String jobId) Retrieves information about an ongoing job.GlacierClient.describeVault
(String vaultName) Retrieves the metadata for a vault. -
Uses of Fallback in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
Delete an e-mail account or aliasGet detailed information about an archive volume.Get a specific domain.Get details about the given IP address such as gateway and netmask.Get detailed information about a server such as hostname, hardware configuration (cpu, memory and disk), ip addresses, cost, transfer, os and more.ArchiveApi.getAllowedArguments()
Lists the allowed arguments for some of the functions in this module such as archive size.ServerApi.getConsole
(String id) Get information about how to connect to a server via VNCGet detailed information about a server's limits (for OpenVZ only).EmailAccountApi.getOverview()
Get a summary of e-mail accounts associated with this Glesys accountServerApi.getStatus
(String id, ServerStatusOptions... options) Get detailed information about a server status including up-time and hardware usage (cpu, disk, memory and bandwidth)com.google.common.collect.FluentIterable
<Archive> ArchiveApi.list()
Lists all active disks on this account.com.google.common.collect.FluentIterable
<Domain> DomainApi.list()
Get a list of all domains for this account.com.google.common.collect.FluentIterable
<IpDetails> IpApi.list
(ListIpOptions... options) Get IP addresses associated with your account (reserved, assigned to servers, etc)com.google.common.collect.FluentIterable
<Server> ServerApi.list()
Get a list of all servers on this account.com.google.common.collect.FluentIterable
<EmailAlias> EmailAccountApi.listAliasesInDomain
(String domain) Get the set of details about e-mail aliasescom.google.common.collect.FluentIterable
<EmailAccount> EmailAccountApi.listDomain
(String domain) Get the set of detailed information about e-mail accountscom.google.common.collect.FluentIterable
<String> Get a set of all IP addresses that are available and not used on any account or server.com.google.common.collect.FluentIterable
<OSTemplate> ServerApi.listTemplates()
Get information about valid arguments to #createServer for each platform -
Uses of Fallback in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features with annotations of type FallbackModifier and TypeMethodDescriptionGridImageApi.deleteById
(long id) Deletes an existing imageGridServerApi.deleteById
(long id) Deletes the server by IdGridServerApi.deleteByName
(String name) Deletes the server by name; NOTE: Using this parameter may generate an error if one or more servers share a non-unique name.GridServerApi.getServerList
(GetServerListOptions... getServerListOptions) Returns the list of all servers.GridServerApi.getServersById
(long... ids) Returns the server(s) by unique id(s).GridServerApi.getServersByName
(String... names) Returns the server(s) by unique name(s). -
Uses of Fallback in org.jclouds.googlecloudstorage.features
Methods in org.jclouds.googlecloudstorage.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
BucketApi.bucketExist
(String bucketName) Check the existence of a bucketBucketApi.createBucket
(String projectId, BucketTemplate bucketTemplate) Creates a new bucketBucketApi.createBucket
(String projectId, BucketTemplate bucketTemplate, InsertBucketOptions options) Creates a new Bucketboolean
BucketApi.deleteBucket
(String bucketName) Permanently deletes an empty Bucket.If bucket is not empty 409 error to indicate the conflict.boolean
BucketApi.deleteBucket
(String bucketName, DeleteBucketOptions options) Permanently deletes an empty Bucket.If bucket is not empty 409 error to indicate the conflict.BucketAccessControlsApi.deleteBucketAccessControls
(String bucketName, String entity) Permanently deletes the ACL entry for the specified entity on the specified bucket.DefaultObjectAccessControlsApi.deleteDefaultObjectAccessControls
(String bucketName, String entity) Permanently deletes the DefaultObjectAcessControl entry for the specified entity on the specified bucket.boolean
ObjectApi.deleteObject
(String bucketName, String objectName) Deletes an object and its metadata.boolean
ObjectApi.deleteObject
(String bucketName, String objectName, DeleteObjectOptions options) Deletes an object and its metadata.Retrieve an object or their metadataObjectApi.download
(String bucketName, String objectName, HttpRequestOptions options) Retrieves objectsReturns metadata for the specified bucket.BucketApi.getBucket
(String bucketName, GetBucketOptions options) Returns metadata for the specified bucketBucketAccessControlsApi.getBucketAccessControls
(String bucketName, String entity) Returns the ACL entry for the specified entity on the specified bucket.DefaultObjectAccessControlsApi.getDefaultObjectAccessControls
(String bucketName, String entity) Returns the ACL entry for the specified entity on the specified object.Retrieve an object metadataObjectApi.getObject
(String bucketName, String objectName, HttpRequestOptions options) Retrieves objects metadataObjectAccessControlsApi.getObjectAccessControls
(String bucketName, String objectName, String entity) Returns the acl entry for the specified entity on the specified object.ObjectAccessControlsApi.getObjectAccessControls
(String bucketName, String objectName, String entity, Long generation) Returns the acl entry for the specified entity on the specified object.BucketAccessControlsApi.listBucketAccessControls
(String bucketName) Retrieves all ACL entries on a specified bucketDefaultObjectAccessControlsApi.listDefaultObjectAccessControls
(String bucketName) Retrieves ACL entries on a specified objectObjectAccessControlsApi.listObjectAccessControls
(String bucketName, String objectName) Retrieves acl entries on a specified objectObjectAccessControlsApi.listObjectAccessControls
(String bucketName, String objectName, Long generation) Retrieves acl entries on a specified objectObjectApi.listObjects
(String bucketName) Retrieves a list of objects matching the criteria.ObjectApi.listObjects
(String bucketName, ListObjectOptions options) Retrieves a list of objects matching the criteria.boolean
ObjectApi.objectExists
(String bucketName, String objectName) Check the existence of an objectBucketApi.patchBucket
(String bucketName, BucketTemplate bucketTemplate) Updates a bucket supporting patch semantics.BucketApi.patchBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucket supporting patch semantics.BucketAccessControlsApi.patchBucketAccessControls
(String bucketName, String entity, BucketAccessControlsTemplate template) Updates an ACL entry on the specified bucket.DefaultObjectAccessControlsApi.patchDefaultObjectAccessControls
(String bucketName, String entity, ObjectAccessControls payload) Retrieves ACL entries on a specified objectObjectApi.patchObject
(String bucketName, String objectName, ObjectTemplate objectTemplate) Updates an object according to patch semanticsObjectApi.patchObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an object according to patch semanticsBucketApi.updateBucket
(String bucketName, BucketTemplate bucketTemplate) Updates a bucketBucketApi.updateBucket
(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options) Updates a bucketBucketAccessControlsApi.updateBucketAccessControls
(String bucketName, String entity, BucketAccessControlsTemplate template) Updates an ACL entry on the specified bucketDefaultObjectAccessControlsApi.updateDefaultObjectAccessControls
(String bucketName, String entity, ObjectAccessControls payload) Retrieves ACL entries on a specified objectDefaultObjectAccessControlsApi.updateDefaultObjectAccessControls
(String bucketName, String entity, ObjectAccessControls payload, DomainResourceReferences.ObjectRole role) Retrieves ACL entries on a specified objectObjectApi.updateObject
(String bucketName, String objectName, ObjectTemplate objectTemplate) Updates an object metadataObjectApi.updateObject
(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options) Updates an object -
Uses of Fallback in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions with annotations of type FallbackModifier and TypeMethodDescriptionDeletes any resource by self-link and returns the operation in progress, or null if not found.Returns a disk by self-link or null if not found.Returns an image by self-link or null if not found.Returns an instance by self-link or null if not found.Returns an network by self-link or null if not found.Returns an operation by self-link or null if not found.Resources.subnetwork
(URI selfLink) -
Uses of Fallback in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with annotations of type FallbackModifier and TypeMethodDescriptionDeletes an address by name and returns the operation in progress, or null if not found.Deletes the specified backend service resource.Deletes a persistent disk by name and returns the operation in progress, or null if not found.Deletes a firewall by name and returns the operation in progress, or null if not found.Deletes a forwarding rule by name and returns the operation in progress, or null if not found.Deletes a health check by name and returns the operation in progress, or null if not found.Deletes an image by name and returns the operation in progress, or null if not found.Deletes an instance by name and returns the operation in progress, or null if not found.Deletes a network by name and returns the operation in progress, or null if not found.void
Deletes an operation by name.Deletes a route by name and returns the operation in progress, or null if not found.Deletes a snapshot by name and returns the operation in progress, or null if not found.Deletes a network by name and returns the operation in progress, or null if not found.Deletes the specified image resource.Deletes a targetInstance by name and returns the operation in progress, or null if not found.Deletes a target pool by name and returns the operation in progress, or null if not found.Deletes the specified urlMap resource.Returns an address by name or null if not found.Returns the specified backend service resource.Returns a persistent disk by name or null if not found.Returns a disk type by name or null if not found.Returns a firewall by name or null if not found.Returns a forwarding rule by name or null if not found.Returns a health check by name or null if not found.Returns an image by name or null if not found.Returns an image by self-link or null if not found.Returns an instance by name or null if not found.Returns the specified License resource.Returns an machine type by name or null if not found.Returns a network by name or null if not found.Returns an operation by self-link or null if not found.ProjectApi.get()
Get the current project.Returns a region by name or null if not found.Returns a route type by name or null if not found.Returns a snapshot by name or null if not found.Returns a network by name or null if not found.Returns the specified target http proxy resource.Returns a targetInstance by name or null if not found.Returns a target pool by name or null if not found.Returns the specified urlMap resource by name or null if not found.Returns a zone by name or null if not found.Changes the target url for a forwarding rule.Runs the tests specified for the give urlMap resource.UrlMapApi.validate
(String urlMapName, UrlMapOptions options) Runs the tests specified for the give urlMap resource. -
Uses of Fallback in org.jclouds.oauth.v2
Methods in org.jclouds.oauth.v2 with annotations of type FallbackModifier and TypeMethodDescriptionAuthorizationApi.authorize
(String client_id, ClientCredentialsClaims claim, String resource, String scope) AuthorizationApi.authorizeClientSecret
(String client_id, String client_secret, String resource, String scope) -
Uses of Fallback in org.jclouds.openstack.cinder.v1.extensions
Methods in org.jclouds.openstack.cinder.v1.extensions with annotations of type FallbackModifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable
<AvailabilityZone> AvailabilityZoneApi.list()
Lists all availability zones -
Uses of Fallback in org.jclouds.openstack.cinder.v1.features
Methods in org.jclouds.openstack.cinder.v1.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
Delete a Snapshot.boolean
Delete a Volume.Return data about the given Snapshot.Return data about the given Volume.Return data about the given VolumeType.QuotaApi.getByTenant
(String tenantId) com.google.common.collect.FluentIterable
<? extends Snapshot> SnapshotApi.list()
Returns a summary list of Snapshots.com.google.common.collect.FluentIterable
<? extends Volume> VolumeApi.list()
Returns a summary list of Volumes.com.google.common.collect.FluentIterable
<? extends VolumeType> VolumeTypeApi.list()
Returns a summary list of VolumeTypes.com.google.common.collect.FluentIterable
<? extends Snapshot> SnapshotApi.listInDetail()
Returns a detailed list of Snapshots.com.google.common.collect.FluentIterable
<? extends Volume> VolumeApi.listInDetail()
Returns a detailed list of Volumes. -
Uses of Fallback in org.jclouds.openstack.keystone.v2_0
Methods in org.jclouds.openstack.keystone.v2_0 with annotations of type FallbackModifier and TypeMethodDescriptionKeystoneApi.getApiMetadata()
Discover API version information, links to documentation (PDF, HTML, WADL), and supported media types -
Uses of Fallback in org.jclouds.openstack.keystone.v2_0.extensions
Methods in org.jclouds.openstack.keystone.v2_0.extensions with annotations of type FallbackModifier and TypeMethodDescriptionboolean
Deletes a roleboolean
Deletes a serviceboolean
Deletes a tenantboolean
Deletes an userboolean
TenantAdminApi.deleteRoleOnTenant
(String tenantId, String userdId, String roleId) Deletes role to a user on tenantGets the roleGets the servicecom.google.common.collect.FluentIterable
<? extends Role> RoleAdminApi.list()
Returns a summary list of roles.ServiceAdminApi.list()
Retrieve the list of servicesServiceAdminApi.list
(PaginationOptions options) -
Uses of Fallback in org.jclouds.openstack.keystone.v2_0.features
Methods in org.jclouds.openstack.keystone.v2_0.features with annotations of type FallbackModifier and TypeMethodDescriptionRetrieve information about a tenant, by tenant IDValidate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/Retrieve information about a user, by user IDRetrieve information about a tenant, by tenant nameRetrieve information about a user, by user nameTokenApi.getUserOfToken
(String token) Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/boolean
Validate a token.TenantApi.list()
The operation returns a list of tenants which the current token provides access to.TenantApi.list
(PaginationOptions options) UserApi.list()
Retrieve the list of usersUserApi.list
(PaginationOptions options) TokenApi.listEndpointsForToken
(String token) List all endpoints for a tokenUserApi.listRolesOfUser
(String userId) Retrieves the list of global roles associated with a specific user (excludes tenant roles).UserApi.listRolesOfUserOnTenant
(String userId, String tenantId) List the roles a user has been granted on a specific tenantServiceApi.listTenants()
The operation returns a list of tenants which the current token provides access to. -
Uses of Fallback in org.jclouds.openstack.keystone.v3.features
Methods in org.jclouds.openstack.keystone.v3.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
boolean
boolean
CatalogApi.endpoints()
List all endpoints for a token.Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).AuthApi.getUserOfToken
(String token) Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).boolean
boolean
Validate a token.ProjectApi.list()
RegionApi.list()
UserApi.list()
-
Uses of Fallback in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with annotations of type FallbackModifier and TypeMethodDescriptionboolean
Deletes the specified firewallboolean
Deletes the specified routerboolean
FWaaSApi.deleteFirewallRule
(String id) Returns the details for a specific firewall.Returns a Routers collection that should contain a single router with the id requested.FWaaSApi.getFirewallPolicy
(String id) FWaaSApi.getFirewallRule
(String firewallRuleId) FWaaSApi.list()
Returns the list of all routers currently defined in Neutron for the current tenant.FWaaSApi.list
(PaginationOptions options) RouterApi.list()
Returns the list of all routers currently defined in Neutron for the current tenant.RouterApi.list
(PaginationOptions options) FWaaSApi.listFirewallPolicies()
FWaaSApi.listFirewallPolicies
(PaginationOptions options) FWaaSApi.listFirewallRules()
FWaaSApi.listFirewallRules
(PaginationOptions options) FWaaSApi.removeFirewallRuleFromPolicy
(String policyId, String firewallRuleId) boolean
RouterApi.removeInterfaceForPort
(String routerId, String portId) Remove the interface where the specified port is connected toboolean
RouterApi.removeInterfaceForSubnet
(String routerId, String subnetId) Remove the interface where the specified subnet is connected to -
Uses of Fallback in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1
Methods in org.jclouds.openstack.neutron.v2.extensions.lbaas.v1 with annotations of type FallbackModifier and TypeMethodDescriptionboolean
LBaaSApi.deleteHealthMonitor
(String id) Deletes the specified Health Monitor.boolean
LBaaSApi.deleteMember
(String id) Deletes the specified Member.boolean
LBaaSApi.deletePool
(String id) Deletes the specified Pool.boolean
Deletes the specified VIP.boolean
LBaaSApi.disassociateHealthMonitor
(String poolId, String healthMonitorId) Disassociate a HealthMonitor from a Pool.LBaaSApi.getHealthMonitor
(String id) Returns the details for a specific HealthMonitor.Returns the details for a specific Member.Returns the details for a specific Pool.Returns the details for a specific VIP.LBaaSApi.listHealthMonitors()
Returns a list of HealthMonitors to which the tenant has access.LBaaSApi.listHealthMonitors
(PaginationOptions options) LBaaSApi.listMembers()
Returns a list of Members to which the tenant has access.LBaaSApi.listMembers
(PaginationOptions options) LBaaSApi.listPools()
Returns a list of Pools to which the tenant has access.LBaaSApi.listPools
(PaginationOptions options) LBaaSApi.listVIPs()
Returns a list of VIPs to which the tenant has access.LBaaSApi.listVIPs
(PaginationOptions options) -
Uses of Fallback in org.jclouds.openstack.neutron.v2.features
Methods in org.jclouds.openstack.neutron.v2.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
Deletes the specified floatingIPboolean
Deletes the specified networkboolean
Delete a portboolean
Delete a subnetboolean
SecurityGroupApi.deleteRule
(String id) Deletes the specified Security Group Rule.boolean
SecurityGroupApi.deleteSecurityGroup
(String id) Deletes the specified Security Group.Returns the details for a specific floating IP.Return a specific networkReturns the specific portReturns the specific Subnet.SecurityGroupApi.getSecurityGroup
(String id) FloatingIPApi.list()
Returns a list of floating IPs to which the tenant has access.FloatingIPApi.list
(PaginationOptions options) NetworkApi.list()
Returns all networks currently defined in Neutron for the current tenant.NetworkApi.list
(PaginationOptions options) PortApi.list()
Returns the list of all ports currently defined in Neutron for the current tenant.PortApi.list
(PaginationOptions options) SubnetApi.list()
Returns the list of all subnets currently defined in Neutron for the current tenant.SubnetApi.list
(PaginationOptions options) SecurityGroupApi.listRules()
SecurityGroupApi.listRules
(PaginationOptions options) SecurityGroupApi.listSecurityGroups()
SecurityGroupApi.listSecurityGroups
(PaginationOptions options) -
Uses of Fallback in org.jclouds.openstack.nova.v2_0.extensions
Methods in org.jclouds.openstack.nova.v2_0.extensions with annotations of type FallbackModifier and TypeMethodDescriptionServerAdminApi.createBackup
(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options) Create backup of a server.boolean
Deletes a port interface for given server, return true if successful, false if server or interface not foundRemoves an aggregate.boolean
Deletes aKeyPair
.boolean
Delete a Security Group.boolean
Deprecated.boolean
Deletes a volume typeboolean
VolumeTypeApi.deleteExtraSpec
(String id, String key) Deletes an existing extra specboolean
FlavorExtraSpecsApi.deleteMetadataKey
(String flavorId, String key) Deletes an extra specboolean
SecurityGroupApi.deleteRule
(String ruleId) Delete a Security Group Rule.boolean
VolumeApi.deleteSnapshot
(String snapshotId) Deprecated.Please useSnapshotApi.delete(String)
instead.boolean
VolumeAttachmentApi.detachVolumeFromServer
(String volumeId, String serverId) Detaches a Volume from a server.Returns information about a specified port interface for given serverGets a specific Floating IP addressRetrieves the details of an aggregate, hosts and metadata included.Gets a specificKeyPair
by name.Get a specific Security GroupRetrieve details of the specified server, including security groupsRetrieve tenant_usage for a specified tenantDeprecated.Please useVolumeApi.get(String)
instead.Gets a volume typeVolumeAttachmentApi.getAttachmentForVolumeOnServer
(String volumeId, String serverId) Gets a specific Volume Attachment for a Volume and Server.QuotaApi.getByTenant
(String tenantId) ConsolesApi.getConsole
(String serverId, Console.Type type) Gets the specified server Console.QuotaApi.getDefaultsForTenant
(String tenantId) VolumeTypeApi.getExtraSpec
(String id, String key) Retrieve a single extra spec valueVolumeTypeApi.getExtraSpecs
(String id) Gets the extra specs for a volume typeFlavorExtraSpecsApi.getMetadata
(String flavorId) Retrieves all extra specs for a flavorFlavorExtraSpecsApi.getMetadataKey
(String flavorId, String key) Return a single extra spec valueVolumeApi.getSnapshot
(String snapshotId) Deprecated.Please useSnapshotApi.get(String)
instead.com.google.common.collect.FluentIterable
<InterfaceAttachment> Returns list of port interfaces for given servercom.google.common.collect.FluentIterable
<AvailabilityZone> AvailabilityZoneApi.list()
Deprecated.Please useAvailabilityZoneApi.listAvailabilityZones()
instead.com.google.common.collect.FluentIterable
<FloatingIP> FloatingIPApi.list()
Lists all Floating IP addressescom.google.common.collect.FluentIterable
<? extends FloatingIPPool> FloatingIPPoolApi.list()
Lists all Floating IP Poolscom.google.common.collect.FluentIterable
<Host> HostAdministrationApi.list()
Returns the list of hostscom.google.common.collect.FluentIterable
<HostAggregate> HostAggregateApi.list()
Lists all host aggregates.com.google.common.collect.FluentIterable
<Hypervisor> HypervisorApi.list()
com.google.common.collect.FluentIterable
<KeyPair> KeyPairApi.list()
Lists all Key Pairs.com.google.common.collect.FluentIterable
<SecurityGroup> SecurityGroupApi.list()
List all Security Groups.com.google.common.collect.FluentIterable
<SimpleTenantUsage> SimpleTenantUsageApi.list()
Retrieve tenant usage for all tenants.com.google.common.collect.FluentIterable
<Volume> VolumeApi.list()
Deprecated.Please useVolumeApi.list()
instead.com.google.common.collect.FluentIterable
<VolumeType> VolumeTypeApi.list()
com.google.common.collect.FluentIterable
<VolumeAttachment> VolumeAttachmentApi.listAttachmentsOnServer
(String serverId) Lists Volume Attachments for a given Server.com.google.common.collect.FluentIterable
<AvailabilityZone> AvailabilityZoneApi.listAvailabilityZones()
com.google.common.collect.FluentIterable
<AvailabilityZoneDetails> AvailabilityZoneApi.listInDetail()
com.google.common.collect.FluentIterable
<HypervisorDetails> HypervisorApi.listInDetail()
com.google.common.collect.FluentIterable
<Volume> VolumeApi.listInDetail()
Deprecated.Please useVolumeApi.listInDetail()
instead.com.google.common.collect.FluentIterable
<VirtualInterface> VirtualInterfaceApi.listOnServer
(String serverId) Returns the list of Virtual Interfaces for a given instance.com.google.common.collect.FluentIterable
<HostResourceUsage> HostAdministrationApi.listResourceUsage
(String hostId) Retrieves the physical/usage resource on a specific hostcom.google.common.collect.FluentIterable
<VolumeSnapshot> VolumeApi.listSnapshots()
Deprecated.Please useSnapshotApi.list()
instead.com.google.common.collect.FluentIterable
<VolumeSnapshot> VolumeApi.listSnapshotsInDetail()
Deprecated.Please useSnapshotApi.listInDetail()
instead. -
Uses of Fallback in org.jclouds.openstack.nova.v2_0.features
Methods in org.jclouds.openstack.nova.v2_0.features with annotations of type FallbackModifier and TypeMethodDescriptionServerApi.createImageFromServer
(String name, String id) Create an image from a server.void
Delete flavor with a given idvoid
Delete the specified imageboolean
Terminate and delete a server.void
ImageApi.deleteMetadata
(String id, String key) Delete a metadata item from an image.void
ServerApi.deleteMetadata
(String id, String key) Delete a metadata item from a server.List details of the specified flavorList details of the specified imageList details of the specified serverServerApi.getDiagnostics
(String id) Get usage information about the server such as CPU usage, Memory and IO.ImageApi.getMetadata
(String id) List all metadata for an image.ImageApi.getMetadata
(String id, String key) Update the metadata for an image.ServerApi.getMetadata
(String id) List all metadata for a server.ServerApi.getMetadata
(String id, String key) Update the metadata for a server.FlavorApi.list()
List all flavors (IDs, names, links)FlavorApi.list
(PaginationOptions options) ImageApi.list()
List all images (IDs, names, links)ImageApi.list
(PaginationOptions options) ServerApi.list()
List all servers (IDs, names, links)ServerApi.list
(PaginationOptions options) FlavorApi.listInDetail()
List all flavors (all details)FlavorApi.listInDetail
(PaginationOptions options) ImageApi.listInDetail()
List all images (all details)ImageApi.listInDetail
(PaginationOptions options) ServerApi.listInDetail()
List all servers (all details)ServerApi.listInDetail
(PaginationOptions options) ServerApi.listPortInterfaces
(String id) Lists port interfaces that are attached to a server.ServerApi.listSecurityGroupForServer
(String id) Lists Security Groups for a server. -
Uses of Fallback in org.jclouds.openstack.swift.v1.features
Methods in org.jclouds.openstack.swift.v1.features with annotations of type FallbackModifier and TypeMethodDescriptionvoid
Deletes an object, if present.Deletes a static large object, if present, including all of its segments.boolean
ContainerApi.deleteIfEmpty
(String containerName) Deletes aContainer
, if empty.boolean
AccountApi.deleteMetadata
(Map<String, String> metadata) Deletes metadata from theAccount
.boolean
ContainerApi.deleteMetadata
(String containerName, Map<String, String> metadata) DeletesContainer
metadata.boolean
ObjectApi.deleteMetadata
(String objectName, Map<String, String> metadata) Deletes the metadata from aSwiftObject
.Gets theContainer
.Gets theSwiftObject
including itsbody
.ObjectApi.get
(String objectName, GetOptions options) Gets theSwiftObject
including itsbody
.StaticLargeObjectApi.getManifest
(String objectName) Get a static large object's manifest.ObjectApi.getWithoutBody
(String objectName) Gets theSwiftObject
metadata without itsbody
.com.google.common.collect.FluentIterable
<Container> ContainerApi.list()
Lists up to 10,000 containers.com.google.common.collect.FluentIterable
<Container> ContainerApi.list
(ListContainerOptions options) Lists containers with the suppliedListContainerOptions
.ObjectApi.list()
Lists up to 10,000 objects.ObjectApi.list
(ListContainerOptions options) Lists up to 10,000 objects. -
Uses of Fallback in org.jclouds.openstack.trove.v1.features
Methods in org.jclouds.openstack.trove.v1.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
This operation deletes the specified database for the specified database instance.boolean
Deletes an Instance by id.boolean
This operation deletes the specified user for the specified database instance.FlavorApi.get
(int flavorId) Returns a Flavor by id.Returns an Instance by id.Returns a User by identifier.Returns a User by name and allowed host.com.google.common.collect.FluentIterable
<String> UserApi.getDatabaseList
(String userName) This operation shows a list of all databases to which a user has access.com.google.common.collect.FluentIterable
<String> DatabaseApi.list()
This operation lists the databases for the specified database instance.com.google.common.collect.FluentIterable
<Flavor> FlavorApi.list()
Returns a summary list of Flavors.com.google.common.collect.FluentIterable
<Flavor> Returns a list of Flavors by Account ID (Tenant Id).com.google.common.collect.FluentIterable
<Instance> InstanceApi.list()
Returns a summary list of Instances.com.google.common.collect.FluentIterable
<User> UserApi.list()
This operation lists the users in the specified database instance.boolean
This operation grants access for the specified user to a database for the specified instance. -
Uses of Fallback in org.jclouds.openstack.v2_0.features
Methods in org.jclouds.openstack.v2_0.features with annotations of type Fallback -
Uses of Fallback in org.jclouds.packet.features
Methods in org.jclouds.packet.features with annotations of type FallbackModifier and TypeMethodDescriptionvoid
void
DeviceApi.list()
DeviceApi.list
(ListOptions options) FacilityApi.list()
FacilityApi.list
(ListOptions options) OperatingSystemApi.list()
OperatingSystemApi.list
(ListOptions options) PlanApi.list()
PlanApi.list
(ListOptions options) ProjectApi.list()
ProjectApi.list
(ListOptions options) SshKeyApi.list()
SshKeyApi.list
(ListOptions options) -
Uses of Fallback in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
FirewallApi.activateFirewall
(List<String> firewallIds) boolean
FirewallApi.deactivateFirewall
(List<String> firewallIds) boolean
DataCenterApi.deleteDataCenter
(String identifier) Deletes an Virtual Data Center.boolean
FirewallApi.deleteFirewall
(List<String> firewallIds) boolean
boolean
ServerApi.deleteServer
(String id) Deletes an existing Virtual Server.boolean
SnapshotApi.deleteSnapshot
(String id) boolean
StorageApi.deleteStorage
(String id) Deletes an existing virtual storage device.DataCenterApi.getAllDataCenters()
FirewallApi.getAllFirewalls()
ImageApi.getAllImages()
IpBlockApi.getAllIpBlock()
LoadBalancerApi.getAllLoadBalancers()
NicApi.getAllNics()
ServerApi.getAllServers()
SnapshotApi.getAllSnapshots()
StorageApi.getAllStorages()
DataCenterApi.getDataCenter
(String identifier) FirewallApi.getFirewall
(String identifier) IpBlockApi.getIpBlock
(String identifier) LoadBalancerApi.getLoadBalancer
(String identifier) SnapshotApi.getSnapshot
(String identifier) StorageApi.getStorage
(String id) boolean
FirewallApi.removeFirewallRules
(List<String> firewallRuleIds) -
Uses of Fallback in org.jclouds.rackspace.clouddns.v1
Methods in org.jclouds.rackspace.clouddns.v1 with annotations of type Fallback -
Uses of Fallback in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features with annotations of type FallbackModifier and TypeMethodDescriptionThis call removes one or more specified domains from the account; when a domain is deleted, its immediate resource records are also deleted from the account.Delete the specified records in the specified domain.Delete the specified record in the specified domain.Delete the Reverse DNS (PTR) record with the specified IP address for a device.Delete all Reverse DNS (PTR) records for a device.DomainApi.get
(int id) Get all information for a Domain, including records and subdomains.Get the details for the specified record in the specified domain.List all of the Reverse DNS (PTR) records for a device.RecordApi.getByNameAndTypeAndData
(String nameFilter, String typeFilter, String dataFilter) RecordDetails filtered by name and type and data.DomainApi.list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.DomainApi.list
(PaginationOptions options) The resulting list is flat, and does not break the domains down hierarchically by subdomain.RecordApi.list()
This call lists all records configured for the specified domain.RecordApi.list
(PaginationOptions options) Use PaginationOptions to manually control the list of RecordDetail pages returned.List all of the Reverse DNS (PTR) records for a device.RecordApi.listByNameAndType
(String nameFilter, String typeFilter) RecordDetails filtered by name and type.RecordApi.listByType
(String typeFilter) RecordDetails filtered by type.RecordApi.listByTypeAndData
(String typeFilter, String dataFilter) RecordDetails filtered by type and data.DomainApi.listChanges
(int id, Date since) Shows all changes to the specified domain since the specified date/time.DomainApi.listSubdomains
(int domainId) List the subdomains of a domain.DomainApi.listSubdomains
(int domainId, PaginationOptions options) List the subdomains of a domain and manually control pagination.DomainApi.listWithFilterByNamesMatching
(String nameFilter) Filtering the search to limit the results returned can be performed by using the nameFilter parameter. -
Uses of Fallback in org.jclouds.rackspace.cloudfiles.v1.features
Methods in org.jclouds.rackspace.cloudfiles.v1.features with annotations of type FallbackModifier and TypeMethodDescriptionboolean
Disables theCDNContainer
.Enables theCDNContainer
.Enables theCDNContainer
with a TTL.Gets the specified CDN Container.com.google.common.collect.FluentIterable
<CDNContainer> CDNApi.list()
Lists up to 10,000 CDN containers.com.google.common.collect.FluentIterable
<CDNContainer> CDNApi.list
(ListCDNContainerOptions options) Lists CDN containers, with the given options.boolean
CDNApi.purgeObject
(String containerName, String objectName, Iterable<String> emails) Purges an object from the CDN.boolean
CDNApi.update
(String containerName, UpdateCDNContainerOptions options) Updates a CDN container with the suppliedUpdateCDNContainerOptions
options. -
Uses of Fallback in org.jclouds.rackspace.cloudloadbalancers.v1.features
Methods in org.jclouds.rackspace.cloudloadbalancers.v1.features with annotations of type FallbackModifier and TypeMethodDescriptionAdd a new node with the configuration defined by the request.void
AccessRuleApi.create
(Iterable<AccessRule> accessRules) Create new access rules or append to existing access rules.void
Specify the HTML content for the custom error page.LoadBalancerApi.create
(CreateLoadBalancer createLB) Create a new load balancer with the configuration defined by the request.void
SessionPersistenceApi.create
(SessionPersistence sessionPersistence) Create session persistence.Create a new virtual IP.LoadBalancerApi.createMetadata
(int id, Map<String, String> metadata) When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such as changing the value attribute or removing it.NodeApi.createMetadata
(int id, Map<String, String> metadata) When a metadata item is added, it is assigned a unique identifier that can be used for mutating operations such as changing the value attribute or removing it.void
HealthMonitorApi.createOrUpdate
(HealthMonitor healthMonitor) Create or update a health monitor.void
SSLTerminationApi.createOrUpdate
(SSLTermination sslTermination) Create or update SSL termination.void
ConnectionApi.createOrUpdateConnectionThrottle
(ConnectionThrottle connectionThrottle) The connection throttling feature imposes limits on the number of connections per IP address to help mitigate malicious or abusive traffic to your applications.boolean
AccessRuleApi.delete
(int id) Delete an access rule from the access list.boolean
Batch delete the access rules given the specified ids.boolean
ErrorPageApi.delete()
If a custom error page is deleted, or the load balancer is changed to a non-HTTP protocol, the default error page will be restored.boolean
HealthMonitorApi.delete()
Delete health monitor.void
LoadBalancerApi.delete
(int id) Delete a load balancer.void
SessionPersistenceApi.delete()
Delete session persistence.boolean
SSLTerminationApi.delete()
Delete SSL termination.boolean
VirtualIPApi.delete
(int id) Delete a virtual IP.boolean
Batch delete virtual IPs given the specified ids.boolean
AccessRuleApi.deleteAll()
Delete the entire access list.boolean
ConnectionApi.deleteConnectionThrottle()
Delete connection throttle.boolean
LoadBalancerApi.deleteMetadata
(int id, Iterable<Integer> metadataIds) Batch delete metadata given the specified ids.boolean
NodeApi.deleteMetadata
(int id, Iterable<Integer> metadataIds) Batch delete metadata given the specified ids.boolean
LoadBalancerApi.deleteMetadatum
(int id, int metadatumId) Delete metadatum.boolean
NodeApi.deleteMetadatum
(int id, int metadatumId) Delete metadatum.void
ContentCachingApi.disable()
Disable content caching.void
ConnectionApi.disableConnectionLogging()
Disable logging connections.void
ContentCachingApi.enable()
Enable content caching.void
ConnectionApi.enableConnectionLogging()
Enable logging connections.ErrorPageApi.get()
Get the error page HTML content.HealthMonitorApi.get()
Get health monitor.LoadBalancerApi.get
(int id) Get a load balancer.NodeApi.get
(int id) Get a node.SessionPersistenceApi.get()
Get the current session persistence.SSLTerminationApi.get()
Get SSL termination info.ConnectionApi.getConnectionThrottle()
Get connection throttle.ReportApi.getHistoricalUsage
(Date startTime, Date endTime) View all transfer activity, average number of connections, and number of virtual IPs associated with the load balancing service.ReportApi.getLoadBalancerStats
(int loadBalancerId) Current usage represents all usage recorded within the preceding 24 hours.LoadBalancerApi.getMetadata
(int id) List a load balancer's metadata.NodeApi.getMetadata
(int lb) List a load balancer's metadata.boolean
ConnectionApi.isConnectionLogging()
Determine if the load balancer is logging connections.boolean
ContentCachingApi.isContentCaching()
Determine if the load balancer is content caching.AccessRuleApi.list()
List the AccessRules.LoadBalancerApi.list()
List the load balancers.LoadBalancerApi.list
(PaginationOptions options) List the load balancers with full control of pagination.NodeApi.list()
List the nodes.NodeApi.list
(PaginationOptions options) List the nodes with full control of pagination.VirtualIPApi.list()
List the virtual IPs.ReportApi.listAlgorithms()
Get all of the possible algorthims usable by load balancers.ReportApi.listBillableLoadBalancers
(Date startTime, Date endTime) List billable load balancers for the given date range.ReportApi.listBillableLoadBalancers
(PaginationOptions options) ReportApi.listCurrentLoadBalancerUsage
(int loadBalancerId) Current usage represents all usage recorded within the preceding 24 hours.ReportApi.listCurrentLoadBalancerUsage
(PaginationOptions options) ReportApi.listLoadBalancerUsage
(int loadBalancerId, Date startTime, Date endTime) Historical usage data is available for up to 90 days of service activity.ReportApi.listLoadBalancerUsage
(PaginationOptions options) ReportApi.listProtocols()
All load balancers must define the protocol of the service which is being load balanced.void
NodeApi.remove
(int id) Remove a node from the load balancer.void
Batch remove nodes from the load balancer.boolean
LoadBalancerApi.updateMetadatum
(int id, int metadatumId, String value) Update metadatum.boolean
NodeApi.updateMetadatum
(int id, int metadatumId, String value) Update metadatum. -
Uses of Fallback in org.jclouds.rest
Methods in org.jclouds.rest with annotations of type Fallback -
Uses of Fallback in org.jclouds.route53
Methods in org.jclouds.route53 with annotations of type Fallback -
Uses of Fallback in org.jclouds.route53.features
Methods in org.jclouds.route53.features with annotations of type FallbackModifier and TypeMethodDescriptionThis action deletes a hosted zone.ResourceRecordSetApi.delete
(ResourceRecordSet rrs) This action deletes a resource record set.Retrieves information about the specified zone, including its nameserver configuration -
Uses of Fallback in org.jclouds.s3
Methods in org.jclouds.s3 with annotations of type FallbackModifier and TypeMethodDescriptionvoid
S3Client.abortMultipartUpload
(String bucketName, String key, String uploadId) This operation aborts a multipart upload.boolean
S3Client.bucketExists
(String bucketName) Issues a HEAD command to determine if the bucket exists or not.boolean
S3Client.deleteBucketIfEmpty
(String bucketName) Deletes the bucket, if it is empty.void
S3Client.deleteObject
(String bucketName, String key) Removes the object and metadata associated with the key.S3Client.getBucketACL
(String bucketName) A GET request operation directed at an object or bucket URI with the "acl" parameter retrieves the Access Control List (ACL) settings for that S3 item.S3Client.getBucketLogging
(String bucketName) Inspects the logging status for a bucket.S3Client.getObject
(String bucketName, String key, GetOptions... options) Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;S3Client.getObjectACL
(String bucketName, String key) A GET request operation directed at an object or bucket URI with the "acl" parameter retrieves the Access Control List (ACL) settings for that S3 item.S3Client.headObject
(String bucketName, String key) Retrieves themetadata
of the object associated with the key or null if not available.boolean
S3Client.objectExists
(String bucketName, String key) boolean
S3Client.putBucketInRegion
(String region, String bucketName, PutBucketOptions... options) Create and name your own bucket in which to store your objects. -
Uses of Fallback in org.jclouds.softlayer.features
Methods in org.jclouds.softlayer.features with annotations of type FallbackModifier and TypeMethodDescriptionNetworkApi.createSubnet
(long id, List<Object> subnetToBeCreated) creates a subnet on the given networkboolean
NetworkApi.deleteNetwork
(long id) deletes a network with the given idboolean
NetworkApi.deleteSubnet
(long id, List<Subnet.DeleteSubnet> subnetToBeDeleted) removes the subnet of the given networkboolean
VirtualGuestApi.deleteVirtualGuest
(long id) Delete a computing instanceboolean
NetworkApi.editNetwork
(long id, List<Network.EditNetwork> networkToBeEdited) modifies a network with the given idSoftwareDescriptionApi.getAllObjects()
AccountApi.getBlockDeviceTemplateGroups()
VirtualGuestApi.getCreateObjectOptions()
Determine options available when creating a computing instanceDatacenterApi.getDatacenter
(long id) NetworkApi.getName
(long id) returns the name of the network of the given idNetworkApi.getNetwork
(long id) returns the details of the network of the given idNetworkApi.getNotes
(long id) returns the notes of the network of the given idVirtualGuestApi.getNotes
(long id) Get notes (visible in UI) Don't include it in default getObject mask as it can get quite big (up to 1000 chars).Retrieves a virtual block device template group structure.VirtualGuestBlockDeviceTemplateGroupApi.getPublicImages()
NetworkApi.getSubnets
(long id) returns the subnets of the network of the given idVirtualGuestApi.getVirtualGuest
(long id) VirtualGuestApi.getVirtualGuestFiltered
(long id, String filter) Returns aVirtualGuest
with only the fields listed in the filter string.DatacenterApi.listDatacenters()
NetworkApi.listNetworks()
returns a list of networks belong to the accountAccountApi.listVirtualGuests()
void
VirtualGuestApi.pauseVirtualGuest
(long id) Pause the guest.void
VirtualGuestApi.rebootHardVirtualGuest
(long id) Hard reboot the guest.void
VirtualGuestApi.resumeVirtualGuest
(long id) Resume the guest.boolean
Set the tags on the instance -
Uses of Fallback in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features with annotations of type FallbackModifier and TypeMethodDescriptionvoid
The DeleteMessage action deletes the specified message from the specified queue.void
The DeleteQueue action deletes the queue specified by the queue URL, regardless of whether the queue is empty.The GetQueueUrl action returns the Uniform Resource Locater (URL) of a queue.QueueApi.getAttributes
(URI queue) returns all attributes of a queue.QueueApi.getInAccount
(String queueName, String accountId) likeQueueApi.get(String)
, except specifying the owner of the queue. -
Uses of Fallback in org.jclouds.ultradns.ws.features
Methods in org.jclouds.ultradns.ws.features with annotations of type FallbackModifier and TypeMethodDescriptionvoid
clears a background task in either a COMPLETE or ERROR state.void
removes a pool and all its recordsvoid
deletes a specific resource recordvoid
removes a pool and all its records and probesvoid
removes a pool and all its records and probesvoid
deletes a zone and all its resource recordsvoid
DirectionalPoolApi.deleteRecord
(String id) deletes a specific directional pool recordvoid
RoundRobinPoolApi.deleteRecord
(String guid) deletes a specific pooled resource recordvoid
TrafficControllerPoolApi.deleteRecord
(String poolRecordID) deletes a specific pooled resource recordreturns the regions and name of the specified directional group or null, if not found.TrafficControllerPoolApi.getNameByDName
(String dname) Retrieves the name of the specified pool by dname.TrafficControllerPoolApi.getRecordSpec
(String poolRecordID) com.google.common.collect.FluentIterable
<String> DirectionalGroupApi.listGroupNamesByDNameAndType
(String hostName, int rrType) Returns directional group names visible to the account for the fully qualifiedinvalid reference
hostName
invalid reference
rrType
com.google.common.collect.FluentIterable
<DirectionalPoolRecordDetail> DirectionalPoolApi.listRecordsByDNameAndType
(String dname, int rrType) Returns all the directional pool records in the zone with the fully qualifiedinvalid reference
hostName
invalid reference
rrType
com.google.common.collect.FluentIterable
<DirectionalPoolRecordDetail> DirectionalGroupApi.listRecordsByGroupCoordinates
(DirectionalGroupCoordinates group) Returns all the directional pool records in the pool-level group.
VolumeApi.delete(String)
instead.