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 |
---|---|
OperatingSystem |
PacketComputeServiceAdapter.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
Iterable<OperatingSystem> |
PacketComputeServiceAdapter.listImages() |
Modifier and Type | Method and Description |
---|---|
Image |
OperatingSystemToImage.apply(OperatingSystem input) |
Modifier and Type | Method and Description |
---|---|
static OperatingSystem |
OperatingSystem.create(String id,
String slug,
String name,
String distribution,
String version,
Set<String> provisionableOn) |
abstract OperatingSystem |
Device.operatingSystem() |
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<OperatingSystem> |
OperatingSystemApi.list() |
IterableWithMarker<OperatingSystem> |
OperatingSystemApi.list(ListOptions options) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.