Skip to content

RosForwardEntryProps

Properties for defining a RosForwardEntry.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosForwardEntryProps {
    ExternalIp: interface{},
    ExternalPort: interface{},
    ForwardTableId: interface{},
    InternalIp: interface{},
    InternalPort: interface{},
    IpProtocol: interface{},
    ForwardEntryName: interface{},
    PortBreak: interface{},
}

Properties

Name Type Description
ExternalIp interface{} No description.
ExternalPort interface{} No description.
ForwardTableId interface{} No description.
InternalIp interface{} No description.
InternalPort interface{} No description.
IpProtocol interface{} No description.
ForwardEntryName interface{} No description.
PortBreak interface{} No description.

ExternalIpRequired

ExternalIp interface{}
  • Type: interface{}

ExternalPortRequired

ExternalPort interface{}
  • Type: interface{}

ForwardTableIdRequired

ForwardTableId interface{}
  • Type: interface{}

InternalIpRequired

InternalIp interface{}
  • Type: interface{}

InternalPortRequired

InternalPort interface{}
  • Type: interface{}

IpProtocolRequired

IpProtocol interface{}
  • Type: interface{}

ForwardEntryNameOptional

ForwardEntryName interface{}
  • Type: interface{}

PortBreakOptional

PortBreak interface{}
  • Type: interface{}