RosFullNatEntryProps
Properties for defining a RosFullNatEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-fullnatentry
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosFullNatEntryProps {
object AccessIp,
object AccessPort,
object FullNatTableId,
object IpProtocol,
object NatIp,
object NatIpPort,
object NetworkInterfaceId,
object FullNatEntryDescription = null,
object FullNatEntryName = null
};
Properties
Name | Type | Description |
---|---|---|
AccessIp |
object |
No description. |
AccessPort |
object |
No description. |
FullNatTableId |
object |
No description. |
IpProtocol |
object |
No description. |
NatIp |
object |
No description. |
NatIpPort |
object |
No description. |
NetworkInterfaceId |
object |
No description. |
FullNatEntryDescription |
object |
No description. |
FullNatEntryName |
object |
No description. |
AccessIp
Required
public object AccessIp { get; set; }
- Type: object
AccessPort
Required
public object AccessPort { get; set; }
- Type: object
FullNatTableId
Required
public object FullNatTableId { get; set; }
- Type: object
IpProtocol
Required
public object IpProtocol { get; set; }
- Type: object
NatIp
Required
public object NatIp { get; set; }
- Type: object
NatIpPort
Required
public object NatIpPort { get; set; }
- Type: object
NetworkInterfaceId
Required
public object NetworkInterfaceId { get; set; }
- Type: object
FullNatEntryDescription
Optional
public object FullNatEntryDescription { get; set; }
- Type: object
FullNatEntryName
Optional
public object FullNatEntryName { get; set; }
- Type: object