Skip to content

RosNatGatewayProps

Properties for defining a RosNatGateway.

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

Initializer

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

Properties

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

NatGatewayIdRequired

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

RefreshOptionsOptional

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