-
Notifications
You must be signed in to change notification settings - Fork 105
compute: API for server actions #67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@olivergondza please review |
olivergondza
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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