Package org.openstack4j.model.compute
Interface InstanceAction
-
- All Known Implementing Classes:
NovaInstanceAction
public interface InstanceActionAn action executed on an instance- Author:
- Christian Banse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAction()StringgetInstanceUuid()StringgetMessage()StringgetProjectId()StringgetRequestId()DategetStartTime()StringgetUserId()
-
-
-
Method Detail
-
getAction
String getAction()
- Returns:
- the action
-
getInstanceUuid
String getInstanceUuid()
- Returns:
- the instance uuid
-
getMessage
String getMessage()
- Returns:
- the message
-
getProjectId
String getProjectId()
- Returns:
- the project id
-
getRequestId
String getRequestId()
- Returns:
- the request id
-
getStartTime
Date getStartTime()
- Returns:
- the start time
-
getUserId
String getUserId()
- Returns:
- the user id
-
-