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 |
---|---|
Iterable<Facility> |
PacketComputeServiceAdapter.listLocations() |
Modifier and Type | Method and Description |
---|---|
Location |
FacilityToLocation.apply(Facility facility) |
Modifier and Type | Method and Description |
---|---|
static Facility |
Facility.create(String id,
String name,
String code,
List<String> features,
Href address) |
abstract Facility |
Device.facility() |
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 |
---|---|
PagedIterable<Facility> |
FacilityApi.list() |
IterableWithMarker<Facility> |
FacilityApi.list(ListOptions options) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.