DnsConfigArgs

data class DnsConfigArgs(val relativeName: Output<String>? = null, val ttl: Output<Double>? = null) : ConvertibleToJava<DnsConfigArgs>

Class containing DNS settings in a Traffic Manager profile.

Constructors

Link copied to clipboard
constructor(relativeName: Output<String>? = null, ttl: Output<Double>? = null)

Properties

Link copied to clipboard
val relativeName: Output<String>? = null

The relative DNS name provided by this Traffic Manager profile. This value is combined with the DNS domain name used by Azure Traffic Manager to form the fully-qualified domain name (FQDN) of the profile.

Link copied to clipboard
val ttl: Output<Double>? = null

The DNS Time-To-Live (TTL), in seconds. This informs the local DNS resolvers and DNS clients how long to cache DNS responses provided by this Traffic Manager profile.

Functions

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