Package org.jclouds.cloudstack.options
Class CreateSnapshotOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.AccountInDomainOptions
-
- org.jclouds.cloudstack.options.CreateSnapshotOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class CreateSnapshotOptions extends AccountInDomainOptions
Options for the Snapshot createSnapshot method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSnapshotOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static CreateSnapshotOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description CreateSnapshotOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSnapshotOptions
policyId(String policyId)
-
Methods inherited from class org.jclouds.cloudstack.options.AccountInDomainOptions
accountInDomain, domainId
-
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 CreateSnapshotOptions NONE
-
-
Method Detail
-
policyId
public CreateSnapshotOptions policyId(String policyId)
- Parameters:
policyId
- policy id of the snapshot, if this is null, then use MANUAL_POLICY.
-
-