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 VolumeServerInfoToNodeMetadata.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 classBlockDeviceclassIDEDeviceclassSCSIDeviceFields in org.jclouds.elasticstack.domain with type parameters of type Device Modifier and Type Field Description protected Map<String,? extends Device>Server.Builder. devicesprotected Map<String,? extends Device>Server. devicesMethods in org.jclouds.elasticstack.domain that return Device Modifier and Type Method Description DeviceBlockDevice.Builder. build()abstract DeviceDevice.Builder. build()DeviceIDEDevice.Builder. build()DeviceSCSIDevice.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.BuilderServer.Builder. devices(Map<String,? extends Device> devices)ServerInfo.BuilderServerInfo.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 StringMapToDevices.DeviceToId. apply(Device input)Method parameters in org.jclouds.elasticstack.functions with type arguments of type Device Modifier and Type Method Description protected voidMapToDevices. addBlockDevices(Map<String,String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices)protected voidMapToDevices. addIDEDevices(Map<String,String> from, com.google.common.collect.ImmutableSet.Builder<Device> devices)protected voidMapToDevices. 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) 
 -