Uses of Class
org.jclouds.packet.domain.Device
Packages that use Device
Package
Description
-
Uses of Device in org.jclouds.packet.compute
Methods in org.jclouds.packet.compute that return DeviceMethods in org.jclouds.packet.compute that return types with arguments of type DeviceModifier and TypeMethodDescriptionPacketComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) PacketComputeServiceAdapter.listNodes()
PacketComputeServiceAdapter.listNodesByIds
(Iterable<String> ids) -
Uses of Device in org.jclouds.packet.compute.functions
Methods in org.jclouds.packet.compute.functions with parameters of type Device -
Uses of Device in org.jclouds.packet.domain
Methods in org.jclouds.packet.domain that return DeviceModifier and TypeMethodDescriptionstatic Device
Device.create
(String id, String shortId, String hostname, String description, Device.State state, List<String> tags, String billingCycle, String user, String iqn, Boolean locked, String bondingMode, Date createdAt, Date updatedAt, OperatingSystem operatingSystem, Facility facility, Href project, List<Href> sshKeys, Href projectLite, List<Object> volumes, List<IpAddress> ipAddresses, List<ProvisioningEvent> provisioningEvents, Plan plan, String rootPassword, String userdata, String href) -
Uses of Device in org.jclouds.packet.features
Methods in org.jclouds.packet.features that return DeviceMethods in org.jclouds.packet.features that return types with arguments of type DeviceModifier and TypeMethodDescriptionDeviceApi.list()
DeviceApi.list
(ListOptions options) protected com.google.common.base.Function
<Object, IterableWithMarker<Device>> DeviceApi.ParseDevices.ToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)