Package org.jclouds.cloudstack.options
Class ListSSHKeyPairsOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.ListSSHKeyPairsOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class ListSSHKeyPairsOptions extends BaseHttpRequestOptions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListSSHKeyPairsOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static ListSSHKeyPairsOptionsNONE-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description ListSSHKeyPairsOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSSHKeyPairsOptionsname(String name)ListSSHKeyPairsOptionsprojectId(String projectId)-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final ListSSHKeyPairsOptions NONE
-
-
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
-
-