Package | Description |
---|---|
org.jclouds.softlayer.domain |
Modifier and Type | Field and Description |
---|---|
protected Set<Region> |
Datacenter.Builder.regions |
Modifier and Type | Method and Description |
---|---|
Region |
Region.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<Region> |
Datacenter.getRegions()
A location can be a member of 1 or more regions.
|
Modifier and Type | Method and Description |
---|---|
int |
Region.compareTo(Region arg0) |
static Region.Builder |
Region.Builder.fromAddress(Region in) |
T |
Datacenter.Builder.regions(Region... in) |
Modifier and Type | Method and Description |
---|---|
T |
Datacenter.Builder.regions(Set<Region> regions) |
Constructor and Description |
---|
Datacenter(int id,
String name,
String longName,
Address locationAddress,
Set<Region> regions) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.