RosNatGatewaysProps
Properties for defining a RosNatGateways.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-natgateways
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosNatGatewaysProps {
object InstanceChargeType = null,
object Name = null,
object NatGatewayId = null,
object NatType = null,
object NetworkType = null,
object RefreshOptions = null,
object ResourceGroupId = null,
object Status = null,
object VpcId = null,
object ZoneId = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceChargeType |
object |
No description. |
Name |
object |
No description. |
NatGatewayId |
object |
No description. |
NatType |
object |
No description. |
NetworkType |
object |
No description. |
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
Status |
object |
No description. |
VpcId |
object |
No description. |
ZoneId |
object |
No description. |
InstanceChargeTypeOptional
public object InstanceChargeType { get; set; }
- Type: object
NameOptional
public object Name { get; set; }
- Type: object
NatGatewayIdOptional
public object NatGatewayId { get; set; }
- Type: object
NatTypeOptional
public object NatType { get; set; }
- Type: object
NetworkTypeOptional
public object NetworkType { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
StatusOptional
public object Status { get; set; }
- Type: object
VpcIdOptional
public object VpcId { get; set; }
- Type: object
ZoneIdOptional
public object ZoneId { get; set; }
- Type: object