Class ManilaAvailabilityZone
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaAvailabilityZone
-
- All Implemented Interfaces:
Serializable,AvailabilityZone,ModelEntity
public class ManilaAvailabilityZone extends Object implements AvailabilityZone
Represents an availability zone.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaAvailabilityZone.AvailabilityZones
-
Constructor Summary
Constructors Constructor Description ManilaAvailabilityZone()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedAt()StringgetId()StringgetName()StringgetUpdatedAt()
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceAvailabilityZone- Returns:
- the name of the availability zone
-
getId
public String getId()
- Specified by:
getIdin interfaceAvailabilityZone- Returns:
- the availability zone ID
-
getCreatedAt
public String getCreatedAt()
- Specified by:
getCreatedAtin interfaceAvailabilityZone- Returns:
- the date and time stamp when the availability zone was created
-
getUpdatedAt
public String getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceAvailabilityZone- Returns:
- the date and time stamp when the availability zone was updated
-
-