RosForwardEntryProps
Properties for defining a RosForwardEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-forwardentry
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.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. |
ExternalIp
Required
ExternalIp interface{}
- Type: interface{}
ExternalPort
Required
ExternalPort interface{}
- Type: interface{}
ForwardTableId
Required
ForwardTableId interface{}
- Type: interface{}
InternalIp
Required
InternalIp interface{}
- Type: interface{}
InternalPort
Required
InternalPort interface{}
- Type: interface{}
IpProtocol
Required
IpProtocol interface{}
- Type: interface{}
ForwardEntryName
Optional
ForwardEntryName interface{}
- Type: interface{}
PortBreak
Optional
PortBreak interface{}
- Type: interface{}