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() |
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 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 | 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.