Change class

A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone.

ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.

Constructors

Change({List<ResourceRecordSet>? additions, List<ResourceRecordSet>? deletions, String? id, bool? isServing, String? kind, String? startTime, String? status})
Change.fromJson(Map json_)

Properties

additions List<ResourceRecordSet>?
Which ResourceRecordSets to add?
getter/setter pair
deletions List<ResourceRecordSet>?
Which ResourceRecordSets to remove? Must match existing data exactly.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Unique identifier for the resource; defined by the server (output only).
getter/setter pair
isServing bool?
If the DNS queries for the zone will be served.
getter/setter pair
kind String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The time that this operation was started by the server (output only).
getter/setter pair
status String?
Status of the operation (output only).
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