GetNatFirewallsFirewallNatRouteEntryList

data class GetNatFirewallsFirewallNatRouteEntryList(val destinationCidr: String, val nexthopId: String, val nexthopType: String, val routeTableId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The destination network segment of the default route.

Link copied to clipboard

The next hop address of the original NAT gateway.

Link copied to clipboard

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

Link copied to clipboard

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