NatFirewallNatRouteEntryListArgs

data class NatFirewallNatRouteEntryListArgs(val destinationCidr: Output<String>, val nexthopId: Output<String>, val nexthopType: Output<String>, val routeTableId: Output<String>) : ConvertibleToJava<NatFirewallNatRouteEntryListArgs>

Constructors

Link copied to clipboard
constructor(destinationCidr: Output<String>, nexthopId: Output<String>, nexthopType: Output<String>, routeTableId: Output<String>)

Properties

Link copied to clipboard
val destinationCidr: Output<String>

The destination network segment of the default route.

Link copied to clipboard
val nexthopId: Output<String>

The next hop address of the original NAT gateway.

Link copied to clipboard
val nexthopType: Output<String>

The network type of the next hop. Value: NatGateway : NAT Gateway.

Link copied to clipboard
val routeTableId: Output<String>

The route table where the default route of the NAT gateway is located.

Functions

Link copied to clipboard
open override fun toJava(): NatFirewallNatRouteEntryListArgs