|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Vm in org.jclouds.vcloud.compute.strategy |
---|
Methods in org.jclouds.vcloud.compute.strategy with parameters of type Vm | |
---|---|
Task |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateCPUCountOfVm(Vm vm,
int cpuCount)
|
Task |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateMemoryMBOfVm(Vm vm,
int memoryInMB)
|
Task |
InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.updateVmWithNameAndCustomizationScript(Vm vm,
String name,
String customizationScript)
Naming constraints modifying a VM on a VApp in vCloud Director (at least v1.5) can be more strict than those in a vAppTemplate. |
Uses of Vm in org.jclouds.vcloud.compute.util |
---|
Methods in org.jclouds.vcloud.compute.util with parameters of type Vm | |
---|---|
static LoginCredentials |
VCloudComputeUtils.getCredentialsFrom(Vm vm)
|
static String |
VCloudComputeUtils.getVirtualSystemIdentifierOf(Vm vm)
|
static CIMOperatingSystem |
VCloudComputeUtils.toComputeOs(Vm vm)
|
Uses of Vm in org.jclouds.vcloud.domain |
---|
Methods in org.jclouds.vcloud.domain that return types with arguments of type Vm | |
---|---|
Set<Vm> |
VApp.getChildren()
container for Vm elements representing virtual machines |
Set<Vm> |
VAppTemplate.getChildren()
container for Vm elements representing virtual machines |
Uses of Vm in org.jclouds.vcloud.domain.internal |
---|
Classes in org.jclouds.vcloud.domain.internal that implement Vm | |
---|---|
class |
VmImpl
Locations of resources in vCloud |
Methods in org.jclouds.vcloud.domain.internal that return types with arguments of type Vm | |
---|---|
Set<Vm> |
VAppImpl.getChildren()
container for Vm elements representing virtual machines |
Set<Vm> |
VAppTemplateImpl.getChildren()
container for Vm elements representing virtual machines |
Constructor parameters in org.jclouds.vcloud.domain.internal with type arguments of type Vm | |
---|---|
VAppImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
Iterable<Vm> children,
VCloudNetworkSection networkSection)
|
|
VAppTemplateImpl(String name,
String type,
URI id,
Status status,
ReferenceType vdc,
String description,
Iterable<Task> tasks,
boolean ovfDescriptorUploaded,
String vAppScopedLocalId,
Iterable<Vm> children,
VCloudNetworkSection networkSection)
|
Uses of Vm in org.jclouds.vcloud.features |
---|
Methods in org.jclouds.vcloud.features that return Vm | |
---|---|
Vm |
VmClient.getVm(URI vApp)
|
Methods in org.jclouds.vcloud.features that return types with arguments of type Vm | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Vm> |
VmAsyncClient.getVm(URI href)
|
Uses of Vm in org.jclouds.vcloud.xml |
---|
Fields in org.jclouds.vcloud.xml with type parameters of type Vm | |
---|---|
protected Set<Vm> |
VAppTemplateHandler.children
|
protected Set<Vm> |
VAppHandler.children
|
Methods in org.jclouds.vcloud.xml that return Vm | |
---|---|
Vm |
VmHandler.getResult()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |