Package | Description |
---|---|
org.jclouds.packet.domain |
Modifier and Type | Method and Description |
---|---|
static ProvisioningEvent |
ProvisioningEvent.create(String id,
String type,
String body,
Date createdAt,
List<Href> relationships,
String interpolated,
String href) |
Modifier and Type | Method and Description |
---|---|
abstract List<ProvisioningEvent> |
Device.provisioningEvents() |
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) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.