ResolverEndpointIpAddress

data class ResolverEndpointIpAddress(val ip: String? = null, val ipId: String? = null, val ipv6: String? = null, val subnetId: String)

Constructors

Link copied to clipboard
constructor(ip: String? = null, ipId: String? = null, ipv6: String? = null, subnetId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

IPv4 address in the subnet that you want to use for DNS queries.

Link copied to clipboard
val ipId: String? = null
Link copied to clipboard
val ipv6: String? = null

IPv6 address in the subnet that you want to use for DNS queries.

Link copied to clipboard

ID of the subnet that contains the IP address.