RosFullNatEntryProps
Properties for defining a RosFullNatEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-fullnatentry
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosFullNatEntryProps {
AccessIp: interface{},
AccessPort: interface{},
FullNatTableId: interface{},
IpProtocol: interface{},
NatIp: interface{},
NatIpPort: interface{},
NetworkInterfaceId: interface{},
FullNatEntryDescription: interface{},
FullNatEntryName: interface{},
}
Properties
Name | Type | Description |
---|---|---|
AccessIp |
interface{} |
No description. |
AccessPort |
interface{} |
No description. |
FullNatTableId |
interface{} |
No description. |
IpProtocol |
interface{} |
No description. |
NatIp |
interface{} |
No description. |
NatIpPort |
interface{} |
No description. |
NetworkInterfaceId |
interface{} |
No description. |
FullNatEntryDescription |
interface{} |
No description. |
FullNatEntryName |
interface{} |
No description. |
AccessIp
Required
AccessIp interface{}
- Type: interface{}
AccessPort
Required
AccessPort interface{}
- Type: interface{}
FullNatTableId
Required
FullNatTableId interface{}
- Type: interface{}
IpProtocol
Required
IpProtocol interface{}
- Type: interface{}
NatIp
Required
NatIp interface{}
- Type: interface{}
NatIpPort
Required
NatIpPort interface{}
- Type: interface{}
NetworkInterfaceId
Required
NetworkInterfaceId interface{}
- Type: interface{}
FullNatEntryDescription
Optional
FullNatEntryDescription interface{}
- Type: interface{}
FullNatEntryName
Optional
FullNatEntryName interface{}
- Type: interface{}