Skip to content

ChildInstanceRouteEntryToAttachmentProps

Properties for defining a ChildInstanceRouteEntryToAttachment.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cen-childinstancerouteentrytoattachment

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.ChildInstanceRouteEntryToAttachmentProps {
    CenId: interface{},
    DestinationCidrBlock: interface{},
    RouteTableId: interface{},
    TransitRouterAttachmentId: interface{},
}

Properties

Name Type Description
CenId interface{} Property cenId: The ID of the CEN instance.
DestinationCidrBlock interface{} Property destinationCidrBlock: The destination CIDR block of the route.
RouteTableId interface{} Property routeTableId: The ID of the route table configured on the network instance.
TransitRouterAttachmentId interface{} Property transitRouterAttachmentId: The ID of the network instance connection.

CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance.


DestinationCidrBlockRequired

DestinationCidrBlock interface{}
  • Type: interface{}

Property destinationCidrBlock: The destination CIDR block of the route.


RouteTableIdRequired

RouteTableId interface{}
  • Type: interface{}

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


TransitRouterAttachmentIdRequired

TransitRouterAttachmentId interface{}
  • Type: interface{}

Property transitRouterAttachmentId: The ID of the network instance connection.