Package | Description |
---|---|
org.jclouds.trmk.vcloud_0_8 | |
org.jclouds.trmk.vcloud_0_8.binders | |
org.jclouds.trmk.vcloud_0_8.domain |
Modifier and Type | Method and Description |
---|---|
Task |
TerremarkVCloudClient.configureVApp(VApp vApp,
VAppConfiguration configuration)
This call configures the settings of an existing vApp by passing the new
configuration.
|
com.google.common.util.concurrent.ListenableFuture<? extends Task> |
TerremarkVCloudAsyncClient.configureVApp(VApp vApp,
VAppConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
protected VAppConfiguration |
BindVAppConfigurationToXmlPayload.findConfigInArgsOrNull(GeneratedHttpRequest gRequest) |
Modifier and Type | Method and Description |
---|---|
protected String |
BindVAppConfigurationToXmlPayload.generateXml(VApp vApp,
VAppConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
VAppConfiguration |
VAppConfiguration.addDisk(long kilobytes)
To define a new disk, all you need to define is the size of the disk.
|
static VAppConfiguration |
VAppConfiguration.Builder.addDisk(long kilobytes) |
VAppConfiguration |
VAppConfiguration.changeMemoryTo(long megabytes)
number of MB of memory.
|
static VAppConfiguration |
VAppConfiguration.Builder.changeMemoryTo(long megabytes) |
VAppConfiguration |
VAppConfiguration.changeNameTo(String name)
The vApp name
|
static VAppConfiguration |
VAppConfiguration.Builder.changeNameTo(String name) |
VAppConfiguration |
VAppConfiguration.changeProcessorCountTo(int cpus)
the number of virtual CPUs.
|
static VAppConfiguration |
VAppConfiguration.Builder.changeProcessorCountTo(int cpus) |
VAppConfiguration |
VAppConfiguration.deleteDiskWithAddressOnParent(int addressOnParent)
To remove a disk, you specify its addressOnParent.
|
static VAppConfiguration |
VAppConfiguration.Builder.deleteDiskWithAddressOnParent(int addressOnParent) |
Copyright © 2009-2013 jclouds. All Rights Reserved.