RosTransitRoutersProps
Properties for defining a RosTransitRouters.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-cen-transitrouters
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosTransitRoutersProps {
object CenId,
object RefreshOptions = null,
object RegionId = null,
object TransitRouterId = null
};
Properties
| Name | Type | Description |
|---|---|---|
CenId |
object |
No description. |
RefreshOptions |
object |
No description. |
RegionId |
object |
No description. |
TransitRouterId |
object |
No description. |
CenIdRequired
public object CenId { get; set; }
- Type: object
RefreshOptionsOptional
public object RefreshOptions { get; set; }
- Type: object
RegionIdOptional
public object RegionId { get; set; }
- Type: object
TransitRouterIdOptional
public object TransitRouterId { get; set; }
- Type: object