Skip to content

RosForwardEntryProps

Properties for defining a RosForwardEntry.

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

Initializer

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

Properties

Name Type Description
ExternalIp object No description.
ExternalPort object No description.
ForwardTableId object No description.
InternalIp object No description.
InternalPort object No description.
IpProtocol object No description.
ForwardEntryName object No description.
PortBreak object No description.

ExternalIpRequired

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

ExternalPortRequired

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

ForwardTableIdRequired

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

InternalIpRequired

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

InternalPortRequired

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

IpProtocolRequired

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

ForwardEntryNameOptional

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

PortBreakOptional

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