TargetAddress

In a CreateResolverRule request, an array of the IPs that you want to forward DNS queries to.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String?

One IPv4 address that you want to forward DNS queries to.

Link copied to clipboard
val ipv6: String?

One IPv6 address that you want to forward DNS queries to.

Link copied to clipboard
val port: Int?

The port at Ip that you want to forward DNS queries to.

Link copied to clipboard

The protocols for the Resolver endpoints. DoH-FIPS is applicable for inbound endpoints only.

Functions

Link copied to clipboard
inline fun copy(block: TargetAddress.Builder.() -> Unit = {}): TargetAddress
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String