GetDnsZoneTransfersOutgoingResult

data class GetDnsZoneTransfersOutgoingResult(val checkedTime: String, val createdTime: String, val id: String, val lastTransferredTime: String, val name: String, val peers: List<String>, val soaSerial: Double, val zoneId: String)

A collection of values returned by getDnsZoneTransfersOutgoing.

Constructors

Link copied to clipboard
constructor(checkedTime: String, createdTime: String, id: String, lastTransferredTime: String, name: String, peers: List<String>, soaSerial: Double, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time for a specific event.

Link copied to clipboard

The time for a specific event.

Link copied to clipboard
val id: String

The ID of this resource.

Link copied to clipboard

The time for a specific event.

Link copied to clipboard

Zone name.

Link copied to clipboard

A list of peer tags.

Link copied to clipboard

The serial number of the SOA for the given zone.

Link copied to clipboard