RouteTablesProps
Properties for defining a RouteTables
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routetables
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RouteTablesProps {
RefreshOptions: interface{},
ResourceGroupId: interface{},
RouterId: interface{},
RouterType: interface{},
RouteTableId: interface{},
RouteTableName: interface{},
VpcId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
ResourceGroupId |
interface{} |
Property resourceGroupId: The ID of the resource group to which the route table belongs. |
RouterId |
interface{} |
Property routerId: The ID of the VRouter to which the route table belongs. |
RouterType |
interface{} |
Property routerType: The type of the VRouter to which the route table belongs. |
RouteTableId |
interface{} |
Property routeTableId: The ID of the route table. |
RouteTableName |
interface{} |
Property routeTableName: The name of the route table. |
VpcId |
interface{} |
Property vpcId: The ID of the VRouter to which the route table belongs. |
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
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
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: The ID of the resource group to which the route table belongs.
RouterId
Optional
RouterId interface{}
- Type: interface{}
Property routerId: The ID of the VRouter to which the route table belongs.
RouterType
Optional
RouterType interface{}
- Type: interface{}
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
RouteTableId interface{}
- Type: interface{}
Property routeTableId: The ID of the route table.
RouteTableName
Optional
RouteTableName interface{}
- Type: interface{}
Property routeTableName: The name of the route table.
VpcId
Optional
VpcId interface{}
- Type: interface{}
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.