Package | Description |
---|---|
org.jclouds.digitalocean2.domain |
Modifier and Type | Method and Description |
---|---|
static Networks.Address |
Networks.Address.create(String ip,
String netmask,
String gateway,
String type) |
Modifier and Type | Method and Description |
---|---|
Set<Networks.Address> |
Droplet.getPrivateAddresses() |
Set<Networks.Address> |
Droplet.getPublicAddresses() |
abstract List<Networks.Address> |
Networks.ipv4() |
abstract List<Networks.Address> |
Networks.ipv6() |
static com.google.common.base.Predicate<Networks.Address> |
Networks.Predicates.privateNetworks() |
static com.google.common.base.Predicate<Networks.Address> |
Networks.Predicates.publicNetworks() |
Modifier and Type | Method and Description |
---|---|
static Networks |
Networks.create(List<Networks.Address> ipv4,
List<Networks.Address> ipv6) |
static Networks |
Networks.create(List<Networks.Address> ipv4,
List<Networks.Address> ipv6) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.