Package | Description |
---|---|
org.jclouds.packet.domain |
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) |
Modifier and Type | Method and Description |
---|---|
abstract List<IpAddress> |
Device.ipAddresses() |
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.