| Modifier and Type | Method and Description |
|---|---|
protected VMSpec |
BindVMSpecToXmlPayload.findSpecInArgsOrNull(GeneratedHttpRequest<?> gRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected Iterable<VMSpec> |
BindVMSpecsToXmlPayload.findSpecInArgsOrNull(GeneratedHttpRequest<?> gRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseBindVMSpecToXmlPayload.addOperatingSystemAndVirtualHardware(VMSpec spec,
com.jamesmurty.utils.XMLBuilder vAppBuilder) |
protected void |
BindVMSpecToXmlPayload.bindSpec(VMSpec spec,
com.jamesmurty.utils.XMLBuilder rootBuilder) |
protected void |
BaseBindVMSpecToXmlPayload.checkSpec(VMSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BindVMSpecsToXmlPayload.bindSpec(Iterable<VMSpec> specs,
com.jamesmurty.utils.XMLBuilder rootBuilder) |
| Modifier and Type | Method and Description |
|---|---|
Hardware |
VMSpecToHardware.apply(VMSpec from) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<VMSpec> |
VPDCComputeServiceAdapter.listHardwareProfiles() |
| Modifier and Type | Method and Description |
|---|---|
VMSpec |
VMSpec.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
static VMSpec.Builder |
VMSpec.Builder.fromVMSpec(VMSpec in) |
| Modifier and Type | Method and Description |
|---|---|
Task |
VMClient.addVMIntoVDC(String billingSiteId,
String vpdcId,
VMSpec spec)
Add/Deploy new VM into VDC
|
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.addVMIntoVDC(String billingSiteId,
String vpdcId,
VMSpec spec) |
Task |
VMClient.addVMIntoVDC(URI vpdc,
VMSpec spec) |
com.google.common.util.concurrent.ListenableFuture<Task> |
VMAsyncClient.addVMIntoVDC(URI vpdc,
VMSpec spec) |
| Modifier and Type | Method and Description |
|---|---|
Set<Task> |
VMClient.addMultipleVMsIntoVDC(String billingSiteId,
String vpdcId,
Iterable<VMSpec> vmSpecs)
Add/Deploy new VMs into VDC
|
com.google.common.util.concurrent.ListenableFuture<Set<Task>> |
VMAsyncClient.addMultipleVMsIntoVDC(String billingSiteId,
String vpdcId,
Iterable<VMSpec> vmSpecs) |
Set<Task> |
VMClient.addMultipleVMsIntoVDC(URI vpdc,
Iterable<VMSpec> vmSpecs)
Add/Deploy new VMs into VDC
|
com.google.common.util.concurrent.ListenableFuture<Set<Task>> |
VMAsyncClient.addMultipleVMsIntoVDC(URI vpdc,
Iterable<VMSpec> vmSpecs) |
Copyright © 2009-2012 jclouds. All Rights Reserved.