Skip to content

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.

CenIdRequired

public object CenId { get; set; }
  • Type: object

Property cenId: The ID of the CEN instance.


DestinationCidrBlockRequired

public object DestinationCidrBlock { get; set; }
  • Type: object

Property destinationCidrBlock: The destination CIDR block of the route.


RouteTableIdRequired

public object RouteTableId { get; set; }
  • Type: object

Property routeTableId: The ID of the route table configured on the network instance.


TransitRouterAttachmentIdRequired

public object TransitRouterAttachmentId { get; set; }
  • Type: object

Property transitRouterAttachmentId: The ID of the network instance connection.