Skip to content

RosSNatEntryProps

Properties for defining a RosSNatEntry.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-snatentry

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosSNatEntryProps {
    object SNatIp,
    object SNatTableId,
    object SnatEntryName = null,
    object SourceCidr = null,
    object SourceVSwitchId = null
};

Properties

Name Type Description
SNatIp object No description.
SNatTableId object No description.
SnatEntryName object No description.
SourceCidr object No description.
SourceVSwitchId object No description.

SNatIpRequired

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

SNatTableIdRequired

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

SnatEntryNameOptional

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

SourceCidrOptional

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

SourceVSwitchIdOptional

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