|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VApp | |
---|---|
org.jclouds.vcloud.compute.functions | |
org.jclouds.vcloud.compute.strategy | |
org.jclouds.vcloud.compute.util | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.xml |
Uses of VApp in org.jclouds.vcloud.compute.functions |
---|
Fields in org.jclouds.vcloud.compute.functions with type parameters of type VApp | |
---|---|
protected com.google.common.base.Function<VApp,Hardware> |
VAppToNodeMetadata.hardwareForVApp
|
Methods in org.jclouds.vcloud.compute.functions with parameters of type VApp | |
---|---|
Hardware |
HardwareForVApp.apply(VApp from)
|
NodeMetadata |
VAppToNodeMetadata.apply(VApp from)
|
Constructor parameters in org.jclouds.vcloud.compute.functions with type arguments of type VApp | |
---|---|
VAppToNodeMetadata(Map<Status,NodeState> vAppStatusToNodeState,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp)
|
Uses of VApp in org.jclouds.vcloud.compute.strategy |
---|
Methods in org.jclouds.vcloud.compute.strategy that return VApp | |
---|---|
VApp |
VCloudComputeServiceAdapter.getNode(String in)
|
Methods in org.jclouds.vcloud.compute.strategy that return types with arguments of type VApp | |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
VCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
Iterable<VApp> |
VCloudComputeServiceAdapter.listNodes()
|
Methods in org.jclouds.vcloud.compute.strategy with parameters of type VApp | |
---|---|
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp,
IpAddressAllocationMode ipAllocationMode)
|
Uses of VApp in org.jclouds.vcloud.compute.util |
---|
Methods in org.jclouds.vcloud.compute.util with parameters of type VApp | |
---|---|
static LoginCredentials |
VCloudComputeUtils.getCredentialsFrom(VApp vApp)
|
static Set<String> |
VCloudComputeUtils.getIpsFromVApp(VApp vApp)
|
static String |
VCloudComputeUtils.getVirtualSystemIdentifierOfFirstVMIn(VApp vApp)
|
static CIMOperatingSystem |
VCloudComputeUtils.toComputeOs(VApp vApp)
|
static OperatingSystem |
VCloudComputeUtils.toComputeOs(VApp vApp,
OperatingSystem defaultOs)
|
Uses of VApp in org.jclouds.vcloud.features |
---|
Methods in org.jclouds.vcloud.features that return VApp | |
---|---|
VApp |
VAppTemplateClient.createVAppInVDCByInstantiatingTemplate(String appName,
URI vDC,
URI template,
InstantiateVAppTemplateOptions... options)
|
VApp |
VAppClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
VApp |
VAppClient.getVApp(URI vApp)
|
Methods in org.jclouds.vcloud.features that return types with arguments of type VApp | |
---|---|
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppTemplateAsyncClient.createVAppInVDCByInstantiatingTemplate(String appName,
URI vdc,
URI template,
InstantiateVAppTemplateOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.findVAppInOrgVDCNamed(String orgName,
String catalogName,
String vAppName)
|
com.google.common.util.concurrent.ListenableFuture<VApp> |
VAppAsyncClient.getVApp(URI href)
|
Uses of VApp in org.jclouds.vcloud.xml |
---|
Methods in org.jclouds.vcloud.xml that return VApp | |
---|---|
VApp |
VAppHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |