Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.util |
Modifier and Type | Method and Description |
---|---|
SnapshotPolicySchedule |
SnapshotPolicySchedule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
SnapshotPolicySchedule.Builder.fromSnapshotPolicySchedule(SnapshotPolicySchedule 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.
|
com.google.common.util.concurrent.ListenableFuture<SnapshotPolicy> |
SnapshotAsyncClient.createSnapshotPolicy(SnapshotPolicySchedule schedule,
String numberToRetain,
String timezone,
String volumeId)
Creates a snapshot policy for the account.
|
Modifier and Type | Method and Description |
---|---|
static SnapshotPolicySchedule |
SnapshotPolicySchedules.daily(int hour,
int minute) |
static SnapshotPolicySchedule |
SnapshotPolicySchedules.hourly(int minute) |
static SnapshotPolicySchedule |
SnapshotPolicySchedules.monthly(int day,
int hour,
int minute) |
static SnapshotPolicySchedule |
SnapshotPolicySchedules.weekly(int day,
int hour,
int minute) |
Copyright © 2009-2013 jclouds. All Rights Reserved.