RosRouteTablesProps
Properties for defining a RosRouteTables
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routetables
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosRouteTablesProps {
object RefreshOptions = null,
object ResourceGroupId = null,
object RouterId = null,
object RouterType = null,
object RouteTableId = null,
object RouteTableName = null,
object VpcId = null
};
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
RouterId |
object |
No description. |
RouterType |
object |
No description. |
RouteTableId |
object |
No description. |
RouteTableName |
object |
No description. |
VpcId |
object |
No description. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
RouterId
Optional
public object RouterId { get; set; }
- Type: object
RouterType
Optional
public object RouterType { get; set; }
- Type: object
RouteTableId
Optional
public object RouteTableId { get; set; }
- Type: object
RouteTableName
Optional
public object RouteTableName { get; set; }
- Type: object
VpcId
Optional
public object VpcId { get; set; }
- Type: object