ProfileDnsConfigArgs

data class ProfileDnsConfigArgs(val relativeName: Output<String>, val ttl: Output<Int>) : ConvertibleToJava<ProfileDnsConfigArgs>

Constructors

Link copied to clipboard
constructor(relativeName: Output<String>, ttl: Output<Int>)

Properties

Link copied to clipboard
val relativeName: Output<String>

The relative domain name, this is combined with the domain name used by Traffic Manager to form the FQDN which is exported as documented below. Changing this forces a new resource to be created.

Link copied to clipboard
val ttl: Output<Int>

The TTL value of the Profile used by Local DNS resolvers and clients.

Functions

Link copied to clipboard
open override fun toJava(): ProfileDnsConfigArgs