NatGateway

Describes a NAT gateway.

Types

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

Properties

Link copied to clipboard

Indicates whether the NAT gateway supports public or private connectivity.

Link copied to clipboard

The date and time the NAT gateway was created.

Link copied to clipboard

The date and time the NAT gateway was deleted, if applicable.

Link copied to clipboard

If the NAT gateway could not be created, specifies the error code for the failure. (InsufficientFreeAddressesInSubnet | Gateway.NotAttached | InvalidAllocationID.NotFound | Resource.AlreadyAssociated | InternalError | InvalidSubnetID.NotFound)

Link copied to clipboard

If the NAT gateway could not be created, specifies the error message for the failure, that corresponds to the error code.

Link copied to clipboard

Information about the IP addresses and network interface associated with the NAT gateway.

Link copied to clipboard

The ID of the NAT gateway.

Link copied to clipboard

Reserved. If you need to sustain traffic greater than the documented limits, contact us through the Support Center.

Link copied to clipboard

The state of the NAT gateway.

Link copied to clipboard

The ID of the subnet in which the NAT gateway is located.

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

The tags for the NAT gateway.

Link copied to clipboard

The ID of the VPC in which the NAT gateway is located.

Functions

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