IpAddressResponse

In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.

Types

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

Properties

Link copied to clipboard

The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard
val ip: String?

One IPv4 address that the Resolver endpoint uses for DNS queries.

Link copied to clipboard
val ipId: String?

The ID of one IP address.

Link copied to clipboard
val ipv6: String?

One IPv6 address that the Resolver endpoint uses for DNS queries.

Link copied to clipboard

The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

A status code that gives the current status of the request.

Link copied to clipboard

A message that provides additional information about the status of the request.

Link copied to clipboard

The ID of one subnet.

Functions

Link copied to clipboard
inline fun copy(block: IpAddressResponse.Builder.() -> Unit = {}): IpAddressResponse
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