CustomerGateway

Describes a customer gateway.

Types

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

Properties

Link copied to clipboard

The customer gateway's Border Gateway Protocol (BGP) Autonomous System Number (ASN).

Link copied to clipboard

The Amazon Resource Name (ARN) for the customer gateway certificate.

Link copied to clipboard

The ID of the customer gateway.

Link copied to clipboard

The name of customer gateway device.

Link copied to clipboard

The IP address of the customer gateway device's outside interface.

Link copied to clipboard

The current state of the customer gateway (pending | available | deleting | deleted).

Link copied to clipboard
val tags: List<Tag>?

Any tags assigned to the customer gateway.

Link copied to clipboard
val type: String?

The type of VPN connection the customer gateway supports (ipsec.1).

Functions

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