| Modifier and Type | Method and Description | 
|---|---|
Ip<?,?>[] | 
AbiquoTemplateOptions.getIps()  | 
| Modifier and Type | Method and Description | 
|---|---|
AbiquoTemplateOptions | 
AbiquoTemplateOptions.ips(Ip<?,?>... ips)
Set the ip addresses for the virtual machine. 
 | 
static AbiquoTemplateOptions | 
AbiquoTemplateOptions.Builder.ips(Ip<?,?>... ips)  | 
| 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 | 
|---|---|
Ip<?,?> | 
VirtualMachine.findAttachedNic(com.google.common.base.Predicate<Ip<?,?>> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Ip<?,?>> | 
VirtualMachine.listAttachedNics()  | 
List<Ip<?,?>> | 
VirtualMachine.listAttachedNics(com.google.common.base.Predicate<Ip<?,?>> filter)  | 
| Modifier and Type | Method and Description | 
|---|---|
Ip<?,?> | 
VirtualMachine.findAttachedNic(com.google.common.base.Predicate<Ip<?,?>> filter)  | 
List<Ip<?,?>> | 
VirtualMachine.listAttachedNics(com.google.common.base.Predicate<Ip<?,?>> filter)  | 
AsyncTask | 
VirtualMachine.setNics(List<Ip<?,?>> ips)  | 
AsyncTask | 
VirtualMachine.setNics(List<Ip<?,?>> ips,
       List<UnmanagedNetwork> unmanagetNetworks)  | 
AsyncTask | 
VirtualMachine.setNics(Network<?> gatewayNetwork,
       List<Ip<?,?>> ips)  | 
AsyncTask | 
VirtualMachine.setNics(Network<?> gatewayNetwork,
       List<Ip<?,?>> ips,
       List<UnmanagedNetwork> unmanagetNetworks)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Network<T extends Ip<?,?>>
Adds generic high level functionality to  
VLANNetworkDto. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractPublicIp<T extends com.abiquo.server.core.infrastructure.network.AbstractInfrastructureIpDto,N extends Network<?>>
Adds generic high level functionality to  
AbstractInfrastructureIpDto. | 
class  | 
ExternalIp
Adds generic high level functionality to  
ExternalIpDto. | 
class  | 
PrivateIp
Adds generic high level functionality to  
PrivateIpDto. | 
class  | 
PublicIp
Adds generic high level functionality to  
PublicIpDto. | 
class  | 
UnmanagedIp
Adds generic high level functionality to  
UnmanagedIpDto. | 
| Modifier and Type | Method and Description | 
|---|---|
static <T extends Ip<?,?>>  | 
IpPredicates.address(String... addresses)  | 
static <T extends Ip<?,?>>  | 
NetworkPredicates.name(String... names)  | 
static <T extends Ip<?,?>>  | 
IpPredicates.name(String... names)  | 
static <T extends Ip<?,?>>  | 
IpPredicates.notUsed()  | 
| 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<Ip<?,?>> | 
ListAttachedNicsImpl.execute(VirtualMachine parent,
       com.google.common.base.Predicate<Ip<?,?>> selector)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.