org.jclouds.cloudstack.options
Class GenerateUsageRecordsOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.GenerateUsageRecordsOptions
All Implemented Interfaces:
HttpRequestOptions

public class GenerateUsageRecordsOptions
extends BaseHttpRequestOptions

Options to the GlobalUsageClient.generateUsageOptions() API call

Author:
Richard Downer

Nested Class Summary
static class GenerateUsageRecordsOptions.Builder
           
 
Field Summary
static GenerateUsageRecordsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
GenerateUsageRecordsOptions()
           
 
Method Summary
 GenerateUsageRecordsOptions domainId(long domainId)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final GenerateUsageRecordsOptions NONE
Constructor Detail

GenerateUsageRecordsOptions

public GenerateUsageRecordsOptions()
Method Detail

domainId

public GenerateUsageRecordsOptions domainId(long domainId)


Copyright © 2009-2012 jclouds. All Rights Reserved.