| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware> |
VAppToNodeMetadata.hardwareForVApp |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
VAppToNodeMetadata.apply(VApp from) |
org.jclouds.compute.domain.Hardware |
HardwareForVApp.apply(VApp from) |
| Constructor and Description |
|---|
VAppToNodeMetadata(Map<Status,org.jclouds.compute.domain.NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,org.jclouds.domain.Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,org.jclouds.compute.domain.Hardware> hardwareForVApp,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Method and Description |
|---|---|
VApp |
VCloudComputeServiceAdapter.getNode(String in) |
protected VApp |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.instantiateVAppFromTemplate(String name,
org.jclouds.compute.domain.Template template) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
VCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
org.jclouds.compute.domain.Template template) |
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<VApp> |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.createNodeWithGroupEncodedIntoName(String group,
String name,
org.jclouds.compute.domain.Template template) |
Iterable<VApp> |
VCloudComputeServiceAdapter.listNodes() |
Iterable<VApp> |
VCloudComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp,
IpAddressAllocationMode ipAllocationMode) |
| Modifier and Type | Method and Description |
|---|---|
static org.jclouds.domain.LoginCredentials |
VCloudComputeUtils.getCredentialsFrom(VApp vApp) |
static Set<String> |
VCloudComputeUtils.getIpsFromVApp(VApp vApp) |
static String |
VCloudComputeUtils.getVirtualSystemIdentifierOfFirstVMIn(VApp vApp) |
static org.jclouds.compute.domain.CIMOperatingSystem |
VCloudComputeUtils.toComputeOs(VApp vApp) |
static org.jclouds.compute.domain.OperatingSystem |
VCloudComputeUtils.toComputeOs(VApp vApp,
org.jclouds.compute.domain.OperatingSystem defaultOs) |
| Modifier and Type | Class and Description |
|---|---|
class |
VAppImpl
Locations of resources in vCloud
|
| Modifier and Type | Method and Description |
|---|---|
VApp |
VAppTemplateApi.createVAppInVDCByInstantiatingTemplate(String appName,
URI vdc,
URI template,
InstantiateVAppTemplateOptions... options) |
VApp |
VAppApi.findVAppInOrgVDCNamed(String orgName,
String vdcName,
String vAppName) |
VApp |
VAppApi.getVApp(URI href) |
| Modifier and Type | Method and Description |
|---|---|
VApp |
VAppHandler.getResult() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.