Interface DataCenterInfo
- All Known Implementing Classes:
AmazonInfo
,MyDataCenterInfo
public interface DataCenterInfo
A simple interface for indicating which datacenter a particular instance belongs.
- Author:
- Karthik Ranganathan
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
Different data centers related to the instances. -
Method Summary
-
Method Details
-
getName
DataCenterInfo.Name getName()- Returns:
- The name
-