Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.createSharedIpGroup(String name,
CreateSharedIpGroupOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Addresses> |
CloudServersAsyncClient.getAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<BackupSchedule> |
CloudServersAsyncClient.getBackupSchedule(int serverId) |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
CloudServersAsyncClient.getFlavor(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
CloudServersAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Limits> |
CloudServersAsyncClient.getLimits() |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.getServer(int id) |
com.google.common.util.concurrent.ListenableFuture<SharedIpGroup> |
CloudServersAsyncClient.getSharedIpGroup(int id) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
CloudServersAsyncClient.listFlavors(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
CloudServersAsyncClient.listImages(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPrivateAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
CloudServersAsyncClient.listPublicAddresses(int serverId) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
CloudServersAsyncClient.listServers(ListOptions... options) |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> |
CloudServersAsyncClient.listSharedIpGroups(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
AddressAsyncClient.associateIPAddressInZone(String zoneId,
AssociateIPAddressOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.attachISO(String isoId,
String vmId)
Attaches an ISO to a virtual machine.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.attachVolume(String volumeId,
String virtualMachineId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.copyISO(String isoId,
String sourceZoneId,
String destZoneId)
Copies a template from one zone to another.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.copyTemplateToZone(String id,
String sourceZoneId,
String destZoneId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createFirewallRuleForIpAndProtocol(String ipAddressId,
FirewallRule.Protocol protocol,
CreateFirewallRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createFirewallRuleForIpProtocolAndPort(String ipAddressId,
FirewallRule.Protocol protocol,
int startPort,
int endPort) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
NATAsyncClient.createIPForwardingRule(String IPAddressId,
String protocol,
int startPort,
CreateIPForwardingRuleOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
FirewallAsyncClient.createPortForwardingRuleForVirtualMachine(String ipAddressId,
PortForwardingRule.Protocol protocol,
int publicPort,
String virtualMachineId,
int privatePort) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
SnapshotAsyncClient.createSnapshot(String volumeId,
CreateSnapshotOptions... options)
Creates an instant snapshot of a volume.
|
com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> |
SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
String numberToRetain,
String timezone,
String volumeId)
Creates a snapshot policy for the account.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.createTemplate(TemplateMetadata templateMetadata,
CreateTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.createVolumeFromDiskOfferingInZone(String name,
String diskOfferingId,
String zoneId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.createVolumeFromSnapshotInZone(String name,
String snapshotId,
String zoneId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.deleteISO(String id,
DeleteISOOptions... options)
Deletes an ISO file.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.deleteTemplate(String id,
DeleteTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VirtualMachineAsyncClient.deployVirtualMachineInZone(String zoneId,
String serviceOfferingId,
String templateId,
DeployVirtualMachineOptions... options) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.detachISO(String vmId)
Detaches any ISO file (if any) currently attached to a virtual machine.
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
VolumeAsyncClient.detachVolume(String volumeId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainAccountAsyncClient.disableAccount(String accountName,
String domainId,
boolean onlyLock) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
DomainUserAsyncClient.disableUser(String userId) |
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
ISOAsyncClient.extractISO(String id,
ExtractMode mode,
String zoneId,
ExtractISOOptions... options)
Extracts an ISO
|
com.google.common.util.concurrent.ListenableFuture<AsyncCreateResponse> |
TemplateAsyncClient.extractTemplate(String id,
ExtractMode mode,
String zoneId,
ExtractTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> |
SnapshotAsyncClient.listSnapshotPolicies(String volumeId,
ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
|
com.google.common.util.concurrent.ListenableFuture<Set<Snapshot>> |
SnapshotAsyncClient.listSnapshots(ListSnapshotsOptions... options)
Lists all available snapshots for the account, matching the query described by the options.
|
com.google.common.util.concurrent.ListenableFuture<Set<TemplatePermission>> |
TemplateAsyncClient.listTemplatePermissions(String id,
AccountInDomainOptions... options) |
com.google.common.util.concurrent.ListenableFuture<ISO> |
ISOAsyncClient.updateISO(String id,
UpdateISOOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Void> |
ISOAsyncClient.updateISOPermissions(String id,
UpdateISOPermissionsOptions... options)
Updates iso permissions
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.createImageFromServer(String imageName,
int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.createImageFromServer(String, String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.createServer(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
org.jclouds.openstack.nova.v2_0.features.ServerAsyncApi#create(String, String, String, CreateServerOptions) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Addresses> |
NovaAsyncClient.getAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Flavor> |
NovaAsyncClient.getFlavor(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<FloatingIP> |
NovaAsyncClient.getFloatingIP(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<SecurityGroup> |
NovaAsyncClient.getSecurityGroup(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
SecurityGroupAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(int id)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<Server> |
NovaAsyncClient.getServer(String uuid)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> |
NovaAsyncClient.listFlavors(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FlavorAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<FloatingIP>> |
NovaAsyncClient.listFloatingIPs()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
FloatingIPAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
NovaAsyncClient.listImages(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ImageAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPrivateAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<String>> |
NovaAsyncClient.listPublicAddresses(int serverId)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.get(String) in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<SecurityGroup>> |
NovaAsyncClient.listSecurityGroups()
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
SecurityGroupAsyncApi.list() in openstack-nova. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
NovaAsyncClient.listServers(ListOptions... options)
Deprecated.
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See
ServerAsyncApi.list() in openstack-nova. |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<String> |
VolumeTypeAsyncApi.getExtraSpec(String id,
String key) |
com.google.common.util.concurrent.ListenableFuture<String> |
FlavorExtraSpecsAsyncApi.getMetadataKey(String flavorId,
String key) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerCreated> |
ServerAsyncApi.create(String name,
String imageRef,
String flavorRef,
CreateServerOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<NewServerResponse> |
RimuHostingAsyncClient.createServer(String name,
String imageId,
String planId,
CreateServerOptions... options) |
Copyright © 2009-2013 jclouds. All Rights Reserved.