RosRouteEntryProps
Properties for defining a RosRouteEntry.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-routeentry
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosRouteEntryProps {
object CenId,
object ChildInstanceId,
object ChildInstanceRegionId,
object ChildInstanceRouteTableId,
object ChildInstanceType,
object DestinationCidrBlock
};
Properties
| Name | Type | Description |
|---|---|---|
CenId |
object |
No description. |
ChildInstanceId |
object |
No description. |
ChildInstanceRegionId |
object |
No description. |
ChildInstanceRouteTableId |
object |
No description. |
ChildInstanceType |
object |
No description. |
DestinationCidrBlock |
object |
No description. |
CenIdRequired
public object CenId { get; set; }
- Type: object
ChildInstanceIdRequired
public object ChildInstanceId { get; set; }
- Type: object
ChildInstanceRegionIdRequired
public object ChildInstanceRegionId { get; set; }
- Type: object
ChildInstanceRouteTableIdRequired
public object ChildInstanceRouteTableId { get; set; }
- Type: object
ChildInstanceTypeRequired
public object ChildInstanceType { get; set; }
- Type: object
DestinationCidrBlockRequired
public object DestinationCidrBlock { get; set; }
- Type: object