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. |
CenId
Required
public object CenId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
RegionId
Optional
public object RegionId { get; set; }
- Type: object
TransitRouterId
Optional
public object TransitRouterId { get; set; }
- Type: object