Skip to content

RouteEntryProps

Properties for defining a RouteEntry.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcen"
&alicloudroscdkcen.RouteEntryProps {
    CenId: interface{},
    ChildInstanceId: interface{},
    ChildInstanceRegionId: interface{},
    ChildInstanceRouteTableId: interface{},
    ChildInstanceType: interface{},
    DestinationCidrBlock: interface{},
}

Properties

Name Type Description
CenId interface{} Property cenId: The ID of the CEN instance where the route entry is published.
ChildInstanceId interface{} Property childInstanceId: The ID of the attached network (VPC or VBR).
ChildInstanceRegionId interface{} Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.
ChildInstanceRouteTableId interface{} Property childInstanceRouteTableId: The route table of the attached VBR or VPC.
ChildInstanceType interface{} Property childInstanceType: The type of the network, value: VPC VBR.
DestinationCidrBlock interface{} Property destinationCidrBlock: The destination CIDR block of the route entry to publish.

CenIdRequired

CenId interface{}
  • Type: interface{}

Property cenId: The ID of the CEN instance where the route entry is published.


ChildInstanceIdRequired

ChildInstanceId interface{}
  • Type: interface{}

Property childInstanceId: The ID of the attached network (VPC or VBR).


ChildInstanceRegionIdRequired

ChildInstanceRegionId interface{}
  • Type: interface{}

Property childInstanceRegionId: The ID of the region where the attached VBR or VPC is located.


ChildInstanceRouteTableIdRequired

ChildInstanceRouteTableId interface{}
  • Type: interface{}

Property childInstanceRouteTableId: The route table of the attached VBR or VPC.


ChildInstanceTypeRequired

ChildInstanceType interface{}
  • Type: interface{}

Property childInstanceType: The type of the network, value: VPC VBR.


DestinationCidrBlockRequired

DestinationCidrBlock interface{}
  • Type: interface{}

Property destinationCidrBlock: The destination CIDR block of the route entry to publish.