RosChildInstanceRouteEntryToAttachmentProps
Properties for defining a RosChildInstanceRouteEntryToAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new RosChildInstanceRouteEntryToAttachmentProps {
object CenId,
object DestinationCidrBlock,
object RouteTableId,
object TransitRouterAttachmentId
};
Properties
Name | Type | Description |
---|---|---|
CenId |
object |
No description. |
DestinationCidrBlock |
object |
No description. |
RouteTableId |
object |
No description. |
TransitRouterAttachmentId |
object |
No description. |
CenId
Required
public object CenId { get; set; }
- Type: object
DestinationCidrBlock
Required
public object DestinationCidrBlock { get; set; }
- Type: object
RouteTableId
Required
public object RouteTableId { get; set; }
- Type: object
TransitRouterAttachmentId
Required
public object TransitRouterAttachmentId { get; set; }
- Type: object