| 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 | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> | 
VMAsyncApi.addVMIntoVDC(String billingSiteId,
            String vpdcId,
            VMSpec spec)  | 
Task | 
VMApi.addVMIntoVDC(String billingSiteId,
            String vpdcId,
            VMSpec spec)
Add/Deploy new VM into VDC 
 | 
com.google.common.util.concurrent.ListenableFuture<Task> | 
VMAsyncApi.addVMIntoVDC(URI vpdc,
            VMSpec spec)  | 
Task | 
VMApi.addVMIntoVDC(URI vpdc,
            VMSpec spec)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Set<Task>> | 
VMAsyncApi.addMultipleVMsIntoVDC(String billingSiteId,
                     String vpdcId,
                     Iterable<VMSpec> vmSpecs)  | 
Set<Task> | 
VMApi.addMultipleVMsIntoVDC(String billingSiteId,
                     String vpdcId,
                     Iterable<VMSpec> vmSpecs)
Add/Deploy new VMs into VDC 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Task>> | 
VMAsyncApi.addMultipleVMsIntoVDC(URI vpdc,
                     Iterable<VMSpec> vmSpecs)  | 
Set<Task> | 
VMApi.addMultipleVMsIntoVDC(URI vpdc,
                     Iterable<VMSpec> vmSpecs)
Add/Deploy new VMs into VDC 
 | 
Copyright © 2009-2013 jclouds. All Rights Reserved.