Interface ServerAction

  • All Superinterfaces:
    ModelEntity, Serializable
    All Known Implementing Classes:
    ServerEvent

    public interface ServerAction
    extends ModelEntity
    This interface describes the getter-methods (and thus components) of a ServerAction. All getters map to the possible return values of GET /v2.1/servers/{server_id}/os-instance-actions​ GET /v2.1/servers/{server_id}/os-instance-actions/{request_id}​
    Author:
    sujit sah
    • Method Detail

      • getAction

        String getAction()
        Returns the action performed on the server
        Returns:
        the action performed on the server
      • getEvents

        List<? extends ServerActionEvent> getEvents()
        Returns the list of server actions
        Returns:
        the list of server actions
      • getInstaceUuid

        String getInstaceUuid()
        Returns the id of the server
        Returns:
        the id of the server
      • getRequestId

        String getRequestId()
        Returns the request id of the server action
        Returns:
        the request id of the server action
      • getStartTime

        Date getStartTime()
        Returns the start_time of the server action
        Returns:
        the start_time of the server action
      • getUserId

        String getUserId()
        Returns the id of the user
        Returns:
        the id of user