ResourceRecordSetResponse

data class ResourceRecordSetResponse(val kind: String, val name: String, val routingPolicy: RRSetRoutingPolicyResponse, val rrdatas: List<String>, val signatureRrdatas: List<String>, val ttl: Int, val type: String)

A unit of data that is returned by the DNS servers.

Constructors

Link copied to clipboard
fun ResourceRecordSetResponse(kind: String, name: String, routingPolicy: RRSetRoutingPolicyResponse, rrdatas: List<String>, signatureRrdatas: List<String>, ttl: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

For example, www.example.com.

Link copied to clipboard

Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.

Link copied to clipboard

As defined in RFC 1035 (section 5) and RFC 1034 (section 3.6.1) -- see examples.

Link copied to clipboard

As defined in RFC 4034 (section 3.2).

Link copied to clipboard
val ttl: Int

Number of seconds that this ResourceRecordSet can be cached by resolvers.

Link copied to clipboard

The identifier of a supported record type. See the list of Supported DNS record types.