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. |
CenId
Required
public object CenId { get; set; }
- Type: object
ChildInstanceId
Required
public object ChildInstanceId { get; set; }
- Type: object
ChildInstanceRegionId
Required
public object ChildInstanceRegionId { get; set; }
- Type: object
ChildInstanceRouteTableId
Required
public object ChildInstanceRouteTableId { get; set; }
- Type: object
ChildInstanceType
Required
public object ChildInstanceType { get; set; }
- Type: object
DestinationCidrBlock
Required
public object DestinationCidrBlock { get; set; }
- Type: object