GetNatGatewayResult

data class GetNatGatewayResult(val allocationId: String, val associationId: String, val connectivityType: String, val filters: List<GetNatGatewayFilter>? = null, val id: String, val networkInterfaceId: String, val privateIp: String, val publicIp: String, val state: String, val subnetId: String, val tags: Map<String, String>, val vpcId: String)

A collection of values returned by getNatGateway.

Constructors

Link copied to clipboard
constructor(allocationId: String, associationId: String, connectivityType: String, filters: List<GetNatGatewayFilter>? = null, id: String, networkInterfaceId: String, privateIp: String, publicIp: String, state: String, subnetId: String, tags: Map<String, String>, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ID of the EIP allocated to the selected Nat Gateway.

Link copied to clipboard

The association ID of the Elastic IP address that's associated with the NAT gateway. Only available when connectivity_type is public.

Link copied to clipboard

Connectivity type of the NAT Gateway.

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard

The ID of the ENI allocated to the selected Nat Gateway.

Link copied to clipboard

Private Ip address of the selected Nat Gateway.

Link copied to clipboard

Public Ip (EIP) address of the selected Nat Gateway.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard