TransitRoutersProps
Properties for defining a TransitRouters.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-transitrouters
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new TransitRoutersProps {
    object CenId,
    object RefreshOptions = null,
    object RegionId = null,
    object TransitRouterId = null
};
Properties
| Name | Type | Description | 
|---|---|---|
CenId | 
object | 
Property cenId: The ID of the CEN instance. | 
RefreshOptions | 
object | 
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. | 
RegionId | 
object | 
Property regionId: The ID of the region where the transit router is deployed. | 
TransitRouterId | 
object | 
Property transitRouterId: The ID of the transit router. | 
CenIdRequired 
public object CenId { get; set; }
- Type: object
 
Property cenId: The ID of the CEN instance.
RefreshOptionsOptional 
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.
 
RegionIdOptional 
public object RegionId { get; set; }
- Type: object
 
Property regionId: The ID of the region where the transit router is deployed.
You can call the DescribeRegions operation to query region IDs.
TransitRouterIdOptional 
public object TransitRouterId { get; set; }
- Type: object
 
Property transitRouterId: The ID of the transit router.