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. |
CenId
Required
public object CenId { get; set; }
- Type: object
Property cenId: The ID of the CEN instance.
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.
RegionId
Optional
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.
TransitRouterId
Optional
public object TransitRouterId { get; set; }
- Type: object
Property transitRouterId: The ID of the transit router.