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