Uses of Class
org.jclouds.rest.annotations.Fallback
-
-
Uses of Fallback in org.jclouds.atmos
Methods in org.jclouds.atmos with annotations of type Fallback Modifier and Type Method Description URI
AtmosClient. createDirectory(String directoryName, PutOptions... options)
boolean
AtmosClient. deletePath(String path)
SystemMetadata
AtmosClient. getSystemMetadata(String path)
UserMetadata
AtmosClient. getUserMetadata(String path)
AtmosObject
AtmosClient. headFile(String path)
boolean
AtmosClient. isPublic(String path)
BoundedSet<? extends DirectoryEntry>
AtmosClient. listDirectory(String directoryName, ListOptions... options)
boolean
AtmosClient. pathExists(String path)
AtmosObject
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 Fallback Modifier and Type Method Description String
RouteTableApi. associateRouteTable(String region, String routeTableId, String subnetId)
Associates a subnet with a route table.String
RouteTableApi. associateRouteTable(String region, String routeTableId, String subnetId, RouteTableOptions options)
Boolean
InternetGatewayApi. attachInternetGateway(String region, String internetGatewayId, String vpcId)
Attaches anInternetGateway
to aVPC
Boolean
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
VPCApi. deleteVpc(String region, String vpcId)
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.Set<PlacementGroup>
PlacementGroupApi. describePlacementGroupsInRegion(String region, String... placementGroupIds)
Returns information about one or more placement groups in your account.Set<PlacementGroup>
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.Set<SecurityGroup>
AWSSecurityGroupApi. describeSecurityGroupsInRegion(String region)
Set<SecurityGroup>
AWSSecurityGroupApi. describeSecurityGroupsInRegion(String region, String... securityGroupNames)
Set<SecurityGroup>
AWSSecurityGroupApi. describeSecurityGroupsInRegionById(String region, String... securityGroupNames)
Set<SecurityGroup>
AWSSecurityGroupApi. describeSecurityGroupsInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
Set<SpotInstanceRequest>
SpotInstanceApi. describeSpotInstanceRequestsInRegion(String region, String... requestIds)
Describes Spot Instance requests.Set<SpotInstanceRequest>
SpotInstanceApi. describeSpotInstanceRequestsInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
Describes Spot Instance requests.Set<Spot>
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 VPCsBoolean
InternetGatewayApi. detachInternetGateway(String region, String internetGatewayId, String vpcId)
Detaches anInternetGateway
from aVPC
Boolean
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 Fallback Modifier and Type Method Description boolean
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.AzureBlob
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.BlobProperties
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.ContainerProperties
AzureBlobClient. getContainerProperties(String container)
The Get Container Properties operation returns all user-defined metadata and system properties for the specified container.PublicAccess
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 Fallback Modifier and Type Method Description URI
VirtualMachineApi. capture(String name, String vhdPrefix, String destinationContainerName)
Capture 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 fileList<ResourceDefinition>
JobApi. captureStatus(URI jobURI)
Get status of captured custom image after capture callURI
AvailabilitySetApi. delete(String name)
URI
DeploymentApi. delete(String deploymentname)
The Delete Template Deployment operation starts the process of an ARM Template removal.URI
DiskApi. delete(String diskName)
URI
ImageApi. delete(String imageName)
URI
LoadBalancerApi. delete(String lbName)
URI
LocalNetworkGatewayApi. delete(String name)
URI
NetworkInterfaceCardApi. delete(String networkinterfacecardname)
URI
NetworkSecurityGroupApi. delete(String nsgName)
URI
NetworkSecurityRuleApi. delete(String ruleName)
URI
ResourceGroupApi. delete(String name)
URI
VirtualMachineApi. delete(String name)
URI
VirtualMachineScaleSetApi. delete(String name)
URI
VirtualNetworkGatewayApi. delete(String name)
URI
VirtualNetworkGatewayConnectionApi. delete(String name)
Certificate.DeletedCertificateBundle
VaultApi. deleteCertificate(URI vaultBaseUrl, String certificateName)
Certificate.Contacts
VaultApi. deleteCertificateContacts(URI vaultBaseUrl)
Certificate.IssuerBundle
VaultApi. deleteCertificateIssuer(URI vaultBaseUrl, String issuerName)
Certificate.CertificateOperation
VaultApi. deleteCertificateOperation(URI vaultBaseUrl, String certificateName)
Key.DeletedKeyBundle
VaultApi. deleteKey(URI vaultBaseUrl, String keyName)
Secret.DeletedSecretBundle
VaultApi. deleteSecret(URI vaultBaseUrl, String secretName)
boolean
VaultApi. deleteVault(String vaultName)
AvailabilitySet
AvailabilitySetApi. get(String name)
Deployment
DeploymentApi. get(String deploymentname)
Get Deployment Information returns information about the specified deployment.Disk
DiskApi. get(String diskName)
Image
ImageApi. get(String imageName)
LoadBalancer
LoadBalancerApi. get(String lbName)
LocalNetworkGateway
LocalNetworkGatewayApi. get(String name)
NetworkInterfaceCard
NetworkInterfaceCardApi. get(String networkinterfacecardname)
NetworkSecurityGroup
NetworkSecurityGroupApi. get(String nsgName)
NetworkSecurityRule
NetworkSecurityRuleApi. get(String ruleName)
PublicIPAddress
PublicIPAddressApi. get(String publicipaddressname)
ResourceGroup
ResourceGroupApi. get(String name)
List<ResourceProviderMetaData>
ResourceProviderApi. get(String namespace)
StorageService
StorageAccountApi. get(String storageAccountName)
The Get Storage Account Properties operation returns system properties for the specified storage account.Subnet
SubnetApi. get(String subnetname)
VirtualMachine
VirtualMachineApi. get(String name)
VirtualMachineScaleSet
VirtualMachineScaleSetApi. get(String name)
VirtualNetwork
VirtualNetworkApi. get(String virtualnetworkname)
VirtualNetworkGateway
VirtualNetworkGatewayApi. get(String name)
VirtualNetworkGatewayConnection
VirtualNetworkGatewayConnectionApi. get(String name)
Certificate.CertificateBundle
VaultApi. getCertificate(URI vaultBaseUrl, String certificateName, String certificateVersion)
Certificate.Contacts
VaultApi. getCertificateContacts(URI vaultBaseUrl)
Certificate.IssuerBundle
VaultApi. getCertificateIssuer(URI vaultBaseUrl, String issuerName)
List<Certificate.CertificateIssuer>
VaultApi. getCertificateIssuers(URI vaultBaseUrl)
Certificate.CertificateOperation
VaultApi. getCertificateOperation(URI vaultBaseUrl, String certificateName)
Certificate.CertificatePolicy
VaultApi. getCertificatePolicy(URI vaultBaseUrl, String certificateName)
List<Certificate>
VaultApi. getCertificates(URI vaultBaseUrl)
List<Certificate>
VaultApi. getCertificateVersions(URI vaultBaseUrl, String certificateName)
NetworkSecurityRule
NetworkSecurityRuleApi. getDefaultRule(String ruleName)
Certificate.DeletedCertificateBundle
VaultApi. getDeletedCertificate(URI vaultBaseUrl, String certificateName)
List<Certificate.DeletedCertificate>
VaultApi. getDeletedCertificates(URI vaultBaseUrl)
Key.DeletedKeyBundle
VaultApi. getDeletedKey(URI vaultBaseUrl, String keyName)
Secret.DeletedSecretBundle
VaultApi. getDeletedSecret(URI vaultBaseUrl, String secretName)
Vault.DeletedVault
VaultApi. getDeletedVault(String location, String vaultName)
VirtualMachineInstance
VirtualMachineApi. getInstanceDetails(String name)
Get information about the model view and instance view of a virtual machineKey.KeyBundle
VaultApi. getKey(URI vaultBaseUrl, String keyName)
StorageServiceKeys
StorageAccountApi. getKeys(String storageAccountName)
The Get Storage Keys operation returns the primary and secondary access keys for the specified storage account.List<Key>
VaultApi. getKeyVersions(URI vaultBaseUrl, String keyName)
Secret.SecretBundle
VaultApi. getSecret(URI vaultBaseUrl, String secretName, String secretVersion)
List<Secret>
VaultApi. getSecretVersions(URI vaultBaseUrl, String secretName)
String
VirtualNetworkGatewayConnectionApi. getSharedKey(String name)
Vault
VaultApi. getVault(String vaultName)
Version
OSImageApi. getVersion(String publisher, String offer, String sku, String version)
Get the details of a VersionList<AvailabilitySet>
AvailabilitySetApi. list()
List<Deployment>
DeploymentApi. list()
List all deployments in a resource groupList<Disk>
DiskApi. list()
List<Image>
ImageApi. list()
List<LoadBalancer>
LoadBalancerApi. list()
List<LocalNetworkGateway>
LocalNetworkGatewayApi. list()
List<Location>
LocationApi. list()
The List Locations operation lists all of the data center locations that are valid for your subscription.List<MetricDefinition>
MetricDefinitionsApi. list(String filter)
List<Metric>
MetricsApi. list(String filter)
List<NetworkInterfaceCard>
NetworkInterfaceCardApi. list()
List<NetworkSecurityGroup>
NetworkSecurityGroupApi. list()
List<NetworkSecurityRule>
NetworkSecurityRuleApi. list()
List<PublicIPAddress>
PublicIPAddressApi. list()
List<ResourceGroup>
ResourceGroupApi. list()
List<StorageService>
StorageAccountApi. list()
The List Storage Accounts operation lists the storage accounts that are available in the specified subscription and resource group.List<Subnet>
SubnetApi. list()
List<VirtualMachine>
VirtualMachineApi. list()
List<VirtualMachineScaleSet>
VirtualMachineScaleSetApi. list()
List<VirtualNetwork>
VirtualNetworkApi. list()
List<VirtualNetworkGateway>
VirtualNetworkGatewayApi. list()
List<VirtualNetworkGatewayConnection>
VirtualNetworkGatewayConnectionApi. list()
List<VMSize>
VMSizeApi. list()
List<LoadBalancer>
LoadBalancerApi. listAll()
List<NetworkSecurityGroup>
NetworkSecurityGroupApi. listAll()
List<VirtualMachine>
VirtualMachineApi. listAll()
List<VirtualNetwork>
VirtualNetworkApi. listAll()
List<NetworkInterfaceCard>
NetworkInterfaceCardApi. listAllInSubscription()
List<PublicIPAddress>
PublicIPAddressApi. listAllInSubscription()
List<VMSize>
VirtualMachineApi. listAvailableSizes(String name)
List<VirtualMachine>
VirtualMachineApi. listByLocation(String location)
List<NetworkSecurityRule>
NetworkSecurityRuleApi. listDefaultRules()
List<Key.DeletedKeyBundle>
VaultApi. listDeletedKeys(URI vaultBaseUrl)
List<Secret.DeletedSecretBundle>
VaultApi. listDeletedSecrets(URI vaultBaseUrl)
List<Vault.DeletedVault>
VaultApi. listDeletedVaults()
List<Key>
VaultApi. listKeys(URI keyVaultUri)
List<Offer>
OSImageApi. listOffers(String publisher)
List Offers in publisherList<Publisher>
OSImageApi. listPublishers()
List Publishers in locationList<Secret>
VaultApi. listSecrets(URI keyVaultUri)
List<SKU>
OSImageApi. listSKUs(String publisher, String offer)
List SKUs in offerList<Vault>
VaultApi. listVaults()
List<Version>
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)
List<Resource>
ResourceGroupApi. resources(String name)
-
Uses of Fallback in org.jclouds.b2.features
Methods in org.jclouds.b2.features with annotations of type Fallback Modifier and Type Method Description Bucket
BucketApi. deleteBucket(String bucketId)
B2Object
ObjectApi. downloadFileById(String fileId)
B2Object
ObjectApi. downloadFileById(String fileId, GetOptions options)
B2Object
ObjectApi. downloadFileByName(String bucketName, String fileName)
B2Object
ObjectApi. downloadFileByName(String bucketName, String fileName, GetOptions options)
B2Object
ObjectApi. getFileInfo(String fileId)
-
Uses of Fallback in org.jclouds.chef
Methods in org.jclouds.chef with annotations of type Fallback Modifier and Type Method Description Client
ChefApi. deleteClient(String clientName)
Deletes the given client.CookbookVersion
ChefApi. deleteCookbook(String cookbookName, String version)
Deletes the given cookbook.void
ChefApi. deleteDatabag(String databagName)
Deletes a data bag, including its items.DatabagItem
ChefApi. deleteDatabagItem(String databagName, String databagItemId)
Deletes an item from a data bag.Environment
ChefApi. deleteEnvironment(String environmentName)
Deletes the given environment.Node
ChefApi. deleteNode(String nodeName)
Deletes the given node.Role
ChefApi. deleteRole(String roleName)
Deletes the given role.Client
ChefApi. getClient(String clientName)
Gets the details of existing client.CookbookVersion
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.DatabagItem
ChefApi. getDatabagItem(String databagName, String databagItemId)
Gets an item in a data bag.Environment
ChefApi. getEnvironment(String environmentName)
Gets the details of an existing environment.Node
ChefApi. getNode(String nodeName)
Gets the details of the given node.InputStream
ChefApi. getResourceContents(Resource resource)
Gets the contents of the given resource.Role
ChefApi. getRole(String roleName)
Gets the details of the given role.Set<String>
ChefApi. listClients()
Lists the names of the existing clients.Set<String>
ChefApi. listCookbooks()
Lists the names of the existing cookbooks.Set<CookbookDefinition>
ChefApi. listCookbooksInEnvironment(String environmentName)
Lists the cookbooks that are available in the given environment.Set<CookbookDefinition>
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.Set<String>
ChefApi. listDatabagItems(String databagName)
Lists the names of the items in a data bag.Set<String>
ChefApi. listDatabags()
Lists the names of the existing data bags.Set<String>
ChefApi. listEnvironments()
Lists the names of the existing environments.Set<String>
ChefApi. listNodes()
Lists the names of the existing nodes.Set<String>
ChefApi. listNodesInEnvironment(String environmentName)
Lists the names of the nodes in the given environment.Set<String>
ChefApi. listRecipesInEnvironment(String environmentName)
Lists the names of the recipes in the given environment.Set<String>
ChefApi. listRoles()
Lists the names of the existing roles.Set<String>
ChefApi. listSearchIndexes()
Lists the names of the available search indexes.Set<String>
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 Modifier and Type Method Description Group
OrganizationApi. getGroup(String name)
Retrieves an existing group.User
OrganizationApi. getUser(String name)
Retrieves an existing user. -
Uses of Fallback in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with annotations of type Fallback Modifier and Type Method Description String
LoadBalancerApi. assignVirtualMachinesToLoadBalancerRule(String id, Iterable<String> virtualMachineIds)
Assigns virtual machine or a list of virtual machines to a load balancer rule.String
LoadBalancerApi. assignVirtualMachinesToLoadBalancerRule(String id, String... virtualMachineIds)
Assigns virtual machine or a list of virtual machines to a load balancer rule.Account
GlobalAccountApi. createAccount(String userName, Account.Type accountType, String email, String firstName, String lastName, String hashedPassword, CreateAccountOptions... options)
Create a new Cloudstack accountDiskOffering
GlobalOfferingApi. createDiskOffering(String name, String displayText, CreateDiskOfferingOptions... options)
Create a new disk offeringDomain
GlobalDomainApi. createDomain(String name, CreateDomainOptions... options)
Create new DomainPod
GlobalPodApi. createPod(String name, String zoneId, String startIp, String endIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
Creates a new Pod.Pod
GlobalPodApi. createPod(String name, String zoneId, String startIp, String gateway, String netmask, CreatePodOptions... createPodOptions)
Creates a new Pod.ServiceOffering
GlobalOfferingApi. createServiceOffering(String name, String displayText, int cpuNumber, int cpuSpeedInMHz, int memoryInMB, CreateServiceOfferingOptions... options)
Create a new service offeringUser
GlobalUserApi. createUser(String userName, String accountName, String email, String hashedPassword, String firstName, String lastName, CreateUserOptions... options)
Create an user for an account that already existsVlanIPRange
GlobalVlanApi. createVlanIPRange(String startIP, String endIP, CreateVlanIPRangeOptions... options)
Creates a VLAN IP range.Zone
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 groupString
NATApi. deleteIPForwardingRule(String id)
Deletes an ip forwarding ruleString
LoadBalancerApi. deleteLoadBalancerRule(String id)
deletes a loadbalancer ruleString
NetworkApi. deleteNetwork(String id)
Deletes a networkvoid
GlobalDomainApi. deleteOnlyDomain(String id)
Delete domain (without deleting attached resources)void
GlobalPodApi. deletePod(String id)
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 IDString
VirtualMachineApi. destroyVirtualMachine(String id)
Destroys a virtual machine.AsyncCreateResponse
DomainAccountApi. disableAccount(String accountName, String domainId, boolean onlyLock)
Disable or lock an accountAsyncCreateResponse
DomainUserApi. disableUser(String userId)
Disable a user with a specific IDvoid
AddressApi. disassociateIPAddress(String id)
Disassociates an ip address from the account.Account
DomainAccountApi. enableAccount(String accountName, String domainId)
Enable an accountUser
DomainUserApi. enableUser(String userId)
Enable a user with a specific IDAccount
AccountApi. getAccount(String id)
get a specific Account by id<T> AsyncJob<T>
AsyncJobApi. getAsyncJob(String id)
get a specific asyncJob by idDiskOffering
OfferingApi. getDiskOffering(String id)
get a specific disk offering by idDomain
DomainDomainApi. getDomainById(String domainId)
Get a domain by IDFirewallRule
FirewallApi. getEgressFirewallRule(String id)
FirewallRule
FirewallApi. getFirewallRule(String id)
VMGroup
VMGroupApi. getInstanceGroup(String id)
IPForwardingRule
NATApi. getIPForwardingRule(String id)
get a specific IPForwardingRule by idISO
ISOApi. getISO(String id)
Gets information about an ISO by its ID.LoadBalancerRule
LoadBalancerApi. getLoadBalancerRule(String id)
get a specific LoadBalancerRule by idNetwork
NetworkApi. getNetwork(String id)
get a specific network by idNetworkOffering
OfferingApi. getNetworkOffering(String id)
get a specific service offering by idMap.Entry<String,String>
GuestOSApi. getOSCategory(String id)
get a specific os category by idOSType
GuestOSApi. getOSType(String id)
get a specific os type by idPod
GlobalPodApi. getPod(String id)
get a specific pod by idPortForwardingRule
FirewallApi. getPortForwardingRule(String id)
Project
ProjectApi. getProject(String id)
gets a specific Project by idPublicIPAddress
AddressApi. getPublicIPAddress(String id)
get a specific IPAddress by idSecurityGroup
SecurityGroupApi. getSecurityGroup(String id)
get a specific security group by idSecurityGroup
SecurityGroupApi. getSecurityGroupByName(String securityGroupName)
get a specific security group by nameServiceOffering
OfferingApi. getServiceOffering(String id)
get a specific service offering by idSnapshot
SnapshotApi. getSnapshot(String id)
Gets a snapshot by its ID.SshKeyPair
SSHKeyPairApi. getSSHKeyPair(String name)
Retrieves theSSHKeyPairApi
with given name.Template
TemplateApi. getTemplateInZone(String templateId, String zoneId)
get a specific template by idVirtualMachine
VirtualMachineApi. getVirtualMachine(String id)
get a specific VirtualMachine by idVlanIPRange
GlobalVlanApi. getVlanIPRange(String id)
Get the details of an IP range by its id.Volume
VolumeApi. getVolume(String id)
Get volume by idZone
ZoneApi. getZone(String id)
get a specific zone by idSet<Account>
AccountApi. listAccounts(ListAccountsOptions... options)
Lists AccountsSet<Alert>
GlobalAlertApi. listAlerts(ListAlertsOptions... options)
List AlertsSet<AsyncJob<?>>
AsyncJobApi. listAsyncJobs(ListAsyncJobsOptions... options)
Lists asyncJobsSet<Capacity>
GlobalCapacityApi. listCapacity(ListCapacityOptions... options)
List CapacitiesSet<Cluster>
GlobalHostApi. listClusters(ListClustersOptions... options)
Set<ConfigurationEntry>
GlobalConfigurationApi. listConfigurationEntries(ListConfigurationEntriesOptions... options)
List all configuration entriesSet<DiskOffering>
OfferingApi. listDiskOfferings(ListDiskOfferingsOptions... options)
Lists disk offeringsSet<Domain>
DomainDomainApi. listDomainChildren(ListDomainChildrenOptions... options)
Lists all children domains belonging to a specified domainSet<Domain>
DomainDomainApi. listDomains(ListDomainsOptions... options)
List domains with detailed informationSet<FirewallRule>
FirewallApi. listEgressFirewallRules(ListEgressFirewallRulesOptions... options)
Set<Event>
EventApi. listEvents(ListEventsOptions... options)
List EventsSet<String>
EventApi. listEventTypes()
List Event TypesSet<FirewallRule>
FirewallApi. listFirewallRules(ListFirewallRulesOptions... options)
Set<Host>
GlobalHostApi. listHosts(ListHostsOptions... options)
Lists hostsSet<String>
HypervisorApi. listHypervisors()
Set<String>
HypervisorApi. listHypervisorsInZone(String zoneId)
Set<VMGroup>
VMGroupApi. listInstanceGroups(ListVMGroupsOptions... options)
Lists VM groupsSet<IPForwardingRule>
NATApi. listIPForwardingRules(ListIPForwardingRulesOptions... options)
List the ip forwarding rulesSet<ISO>
ISOApi. listISOs(ListISOsOptions... options)
Lists all available ISO files.Set<LoadBalancerRule>
LoadBalancerApi. listLoadBalancerRules(ListLoadBalancerRulesOptions... options)
List the load balancer rulesSet<NetworkOffering>
OfferingApi. listNetworkOfferings(ListNetworkOfferingsOptions... options)
Lists service offeringsSet<Network>
NetworkApi. listNetworks(ListNetworksOptions... options)
Lists networksMap<String,String>
GuestOSApi. listOSCategories()
Lists all supported OS categories for this cloud.Set<OSType>
GuestOSApi. listOSTypes(ListOSTypesOptions... options)
Lists all supported OS types for this cloud.Set<Pod>
GlobalPodApi. listPods(ListPodsOptions... options)
Lists podsSet<PortForwardingRule>
FirewallApi. listPortForwardingRules(ListPortForwardingRulesOptions... options)
Set<Project>
ProjectApi. listProjects(ListProjectsOptions... options)
Lists the projects this account has access to.Set<PublicIPAddress>
AddressApi. listPublicIPAddresses(ListPublicIPAddressesOptions... options)
Lists IPAddressesSet<ResourceLimit>
LimitApi. listResourceLimits(ListResourceLimitsOptions... options)
List the resource limits.Set<SecurityGroup>
SecurityGroupApi. listSecurityGroups(ListSecurityGroupsOptions... options)
Lists security groupsSet<ServiceOffering>
OfferingApi. listServiceOfferings(ListServiceOfferingsOptions... options)
Lists service offeringsSet<SnapshotPolicy>
SnapshotApi. listSnapshotPolicies(String volumeId, ListSnapshotPoliciesOptions... options)
Lists snapshot policies.Set<Snapshot>
SnapshotApi. listSnapshots(ListSnapshotsOptions... options)
Lists all available snapshots for the account, matching the query described by the options.Set<SshKeyPair>
SSHKeyPairApi. listSSHKeyPairs(ListSSHKeyPairsOptions... options)
Returns a list ofSshKeyPair
s registered by current user.Set<Tag>
TagApi. listTags(ListTagsOptions... options)
Lists tagsSet<Template>
TemplateApi. listTemplates()
List all executable templates.Set<Template>
TemplateApi. listTemplates(ListTemplatesOptions options)
List all public, private, and privileged templates.Set<User>
DomainUserApi. listUsers(ListUsersOptions... options)
Lists UsersSet<VirtualMachine>
VirtualMachineApi. listVirtualMachines(ListVirtualMachinesOptions... options)
Lists VirtualMachinesSet<VirtualMachine>
LoadBalancerApi. listVirtualMachinesAssignedToLoadBalancerRule(String id)
List all virtual machine instances that are assigned to a load balancer rule.Set<VlanIPRange>
GlobalVlanApi. listVlanIPRanges(ListVlanIPRangesOptions... options)
Lists all VLAN IP ranges.Set<Volume>
VolumeApi. listVolumes(ListVolumesOptions... options)
List volumesSet<Zone>
ZoneApi. listZones(ListZonesOptions... options)
Lists zonesLoginResponse
SessionApi. 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 keyApiKeyPair
GlobalUserApi. registerUserKeys(String userId)
This command allows a user to register for the developer API, returning a secret key and an API keyString
LoadBalancerApi. removeVirtualMachinesFromLoadBalancerRule(String id, Iterable<String> virtualMachineIds)
Removes a virtual machine or a list of virtual machines from a load balancer rule.String
LoadBalancerApi. removeVirtualMachinesFromLoadBalancerRule(String id, String... virtualMachineIds)
Removes a virtual machine or a list of virtual machines from a load balancer rule.String
SecurityGroupApi. revokeIngressRule(String id, AccountInDomainOptions... options)
Deletes a particular ingress rule from this security groupAccount
GlobalAccountApi. updateAccount(String accountName, String domainId, String newName, UpdateAccountOptions... options)
Update an existing accountConfigurationEntry
GlobalConfigurationApi. updateConfigurationEntry(String name, String value)
Update a configuration entryDiskOffering
GlobalOfferingApi. updateDiskOffering(String id, UpdateDiskOfferingOptions... options)
Update a disk offeringDomain
GlobalDomainApi. updateDomain(String domainId, UpdateDomainOptions... options)
Update a domainLoadBalancerRule
LoadBalancerApi. updateLoadBalancerRule(String id, UpdateLoadBalancerRuleOptions... options)
Update a load balancer rule.NetworkOffering
GlobalOfferingApi. updateNetworkOffering(String id, UpdateNetworkOfferingOptions... options)
Update network offeringPod
GlobalPodApi. updatePod(String id, UpdatePodOptions... updatePodOptions)
Updates a Pod.ServiceOffering
GlobalOfferingApi. updateServiceOffering(String id, UpdateServiceOfferingOptions... options)
Update an existing service offeringUser
GlobalUserApi. updateUser(String id, UpdateUserOptions... options)
Update an userZone
GlobalZoneApi. 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 Fallback Modifier and Type Method Description PagedIterable<Alarm>
AlarmApi. list()
Return all alarms.PagedIterable<Alarm>
AlarmApi. list(ListAlarmsOptions options)
Return all alarms based on the options queryPagedIterable<Metric>
MetricApi. list()
IterableWithMarker<Metric>
MetricApi. list(ListMetricsOptions options)
Returns a list of valid metrics stored for the AWS account owner.IterableWithMarker<Alarm>
AlarmApi. listAt(String nextToken)
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.PagedIterable<AlarmHistoryItem>
AlarmApi. listHistory()
Return all history for all alarms.PagedIterable<AlarmHistoryItem>
AlarmApi. listHistory(ListAlarmHistoryOptions options)
Return all history based on the options queryIterableWithMarker<AlarmHistoryItem>
AlarmApi. 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 Fallback Modifier and Type Method Description void
DropletApi. delete(int id)
void
ImageApi. delete(int id)
void
KeyApi. delete(int id)
void
KeyApi. delete(String fingerprint)
Action
ActionApi. get(int id)
Droplet
DropletApi. get(int id)
Image
ImageApi. get(int id)
Image
ImageApi. get(String slug)
Key
KeyApi. get(int id)
Key
KeyApi. get(String fingerprint)
PagedIterable<Action>
ActionApi. list()
IterableWithMarker<Action>
ActionApi. list(ListOptions options)
PagedIterable<Droplet>
DropletApi. list()
IterableWithMarker<Droplet>
DropletApi. list(ListOptions options)
PagedIterable<Image>
ImageApi. list()
IterableWithMarker<Image>
ImageApi. list(ImageListOptions options)
PagedIterable<Key>
KeyApi. list()
IterableWithMarker<Key>
KeyApi. list(ListOptions options)
PagedIterable<Region>
RegionApi. list()
Get the list of all regions.IterableWithMarker<Region>
RegionApi. list(ListOptions options)
Get a single page of the region list.PagedIterable<Size>
SizeApi. list()
IterableWithMarker<Size>
SizeApi. list(ListOptions options)
PagedIterable<Action>
DropletApi. listActions(int id)
IterableWithMarker<Action>
DropletApi. listActions(int id, ListOptions options)
PagedIterable<Backup>
DropletApi. listBackups(int id)
IterableWithMarker<Backup>
DropletApi. listBackups(int id, ListOptions options)
PagedIterable<Kernel>
DropletApi. listKernels(int id)
IterableWithMarker<Kernel>
DropletApi. listKernels(int id, ListOptions options)
PagedIterable<Snapshot>
DropletApi. listSnapshots(int id)
IterableWithMarker<Snapshot>
DropletApi. listSnapshots(int id, ListOptions options)
-
Uses of Fallback in org.jclouds.docker.features
Methods in org.jclouds.docker.features with annotations of type Fallback Modifier and Type Method Description List<ImageHistory>
ImageApi. getHistory(String name)
Return the history of the image with givenname
.Container
ContainerApi. inspectContainer(String containerId)
Return low-level information on the container idImage
ImageApi. inspectImage(String imageName)
Return low-level information on the image with given name.Network
NetworkApi. inspectNetwork(String networkIdOrName)
Return low-level information on the network idList<ContainerSummary>
ContainerApi. listContainers()
List<ContainerSummary>
ContainerApi. listContainers(ListContainerOptions options)
List<ImageSummary>
ImageApi. listImages()
List<ImageSummary>
ImageApi. listImages(ListImageOptions options)
List<Network>
NetworkApi. listNetworks()
-
Uses of Fallback in org.jclouds.dynect.v3
Methods in org.jclouds.dynect.v3 with annotations of type Fallback Modifier and Type Method Description Job
DynECTApi. getJob(long jobId)
returns the current status of a job. -
Uses of Fallback in org.jclouds.dynect.v3.features
Methods in org.jclouds.dynect.v3.features with annotations of type Fallback Modifier and Type Method Description Job
ZoneApi. delete(String fqdn)
Deletes the zone.GeoRegionGroup
GeoRegionGroupApi. get(String groupName)
Retrieves information about the specified geo region groupGeoService
GeoServiceApi. get(String serviceName)
Retrieves information about the specified geo service.Record<? extends Map<String,Object>>
RecordApi. get(RecordId recordId)
retrieves a resource record without regard to typeZone
ZoneApi. get(String fqdn)
Retrieves information about the specified zone.Record<AData>
RecordApi. getA(String fqdn, long recordId)
Gets theARecord
or null if not present.Record<AAAAData>
RecordApi. getAAAA(String fqdn, long recordId)
Gets theAAAARecord
or null if not present.Record<CNAMEData>
RecordApi. getCNAME(String fqdn, long recordId)
Gets theCNAMERecord
or null if not present.Record<MXData>
RecordApi. getMX(String fqdn, long recordId)
Gets theMXRecord
or null if not present.Record<NSData>
RecordApi. getNS(String fqdn, long recordId)
Gets theNSRecord
or null if not present.Record<PTRData>
RecordApi. getPTR(String fqdn, long recordId)
Gets thePTRRecord
or null if not present.SOARecord
RecordApi. getSOA(String fqdn, long recordId)
Gets theSOARecord
or null if not present.Record<SPFData>
RecordApi. getSPF(String fqdn, long recordId)
Gets theSPFRecord
or null if not present.Record<SRVData>
RecordApi. getSRV(String fqdn, long recordId)
Gets theSRVRecord
or null if not present.Record<SSHFPData>
RecordApi. getSSHFP(String fqdn, long recordId)
Gets theSSHFPRecord
or null if not present.Record<TXTData>
RecordApi. getTXT(String fqdn, long recordId)
Gets theTXTRecord
or null if not present.boolean
SessionApi. isValid(String token)
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 zoneJob
RecordApi. 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 Fallback Modifier and Type Method Description void
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.Set<PublicIpInstanceIdPair>
ElasticIPAddressApi. describeAddressesInRegion(String region, String... publicIps)
Lists elastic IP addresses assigned to your identity or provides information about a specific address.Set<PublicIpInstanceIdPair>
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.Set<AvailabilityZoneInfo>
AvailabilityZoneAndRegionApi. describeAvailabilityZonesInRegion(String region, DescribeAvailabilityZonesOptions... options)
Displays Availability Zones that are currently available to the identity and their states.Set<BundleTask>
WindowsApi. describeBundleTasksInRegion(String region, String... bundleTaskIds)
Describes current bundling tasks.Set<BundleTask>
WindowsApi. describeBundleTasksInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
Describes current bundling tasks.Set<? extends Image>
AMIApi. describeImagesInRegion(String region, DescribeImagesOptions... options)
Returns information about AMIs, AKIs, and ARIs.Set<? extends Image>
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.Set<KeyPair>
KeyPairApi. describeKeyPairsInRegion(String region, String... keyPairNames)
Returns information about key pairs available to you.Set<KeyPair>
KeyPairApi. describeKeyPairsInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
Returns information about key pairs available to you.Set<SecurityGroup>
SecurityGroupApi. describeSecurityGroupsInRegion(String region, String... securityGroupNames)
Returns information about security groups that you own.Set<SecurityGroup>
SecurityGroupApi. describeSecurityGroupsInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter)
Returns information about security groups that you own.Set<Snapshot>
ElasticBlockStoreApi. describeSnapshotsInRegion(String region, DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user.Set<Snapshot>
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>
SubnetApi. filter(com.google.common.collect.Multimap<String,String> filter)
Describes subnets for your EC2 resources qualified by a filtercom.google.common.collect.FluentIterable<Tag>
TagApi. filter(com.google.common.collect.Multimap<String,String> filter)
Describes tags for your EC2 resources qualified by a filterPasswordData
WindowsApi. 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 Fallback Modifier and Type Method Description ServerInfo
ElasticStackApi. createAndStartServer(Server createServer)
create and start a new serverDriveInfo
ElasticStackApi. createDrive(Drive createDrive)
create a new driveServerInfo
ElasticStackApi. createServer(Server createServer)
create a new servervoid
ElasticStackApi. destroyDrive(String uuid)
Destroy a drivevoid
ElasticStackApi. destroyServer(String uuid)
Destroy a serverDriveInfo
ElasticStackApi. getDriveInfo(String uuid)
ServerInfo
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)
Payload
ElasticStackApi. readDrive(String uuid, long offset, long size)
Read binary data from a driveDriveInfo
ElasticStackApi. setDriveData(String uuid, DriveData setDrive)
set extra drive dataServerInfo
ElasticStackApi. 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.glesys.features
Methods in org.jclouds.glesys.features with annotations of type Fallback Modifier and Type Method Description boolean
EmailAccountApi. delete(String accountAddress)
Delete an e-mail account or aliasArchive
ArchiveApi. get(String username)
Get detailed information about an archive volume.Domain
DomainApi. get(String name)
Get a specific domain.IpDetails
IpApi. get(String ipAddress)
Get details about the given IP address such as gateway and netmask.ServerDetails
ServerApi. get(String id)
Get detailed information about a server such as hostname, hardware configuration (cpu, memory and disk), ip addresses, cost, transfer, os and more.ArchiveAllowedArguments
ArchiveApi. getAllowedArguments()
Lists the allowed arguments for some of the functions in this module such as archive size.Console
ServerApi. getConsole(String id)
Get information about how to connect to a server via VNCSortedMap<String,ServerLimit>
ServerApi. getLimits(String id)
Get detailed information about a server's limits (for OpenVZ only).EmailOverview
EmailAccountApi. getOverview()
Get a summary of e-mail accounts associated with this Glesys accountServerStatus
ServerApi. 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>
IpApi. listFree(int ipVersion, String datacenter, String platform)
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 Fallback Modifier and Type Method Description ServerImage
GridImageApi. deleteById(long id)
Deletes an existing imageServer
GridServerApi. deleteById(long id)
Deletes the server by IdServer
GridServerApi. 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.Set<Server>
GridServerApi. getServerList(GetServerListOptions... getServerListOptions)
Returns the list of all servers.Set<Server>
GridServerApi. getServersById(long... ids)
Returns the server(s) by unique id(s).Set<Server>
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 Fallback Modifier and Type Method Description boolean
BucketApi. bucketExist(String bucketName)
Check the existence of a bucketBucket
BucketApi. createBucket(String projectId, BucketTemplate bucketTemplate)
Creates a new bucketBucket
BucketApi. 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.HttpResponse
BucketAccessControlsApi. deleteBucketAccessControls(String bucketName, String entity)
Permanently deletes the ACL entry for the specified entity on the specified bucket.HttpResponse
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.PayloadEnclosing
ObjectApi. download(String bucketName, String objectName)
Retrieve an object or their metadataPayloadEnclosing
ObjectApi. download(String bucketName, String objectName, HttpRequestOptions options)
Retrieves objectsBucket
BucketApi. getBucket(String bucketName)
Returns metadata for the specified bucket.Bucket
BucketApi. getBucket(String bucketName, GetBucketOptions options)
Returns metadata for the specified bucketBucketAccessControls
BucketAccessControlsApi. getBucketAccessControls(String bucketName, String entity)
Returns the ACL entry for the specified entity on the specified bucket.ObjectAccessControls
DefaultObjectAccessControlsApi. getDefaultObjectAccessControls(String bucketName, String entity)
Returns the ACL entry for the specified entity on the specified object.GoogleCloudStorageObject
ObjectApi. getObject(String bucketName, String objectName)
Retrieve an object metadataGoogleCloudStorageObject
ObjectApi. getObject(String bucketName, String objectName, HttpRequestOptions options)
Retrieves objects metadataObjectAccessControls
ObjectAccessControlsApi. getObjectAccessControls(String bucketName, String objectName, String entity)
Returns the acl entry for the specified entity on the specified object.ObjectAccessControls
ObjectAccessControlsApi. getObjectAccessControls(String bucketName, String objectName, String entity, Long generation)
Returns the acl entry for the specified entity on the specified object.List<BucketAccessControls>
BucketAccessControlsApi. listBucketAccessControls(String bucketName)
Retrieves all ACL entries on a specified bucketList<ObjectAccessControls>
DefaultObjectAccessControlsApi. listDefaultObjectAccessControls(String bucketName)
Retrieves ACL entries on a specified objectList<ObjectAccessControls>
ObjectAccessControlsApi. listObjectAccessControls(String bucketName, String objectName)
Retrieves acl entries on a specified objectList<ObjectAccessControls>
ObjectAccessControlsApi. listObjectAccessControls(String bucketName, String objectName, Long generation)
Retrieves acl entries on a specified objectListPageWithPrefixes<GoogleCloudStorageObject>
ObjectApi. listObjects(String bucketName)
Retrieves a list of objects matching the criteria.ListPageWithPrefixes<GoogleCloudStorageObject>
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 objectBucket
BucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate)
Updates a bucket supporting patch semantics.Bucket
BucketApi. patchBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucket supporting patch semantics.BucketAccessControls
BucketAccessControlsApi. patchBucketAccessControls(String bucketName, String entity, BucketAccessControlsTemplate template)
Updates an ACL entry on the specified bucket.ObjectAccessControls
DefaultObjectAccessControlsApi. patchDefaultObjectAccessControls(String bucketName, String entity, ObjectAccessControls payload)
Retrieves ACL entries on a specified objectGoogleCloudStorageObject
ObjectApi. patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate)
Updates an object according to patch semanticsGoogleCloudStorageObject
ObjectApi. patchObject(String bucketName, String objectName, ObjectTemplate objectTemplate, UpdateObjectOptions options)
Updates an object according to patch semanticsBucket
BucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate)
Updates a bucketBucket
BucketApi. updateBucket(String bucketName, BucketTemplate bucketTemplate, UpdateBucketOptions options)
Updates a bucketBucketAccessControls
BucketAccessControlsApi. updateBucketAccessControls(String bucketName, String entity, BucketAccessControlsTemplate template)
Updates an ACL entry on the specified bucketObjectAccessControls
DefaultObjectAccessControlsApi. updateDefaultObjectAccessControls(String bucketName, String entity, ObjectAccessControls payload)
Retrieves ACL entries on a specified objectObjectAccessControls
DefaultObjectAccessControlsApi. updateDefaultObjectAccessControls(String bucketName, String entity, ObjectAccessControls payload, DomainResourceReferences.ObjectRole role)
Retrieves ACL entries on a specified objectGoogleCloudStorageObject
ObjectApi. updateObject(String bucketName, String objectName, ObjectTemplate objectTemplate)
Updates an object metadataGoogleCloudStorageObject
ObjectApi. 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 Fallback Modifier and Type Method Description Operation
Resources. delete(URI selfLink)
Deletes any resource by self-link and returns the operation in progress, or null if not found.Disk
Resources. disk(URI selfLink)
Returns a disk by self-link or null if not found.Image
Resources. image(URI selfLink)
Returns an image by self-link or null if not found.Instance
Resources. instance(URI selfLink)
Returns an instance by self-link or null if not found.Network
Resources. network(URI selfLink)
Returns an network by self-link or null if not found.Operation
Resources. operation(URI selfLink)
Returns an operation by self-link or null if not found.Subnetwork
Resources. subnetwork(URI selfLink)
-
Uses of Fallback in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with annotations of type Fallback Modifier and Type Method Description Operation
AddressApi. delete(String address)
Deletes an address by name and returns the operation in progress, or null if not found.Operation
BackendServiceApi. delete(String backendServiceName)
Deletes the specified backend service resource.Operation
DiskApi. delete(String disk)
Deletes a persistent disk by name and returns the operation in progress, or null if not found.Operation
FirewallApi. delete(String firewall)
Deletes a firewall by name and returns the operation in progress, or null if not found.Operation
ForwardingRuleApi. delete(String forwardingRule)
Deletes a forwarding rule by name and returns the operation in progress, or null if not found.Operation
HttpHealthCheckApi. delete(String httpHealthCheck)
Deletes a health check by name and returns the operation in progress, or null if not found.Operation
ImageApi. delete(String image)
Deletes an image by name and returns the operation in progress, or null if not found.Operation
InstanceApi. delete(String instance)
Deletes an instance by name and returns the operation in progress, or null if not found.Operation
NetworkApi. delete(String networkName)
Deletes a network by name and returns the operation in progress, or null if not found.void
OperationApi. delete(URI operation)
Deletes an operation by name.Operation
RouteApi. delete(String routeName)
Deletes a route by name and returns the operation in progress, or null if not found.Operation
SnapshotApi. delete(String snapshot)
Deletes a snapshot by name and returns the operation in progress, or null if not found.Operation
SubnetworkApi. delete(String subnetworkName)
Deletes a network by name and returns the operation in progress, or null if not found.Operation
TargetHttpProxyApi. delete(String targetHttpProxyName)
Deletes the specified image resource.Operation
TargetInstanceApi. delete(String targetInstance)
Deletes a targetInstance by name and returns the operation in progress, or null if not found.Operation
TargetPoolApi. delete(String targetPool)
Deletes a target pool by name and returns the operation in progress, or null if not found.Operation
UrlMapApi. delete(String urlMapName)
Deletes the specified urlMap resource.Address
AddressApi. get(String address)
Returns an address by name or null if not found.BackendService
BackendServiceApi. get(String backendServiceName)
Returns the specified backend service resource.Disk
DiskApi. get(String disk)
Returns a persistent disk by name or null if not found.DiskType
DiskTypeApi. get(String diskType)
Returns a disk type by name or null if not found.Firewall
FirewallApi. get(String firewall)
Returns a firewall by name or null if not found.ForwardingRule
ForwardingRuleApi. get(String forwardingRule)
Returns a forwarding rule by name or null if not found.HttpHealthCheck
HttpHealthCheckApi. get(String httpHealthCheck)
Returns a health check by name or null if not found.Image
ImageApi. get(String image)
Returns an image by name or null if not found.Image
ImageApi. get(URI selfLink)
Returns an image by self-link or null if not found.Instance
InstanceApi. get(String instance)
Returns an instance by name or null if not found.License
LicenseApi. get(String license)
Returns the specified License resource.MachineType
MachineTypeApi. get(String machineType)
Returns an machine type by name or null if not found.Network
NetworkApi. get(String networkName)
Returns a network by name or null if not found.Operation
OperationApi. get(URI operation)
Returns an operation by self-link or null if not found.Project
ProjectApi. get()
Get the current project.Region
RegionApi. get(String region)
Returns a region by name or null if not found.Route
RouteApi. get(String routeName)
Returns a route type by name or null if not found.Snapshot
SnapshotApi. get(String snapshot)
Returns a snapshot by name or null if not found.Subnetwork
SubnetworkApi. get(String subnetworkName)
Returns a network by name or null if not found.TargetHttpProxy
TargetHttpProxyApi. get(String targetHttpProxyName)
Returns the specified target http proxy resource.TargetInstance
TargetInstanceApi. get(String targetInstance)
Returns a targetInstance by name or null if not found.TargetPool
TargetPoolApi. get(String targetPool)
Returns a target pool by name or null if not found.UrlMap
UrlMapApi. get(String urlMapName)
Returns the specified urlMap resource by name or null if not found.Zone
ZoneApi. get(String zone)
Returns a zone by name or null if not found.Operation
ForwardingRuleApi. setTarget(String forwardingRule, URI target)
Changes the target url for a forwarding rule.UrlMapValidateResult
UrlMapApi. validate(String urlMapName, UrlMap urlMap)
Runs the tests specified for the give urlMap resource.UrlMapValidateResult
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 Fallback Modifier and Type Method Description Token
AuthorizationApi. authorize(String client_id, ClientCredentialsClaims claim, String resource, String scope)
Token
AuthorizationApi. authorize(Claims claims)
Token
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 Fallback Modifier and Type Method Description com.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 Fallback Modifier and Type Method Description boolean
SnapshotApi. delete(String snapshotId)
Delete a Snapshot.boolean
VolumeApi. delete(String volumeId)
Delete a Volume.Snapshot
SnapshotApi. get(String snapshotId)
Return data about the given Snapshot.Volume
VolumeApi. get(String volumeId)
Return data about the given Volume.VolumeType
VolumeTypeApi. get(String volumeTypeId)
Return data about the given VolumeType.VolumeQuota
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.glance.v1_0.features
Methods in org.jclouds.openstack.glance.v1_0.features with annotations of type Fallback Modifier and Type Method Description boolean
ImageApi. delete(String id)
Deletes the image with the specified idImageDetails
ImageApi. get(String id)
Returns metadata about an image with idInputStream
ImageApi. getAsStream(String id)
Returns image data for image with idPagedIterable<Image>
ImageApi. list()
Lists all images (IDs, names, links)PaginatedCollection<Image>
ImageApi. list(ListImageOptions options)
PagedIterable<ImageDetails>
ImageApi. listInDetail()
Lists all images (all details)PaginatedCollection<ImageDetails>
ImageApi. listInDetail(ListImageOptions options)
-
Uses of Fallback in org.jclouds.openstack.keystone.v2_0
Methods in org.jclouds.openstack.keystone.v2_0 with annotations of type Fallback Modifier and Type Method Description ApiMetadata
KeystoneApi. 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 Fallback Modifier and Type Method Description boolean
RoleAdminApi. delete(String roleId)
Deletes a roleboolean
ServiceAdminApi. delete(String serviceId)
Deletes a serviceboolean
TenantAdminApi. delete(String userId)
Deletes a tenantboolean
UserAdminApi. delete(String userId)
Deletes an userboolean
TenantAdminApi. deleteRoleOnTenant(String tenantId, String userdId, String roleId)
Deletes role to a user on tenantRole
RoleAdminApi. get(String roleId)
Gets the roleService
ServiceAdminApi. get(String serviceId)
Gets the servicecom.google.common.collect.FluentIterable<? extends Role>
RoleAdminApi. list()
Returns a summary list of roles.PagedIterable<Service>
ServiceAdminApi. list()
Retrieve the list of servicesPaginatedCollection<Service>
ServiceAdminApi. 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 Fallback Modifier and Type Method Description Tenant
TenantApi. get(String tenantId)
Retrieve information about a tenant, by tenant IDToken
TokenApi. get(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/User
UserApi. get(String userId)
Retrieve information about a user, by user IDTenant
TenantApi. getByName(String tenantName)
Retrieve information about a tenant, by tenant nameUser
UserApi. getByName(String userName)
Retrieve information about a user, by user nameUser
TokenApi. getUserOfToken(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog)/boolean
TokenApi. isValid(String token)
Validate a token.PagedIterable<Tenant>
TenantApi. list()
The operation returns a list of tenants which the current token provides access to.PaginatedCollection<Tenant>
TenantApi. list(PaginationOptions options)
PagedIterable<User>
UserApi. list()
Retrieve the list of usersPaginatedCollection<User>
UserApi. list(PaginationOptions options)
Set<Endpoint>
TokenApi. listEndpointsForToken(String token)
List all endpoints for a tokenSet<Role>
UserApi. listRolesOfUser(String userId)
Retrieves the list of global roles associated with a specific user (excludes tenant roles).Set<Role>
UserApi. listRolesOfUserOnTenant(String userId, String tenantId)
List the roles a user has been granted on a specific tenantSet<Tenant>
ServiceApi. 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 Fallback Modifier and Type Method Description boolean
ProjectApi. delete(String id)
boolean
RegionApi. delete(String id)
boolean
UserApi. delete(String id)
List<Endpoint>
CatalogApi. endpoints()
List all endpoints for a token.Token
AuthApi. get(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).Project
ProjectApi. get(String id)
Region
RegionApi. get(String id)
User
UserApi. get(String id)
User
AuthApi. getUserOfToken(String token)
Validate a token and, if it is valid, return access information regarding the tenant (though not the service catalog).boolean
ProjectApi. hasTag(String projectId, String tag)
boolean
AuthApi. isValid(String token)
Validate a token.List<Project>
ProjectApi. list()
List<Region>
RegionApi. list()
List<User>
UserApi. list()
-
Uses of Fallback in org.jclouds.openstack.marconi.v1.features
Methods in org.jclouds.openstack.marconi.v1.features with annotations of type Fallback Modifier and Type Method Description boolean
MessageApi. delete(Iterable<String> ids)
Deletes specific messages.boolean
QueueApi. delete(String name)
Delete a queue.boolean
MessageApi. deleteByClaim(String id, String claimId)
The claimId parameter specifies that the message is deleted only if it has the specified claim ID and that claim has not expired.boolean
QueueApi. exists(String name)
Check for a queue's existence.Claim
ClaimApi. get(String claimId)
Gets a specific claim and the associated messages.Message
MessageApi. get(String id)
Gets a specific message.Map<String,String>
QueueApi. getMetadata(String name)
Gets metadata for the specified queue.QueueStats
QueueApi. getStats(String name)
Gets stats for the specified queue.List<Message>
MessageApi. list(Iterable<String> ids)
Lists specific messages.PagedIterable<Queue>
QueueApi. list(boolean detailed)
Lists the queues.Queues
QueueApi. list(ListQueuesOptions options)
Use this method to manually page through the list of queues.boolean
ClaimApi. release(String claimId)
This operation immediately releases a claim, making any remaining, undeleted messages that are associated with the claim available to other workers.MessageStream
MessageApi. stream(StreamMessagesOptions... options)
Streams the messages off of a queue. -
Uses of Fallback in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with annotations of type Fallback Modifier and Type Method Description boolean
FWaaSApi. delete(String id)
Deletes the specified firewallboolean
RouterApi. delete(String id)
Deletes the specified routerboolean
FWaaSApi. deleteFirewallRule(String id)
Firewall
FWaaSApi. get(String id)
Returns the details for a specific firewall.Router
RouterApi. get(String id)
Returns a Routers collection that should contain a single router with the id requested.FirewallPolicy
FWaaSApi. getFirewallPolicy(String id)
FirewallRule
FWaaSApi. getFirewallRule(String firewallRuleId)
PagedIterable<Firewall>
FWaaSApi. list()
Returns the list of all routers currently defined in Neutron for the current tenant.PaginatedCollection<Firewall>
FWaaSApi. list(PaginationOptions options)
PagedIterable<Router>
RouterApi. list()
Returns the list of all routers currently defined in Neutron for the current tenant.Routers
RouterApi. list(PaginationOptions options)
PagedIterable<FirewallPolicy>
FWaaSApi. listFirewallPolicies()
PaginatedCollection<FirewallPolicy>
FWaaSApi. listFirewallPolicies(PaginationOptions options)
PagedIterable<FirewallRule>
FWaaSApi. listFirewallRules()
PaginatedCollection<FirewallRule>
FWaaSApi. listFirewallRules(PaginationOptions options)
FirewallPolicy
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 Fallback Modifier and Type Method Description boolean
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
LBaaSApi. deleteVIP(String id)
Deletes the specified VIP.boolean
LBaaSApi. disassociateHealthMonitor(String poolId, String healthMonitorId)
Disassociate a HealthMonitor from a Pool.HealthMonitor
LBaaSApi. getHealthMonitor(String id)
Returns the details for a specific HealthMonitor.Member
LBaaSApi. getMember(String id)
Returns the details for a specific Member.Pool
LBaaSApi. getPool(String id)
Returns the details for a specific Pool.VIP
LBaaSApi. getVIP(String id)
Returns the details for a specific VIP.PagedIterable<HealthMonitor>
LBaaSApi. listHealthMonitors()
Returns a list of HealthMonitors to which the tenant has access.HealthMonitors
LBaaSApi. listHealthMonitors(PaginationOptions options)
PagedIterable<Member>
LBaaSApi. listMembers()
Returns a list of Members to which the tenant has access.Members
LBaaSApi. listMembers(PaginationOptions options)
PagedIterable<Pool>
LBaaSApi. listPools()
Returns a list of Pools to which the tenant has access.Pools
LBaaSApi. listPools(PaginationOptions options)
PagedIterable<VIP>
LBaaSApi. listVIPs()
Returns a list of VIPs to which the tenant has access.VIPs
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 Fallback Modifier and Type Method Description boolean
FloatingIPApi. delete(String id)
Deletes the specified floatingIPboolean
NetworkApi. delete(String id)
Deletes the specified networkboolean
PortApi. delete(String id)
Delete a portboolean
SubnetApi. delete(String id)
Delete a subnetboolean
SecurityGroupApi. deleteRule(String id)
Deletes the specified Security Group Rule.boolean
SecurityGroupApi. deleteSecurityGroup(String id)
Deletes the specified Security Group.FloatingIP
FloatingIPApi. get(String id)
Returns the details for a specific floating IP.Network
NetworkApi. get(String id)
Return a specific networkPort
PortApi. get(String id)
Returns the specific portRule
SecurityGroupApi. get(String id)
Subnet
SubnetApi. get(String id)
Returns the specific Subnet.SecurityGroup
SecurityGroupApi. getSecurityGroup(String id)
PagedIterable<FloatingIP>
FloatingIPApi. list()
Returns a list of floating IPs to which the tenant has access.FloatingIPs
FloatingIPApi. list(PaginationOptions options)
PagedIterable<Network>
NetworkApi. list()
Returns all networks currently defined in Neutron for the current tenant.Networks
NetworkApi. list(PaginationOptions options)
PagedIterable<Port>
PortApi. list()
Returns the list of all ports currently defined in Neutron for the current tenant.Ports
PortApi. list(PaginationOptions options)
PagedIterable<Subnet>
SubnetApi. list()
Returns the list of all subnets currently defined in Neutron for the current tenant.Subnets
SubnetApi. list(PaginationOptions options)
PagedIterable<Rule>
SecurityGroupApi. listRules()
Rules
SecurityGroupApi. listRules(PaginationOptions options)
PagedIterable<SecurityGroup>
SecurityGroupApi. listSecurityGroups()
SecurityGroups
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 Fallback Modifier and Type Method Description String
ServerAdminApi. createBackup(String id, String imageName, BackupType backupType, int rotation, CreateBackupOfServerOptions... options)
Create backup of a server.boolean
AttachInterfaceApi. delete(String serverId, String attachmentId)
Deletes a port interface for given server, return true if successful, false if server or interface not foundBoolean
HostAggregateApi. delete(String id)
Removes an aggregate.boolean
KeyPairApi. delete(String name)
Deletes aKeyPair
.boolean
SecurityGroupApi. delete(String id)
Delete a Security Group.boolean
VolumeApi. delete(String volumeId)
Deprecated.Please useVolumeApi.delete(String)
instead.boolean
VolumeTypeApi. delete(String id)
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.InterfaceAttachment
AttachInterfaceApi. get(String serverId, String attachmentId)
Returns information about a specified port interface for given serverFloatingIP
FloatingIPApi. get(String id)
Gets a specific Floating IP addressHostAggregate
HostAggregateApi. get(String id)
Retrieves the details of an aggregate, hosts and metadata included.KeyPair
KeyPairApi. get(String name)
Gets a specificKeyPair
by name.SecurityGroup
SecurityGroupApi. get(String id)
Get a specific Security GroupServerWithSecurityGroups
ServerWithSecurityGroupsApi. get(String id)
Retrieve details of the specified server, including security groupsSimpleTenantUsage
SimpleTenantUsageApi. get(String tenantId)
Retrieve tenant_usage for a specified tenantVolume
VolumeApi. get(String volumeId)
Deprecated.Please useVolumeApi.get(String)
instead.VolumeType
VolumeTypeApi. get(String id)
Gets a volume typeVolumeAttachment
VolumeAttachmentApi. getAttachmentForVolumeOnServer(String volumeId, String serverId)
Gets a specific Volume Attachment for a Volume and Server.Quota
QuotaApi. getByTenant(String tenantId)
Console
ConsolesApi. getConsole(String serverId, Console.Type type)
Gets the specified server Console.Quota
QuotaApi. getDefaultsForTenant(String tenantId)
String
VolumeTypeApi. getExtraSpec(String id, String key)
Retrieve a single extra spec valueMap<String,String>
VolumeTypeApi. getExtraSpecs(String id)
Gets the extra specs for a volume typeMap<String,String>
FlavorExtraSpecsApi. getMetadata(String flavorId)
Retrieves all extra specs for a flavorString
FlavorExtraSpecsApi. getMetadataKey(String flavorId, String key)
Return a single extra spec valueVolumeSnapshot
VolumeApi. getSnapshot(String snapshotId)
Deprecated.Please useSnapshotApi.get(String)
instead.com.google.common.collect.FluentIterable<InterfaceAttachment>
AttachInterfaceApi. list(String serverId)
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 Fallback Modifier and Type Method Description String
ServerApi. createImageFromServer(String name, String id)
Create an image from a server.void
FlavorApi. delete(String id)
Delete flavor with a given idvoid
ImageApi. delete(String id)
Delete the specified imageboolean
ServerApi. delete(String id)
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.Flavor
FlavorApi. get(String id)
List details of the specified flavorImage
ImageApi. get(String id)
List details of the specified imageServer
ServerApi. get(String id)
List details of the specified servercom.google.common.base.Optional<Map<String,String>>
ServerApi. getDiagnostics(String id)
Get usage information about the server such as CPU usage, Memory and IO.Map<String,String>
ImageApi. getMetadata(String id)
List all metadata for an image.String
ImageApi. getMetadata(String id, String key)
Update the metadata for an image.Map<String,String>
ServerApi. getMetadata(String id)
List all metadata for a server.String
ServerApi. getMetadata(String id, String key)
Update the metadata for a server.PagedIterable<Resource>
FlavorApi. list()
List all flavors (IDs, names, links)PaginatedCollection<Resource>
FlavorApi. list(PaginationOptions options)
PagedIterable<Resource>
ImageApi. list()
List all images (IDs, names, links)PaginatedCollection<Resource>
ImageApi. list(PaginationOptions options)
PagedIterable<Resource>
ServerApi. list()
List all servers (IDs, names, links)PaginatedCollection<Resource>
ServerApi. list(PaginationOptions options)
PagedIterable<Flavor>
FlavorApi. listInDetail()
List all flavors (all details)PaginatedCollection<Flavor>
FlavorApi. listInDetail(PaginationOptions options)
PagedIterable<Image>
ImageApi. listInDetail()
List all images (all details)PaginatedCollection<Image>
ImageApi. listInDetail(PaginationOptions options)
PagedIterable<Server>
ServerApi. listInDetail()
List all servers (all details)PaginatedCollection<Server>
ServerApi. listInDetail(PaginationOptions options)
Set<PortInterface>
ServerApi. listPortInterfaces(String id)
Lists port interfaces that are attached to a server.Set<SecurityGroup>
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 Fallback Modifier and Type Method Description void
ObjectApi. delete(String objectName)
Deletes an object, if present.DeleteStaticLargeObjectResponse
StaticLargeObjectApi. delete(String objectName)
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
.Container
ContainerApi. get(String containerName)
Gets theContainer
.SwiftObject
ObjectApi. get(String objectName)
Gets theSwiftObject
including itsbody
.SwiftObject
ObjectApi. get(String objectName, GetOptions options)
Gets theSwiftObject
including itsbody
.List<Segment>
StaticLargeObjectApi. getManifest(String objectName)
Get a static large object's manifest.SwiftObject
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
.ObjectList
ObjectApi. list()
Lists up to 10,000 objects.ObjectList
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 Fallback Modifier and Type Method Description boolean
DatabaseApi. delete(String databaseName)
This operation deletes the specified database for the specified database instance.boolean
InstanceApi. delete(String instanceId)
Deletes an Instance by id.boolean
UserApi. delete(String userName)
This operation deletes the specified user for the specified database instance.Flavor
FlavorApi. get(int flavorId)
Returns a Flavor by id.Instance
InstanceApi. get(String instanceId)
Returns an Instance by id.User
UserApi. get(String name)
Returns a User by identifier.User
UserApi. get(String name, String hostname)
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>
FlavorApi. list(String accountId)
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
UserApi. revoke(String userName, String databaseName)
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 Modifier and Type Method Description Extension
ExtensionApi. get(String id)
Extensions may also be queried individually by their unique alias.Set<Extension>
ExtensionApi. list()
Lists all available extensions -
Uses of Fallback in org.jclouds.packet.features
Methods in org.jclouds.packet.features with annotations of type Fallback Modifier and Type Method Description void
DeviceApi. delete(String id)
void
SshKeyApi. delete(String id)
Device
DeviceApi. get(String id)
SshKey
SshKeyApi. get(String id)
PagedIterable<Device>
DeviceApi. list()
IterableWithMarker<Device>
DeviceApi. list(ListOptions options)
PagedIterable<Facility>
FacilityApi. list()
IterableWithMarker<Facility>
FacilityApi. list(ListOptions options)
PagedIterable<OperatingSystem>
OperatingSystemApi. list()
IterableWithMarker<OperatingSystem>
OperatingSystemApi. list(ListOptions options)
PagedIterable<Plan>
PlanApi. list()
IterableWithMarker<Plan>
PlanApi. list(ListOptions options)
PagedIterable<Project>
ProjectApi. list()
IterableWithMarker<Project>
ProjectApi. list(ListOptions options)
PagedIterable<SshKey>
SshKeyApi. list()
IterableWithMarker<SshKey>
SshKeyApi. list(ListOptions options)
-
Uses of Fallback in org.jclouds.profitbricks.features
Methods in org.jclouds.profitbricks.features with annotations of type Fallback Modifier and Type Method Description boolean
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
NicApi. deleteNic(String id)
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.List<DataCenter>
DataCenterApi. getAllDataCenters()
List<Firewall>
FirewallApi. getAllFirewalls()
List<Image>
ImageApi. getAllImages()
List<IpBlock>
IpBlockApi. getAllIpBlock()
List<LoadBalancer>
LoadBalancerApi. getAllLoadBalancers()
List<Nic>
NicApi. getAllNics()
List<Server>
ServerApi. getAllServers()
List<Snapshot>
SnapshotApi. getAllSnapshots()
List<Storage>
StorageApi. getAllStorages()
DataCenter
DataCenterApi. getDataCenter(String identifier)
Firewall
FirewallApi. getFirewall(String identifier)
Image
ImageApi. getImage(String identifier)
IpBlock
IpBlockApi. getIpBlock(String identifier)
LoadBalancer
LoadBalancerApi. getLoadBalancer(String identifier)
Nic
NicApi. getNic(String identifier)
Server
ServerApi. getServer(String identifier)
Snapshot
SnapshotApi. getSnapshot(String identifier)
Storage
StorageApi. getStorage(String id)
boolean
FirewallApi. removeFirewallRules(List<String> firewallRuleIds)
-
Uses of Fallback in org.jclouds.rackspace.autoscale.v1.features
Methods in org.jclouds.rackspace.autoscale.v1.features with annotations of type Fallback Modifier and Type Method Description Group
GroupApi. create(GroupConfiguration groupConfiguration, LaunchConfiguration launchConfiguration, List<CreateScalingPolicy> scalingPolicies)
Create a scaling group.com.google.common.collect.FluentIterable<ScalingPolicy>
PolicyApi. create(List<CreateScalingPolicy> scalingPolicies)
Create a scaling policy.com.google.common.collect.FluentIterable<Webhook>
WebhookApi. create(String name, Map<String,Object> metadata)
Create a webhook.com.google.common.collect.FluentIterable<Webhook>
WebhookApi. create(List<CreateWebhook> webhooks)
Create webhooks.boolean
GroupApi. delete(String groupId)
This operation deletes the specified Autoscaling Groupboolean
PolicyApi. delete(String scalingPolicyId)
This operation deletes a specific scaling policy.boolean
WebhookApi. delete(String id)
Delete a webhook.boolean
PolicyApi. execute(String scalingPolicyId)
This operation executes a specific scaling policy.Group
GroupApi. get(String id)
This operation gets group details for a groupScalingPolicy
PolicyApi. get(String scalingPolicyId)
This operation returns the details for a single scaling policy.Webhook
WebhookApi. get(String id)
Get a webhook.GroupConfiguration
GroupApi. getGroupConfiguration(String id)
This operation gets the configuration for the scaling group.LaunchConfiguration
GroupApi. getLaunchConfiguration(String id)
This operation gets the launch configuration for the scaling group.GroupState
GroupApi. getState(String id)
This operation gets the state of the Autoscaling Group.com.google.common.collect.FluentIterable<ScalingPolicy>
PolicyApi. list()
This operation lists all scaling policies.com.google.common.collect.FluentIterable<Webhook>
WebhookApi. list()
List webhooks.boolean
GroupApi. pause(String groupId)
This operation pauses the specified Autoscaling Groupboolean
GroupApi. resume(String groupId)
This operation resumes the specified Autoscaling Group.boolean
PolicyApi. update(String scalingPolicyId, CreateScalingPolicy scalingPolicy)
This operation updates a specific scaling policy.boolean
WebhookApi. update(String id, String name, Map<String,Object> metadata)
Update a webhook.boolean
GroupApi. updateGroupConfiguration(String id, GroupConfiguration groupConfiguration)
This operation updates the configuration for the scaling group.boolean
GroupApi. updateLaunchConfiguration(String id, LaunchConfiguration launchConfiguration)
This operation updates the launch configuration for the scaling group. -
Uses of Fallback in org.jclouds.rackspace.clouddns.v1
Methods in org.jclouds.rackspace.clouddns.v1 with annotations of type Fallback Modifier and Type Method Description <T> Job<T>
CloudDNSApi. getJob(String jobId)
Returns the current status of a job. -
Uses of Fallback in org.jclouds.rackspace.clouddns.v1.features
Methods in org.jclouds.rackspace.clouddns.v1.features with annotations of type Fallback Modifier and Type Method Description Job<Void>
DomainApi. delete(Iterable<Integer> ids, boolean deleteSubdomains)
This 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.Job<Void>
RecordApi. delete(Iterable<String> recordId)
Delete the specified records in the specified domain.Job<Void>
RecordApi. delete(String recordId)
Delete the specified record in the specified domain.Job<Void>
ReverseDNSApi. delete(URI deviceURI, String ipAddress)
Delete the Reverse DNS (PTR) record with the specified IP address for a device.Job<Void>
ReverseDNSApi. deleteAll(URI deviceURI)
Delete all Reverse DNS (PTR) records for a device.Domain
DomainApi. get(int id)
Get all information for a Domain, including records and subdomains.RecordDetail
RecordApi. get(String recordId)
Get the details for the specified record in the specified domain.RecordDetail
ReverseDNSApi. get(URI deviceURI, String recordId)
List all of the Reverse DNS (PTR) records for a device.RecordDetail
RecordApi. getByNameAndTypeAndData(String nameFilter, String typeFilter, String dataFilter)
RecordDetails filtered by name and type and data.PagedIterable<Domain>
DomainApi. list()
The resulting list is flat, and does not break the domains down hierarchically by subdomain.PaginatedCollection<Domain>
DomainApi. list(PaginationOptions options)
The resulting list is flat, and does not break the domains down hierarchically by subdomain.PagedIterable<RecordDetail>
RecordApi. list()
This call lists all records configured for the specified domain.PaginatedCollection<RecordDetail>
RecordApi. list(PaginationOptions options)
Use PaginationOptions to manually control the list of RecordDetail pages returned.PagedIterable<RecordDetail>
ReverseDNSApi. list(URI deviceURI)
List all of the Reverse DNS (PTR) records for a device.PagedIterable<RecordDetail>
RecordApi. listByNameAndType(String nameFilter, String typeFilter)
RecordDetails filtered by name and type.PagedIterable<RecordDetail>
RecordApi. listByType(String typeFilter)
RecordDetails filtered by type.PagedIterable<RecordDetail>
RecordApi. listByTypeAndData(String typeFilter, String dataFilter)
RecordDetails filtered by type and data.DomainChange
DomainApi. listChanges(int id, Date since)
Shows all changes to the specified domain since the specified date/time.PagedIterable<Subdomain>
DomainApi. listSubdomains(int domainId)
List the subdomains of a domain.PaginatedCollection<Subdomain>
DomainApi. listSubdomains(int domainId, PaginationOptions options)
List the subdomains of a domain and manually control pagination.PagedIterable<Domain>
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 Fallback Modifier and Type Method Description boolean
CDNApi. disable(String containerName)
Disables theCDNContainer
.URI
CDNApi. enable(String containerName)
Enables theCDNContainer
.URI
CDNApi. enable(String containerName, int ttl)
Enables theCDNContainer
with a TTL.CDNContainer
CDNApi. get(String containerName)
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 Fallback Modifier and Type Method Description Set<Node>
NodeApi. add(Iterable<AddNode> addNodes)
Add 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
ErrorPageApi. create(String content)
Specify the HTML content for the custom error page.LoadBalancer
LoadBalancerApi. create(CreateLoadBalancer createLB)
Create a new load balancer with the configuration defined by the request.void
SessionPersistenceApi. create(SessionPersistence sessionPersistence)
Create session persistence.VirtualIPWithId
VirtualIPApi. create(VirtualIP virtualIP)
Create a new virtual IP.Metadata
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.Metadata
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
AccessRuleApi. delete(Iterable<Integer> ids)
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
VirtualIPApi. delete(Iterable<Integer> ids)
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.String
ErrorPageApi. get()
Get the error page HTML content.HealthMonitor
HealthMonitorApi. get()
Get health monitor.LoadBalancer
LoadBalancerApi. get(int id)
Get a load balancer.Node
NodeApi. get(int id)
Get a node.SessionPersistence
SessionPersistenceApi. get()
Get the current session persistence.SSLTermination
SSLTerminationApi. get()
Get SSL termination info.ConnectionThrottle
ConnectionApi. getConnectionThrottle()
Get connection throttle.HistoricalUsage
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.LoadBalancerStats
ReportApi. getLoadBalancerStats(int loadBalancerId)
Current usage represents all usage recorded within the preceding 24 hours.Metadata
LoadBalancerApi. getMetadata(int id)
List a load balancer's metadata.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.Iterable<AccessRuleWithId>
AccessRuleApi. list()
List the AccessRules.PagedIterable<LoadBalancer>
LoadBalancerApi. list()
List the load balancers.IterableWithMarker<LoadBalancer>
LoadBalancerApi. list(PaginationOptions options)
List the load balancers with full control of pagination.PagedIterable<Node>
NodeApi. list()
List the nodes.IterableWithMarker<Node>
NodeApi. list(PaginationOptions options)
List the nodes with full control of pagination.Iterable<VirtualIPWithId>
VirtualIPApi. list()
List the virtual IPs.Iterable<String>
ReportApi. listAlgorithms()
Get all of the possible algorthims usable by load balancers.PagedIterable<LoadBalancer>
ReportApi. listBillableLoadBalancers(Date startTime, Date endTime)
List billable load balancers for the given date range.IterableWithMarker<LoadBalancer>
ReportApi. listBillableLoadBalancers(PaginationOptions options)
PagedIterable<LoadBalancerUsage>
ReportApi. listCurrentLoadBalancerUsage(int loadBalancerId)
Current usage represents all usage recorded within the preceding 24 hours.IterableWithMarker<LoadBalancerUsage>
ReportApi. listCurrentLoadBalancerUsage(PaginationOptions options)
PagedIterable<LoadBalancerUsage>
ReportApi. listLoadBalancerUsage(int loadBalancerId, Date startTime, Date endTime)
Historical usage data is available for up to 90 days of service activity.IterableWithMarker<LoadBalancerUsage>
ReportApi. listLoadBalancerUsage(PaginationOptions options)
Iterable<Protocol>
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
NodeApi. remove(Iterable<Integer> ids)
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 Modifier and Type Method Description boolean
HttpClient. delete(URI location)
boolean
HttpClient. exists(URI location)
InputStream
HttpClient. get(URI location)
-
Uses of Fallback in org.jclouds.route53
Methods in org.jclouds.route53 with annotations of type Fallback Modifier and Type Method Description Change
Route53Api. getChange(String changeID)
returns the current status of a change batch request. -
Uses of Fallback in org.jclouds.route53.features
Methods in org.jclouds.route53.features with annotations of type Fallback Modifier and Type Method Description Change
HostedZoneApi. delete(String zoneId)
This action deletes a hosted zone.Change
ResourceRecordSetApi. delete(ResourceRecordSet rrs)
This action deletes a resource record set.HostedZoneAndNameServers
HostedZoneApi. get(String zoneId)
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 Fallback Modifier and Type Method Description void
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.AccessControlList
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.BucketLogging
S3Client. getBucketLogging(String bucketName)
Inspects the logging status for a bucket.S3Object
S3Client. getObject(String bucketName, String key, GetOptions... options)
Retrieves the S3Object associated with the Key or KeyNotFoundException if not available;AccessControlList
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.ObjectMetadata
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 Fallback Modifier and Type Method Description Subnet
NetworkApi. 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 idSet<SoftwareDescription>
SoftwareDescriptionApi. getAllObjects()
Set<VirtualGuestBlockDeviceTemplateGroup>
AccountApi. getBlockDeviceTemplateGroups()
ContainerVirtualGuestConfiguration
VirtualGuestApi. getCreateObjectOptions()
Determine options available when creating a computing instanceDatacenter
DatacenterApi. getDatacenter(long id)
String
NetworkApi. getName(long id)
returns the name of the network of the given idNetwork
NetworkApi. getNetwork(long id)
returns the details of the network of the given idString
NetworkApi. getNotes(long id)
returns the notes of the network of the given idVirtualGuest
VirtualGuestApi. 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).VirtualGuestBlockDeviceTemplateGroup
VirtualGuestBlockDeviceTemplateGroupApi. getObject(String id)
Retrieves a virtual block device template group structure.Set<VirtualGuestBlockDeviceTemplateGroup>
VirtualGuestBlockDeviceTemplateGroupApi. getPublicImages()
List<Subnet>
NetworkApi. getSubnets(long id)
returns the subnets of the network of the given idVirtualGuest
VirtualGuestApi. getVirtualGuest(long id)
VirtualGuest
VirtualGuestApi. getVirtualGuestFiltered(long id, String filter)
Returns aVirtualGuest
with only the fields listed in the filter string.Set<Datacenter>
DatacenterApi. listDatacenters()
List<Network>
NetworkApi. listNetworks()
returns a list of networks belong to the accountSet<VirtualGuest>
AccountApi. 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
VirtualGuestApi. setTags(long id, Set<String> tags)
Set the tags on the instance -
Uses of Fallback in org.jclouds.sqs.features
Methods in org.jclouds.sqs.features with annotations of type Fallback Modifier and Type Method Description void
MessageApi. delete(String receiptHandle)
The DeleteMessage action deletes the specified message from the specified queue.void
QueueApi. delete(URI queue)
The DeleteQueue action deletes the queue specified by the queue URL, regardless of whether the queue is empty.URI
QueueApi. get(String queueName)
The GetQueueUrl action returns the Uniform Resource Locater (URL) of a queue.QueueAttributes
QueueApi. getAttributes(URI queue)
returns all attributes of a queue.URI
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 Fallback Modifier and Type Method Description void
TaskApi. clear(String name)
clears a background task in either a COMPLETE or ERROR state.void
DirectionalPoolApi. delete(String id)
removes a pool and all its recordsvoid
ResourceRecordApi. delete(String guid)
deletes a specific resource recordvoid
RoundRobinPoolApi. delete(String id)
removes a pool and all its records and probesvoid
TrafficControllerPoolApi. delete(String id)
removes a pool and all its records and probesvoid
ZoneApi. delete(String name)
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 recordDirectionalGroup
DirectionalGroupApi. get(String groupId)
returns the regions and name of the specified directional group or null, if not found.Task
TaskApi. get(String name)
ZoneProperties
ZoneApi. get(String name)
String
TrafficControllerPoolApi. getNameByDName(String dname)
Retrieves the name of the specified pool by dname.PoolRecordSpec
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 qualifiedhostName
andrrType
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail>
DirectionalPoolApi. listRecordsByDNameAndType(String dname, int rrType)
Returns all the directional pool records in the zone with the fully qualifiedhostName
andrrType
com.google.common.collect.FluentIterable<DirectionalPoolRecordDetail>
DirectionalGroupApi. listRecordsByGroupCoordinates(DirectionalGroupCoordinates group)
Returns all the directional pool records in the pool-level group.
-