Skip to content

ForwardEntryProps

Properties for defining a ForwardEntry.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new ForwardEntryProps {
    object ExternalIp,
    object ExternalPort,
    object ForwardTableId,
    object InternalIp,
    object InternalPort,
    object IpProtocol,
    object ForwardEntryName = null,
    object PortBreak = null
};

Properties

Name Type Description
ExternalIp object Property externalIp: Source IP, must belongs to bandwidth package internet IP.
ExternalPort object Property externalPort: Source port, now support [1-65535]|Any|x\/y.
ForwardTableId object Property forwardTableId: Create forward entry in specified forward table.
InternalIp object Property internalIp: Destination IP, must belong to VPC private IP.
InternalPort object Property internalPort: Destination port, now support [1-65535]|Any|x\/y.
IpProtocol object Property ipProtocol: Supported protocol, Now support 'TCP|UDP|Any'.
ForwardEntryName object Property forwardEntryName: the name of the DNAT rule is 2-128 characters long and must start with a letter or Chinese, but cannot begin with HTTP:\/\/ or https:\/\/.
PortBreak object Property portBreak: Specifies whether to remove limits on the port range.

ExternalIpRequired

public object ExternalIp { get; set; }
  • Type: object

Property externalIp: Source IP, must belongs to bandwidth package internet IP.


ExternalPortRequired

public object ExternalPort { get; set; }
  • Type: object

Property externalPort: Source port, now support [1-65535]|Any|x\/y.


ForwardTableIdRequired

public object ForwardTableId { get; set; }
  • Type: object

Property forwardTableId: Create forward entry in specified forward table.


InternalIpRequired

public object InternalIp { get; set; }
  • Type: object

Property internalIp: Destination IP, must belong to VPC private IP.


InternalPortRequired

public object InternalPort { get; set; }
  • Type: object

Property internalPort: Destination port, now support [1-65535]|Any|x\/y.


IpProtocolRequired

public object IpProtocol { get; set; }
  • Type: object

Property ipProtocol: Supported protocol, Now support 'TCP|UDP|Any'.


ForwardEntryNameOptional

public object ForwardEntryName { get; set; }
  • Type: object

Property forwardEntryName: the name of the DNAT rule is 2-128 characters long and must start with a letter or Chinese, but cannot begin with HTTP:\/\/ or https:\/\/.


PortBreakOptional

public object PortBreak { get; set; }
  • Type: object

Property portBreak: Specifies whether to remove limits on the port range.