mirror of https://github.com/apache/jclouds.git
Event#listEventTypes implementation.
This commit is contained in:
parent
602df8a1b1
commit
359faa7a11
|
@ -38,7 +38,7 @@ import org.jclouds.rest.functions.ReturnEmptySetOnNotFoundOr404;
|
|||
*
|
||||
* @author Vijay Kiran
|
||||
* @see org.jclouds.cloudstack.features.AccountClient
|
||||
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
|
||||
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.8/TOC_User.html" />
|
||||
*/
|
||||
@RequestFilters(QuerySigner.class)
|
||||
@QueryParams(keys = "response", values = "json")
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.jclouds.concurrent.Timeout;
|
|||
* <p/>
|
||||
*
|
||||
* @author Vijay Kiran
|
||||
* @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
|
||||
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" />
|
||||
*/
|
||||
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)
|
||||
public interface EventClient {
|
||||
|
|
|
@ -23,7 +23,7 @@ package org.jclouds.cloudstack.options;
|
|||
*
|
||||
* @author Vijay Kiran
|
||||
* @see <a href=
|
||||
* "http://download.cloud.com/releases/2.2.0/api_2.2.12/user/listEvents.html"
|
||||
* "http://download.cloud.com/releases/2.2.0/api_2.2.8/user/listEvents.html"
|
||||
* />
|
||||
*/
|
||||
public class ListEventsOptions {
|
||||
|
|
Loading…
Reference in New Issue