CenRouteMapsProps
Properties for defining a CenRouteMaps
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-cenroutemaps
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen/datasource"
&datasource.CenRouteMapsProps {
CenId: interface{},
CenRegionId: interface{},
RefreshOptions: interface{},
RouteMapId: interface{},
TransitRouterRouteTableId: interface{},
TransmitDirection: interface{},
}
Properties
Name | Type | Description |
---|---|---|
CenId |
interface{} |
Property cenId: The ID of the CEN instance. |
CenRegionId |
interface{} |
Property cenRegionId: The ID of the region where the routing policy is applied. |
RefreshOptions |
interface{} |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
RouteMapId |
interface{} |
Property routeMapId: The ID of the routing policy. |
TransitRouterRouteTableId |
interface{} |
Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated. |
TransmitDirection |
interface{} |
Property transmitDirection: The direction in which the routing policy is applied. |
CenId
Required
CenId interface{}
- Type: interface{}
Property cenId: The ID of the CEN instance.
CenRegionId
Optional
CenRegionId interface{}
- Type: interface{}
Property cenRegionId: The ID of the region where the routing policy is applied.
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.
RouteMapId
Optional
RouteMapId interface{}
- Type: interface{}
Property routeMapId: The ID of the routing policy.
TransitRouterRouteTableId
Optional
TransitRouterRouteTableId interface{}
- Type: interface{}
Property transitRouterRouteTableId: The route table ID of the transit router with which the routing policy is associated.
TransmitDirection
Optional
TransmitDirection interface{}
- Type: interface{}
Property transmitDirection: The direction in which the routing policy is applied.