| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.options |
| Modifier and Type | Field and Description |
|---|---|
protected Snapshot.Interval |
SnapshotPolicySchedule.Builder.interval |
protected Snapshot.Interval |
SnapshotPolicy.Builder.interval |
protected Snapshot.Interval |
Snapshot.Builder.interval |
| Modifier and Type | Method and Description |
|---|---|
static Snapshot.Interval |
Snapshot.Interval.fromValue(String type) |
Snapshot.Interval |
SnapshotPolicySchedule.getInterval() |
Snapshot.Interval |
SnapshotPolicy.getInterval() |
Snapshot.Interval |
Snapshot.getInterval() |
static Snapshot.Interval |
Snapshot.Interval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Snapshot.Interval[] |
Snapshot.Interval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SnapshotPolicySchedule.Builder.interval(Snapshot.Interval interval) |
T |
SnapshotPolicy.Builder.interval(Snapshot.Interval interval) |
T |
Snapshot.Builder.interval(Snapshot.Interval interval) |
| Constructor and Description |
|---|
Snapshot(String id,
String account,
Date created,
String domain,
String domainId,
Snapshot.Interval interval,
String jobId,
String jobStatus,
String name,
Snapshot.Type snapshotType,
Snapshot.State state,
String volumeId,
String volumeName,
Volume.Type volumeType,
Set<Tag> tags) |
SnapshotPolicy(String id,
Snapshot.Interval interval,
long numberToRetain,
String schedule,
String timezone,
String volumeId) |
SnapshotPolicySchedule(Snapshot.Interval interval,
String time) |
| Modifier and Type | Method and Description |
|---|---|
ListSnapshotsOptions |
ListSnapshotsOptions.interval(Snapshot.Interval interval) |
static ListSnapshotsOptions |
ListSnapshotsOptions.Builder.interval(Snapshot.Interval interval) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.