Class ManilaService
- java.lang.Object
-
- org.openstack4j.openstack.manila.domain.ManilaService
-
- All Implemented Interfaces:
Serializable,Service,ModelEntity
public class ManilaService extends Object implements Service
Represents a Manila service and their binary.- Author:
- Daniel Gonzalez Nothnagel
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classManilaService.Servicesstatic classManilaService.ServiceStatusThe response object for enable/disable service actions-
Nested classes/interfaces inherited from interface org.openstack4j.model.manila.Service
Service.State, Service.Status
-
-
Constructor Summary
Constructors Constructor Description ManilaService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBinary()StringgetHost()IntegergetId()Service.StategetState()Service.StatusgetStatus()StringgetUpdatedAt()StringgetZone()
-
-
-
Method Detail
-
getStatus
public Service.Status getStatus()
-
getBinary
public String getBinary()
-
getZone
public String getZone()
-
getState
public Service.State getState()
-
getUpdatedAt
public String getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceService- Returns:
- the date and time stamp when the service was updated
-
-