Uses of Class
org.jclouds.cloudstack.domain.AsyncJobError

Packages that use AsyncJobError
org.jclouds.cloudstack.domain   
 

Uses of AsyncJobError in org.jclouds.cloudstack.domain
 

Fields in org.jclouds.cloudstack.domain declared as AsyncJobError
protected  AsyncJobError AsyncJob.Builder.error
           
 

Methods in org.jclouds.cloudstack.domain that return AsyncJobError
 AsyncJobError AsyncJobError.Builder.build()
           
 AsyncJobError AsyncJob.getError()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type AsyncJobError
 T AsyncJob.Builder.error(AsyncJobError error)
           
 T AsyncJobError.Builder.fromAsyncJobError(AsyncJobError in)
           
 

Constructors in org.jclouds.cloudstack.domain with parameters of type AsyncJobError
AsyncJob(String accountId, String cmd, Date created, String id, String instanceId, String instanceType, int progress, S result, AsyncJob.ResultCode resultCode, String resultType, AsyncJob.Status status, String userId, AsyncJobError error)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.