SnapshotSchedule class
Describes a snapshot schedule. You can set a regular interval for creating snapshots of a cluster. You can also schedule snapshots for specific dates.
Constructors
-
SnapshotSchedule({int associatedClusterCount, List<
ClusterAssociatedToSchedule> associatedClusters, List<DateTime> nextInvocations, List<String> scheduleDefinitions, String scheduleDescription, String scheduleIdentifier, List<Tag> tags}) - SnapshotSchedule.fromXml(XmlElement elem)
-
factory
Properties
- associatedClusterCount → int
-
The number of clusters associated with the schedule.
final
-
associatedClusters
→ List<
ClusterAssociatedToSchedule> -
A list of clusters associated with the schedule. A maximum of 100 clusters
is returned.
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
-
nextInvocations
→ List<
DateTime> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
scheduleDefinitions
→ List<
String> -
A list of ScheduleDefinitions.
final
- scheduleDescription → String
-
The description of the schedule.
final
- scheduleIdentifier → String
-
A unique identifier for the schedule.
final
-
An optional set of tags describing the schedule.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited