Skip to content

FullNatEntryProps

Properties for defining a FullNatEntry.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-fullnatentry

Initializer

import ros_cdk_vpc
ros_cdk_vpc.FullNatEntryProps(
  access_ip: typing.Union[str, IResolvable],
  access_port: typing.Union[str, IResolvable],
  full_nat_table_id: typing.Union[str, IResolvable],
  ip_protocol: typing.Union[str, IResolvable],
  nat_ip: typing.Union[str, IResolvable],
  nat_ip_port: typing.Union[str, IResolvable],
  network_interface_id: typing.Union[str, IResolvable],
  full_nat_entry_description: typing.Union[str, IResolvable] = None,
  full_nat_entry_name: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
access_ip typing.Union[str, ros_cdk_core.IResolvable] Property accessIp: The backend IP address to be modified in FULLNAT address translation.
access_port typing.Union[str, ros_cdk_core.IResolvable] Property accessPort: The backend port to be modified in the mapping of FULLNAT port.
full_nat_table_id typing.Union[str, ros_cdk_core.IResolvable] Property fullNatTableId: The ID of the FULLNAT table to which the FULLNAT entry belongs.
ip_protocol typing.Union[str, ros_cdk_core.IResolvable] Property ipProtocol: The protocol of the packets that are forwarded by the port.
nat_ip typing.Union[str, ros_cdk_core.IResolvable] Property natIp: The NAT IP address that provides address translation.
nat_ip_port typing.Union[str, ros_cdk_core.IResolvable] Property natIpPort: The frontend port to be modified in the mapping of FULLNAT port.
network_interface_id typing.Union[str, ros_cdk_core.IResolvable] Property networkInterfaceId: The elastic network interface (ENI) ID.
full_nat_entry_description typing.Union[str, ros_cdk_core.IResolvable] Property fullNatEntryDescription: The description of the FULLNAT entry.
full_nat_entry_name typing.Union[str, ros_cdk_core.IResolvable] Property fullNatEntryName: The FULLNAT entry name.

access_ipRequired

access_ip: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property accessIp: The backend IP address to be modified in FULLNAT address translation.


access_portRequired

access_port: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property accessPort: The backend port to be modified in the mapping of FULLNAT port.

Valid values: 1 to 65535.


full_nat_table_idRequired

full_nat_table_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property fullNatTableId: The ID of the FULLNAT table to which the FULLNAT entry belongs.


ip_protocolRequired

ip_protocol: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property ipProtocol: The protocol of the packets that are forwarded by the port.

Valid values: TCP UDP


nat_ipRequired

nat_ip: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property natIp: The NAT IP address that provides address translation.


nat_ip_portRequired

nat_ip_port: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property natIpPort: The frontend port to be modified in the mapping of FULLNAT port.

Valid values: 1 to 65535.


network_interface_idRequired

network_interface_id: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property networkInterfaceId: The elastic network interface (ENI) ID.


full_nat_entry_descriptionOptional

full_nat_entry_description: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property fullNatEntryDescription: The description of the FULLNAT entry.

This parameter is optional. If you enter a description, the description must be 2 to 256 characters in length, and cannot start with http:// or https://.


full_nat_entry_nameOptional

full_nat_entry_name: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property fullNatEntryName: The FULLNAT entry name.

The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http:// or https://.