Skip to content

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.

AccessIpRequired

public object AccessIp { get; set; }
  • Type: object

AccessPortRequired

public object AccessPort { get; set; }
  • Type: object

FullNatTableIdRequired

public object FullNatTableId { get; set; }
  • Type: object

IpProtocolRequired

public object IpProtocol { get; set; }
  • Type: object

NatIpRequired

public object NatIp { get; set; }
  • Type: object

NatIpPortRequired

public object NatIpPort { get; set; }
  • Type: object

NetworkInterfaceIdRequired

public object NetworkInterfaceId { get; set; }
  • Type: object

FullNatEntryDescriptionOptional

public object FullNatEntryDescription { get; set; }
  • Type: object

FullNatEntryNameOptional

public object FullNatEntryName { get; set; }
  • Type: object