FallbackDomainDomainArgs

data class FallbackDomainDomainArgs(val description: Output<String>? = null, val dnsServers: Output<List<String>>? = null, val suffix: Output<String>? = null) : ConvertibleToJava<FallbackDomainDomainArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, dnsServers: Output<List<String>>? = null, suffix: Output<String>? = null)

Properties

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

A description of the fallback domain, displayed in the client UI.

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

A list of IP addresses to handle domain resolution.

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

The domain suffix to match when resolving locally.

Functions

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