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.
- Author:
- Richard Downer
- See Also:
SnapshotClient.createSnapshot(long, org.jclouds.cloudstack.options.CreateSnapshotOptions...)
,
SnapshotAsyncClient.createSnapshot(long, org.jclouds.cloudstack.options.CreateSnapshotOptions...)
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final CreateSnapshotOptions NONE
CreateSnapshotOptions
public CreateSnapshotOptions()
policyId
public CreateSnapshotOptions policyId(long policyId)
- Parameters:
policyId
- policy id of the snapshot, if this is null, then use MANUAL_POLICY.
Copyright © 2009-2012 jclouds. All Rights Reserved.