Package org.jclouds.cloudstack.domain
Class SnapshotPolicySchedule
java.lang.Object
org.jclouds.cloudstack.domain.SnapshotPolicySchedule
Describes the schedule of a snapshot policy.
- See Also:
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSnapshotPolicySchedule(Snapshot.Interval interval, String time)  - 
Method Summary
 
- 
Constructor Details
- 
SnapshotPolicySchedule
@ConstructorProperties({"interval","time"}) protected SnapshotPolicySchedule(@Nullable Snapshot.Interval interval, @Nullable String time)  
 - 
 - 
Method Details