Interface AvailabilityZone
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
ExtAvailabilityZone
public interface AvailabilityZone extends ModelEntity
Availability Zone Model Entity- Author:
- octopus zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAvailabilityZone.NovaServicestatic interfaceAvailabilityZone.ZoneState
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Map<String,? extends AvailabilityZone.NovaService>>getHosts()StringgetZoneName()AvailabilityZone.ZoneStategetZoneState()
-
-
-
Method Detail
-
getZoneState
AvailabilityZone.ZoneState getZoneState()
- Returns:
- zone's state
-
getHosts
Map<String,Map<String,? extends AvailabilityZone.NovaService>> getHosts()
- Returns:
- hosts in the zone and nova services in each host, not really implemented yet
-
getZoneName
String getZoneName()
- Returns:
- zone's name
-
-