org.jclouds.cloudstack.options
Class AddSecondaryStorageOptions

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

public class AddSecondaryStorageOptions
extends BaseHttpRequestOptions

Options for the GlobalHostClient.addSecondaryStorage() API call

Author:
Richard Downer

Nested Class Summary
static class AddSecondaryStorageOptions.Builder
           
 
Field Summary
static AddSecondaryStorageOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
AddSecondaryStorageOptions()
           
 
Method Summary
 AddSecondaryStorageOptions zoneId(long zoneId)
           
 
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 AddSecondaryStorageOptions NONE
Constructor Detail

AddSecondaryStorageOptions

public AddSecondaryStorageOptions()
Method Detail

zoneId

public AddSecondaryStorageOptions zoneId(long zoneId)
Parameters:
zoneId - the ID of the zone


Copyright © 2009-2012 jclouds. All Rights Reserved.