Modifier and Type | Method and Description |
---|---|
NodeMetadata |
VirtualMachineToNodeMetadata.apply(VirtualMachine vm) |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
AbiquoComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<VirtualMachine> |
AbiquoComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Iterable<VirtualMachine> |
AbiquoComputeServiceAdapter.listNodes() |
Modifier and Type | Method and Description |
---|---|
void |
AbiquoComputeServiceHelper.configureNetwork(VirtualMachine vm,
Network<?> gatewayNetwork,
List<Ip<?,? extends Network<?>>> ips,
List<UnmanagedNetwork> unmanagedIps)
Configure networking resources for the given virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
VirtualMachine.Builder.build() |
VirtualMachine |
VirtualAppliance.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Gets a single virtual machine in the virtual appliance matching the given filter.
|
VirtualMachine |
VirtualAppliance.getVirtualMachine(Integer id)
Gets a concrete virtual machine in the virtual appliance.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualMachine> |
VirtualAppliance.listVirtualMachines()
Gets the list of virtual machines in the virtual appliance.
|
List<VirtualMachine> |
VirtualAppliance.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Gets the list of virtual machines in the virtual appliance matching the given filter.
|
List<VirtualMachine> |
VirtualAppliance.listVirtualMachines(VirtualMachineOptions options)
Gets the list of virtual machines in the virtual appliance.
|
Modifier and Type | Method and Description |
---|---|
static VirtualMachine.Builder |
VirtualMachine.Builder.fromVirtualMachine(VirtualMachine in) |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
VirtualAppliance.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Gets a single virtual machine in the virtual appliance matching the given filter.
|
List<VirtualMachine> |
VirtualAppliance.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Gets the list of virtual machines in the virtual appliance matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
User.findMachine(com.google.common.base.Predicate<VirtualMachine> filter) |
VirtualMachine |
Enterprise.findReservedMachine(com.google.common.base.Predicate<VirtualMachine> filter) |
VirtualMachine |
Enterprise.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Retrieve the first virtual machine matching the filter within the list of virtual machines in
this enterprise.
|
Modifier and Type | Method and Description |
---|---|
List<VirtualMachine> |
User.listMachines() |
List<VirtualMachine> |
User.listMachines(com.google.common.base.Predicate<VirtualMachine> filter) |
List<VirtualMachine> |
Enterprise.listReservedMachines(com.google.common.base.Predicate<VirtualMachine> filter) |
List<VirtualMachine> |
Enterprise.listVirtualMachines()
Retrieve the list of virtual machines by this enterprise.
|
List<VirtualMachine> |
Enterprise.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Retrieve a filtered list of virtual machines by this enterprise.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
User.findMachine(com.google.common.base.Predicate<VirtualMachine> filter) |
VirtualMachine |
Enterprise.findReservedMachine(com.google.common.base.Predicate<VirtualMachine> filter) |
VirtualMachine |
Enterprise.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Retrieve the first virtual machine matching the filter within the list of virtual machines in
this enterprise.
|
List<VirtualMachine> |
User.listMachines(com.google.common.base.Predicate<VirtualMachine> filter) |
List<VirtualMachine> |
Enterprise.listReservedMachines(com.google.common.base.Predicate<VirtualMachine> filter) |
List<VirtualMachine> |
Enterprise.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Retrieve a filtered list of virtual machines by this enterprise.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
Machine.findRemoteVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Gets a single virtual machine in the physical machine matching the given filter sinchronizing
virtual machines from remote hypervisor with abiquo's database.
|
VirtualMachine |
Machine.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Gets a single virtual machine in the physical machine matching the given filter.
|
VirtualMachine |
Machine.getVirtualMachine(Integer virtualMachineId) |
Modifier and Type | Method and Description |
---|---|
List<VirtualMachine> |
Machine.listRemoteVirtualMachines()
Gets the list of virtual machines in the physical machine sinchronizing virtual machines from
remote hypervisor with abiquo's database.
|
List<VirtualMachine> |
Machine.listRemoteVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Gets the list of virtual machines in the physical machine matching the given filter
sinchronizing virtual machines from remote hypervisor with abiquo's database.
|
List<VirtualMachine> |
Machine.listVirtualMachines()
Gets the list of virtual machines in the physical machine.
|
List<VirtualMachine> |
Machine.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Gets the list of virtual machines in the physical machine matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
Machine.findRemoteVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Gets a single virtual machine in the physical machine matching the given filter sinchronizing
virtual machines from remote hypervisor with abiquo's database.
|
VirtualMachine |
Machine.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Gets a single virtual machine in the physical machine matching the given filter.
|
List<VirtualMachine> |
Machine.listRemoteVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Gets the list of virtual machines in the physical machine matching the given filter
sinchronizing virtual machines from remote hypervisor with abiquo's database.
|
List<VirtualMachine> |
Machine.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Gets the list of virtual machines in the physical machine matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
CloudService.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Get the first virtual machine that matches the given filter.
|
Modifier and Type | Method and Description |
---|---|
Iterable<VirtualMachine> |
CloudService.listVirtualMachines()
Get the list of all virtual machines.
|
Iterable<VirtualMachine> |
CloudService.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Get the list of the virtual machines matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
CloudService.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter)
Get the first virtual machine that matches the given filter.
|
Iterable<VirtualMachine> |
CloudService.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter)
Get the list of the virtual machines matching the given filter.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
BaseCloudService.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter) |
Modifier and Type | Method and Description |
---|---|
Iterable<VirtualMachine> |
BaseCloudService.listVirtualMachines()
Virtual Machine **********************
|
Iterable<VirtualMachine> |
BaseCloudService.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter) |
Modifier and Type | Method and Description |
---|---|
VirtualMachine |
BaseCloudService.findVirtualMachine(com.google.common.base.Predicate<VirtualMachine> filter) |
Iterable<VirtualMachine> |
BaseCloudService.listVirtualMachines(com.google.common.base.Predicate<VirtualMachine> filter) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualMachineMonitor.awaitCompletionDeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vm)
Monitor the given
VirtualMachine s and block until all deploys finish. |
void |
VirtualMachineMonitor.awaitCompletionDeploy(VirtualMachine... vm)
Monitor the given
VirtualMachine s and block until all deploys finish. |
void |
VirtualMachineMonitor.awaitCompletionUndeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vm)
Monitor the given
VirtualMachine s and blocks until all undeploys finish. |
void |
VirtualMachineMonitor.awaitCompletionUndeploy(VirtualMachine... vm)
Monitor the given
VirtualMachine s and block until all undeploys finish. |
void |
VirtualMachineMonitor.awaitState(Long maxWait,
TimeUnit timeUnit,
com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vm)
Monitor the given
VirtualMachine s and block until it is in the given state. |
void |
VirtualMachineMonitor.awaitState(com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vm)
Monitor the given
VirtualMachine s and block until it is in the given state. |
void |
VirtualMachineMonitor.monitorDeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vms)
Monitor the given
VirtualMachine s and populate an event when all deploys finish. |
void |
VirtualMachineMonitor.monitorDeploy(VirtualMachine... vms)
Monitor the given
VirtualMachine s and populate an event when all deploys finish. |
void |
VirtualMachineMonitor.monitorState(Long maxWait,
TimeUnit timeUnit,
com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vms)
Monitor the given
VirtualMachine s and populate an event when it is in the given
state. |
void |
VirtualMachineMonitor.monitorState(com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vms)
Monitor the given
VirtualMachine s and populate an event when it is in the given
state. |
void |
VirtualMachineMonitor.monitorUndeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vms)
Monitor the given
VirtualMachine s and populate an event when all undeploys finish. |
void |
VirtualMachineMonitor.monitorUndeploy(VirtualMachine... vms)
Monitor the given
VirtualMachine s and populate an event when all undeploys finish. |
Modifier and Type | Method and Description |
---|---|
MonitorStatus |
VirtualMachineUndeployMonitor.apply(VirtualMachine virtualMachine) |
MonitorStatus |
VirtualMachineStateMonitor.apply(VirtualMachine virtualMachine) |
MonitorStatus |
VirtualMachineDeployMonitor.apply(VirtualMachine virtualMachine) |
Modifier and Type | Method and Description |
---|---|
void |
BaseVirtualMachineMonitor.awaitCompletionDeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.awaitCompletionDeploy(VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.awaitCompletionUndeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.awaitCompletionUndeploy(VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.awaitState(Long maxWait,
TimeUnit timeUnit,
com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.awaitState(com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.monitorDeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.monitorDeploy(VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.monitorState(Long maxWait,
TimeUnit timeUnit,
com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.monitorState(com.abiquo.server.core.cloud.VirtualMachineState state,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.monitorUndeploy(Long maxWait,
TimeUnit timeUnit,
VirtualMachine... vms) |
void |
BaseVirtualMachineMonitor.monitorUndeploy(VirtualMachine... vms) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Predicate<VirtualMachine> |
VirtualMachinePredicates.internalName(String... internalName) |
static com.google.common.base.Predicate<VirtualMachine> |
VirtualMachinePredicates.nameLabel(String... nameLabels) |
static com.google.common.base.Predicate<VirtualMachine> |
VirtualMachinePredicates.state(com.abiquo.server.core.cloud.VirtualMachineState... states) |
Modifier and Type | Method and Description |
---|---|
Iterable<VirtualMachine> |
ListVirtualMachines.execute(VirtualMachineOptions options) |
Modifier and Type | Method and Description |
---|---|
Iterable<VirtualMachine> |
ListVirtualMachinesImpl.execute() |
Iterable<VirtualMachine> |
ListVirtualMachinesImpl.execute(com.google.common.base.Predicate<VirtualMachine> selector) |
Iterable<VirtualMachine> |
ListVirtualMachinesImpl.execute(VirtualMachineOptions options) |
Modifier and Type | Method and Description |
---|---|
Iterable<Ip<?,?>> |
ListAttachedNicsImpl.execute(VirtualMachine parent) |
Iterable<Ip<?,?>> |
ListAttachedNicsImpl.execute(VirtualMachine parent,
com.google.common.base.Predicate<Ip<?,?>> selector) |
Modifier and Type | Method and Description |
---|---|
Iterable<VirtualMachine> |
ListVirtualMachinesImpl.execute(com.google.common.base.Predicate<VirtualMachine> selector) |
Copyright © 2009-2013 jclouds. All Rights Reserved.