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 |
---|---|
T |
SnapshotPolicy.Builder.fromSnapshotPolicy(SnapshotPolicy in) |
Modifier and Type | Method and Description |
---|---|
SnapshotPolicy |
SnapshotClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
String numberToRetain,
String timezone,
String 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,
String numberToRetain,
String timezone,
String volumeId)
Creates a snapshot policy for the account.
|
Set<SnapshotPolicy> |
SnapshotClient.listSnapshotPolicies(String volumeId,
ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
|
com.google.common.util.concurrent.ListenableFuture<Set<SnapshotPolicy>> |
SnapshotAsyncClient.listSnapshotPolicies(String volumeId,
ListSnapshotPoliciesOptions... options)
Lists snapshot policies.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.