|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NIC | |
---|---|
org.jclouds.cloudsigma.domain | |
org.jclouds.cloudsigma.functions |
Uses of NIC in org.jclouds.cloudsigma.domain |
---|
Fields in org.jclouds.cloudsigma.domain with type parameters of type NIC | |
---|---|
protected List<NIC> |
Server.nics
|
protected List<NIC> |
Server.Builder.nics
|
Methods in org.jclouds.cloudsigma.domain that return NIC | |
---|---|
NIC |
NIC.Builder.build()
|
Methods in org.jclouds.cloudsigma.domain that return types with arguments of type NIC | |
---|---|
List<NIC> |
Server.getNics()
|
Method parameters in org.jclouds.cloudsigma.domain with type arguments of type NIC | |
---|---|
ServerInfo.Builder |
ServerInfo.Builder.nics(Iterable<NIC> nics)
|
Server.Builder |
Server.Builder.nics(Iterable<NIC> nics)
|
Constructor parameters in org.jclouds.cloudsigma.domain with type arguments of type NIC | |
---|---|
Server(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description)
|
|
ServerInfo(String uuid,
String name,
int cpu,
Integer smp,
int mem,
boolean persistent,
Map<String,? extends Device> devices,
Iterable<String> bootDeviceIds,
Iterable<String> use,
Iterable<NIC> nics,
VNC vnc,
String description,
ServerStatus status,
Date started,
String user,
ServerMetrics metrics)
|
Uses of NIC in org.jclouds.cloudsigma.functions |
---|
Methods in org.jclouds.cloudsigma.functions that return types with arguments of type NIC | |
---|---|
List<NIC> |
MapToNICs.apply(Map<String,String> from)
|
Constructor parameters in org.jclouds.cloudsigma.functions with type arguments of type NIC | |
---|---|
MapToServerInfo(com.google.common.base.Function<Map<String,String>,Map<String,? extends Device>> mapToDevices,
com.google.common.base.Function<Map<String,String>,ServerMetrics> mapToMetrics,
com.google.common.base.Function<Map<String,String>,List<NIC>> mapToNICs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |