Package | Description |
---|---|
org.jclouds.packet.domain | |
org.jclouds.packet.domain.internal | |
org.jclouds.packet.functions |
Modifier and Type | Method and Description |
---|---|
abstract Href |
Facility.address() |
abstract Href |
IpAddress.assignedTo() |
static Href |
Href.create(String href) |
abstract Href |
Project.paymentMethod() |
abstract Href |
Device.project() |
abstract Href |
Device.projectLite() |
Modifier and Type | Method and Description |
---|---|
abstract List<Href> |
Plan.availableIn() |
abstract List<Href> |
Project.devices() |
abstract List<Href> |
Project.invitations() |
abstract List<Href> |
Project.members() |
abstract List<Href> |
Project.memberships() |
abstract List<Href> |
ProvisioningEvent.relationships() |
abstract List<Href> |
Project.sshKeys() |
abstract List<Href> |
Device.sshKeys() |
abstract List<Href> |
Project.volumes() |
Modifier and Type | Method and Description |
---|---|
static IpAddress |
IpAddress.create(String id,
Integer addressFamily,
String netmask,
Boolean publicAddress,
Integer cidr,
Boolean management,
Boolean manageable,
Href assignedTo,
String network,
String address,
String gateway,
String href) |
static Project |
Project.create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
static Facility |
Facility.create(String id,
String name,
String code,
List<String> features,
Href address) |
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 |
---|---|
static Project |
Project.create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
static Project |
Project.create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
static Project |
Project.create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
static Project |
Project.create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
static Project |
Project.create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
static Project |
Project.create(String id,
String name,
Date createdAt,
Date updatedAt,
Map<String,Object> maxDevices,
List<Href> members,
List<Href> memberships,
List<Href> invitations,
Href paymentMethod,
List<Href> devices,
List<Href> sshKeys,
List<Href> volumes,
String href) |
static ProvisioningEvent |
ProvisioningEvent.create(String id,
String type,
String body,
Date createdAt,
List<Href> relationships,
String interpolated,
String href) |
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) |
static Plan |
Plan.create(String id,
String slug,
String name,
String description,
String line,
Specs specs,
List<Href> availableIn,
Pricing pricing) |
Modifier and Type | Method and Description |
---|---|
abstract Href |
PaginatedCollection.Meta.first() |
abstract Href |
PaginatedCollection.Meta.last() |
abstract Href |
PaginatedCollection.Meta.next() |
abstract Href |
PaginatedCollection.Meta.previous() |
abstract Href |
PaginatedCollection.Meta.self() |
Modifier and Type | Method and Description |
---|---|
static PaginatedCollection.Meta |
PaginatedCollection.Meta.create(long total,
Href first,
Href previous,
Href self,
Href next,
Href last) |
Modifier and Type | Method and Description |
---|---|
ListOptions |
HrefToListOptions.apply(Href input) |
Constructor and Description |
---|
BaseToPagedIterable(PacketApi api,
com.google.common.base.Function<Href,O> hrefToOptions) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.