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:
org.jclouds.http.options.HttpRequestOptions

public class ListSSHKeyPairsOptions
extends org.jclouds.http.options.BaseHttpRequestOptions


Nested Class Summary
static class ListSSHKeyPairsOptions.Builder
           
 
Field Summary
static ListSSHKeyPairsOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
 
Constructor Summary
ListSSHKeyPairsOptions()
           
 
Method Summary
 ListSSHKeyPairsOptions name(String name)
           
 ListSSHKeyPairsOptions projectId(String projectId)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, 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

projectId

public ListSSHKeyPairsOptions projectId(String projectId)
Parameters:
projectId - the project to list in


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.