Package org.jclouds.softlayer.domain
Class Datacenter
java.lang.Object
org.jclouds.softlayer.domain.Datacenter
Class Datacenter
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Datacenter.Builder<T extends Datacenter.Builder<T>>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Datacenter
-
-
Method Details
-
builder
-
toBuilder
-
getId
public int getId()- Returns:
- The unique identifier of a specific location.
-
getName
- Returns:
- A short location description.
-
getLongName
- Returns:
- A longer location description.
-
getLocationAddress
- Returns:
- A location's physical address (optional).
-
getRegions
A location can be a member of 1 or more regions. Sometimes the list of regions is empty, for example as a new Datacenter is being added. The list of regions usually contains one with keyName=FIRST_AVAILABLE which should be ignored.- Returns:
- The regions to which a location belongs.
-
equals
-
hashCode
public int hashCode() -
toString
-