Package org.jclouds.cloudstack.domain
Class SnapshotPolicySchedule
- java.lang.Object
-
- org.jclouds.cloudstack.domain.SnapshotPolicySchedule
-
public class SnapshotPolicySchedule extends Object
Describes the schedule of a snapshot policy.- See Also:
SnapshotPolicySchedules
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SnapshotPolicySchedule.Builder<T extends SnapshotPolicySchedule.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protected
SnapshotPolicySchedule(Snapshot.Interval interval, String time)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnapshotPolicySchedule.Builder<?>
builder()
boolean
equals(Object obj)
Snapshot.Interval
getInterval()
String
getTime()
int
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
SnapshotPolicySchedule.Builder<?>
toBuilder()
String
toString()
-
-
-
Constructor Detail
-
SnapshotPolicySchedule
@ConstructorProperties({"interval","time"}) protected SnapshotPolicySchedule(@Nullable Snapshot.Interval interval, @Nullable String time)
-
-
Method Detail
-
builder
public static SnapshotPolicySchedule.Builder<?> builder()
-
toBuilder
public SnapshotPolicySchedule.Builder<?> toBuilder()
-
getInterval
@Nullable public Snapshot.Interval getInterval()
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
-