GetChangeResult

data class GetChangeResult(val additions: List<ResourceRecordSetResponse>, val deletions: List<ResourceRecordSetResponse>, val isServing: Boolean, val kind: String, val startTime: String, val status: String)

Constructors

Link copied to clipboard
fun GetChangeResult(additions: List<ResourceRecordSetResponse>, deletions: List<ResourceRecordSetResponse>, isServing: Boolean, kind: String, startTime: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Which ResourceRecordSets to add?

Link copied to clipboard

Which ResourceRecordSets to remove? Must match existing data exactly.

Link copied to clipboard

If the DNS queries for the zone will be served.

Link copied to clipboard
Link copied to clipboard

The time that this operation was started by the server (output only). This is in RFC3339 text format.

Link copied to clipboard

Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet.