IpAddressUpdate

In an UpdateResolverEndpoint request, information about an IP address to update.

Types

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

Properties

Link copied to clipboard
val ip: String?

The new IPv4 address.

Link copied to clipboard
val ipId: String?

Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.

Link copied to clipboard
val ipv6: String?

The new IPv6 address.

Link copied to clipboard

The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.

Functions

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