Package org.openstack4j.model.magnum
Interface Mservice
-
- All Superinterfaces:
Buildable<MserviceBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
MagnumMservice
public interface Mservice extends ModelEntity, Buildable<MserviceBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBinary()Binary of the serviceStringgetCreatedAt()Creation dateStringgetDisabledReason()The disabled reasonStringgetHost()The host nameStringgetId()Identifier of Magnum ServiceintgetReportCount()Report countStringgetState()Current state if it is up or notStringgetUpdatedAt()The date of last updation
-
-
-
Method Detail
-
getId
String getId()
Identifier of Magnum Service- Returns:
- the of Magnum Service
-
getBinary
String getBinary()
Binary of the service- Returns:
- the binary of the service
-
getCreatedAt
String getCreatedAt()
Creation date- Returns:
- the date of creation
-
getState
String getState()
Current state if it is up or not- Returns:
- the state of the service
-
getReportCount
int getReportCount()
Report count- Returns:
- the report count of the service
-
getUpdatedAt
String getUpdatedAt()
The date of last updation- Returns:
- the last updated time
-
getHost
String getHost()
The host name- Returns:
- the host name
-
getDisabledReason
String getDisabledReason()
The disabled reason- Returns:
- the disabled reason
-
-