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)
// .accessDomain(java.lang.String)
// .accessDomain(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. |
accessDomain | java.lang.String OR com.aliyun.ros.cdk.core.IResolvable | Property accessDomain: The domain name of the backend for FULLNAT address translation. |
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. |
accessIpRequired
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.
accessPortRequired
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.
fullNatTableIdRequired
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.
ipProtocolRequired
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
natIpRequired
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.
natIpPortRequired
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.
networkInterfaceIdRequired
public java.lang.Object getNetworkInterfaceId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property networkInterfaceId: The elastic network interface (ENI) ID.
accessDomainOptional
public java.lang.Object getAccessDomain();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property accessDomain: The domain name of the backend for FULLNAT address translation.
fullNatEntryDescriptionOptional
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://.
fullNatEntryNameOptional
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://.