Uses of Class
org.jclouds.elasticstack.domain.Device
-
Packages that use Device Package Description org.jclouds.elasticstack.compute.functions org.jclouds.elasticstack.domain org.jclouds.elasticstack.functions -
-
Uses of Device in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions with parameters of type Device Modifier and Type Method Description Volume
ServerInfoToNodeMetadata.DeviceToVolume. apply(Device input)
-
Uses of Device in org.jclouds.elasticstack.domain
Subclasses of Device in org.jclouds.elasticstack.domain Modifier and Type Class Description class
BlockDevice
class
IDEDevice
class
SCSIDevice
Fields in org.jclouds.elasticstack.domain with type parameters of type Device Modifier and Type Field Description protected Map<String,? extends Device>
Server.Builder. devices
protected Map<String,? extends Device>
Server. devices
Methods in org.jclouds.elasticstack.domain that return Device Modifier and Type Method Description Device
BlockDevice.Builder. build()
abstract Device
Device.Builder. build()
Device
IDEDevice.Builder. build()
Device
SCSIDevice.Builder. build()
Methods in org.jclouds.elasticstack.domain that return types with arguments of type Device Modifier and Type Method Description Map<String,? extends Device>
Server. getDevices()
Method parameters in org.jclouds.elasticstack.domain with type arguments of type Device Modifier and Type Method Description Server.Builder
Server.Builder. devices(Map<String,? extends Device> devices)
ServerInfo.Builder
ServerInfo.Builder. devices(Map<String,? extends Device> devices)
Constructor parameters in org.jclouds.elasticstack.domain with type arguments of type Device Constructor Description Server(String uuid, String name, int cpu, Integer smp, int mem, boolean persistent, Map<String,? extends Device> devices, Iterable<String> bootDeviceIds, Iterable<String> tags, Map<String,String> userMetadata, Iterable<NIC> nics, VNC vnc)
ServerInfo(String uuid, String name, int cpu, Integer smp, int mem, boolean persistent, Map<String,? extends Device> devices, Iterable<String> bootDeviceIds, Iterable<String> tags, Map<String,String> userMetadata, Iterable<NIC> nics, VNC vnc, ServerStatus status, Date started, String user, ServerMetrics metrics)
-
Uses of Device in org.jclouds.elasticstack.functions
Methods in org.jclouds.elasticstack.functions that return types with arguments of type Device Modifier and Type Method Description Map<String,? extends Device>
MapToDevices. apply(Map<String,String> from)
Methods in org.jclouds.elasticstack.functions with parameters of type Device Modifier and Type Method Description String
MapToDevices.DeviceToId. apply(Device input)
Method parameters in org.jclouds.elasticstack.functions with type arguments of type Device Modifier and Type Method Description 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.elasticstack.functions with type arguments of type Device Constructor Description 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)
-