Package | Description |
---|---|
org.jclouds.packet.compute | |
org.jclouds.packet.compute.functions | |
org.jclouds.packet.domain | |
org.jclouds.packet.features |
Modifier and Type | Method and Description |
---|---|
Device |
PacketComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Device> |
PacketComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Device> |
PacketComputeServiceAdapter.listNodes() |
Iterable<Device> |
PacketComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
DeviceToNodeMetadata.apply(Device input) |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
Device |
DeviceApi.create(Device.CreateDevice device) |
Device |
DeviceApi.get(String id) |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Device> |
DeviceApi.list() |
IterableWithMarker<Device> |
DeviceApi.list(ListOptions options) |
protected com.google.common.base.Function<Object,IterableWithMarker<Device>> |
DeviceApi.ParseDevices.ToPagedIterable.markerToNextForArg0(com.google.common.base.Optional<Object> arg0) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.