|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Device | |
---|---|
org.jclouds.cloudsigma.compute.functions | |
org.jclouds.cloudsigma.domain | |
org.jclouds.cloudsigma.functions |
Uses of Device in org.jclouds.cloudsigma.compute.functions |
---|
Methods in org.jclouds.cloudsigma.compute.functions with parameters of type Device | |
---|---|
Volume |
ServerInfoToNodeMetadata.DeviceToVolume.apply(Device input)
|
Uses of Device in org.jclouds.cloudsigma.domain |
---|
Subclasses of Device in org.jclouds.cloudsigma.domain | |
---|---|
class |
BlockDevice
|
class |
IDEDevice
|
class |
SCSIDevice
|
Fields in org.jclouds.cloudsigma.domain with type parameters of type Device | |
---|---|
protected Map<String,Device> |
Server.devices
|
protected Map<String,? extends Device> |
Server.Builder.devices
|
Methods in org.jclouds.cloudsigma.domain that return Device | |
---|---|
Device |
BlockDevice.Builder.build()
|
Device |
IDEDevice.Builder.build()
|
Device |
SCSIDevice.Builder.build()
|
abstract Device |
Device.Builder.build()
|
Methods in org.jclouds.cloudsigma.domain that return types with arguments of type Device | |
---|---|
Map<String,Device> |
Server.getDevices()
|
Method parameters in org.jclouds.cloudsigma.domain with type arguments of type Device | |
---|---|
ServerInfo.Builder |
ServerInfo.Builder.devices(Map<String,? extends Device> devices)
|
Server.Builder |
Server.Builder.devices(Map<String,? extends Device> devices)
|
Constructor parameters in org.jclouds.cloudsigma.domain with type arguments of type Device | |
---|---|
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 Device in org.jclouds.cloudsigma.functions |
---|
Methods in org.jclouds.cloudsigma.functions that return types with arguments of type Device | |
---|---|
Map<String,? extends Device> |
MapToDevices.apply(Map<String,String> from)
|
Methods in org.jclouds.cloudsigma.functions with parameters of type Device | |
---|---|
String |
MapToDevices.DeviceToId.apply(Device input)
|
Method parameters in org.jclouds.cloudsigma.functions with type arguments of type Device | |
---|---|
protected void |
MapToDevices.addBlockDevices(Map<String,String> from,
com.google.common.collect.ImmutableSet.Builder<Device> devices)
|
protected void |
MapToDevices.addIDEDevices(Map<String,String> from,
com.google.common.collect.ImmutableSet.Builder<Device> devices)
|
protected void |
MapToDevices.addSCSIDevices(Map<String,String> from,
com.google.common.collect.ImmutableSet.Builder<Device> devices)
|
Constructor parameters in org.jclouds.cloudsigma.functions with type arguments of type Device | |
---|---|
MapToDevices(com.google.common.base.Function<Device,String> deviceToId)
|
|
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 |