Uses of Class
org.jclouds.elasticstack.domain.Device
Packages that use Device
Package
Description
-
Uses of Device in org.jclouds.elasticstack.compute.functions
Methods in org.jclouds.elasticstack.compute.functions with parameters of type Device -
Uses of Device in org.jclouds.elasticstack.domain
Subclasses of Device in org.jclouds.elasticstack.domainFields in org.jclouds.elasticstack.domain with type parameters of type DeviceMethods in org.jclouds.elasticstack.domain that return DeviceModifier and TypeMethodDescriptionBlockDevice.Builder.build()
abstract Device
Device.Builder.build()
IDEDevice.Builder.build()
SCSIDevice.Builder.build()
Methods in org.jclouds.elasticstack.domain that return types with arguments of type DeviceMethod parameters in org.jclouds.elasticstack.domain with type arguments of type DeviceModifier and TypeMethodDescriptionConstructor parameters in org.jclouds.elasticstack.domain with type arguments of type DeviceModifierConstructorDescriptionServer
(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 DeviceModifier and TypeMethodDescriptionMethods in org.jclouds.elasticstack.functions with parameters of type DeviceMethod parameters in org.jclouds.elasticstack.functions with type arguments of type DeviceModifier and TypeMethodDescriptionprotected 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 DeviceModifierConstructorDescriptionMapToDevices
(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)