RouteTablesProps
Properties for defining a RouteTables
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routetables
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RouteTablesProps {
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 |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group to which the route table belongs. |
RouterId |
object |
Property routerId: The ID of the VRouter to which the route table belongs. |
RouterType |
object |
Property routerType: The type of the VRouter to which the route table belongs. |
RouteTableId |
object |
Property routeTableId: The ID of the route table. |
RouteTableName |
object |
Property routeTableName: The name of the route table. |
VpcId |
object |
Property vpcId: The ID of the VRouter to which the route table belongs. |
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group to which the route table belongs.
RouterId
Optional
public object RouterId { get; set; }
- Type: object
Property routerId: The ID of the VRouter to which the route table belongs.
RouterType
Optional
public object RouterType { get; set; }
- Type: object
Property routerType: The type of the VRouter to which the route table belongs.
Valid values: VRouter (default): VRouter. VBR: Virtual Border Router (VBR).
RouteTableId
Optional
public object RouteTableId { get; set; }
- Type: object
Property routeTableId: The ID of the route table.
RouteTableName
Optional
public object RouteTableName { get; set; }
- Type: object
Property routeTableName: The name of the route table.
VpcId
Optional
public object VpcId { get; set; }
- Type: object
Property vpcId: The ID of the VRouter to which the route table belongs.
The value of the RouterType parameter is set to VRouter automatically when this parameter is specified.