NatGatewayRuleProperties

Properties

NameTypeDescriptionNotes

name

str

The name of the NAT Gateway rule.

protocol

Protocol of the NAT Gateway rule. Defaults to ALL. If protocol is 'ICMP' then targetPortRange start and end cannot be set.

[optional]

public_ip

str

Public IP address of the NAT Gateway rule. Specifies the address used for masking outgoing packets source address field. Should be one of the customer reserved IP address already configured on the NAT Gateway resource

source_subnet

str

Source subnet of the NAT Gateway rule. For SNAT rules it specifies which packets this translation rule applies to based on the packets source IP address.

target_port_range

[optional]

target_subnet

str

Target or destination subnet of the NAT Gateway rule. For SNAT rules it specifies which packets this translation rule applies to based on the packets destination IP address. If none is provided, rule will match any address.

[optional]

type

Type of the NAT Gateway rule.

[optional]

Last updated