| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Function<Vm,org.jclouds.compute.domain.Hardware> |
VmToNodeMetadata.hardwareForVm |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
VmToNodeMetadata.apply(Vm from) |
org.jclouds.compute.domain.Hardware |
HardwareForVm.apply(Vm from) |
| Constructor and Description |
|---|
VmToNodeMetadata(Map<ResourceEntity.Status,org.jclouds.compute.domain.NodeMetadata.Status> vAppStatusToNodeStatus,
Map<String,org.jclouds.domain.Credentials> credentialStore,
FindLocationForResource findLocationForResourceInVDC,
com.google.common.base.Function<Vm,org.jclouds.compute.domain.Hardware> hardwareForVm,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
| Modifier and Type | Method and Description |
|---|---|
static org.jclouds.domain.LoginCredentials |
VCloudDirectorComputeUtils.getCredentialsFrom(Vm vm) |
static Set<String> |
VCloudDirectorComputeUtils.getIpsFromVm(Vm vm) |
static String |
VCloudDirectorComputeUtils.getVirtualSystemIdentifierOf(Vm vm) |
static org.jclouds.compute.domain.CIMOperatingSystem |
VCloudDirectorComputeUtils.toComputeOs(Vm vm) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Vm> |
VAppChildren.vms |
| Modifier and Type | Method and Description |
|---|---|
Vm |
Vm.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<Vm> |
VAppTemplate.getChildren()
Gets the value of the children property.
|
List<Vm> |
VAppChildren.getVms()
Child VMs.
|
| Modifier and Type | Method and Description |
|---|---|
B |
Vm.Builder.fromVm(Vm in) |
VAppChildren.Builder |
VAppChildren.Builder.vm(Vm vm) |
| Modifier and Type | Method and Description |
|---|---|
B |
VAppTemplate.Builder.children(Iterable<Vm> children) |
VAppChildren.Builder |
VAppChildren.Builder.vms(List<Vm> vms) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Vm> |
RecomposeVAppParams.createItem |
| Modifier and Type | Method and Description |
|---|---|
List<Vm> |
RecomposeVAppParams.getCreateItem()
Gets the value of the createItem property.
|
| Modifier and Type | Method and Description |
|---|---|
B |
RecomposeVAppParams.Builder.createItem(List<Vm> createItem) |
| Modifier and Type | Method and Description |
|---|---|
Vm |
VmApi.get(String vmUrn)
Retrieves a
Vm. |
Vm |
VmApi.get(URI vmHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncApi.get(String vmUrn) |
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncApi.get(URI vmHref) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.edit(String vmUrn,
Vm vApp) |
Task |
VmApi.edit(String vmUrn,
Vm vm)
Modifies the name/description of a
Vm. |
com.google.common.util.concurrent.ListenableFuture<Task> |
VmAsyncApi.edit(URI vmHref,
Vm vApp) |
Task |
VmApi.edit(URI vmHref,
Vm vm) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.