Package org.jclouds.cloudstack.options
Class ListSnapshotsOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.ListSnapshotsOptions
- All Implemented Interfaces:
 HttpRequestOptions
Options for the Snapshot listSnapshots method.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioninterval(Snapshot.Interval interval) isRecursive(boolean isRecursive) snapshotType(Snapshot.Type snapshotType) Methods inherited from class org.jclouds.cloudstack.options.AccountInDomainOptions
accountInDomain, domainIdMethods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString 
- 
Field Details
- 
NONE
 
 - 
 - 
Constructor Details
- 
ListSnapshotsOptions
public ListSnapshotsOptions() 
 - 
 - 
Method Details
- 
id
- Parameters:
 id- lists snapshot by snapshot ID
 - 
interval
- Parameters:
 interval- valid values are HOURLY, DAILY, WEEKLY, and MONTHLY.
 - 
isRecursive
- Parameters:
 isRecursive- defaults to false, but if true, lists all snapshots from the parent specified by the domain id till leaves.
 - 
keyword
- Parameters:
 keyword- List by keyword
 - 
name
- Parameters:
 name- lists snapshot by snapshot name
 - 
snapshotType
- Parameters:
 snapshotType- valid values are MANUAL or RECURRING.
 - 
volumeId
- Parameters:
 volumeId- the ID of the disk volume
 - 
projectId
- Parameters:
 projectId- the project to list in
 - 
tags
- Parameters:
 tags- Key/value pairs for tags that need to be matched.
 
 -