Skip to content

RosNatIpProps

Properties for defining a RosNatIp.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-natip

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosNatIpProps {
    object NatGatewayId,
    object NatIpCidr,
    object NatIpDescription,
    object NatIpName,
    object NatIp = null,
    object NatIpCidrId = null
};

Properties

Name Type Description
NatGatewayId object No description.
NatIpCidr object No description.
NatIpDescription object No description.
NatIpName object No description.
NatIp object No description.
NatIpCidrId object No description.

NatGatewayIdRequired

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

NatIpCidrRequired

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

NatIpDescriptionRequired

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

NatIpNameRequired

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

NatIpOptional

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

NatIpCidrIdOptional

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