ResourcePolicySnapshotSchedulePolicy class
A snapshot schedule policy specifies when and how frequently snapshots are to be created for the target disk.
Also specifies how many and how long these scheduled snapshots should be retained.
Constructors
- ResourcePolicySnapshotSchedulePolicy({ResourcePolicySnapshotSchedulePolicyRetentionPolicy? retentionPolicy, ResourcePolicySnapshotSchedulePolicySchedule? schedule, ResourcePolicySnapshotSchedulePolicySnapshotProperties? snapshotProperties})
- ResourcePolicySnapshotSchedulePolicy.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- retentionPolicy ↔ ResourcePolicySnapshotSchedulePolicyRetentionPolicy?
-
Retention policy applied to snapshots created by this resource policy.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schedule ↔ ResourcePolicySnapshotSchedulePolicySchedule?
-
A Vm Maintenance Policy specifies what kind of infrastructure maintenance
we are allowed to perform on this VM and when.
getter/setter pair
- snapshotProperties ↔ ResourcePolicySnapshotSchedulePolicySnapshotProperties?
-
Properties with which snapshots are created such as labels, encryption
keys.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited