Package | Description |
---|---|
org.jclouds.profitbricks.domain | |
org.jclouds.profitbricks.features |
Modifier and Type | Method and Description |
---|---|
static Location |
Location.fromId(String id) |
static Location |
Location.fromValue(String v) |
abstract Location |
Snapshot.location() |
abstract Location |
IpBlock.location() |
abstract Location |
Image.location() |
abstract Location |
DataCenter.location() |
abstract Location |
DataCenter.Request.CreatePayload.location() |
static Location |
Location.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Location[] |
Location.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DataCenter.Request.CreatePayload |
DataCenter.Request.creatingPayload(String name,
Location location) |
abstract Snapshot.Builder |
Snapshot.Builder.location(Location location) |
abstract IpBlock.Builder |
IpBlock.Builder.location(Location location) |
abstract Image.Builder |
Image.Builder.location(Location location) |
abstract DataCenter.Builder |
DataCenter.Builder.location(Location location) |
Modifier and Type | Method and Description |
---|---|
IpBlock |
IpBlockApi.reservePublicIpBlock(int blockSize,
Location location) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.