Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
SnapshotPolicy |
SnapshotPolicy.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
SnapshotPolicy.compareTo(SnapshotPolicy other) |
Modifier and Type | Method and Description |
---|---|
SnapshotPolicy |
SnapshotClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
long numberToRetain,
String timezone,
long volumeId)
Creates a snapshot policy for the account.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> |
SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
long numberToRetain,
String timezone,
long volumeId)
Creates a snapshot policy for the account.
|
Set<SnapshotPolicy> |
SnapshotClient.listSnapshotPolicies(long volumeId,
ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
|
com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> |
SnapshotAsyncClient.listSnapshotPolicies(long volumeId,
ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
|
Copyright © 2009-2012 jclouds. All Rights Reserved.