org.dasein.cloud.aws
Class RegionsAndZones
java.lang.Object
org.dasein.cloud.aws.RegionsAndZones
- All Implemented Interfaces:
- org.dasein.cloud.dc.DataCenterServices
public class RegionsAndZones
- extends Object
- implements org.dasein.cloud.dc.DataCenterServices
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIBE_AVAILABILITY_ZONES
public static final String DESCRIBE_AVAILABILITY_ZONES
- See Also:
- Constant Field Values
DESCRIBE_REGIONS
public static final String DESCRIBE_REGIONS
- See Also:
- Constant Field Values
getDataCenter
public org.dasein.cloud.dc.DataCenter getDataCenter(String zoneId)
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
- Specified by:
getDataCenter in interface org.dasein.cloud.dc.DataCenterServices
- Throws:
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
getProviderTermForDataCenter
public String getProviderTermForDataCenter(Locale locale)
- Specified by:
getProviderTermForDataCenter in interface org.dasein.cloud.dc.DataCenterServices
getProviderTermForRegion
public String getProviderTermForRegion(Locale locale)
- Specified by:
getProviderTermForRegion in interface org.dasein.cloud.dc.DataCenterServices
getRegion
public org.dasein.cloud.dc.Region getRegion(String regionId)
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
- Specified by:
getRegion in interface org.dasein.cloud.dc.DataCenterServices
- Throws:
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
listDataCenters
public Collection<org.dasein.cloud.dc.DataCenter> listDataCenters(String regionId)
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
- Specified by:
listDataCenters in interface org.dasein.cloud.dc.DataCenterServices
- Throws:
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
listRegions
public Collection<org.dasein.cloud.dc.Region> listRegions()
throws org.dasein.cloud.InternalException,
org.dasein.cloud.CloudException
- Specified by:
listRegions in interface org.dasein.cloud.dc.DataCenterServices
- Throws:
org.dasein.cloud.InternalException
org.dasein.cloud.CloudException
Copyright © 2012 enStratus Networks LLC. All Rights Reserved.