Package | Description |
---|---|
org.jclouds.vcloud.compute.functions | |
org.jclouds.vcloud.compute.strategy | |
org.jclouds.vcloud.compute.util | |
org.jclouds.vcloud.features | |
org.jclouds.vcloud.xml |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Function<VApp,Hardware> |
VAppToNodeMetadata.hardwareForVApp |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
VAppToNodeMetadata.apply(VApp from) |
Hardware |
HardwareForVApp.apply(VApp from) |
Constructor and Description |
---|
VAppToNodeMetadata(Map<Status,NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<VApp,Hardware> hardwareForVApp,
GroupNamingConvention.Factory namingConvention) |
Modifier and Type | Method and Description |
---|---|
VApp |
VCloudComputeServiceAdapter.getNode(String in) |
protected VApp |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.instantiateVAppFromTemplate(String name,
Template template) |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.ensureVmHasAllocationModeOrPooled(VApp vApp,
IpAddressAllocationMode ipAllocationMode) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
VApp |
VAppHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.