EndpointCustomDnsConfig

data class EndpointCustomDnsConfig(val fqdn: String? = null, val ipAddresses: List<String>? = null)

Constructors

Link copied to clipboard
constructor(fqdn: String? = null, ipAddresses: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fqdn: String? = null

The fully qualified domain name to the private_dns_zone.

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

A list of all IP Addresses that map to the private_dns_zone fqdn.