ResolverEndpointIpAddress

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ip: String? = null

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

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

The ID of the subnet that contains the IP address.