org.jclouds.opsource.servers.domain
Class DataCenter

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.DataCenter

public class DataCenter
extends Object

Author:
Kedar Dave

Nested Class Summary
static class DataCenter.Builder
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

builder

public static DataCenter.Builder builder()

toBuilder

public DataCenter.Builder toBuilder()

getLocation

public String getLocation()

getDisplayName

public String getDisplayName()

getCity

public String getCity()

getState

public String getState()

getCountry

public String getCountry()

getVpnUrl

public String getVpnUrl()
VPN URL corresponding to this data center's location

Returns:

isDefault

public boolean isDefault()

getMaxCpu

public long getMaxCpu()
defines the upper ceiling for the number of CPUs permitted respectively for Customer Servers deployed at this data center.

Returns:

getMaxRamMb

public long getMaxRamMb()
defines the upper ceiling for the quantity of RAM permitted respectively for Customer Servers deployed at this data center.

Returns:

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.