public class Datacenter extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Datacenter.Builder<T extends Datacenter.Builder<T>> |
Modifier | Constructor and Description |
---|---|
protected |
Datacenter(int id,
String name,
String longName,
Address locationAddress,
Set<Region> regions) |
Modifier and Type | Method and Description |
---|---|
static Datacenter.Builder<?> |
builder() |
boolean |
equals(Object obj) |
int |
getId() |
Address |
getLocationAddress() |
String |
getLongName() |
String |
getName() |
Set<Region> |
getRegions()
A location can be a member of 1 or more regions.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
Datacenter.Builder<?> |
toBuilder() |
String |
toString() |
public static Datacenter.Builder<?> builder()
public Datacenter.Builder<?> toBuilder()
public int getId()
@Nullable public Address getLocationAddress()
public Set<Region> getRegions()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.