ChildInstanceRouteEntryToAttachmentProps
Properties for defining a ChildInstanceRouteEntryToAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cen;
new ChildInstanceRouteEntryToAttachmentProps {
object CenId,
object DestinationCidrBlock,
object RouteTableId,
object TransitRouterAttachmentId
};
Properties
Name | Type | Description |
---|---|---|
CenId |
object |
Property cenId: The ID of the CEN instance. |
DestinationCidrBlock |
object |
Property destinationCidrBlock: The destination CIDR block of the route. |
RouteTableId |
object |
Property routeTableId: The ID of the route table configured on the network instance. |
TransitRouterAttachmentId |
object |
Property transitRouterAttachmentId: The ID of the network instance connection. |
CenId
Required
public object CenId { get; set; }
- Type: object
Property cenId: The ID of the CEN instance.
DestinationCidrBlock
Required
public object DestinationCidrBlock { get; set; }
- Type: object
Property destinationCidrBlock: The destination CIDR block of the route.
RouteTableId
Required
public object RouteTableId { get; set; }
- Type: object
Property routeTableId: The ID of the route table configured on the network instance.
TransitRouterAttachmentId
Required
public object TransitRouterAttachmentId { get; set; }
- Type: object
Property transitRouterAttachmentId: The ID of the network instance connection.