compute: API for server actions#67
compute: API for server actions#67olivergondza merged 4 commits intoopenstack4j:masterfrom mrsujitsah:pApi
Conversation
|
@olivergondza please review |
olivergondza
left a comment
There was a problem hiding this comment.
Sorry I am getting to this with delay. IIUC, this is new api for https://docs.openstack.org/api-ref/compute/index.html#servers-actions-servers-os-instance-actions.
It seems all my comments are related to terminology where I would like to stick with the naming of the API for easier understanding.
core/src/main/java/org/openstack4j/openstack/compute/domain/ServerEvent.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/openstack4j/openstack/internal/OSClientSession.java
Outdated
Show resolved
Hide resolved
| import org.openstack4j.model.common.ServerActionEvent; | ||
|
|
||
| /** | ||
| * This interface describes the getter-methods (and thus components) of a Event. |
There was a problem hiding this comment.
It is ServerAction now. Better to refer to symbols using {@link ...} to catch these errors.
|
I see the naming is easier to understand now. Thanks! However, I would prefer to do these to make it internally consistent:
Also, the package |
|
Merged and amended with 019a63a. Thanks! |
I have written the API for implementation of server event actions. This API fetch sever event actions