Class ExtService
- java.lang.Object
-
- org.openstack4j.openstack.storage.block.domain.ext.ExtService
-
- All Implemented Interfaces:
Serializable,ModelEntity,Service
public class ExtService extends Object implements Service
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExtService.Services-
Nested classes/interfaces inherited from interface org.openstack4j.model.storage.block.ext.Service
Service.State, Service.Status
-
-
Constructor Summary
Constructors Constructor Description ExtService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBinary()StringgetDisabledReason()StringgetHost()StringgetId()Service.StategetState()Service.StatusgetStatus()DategetUpdatedAt()StringgetZone()StringtoString()
-
-
-
Method Detail
-
getBinary
public String getBinary()
-
getDisabledReason
public String getDisabledReason()
- Specified by:
getDisabledReasonin interfaceService- Returns:
- the reason for disabled status of this service
-
getHost
public String getHost()
-
getId
public String getId()
-
getState
public Service.State getState()
-
getStatus
public Service.Status getStatus()
-
getUpdatedAt
public Date getUpdatedAt()
- Specified by:
getUpdatedAtin interfaceService- Returns:
- last updated time
-
getZone
public String getZone()
-
-