public static final class DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeNatFirewallListResponseBody.NatRouteEntryList |
build() |
DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder |
destinationCidr(String destinationCidr)
The destination CIDR block of the default route.
|
DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder |
nextHopId(String nextHopId)
The next hop of the original NAT gateway.
|
DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder |
nextHopType(String nextHopType)
The network type of the next hop.
|
DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder |
routeTableId(String routeTableId)
The route table to which the default route of the NAT gateway belongs.
|
public DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder destinationCidr(String destinationCidr)
The destination CIDR block of the default route.
example:0.0.0.0/0
public DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder nextHopId(String nextHopId)
The next hop of the original NAT gateway.
example:ngw-2ze0s284r9atg5******
public DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder nextHopType(String nextHopType)
The network type of the next hop. The value is fixed as NatGateway.
example:NatGateway
public DescribeNatFirewallListResponseBody.NatRouteEntryList.Builder routeTableId(String routeTableId)
The route table to which the default route of the NAT gateway belongs.
example:vtb-bp18o0gb******
public DescribeNatFirewallListResponseBody.NatRouteEntryList build()
Copyright © 2026. All rights reserved.