RosRouteTablesProps
Properties for defining a RosRouteTables
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-vpc-routetables
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc/datasource"
&datasource.RosRouteTablesProps {
RefreshOptions: interface{},
ResourceGroupId: interface{},
RouterId: interface{},
RouterType: interface{},
RouteTableId: interface{},
RouteTableName: interface{},
VpcId: interface{},
}
Properties
Name | Type | Description |
---|---|---|
RefreshOptions |
interface{} |
No description. |
ResourceGroupId |
interface{} |
No description. |
RouterId |
interface{} |
No description. |
RouterType |
interface{} |
No description. |
RouteTableId |
interface{} |
No description. |
RouteTableName |
interface{} |
No description. |
VpcId |
interface{} |
No description. |
RefreshOptions
Optional
RefreshOptions interface{}
- Type: interface{}
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
RouterId
Optional
RouterId interface{}
- Type: interface{}
RouterType
Optional
RouterType interface{}
- Type: interface{}
RouteTableId
Optional
RouteTableId interface{}
- Type: interface{}
RouteTableName
Optional
RouteTableName interface{}
- Type: interface{}
VpcId
Optional
VpcId interface{}
- Type: interface{}