GetAAAARecordResult

data class GetAAAARecordResult(val fqdn: String, val id: String, val name: String, val records: List<String>, val resourceGroupName: String, val tags: Map<String, String>, val targetResourceId: String, val ttl: Int, val zoneName: String)

A collection of values returned by getAAAARecord.

Constructors

Link copied to clipboard
constructor(fqdn: String, id: String, name: String, records: List<String>, resourceGroupName: String, tags: Map<String, String>, targetResourceId: String, ttl: Int, zoneName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The FQDN of the DNS AAAA Record.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

List of IPv6 Addresses.

Link copied to clipboard
Link copied to clipboard

A mapping of tags assigned to the resource.

Link copied to clipboard

The Azure resource id of the target object from where the dns resource value is taken.

Link copied to clipboard
val ttl: Int

The Time To Live (TTL) of the DNS record in seconds.

Link copied to clipboard