Package | Description |
---|---|
org.jclouds.digitalocean2.domain |
Modifier and Type | Method and Description |
---|---|
static Networks |
Networks.create(List<Networks.Address> ipv4,
List<Networks.Address> ipv6) |
abstract Networks |
Droplet.networks() |
Modifier and Type | Method and Description |
---|---|
static Droplet |
Droplet.create(int id,
String name,
int memory,
int vcpus,
int disk,
boolean locked,
Date createdAt,
Droplet.Status status,
List<Integer> backupIds,
List<Integer> snapshotIds,
List<String> features,
Region region,
Image image,
Size size,
String sizeSlug,
Networks network,
Kernel kernel) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.