org.jclouds.cloudstack.options
Class ListSSHKeyPairsOptions

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

public class ListSSHKeyPairsOptions
extends BaseHttpRequestOptions

Author:
Vijay Kiran

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

ListSSHKeyPairsOptions

public ListSSHKeyPairsOptions()
Method Detail

name

public ListSSHKeyPairsOptions name(String name)
Parameters:
name - the SSHKeyPair name


Copyright © 2009-2012 jclouds. All Rights Reserved.