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. |
NatGatewayId
Required
public object NatGatewayId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object