Package | Description |
---|---|
org.apache.jclouds.oneandone.rest.domain | |
org.apache.jclouds.oneandone.rest.features |
Modifier and Type | Method and Description |
---|---|
static Types.IPType |
Types.IPType.fromValue(String v) |
abstract Types.IPType |
ServerIp.type() |
abstract Types.IPType |
PublicIp.type() |
abstract Types.IPType |
PublicIp.CreatePublicIp.type() |
static Types.IPType |
Types.IPType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Types.IPType[] |
Types.IPType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ServerIp |
ServerIp.create(String id,
String ip,
List<ServerLoadBalancer> loadBalancers,
List<ServerFirewallPolicy> firewallPolicy,
String reverseDns,
Types.IPType type) |
static PublicIp.CreatePublicIp |
PublicIp.CreatePublicIp.create(String reverseDns,
String dataCenterId,
Types.IPType type) |
static PublicIp |
PublicIp.create(String id,
String ip,
Types.IPType type,
PublicIp.AssignedTo assignedTo,
String reverseDns,
boolean isDhcp,
String state,
String creationDate,
DataCenter datacenter) |
Modifier and Type | Method and Description |
---|---|
Server |
ServerApi.addIp(String serverId,
Types.IPType type) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.