Package | Description |
---|---|
org.jclouds.abiquo.domain.infrastructure | |
org.jclouds.abiquo.domain.infrastructure.options | |
org.jclouds.abiquo.features |
Modifier and Type | Method and Description |
---|---|
com.abiquo.model.enumerator.MachineState |
Datacenter.checkMachineState(String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options)
Check the state of a remote machine.
|
Modifier and Type | Method and Description |
---|---|
MachineOptions |
MachineOptions.Builder.build() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineStateDto> |
InfrastructureAsyncApi.checkMachineState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options) |
com.abiquo.server.core.infrastructure.MachineStateDto |
InfrastructureApi.checkMachineState(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options)
Check the state of a remote machine.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
InfrastructureAsyncApi.discoverMultipleMachines(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ipFrom,
String ipTo,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options) |
com.abiquo.server.core.infrastructure.MachinesDto |
InfrastructureApi.discoverMultipleMachines(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ipFrom,
String ipTo,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options)
Retrieve a list of remote machine information.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.infrastructure.MachineDto> |
InfrastructureAsyncApi.discoverSingleMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options) |
com.abiquo.server.core.infrastructure.MachineDto |
InfrastructureApi.discoverSingleMachine(com.abiquo.server.core.infrastructure.DatacenterDto datacenter,
String ip,
com.abiquo.model.enumerator.HypervisorType hypervisorType,
String user,
String password,
MachineOptions options)
Retrieve remote machine information.
|
com.google.common.util.concurrent.ListenableFuture<com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto> |
InfrastructureAsyncApi.listVirtualMachinesByMachine(com.abiquo.server.core.infrastructure.MachineDto machine,
MachineOptions options) |
com.abiquo.server.core.cloud.VirtualMachinesWithNodeExtendedDto |
InfrastructureApi.listVirtualMachinesByMachine(com.abiquo.server.core.infrastructure.MachineDto machine,
MachineOptions options)
List all virtual machines in a physical machine.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.