CustomDnsConfigPropertiesFormatResponse

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

Contains custom Dns resolution configuration from customer.

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

Fqdn that resolves to private endpoint ip address.

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

A list of private ip addresses of the private endpoint.