FullNatEntryProps
Properties for defining a FullNatEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-fullnatentry
Initializer
import com.aliyun.ros.cdk.vpc.FullNatEntryProps;
FullNatEntryProps.builder()
.accessIp(java.lang.String)
.accessIp(IResolvable)
.accessPort(java.lang.String)
.accessPort(IResolvable)
.fullNatTableId(java.lang.String)
.fullNatTableId(IResolvable)
.ipProtocol(java.lang.String)
.ipProtocol(IResolvable)
.natIp(java.lang.String)
.natIp(IResolvable)
.natIpPort(java.lang.String)
.natIpPort(IResolvable)
.networkInterfaceId(java.lang.String)
.networkInterfaceId(IResolvable)
// .fullNatEntryDescription(java.lang.String)
// .fullNatEntryDescription(IResolvable)
// .fullNatEntryName(java.lang.String)
// .fullNatEntryName(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
accessIp |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property accessIp: The backend IP address to be modified in FULLNAT address translation. |
accessPort |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property accessPort: The backend port to be modified in the mapping of FULLNAT port. |
fullNatTableId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property fullNatTableId: The ID of the FULLNAT table to which the FULLNAT entry belongs. |
ipProtocol |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipProtocol: The protocol of the packets that are forwarded by the port. |
natIp |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property natIp: The NAT IP address that provides address translation. |
natIpPort |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property natIpPort: The frontend port to be modified in the mapping of FULLNAT port. |
networkInterfaceId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property networkInterfaceId: The elastic network interface (ENI) ID. |
fullNatEntryDescription |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property fullNatEntryDescription: The description of the FULLNAT entry. |
fullNatEntryName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property fullNatEntryName: The FULLNAT entry name. |
accessIp
Required
public java.lang.Object getAccessIp();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property accessIp: The backend IP address to be modified in FULLNAT address translation.
accessPort
Required
public java.lang.Object getAccessPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property accessPort: The backend port to be modified in the mapping of FULLNAT port.
Valid values: 1 to 65535.
fullNatTableId
Required
public java.lang.Object getFullNatTableId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property fullNatTableId: The ID of the FULLNAT table to which the FULLNAT entry belongs.
ipProtocol
Required
public java.lang.Object getIpProtocol();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipProtocol: The protocol of the packets that are forwarded by the port.
Valid values: TCP UDP
natIp
Required
public java.lang.Object getNatIp();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property natIp: The NAT IP address that provides address translation.
natIpPort
Required
public java.lang.Object getNatIpPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property natIpPort: The frontend port to be modified in the mapping of FULLNAT port.
Valid values: 1 to 65535.
networkInterfaceId
Required
public java.lang.Object getNetworkInterfaceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property networkInterfaceId: The elastic network interface (ENI) ID.
fullNatEntryDescription
Optional
public java.lang.Object getFullNatEntryDescription();
- Type: java.lang.String OR com.aliyun.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://.
fullNatEntryName
Optional
public java.lang.Object getFullNatEntryName();
- Type: java.lang.String OR com.aliyun.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://.