org.jclouds.cloudstack.domain
Class SnapshotPolicySchedule

java.lang.Object
  extended by org.jclouds.cloudstack.domain.SnapshotPolicySchedule

public class SnapshotPolicySchedule
extends Object

Describes the schedule of a snapshot policy.

Author:
Richard Downer
See Also:
SnapshotPolicySchedules

Constructor Summary
SnapshotPolicySchedule(Snapshot.Interval interval, String time)
           
 
Method Summary
 Snapshot.Interval getInterval()
           
 String getTime()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SnapshotPolicySchedule

public SnapshotPolicySchedule(Snapshot.Interval interval,
                              String time)
Method Detail

getInterval

public Snapshot.Interval getInterval()

getTime

public String getTime()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.