Skip to content

RosNatIpCidrsProps

Properties for defining a RosNatIpCidrs.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-natipcidrs

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosNatIpCidrsProps {
    object NatGatewayId,
    object NatIpCidr = null,
    object RefreshOptions = null
};

Properties

Name Type Description
NatGatewayId object No description.
NatIpCidr object No description.
RefreshOptions object No description.

NatGatewayIdRequired

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

NatIpCidrOptional

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

RefreshOptionsOptional

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