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.
no setterinherited
-
nextInvocations
→ List<
DateTime> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
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 nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited