UpdateResponderGatewayRequest

Types

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

Properties

Link copied to clipboard

The client routing policy of the gateway. This policy controls which Availability Zones RTB Fabric uses to reach the gateway for the requester gateways that send traffic to it. Valid values are the following:

Link copied to clipboard

Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a UUID type of value.

Link copied to clipboard

An optional description for the responder gateway.

Link copied to clipboard

Domain name for the responder gateway. This operation does not change the domain name of an existing gateway. To use a different domain name, delete the gateway and create a new one.

Link copied to clipboard

The unique identifier of the gateway.

Link copied to clipboard

The listener configuration for the responder gateway.

Link copied to clipboard

The configuration for the managed endpoint.

Link copied to clipboard
val port: Int?

Networking port to use. This operation does not change the port of an existing gateway. To use a different port, delete the gateway and create a new one.

Link copied to clipboard

Networking protocol to use. This operation does not change the protocol of an existing gateway. To use a different protocol, delete the gateway and create a new one.

Link copied to clipboard

The configuration of the trust store.

Functions

Link copied to clipboard
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