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. | 
AccessIpRequired 
AccessIp interface{}
- Type: interface{}
AccessPortRequired 
AccessPort interface{}
- Type: interface{}
FullNatTableIdRequired 
FullNatTableId interface{}
- Type: interface{}
IpProtocolRequired 
IpProtocol interface{}
- Type: interface{}
NatIpRequired 
NatIp interface{}
- Type: interface{}
NatIpPortRequired 
NatIpPort interface{}
- Type: interface{}
NetworkInterfaceIdRequired 
NetworkInterfaceId interface{}
- Type: interface{}
FullNatEntryDescriptionOptional 
FullNatEntryDescription interface{}
- Type: interface{}
FullNatEntryNameOptional 
FullNatEntryName interface{}
- Type: interface{}