Package org.openstack4j.model.manila
Interface AvailabilityZone
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Implementing Classes:
ManilaAvailabilityZone
public interface AvailabilityZone extends ModelEntity
Represents an availability zone.- Author:
- Daniel Gonzalez Nothnagel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCreatedAt()StringgetId()StringgetName()StringgetUpdatedAt()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the availability zone
-
getId
String getId()
- Returns:
- the availability zone ID
-
getCreatedAt
String getCreatedAt()
- Returns:
- the date and time stamp when the availability zone was created
-
getUpdatedAt
String getUpdatedAt()
- Returns:
- the date and time stamp when the availability zone was updated
-
-