public class DataCenter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataCenter.Builder |
Modifier and Type | Method and Description |
---|---|
static DataCenter.Builder |
builder() |
boolean |
equals(Object o) |
String |
getCity() |
String |
getCountry() |
String |
getDisplayName() |
String |
getLocation() |
long |
getMaxCpu()
defines the upper ceiling for the
number of CPUs permitted respectively for Customer Servers deployed at this data
center.
|
long |
getMaxRamMb()
defines the upper ceiling for the
quantity of RAM permitted respectively for Customer Servers deployed at this data
center.
|
String |
getState() |
String |
getVpnUrl()
VPN URL corresponding to this data center's location
|
int |
hashCode() |
boolean |
isDefault() |
DataCenter.Builder |
toBuilder() |
String |
toString() |
public static DataCenter.Builder builder()
public DataCenter.Builder toBuilder()
public String getLocation()
public String getDisplayName()
public String getCity()
public String getState()
public String getCountry()
public String getVpnUrl()
public boolean isDefault()
public long getMaxCpu()
public long getMaxRamMb()
Copyright © 2009-2013 jclouds. All Rights Reserved.