Skip to content

RosRouteEntryProps

Properties for defining a RosRouteEntry.

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

Initializer

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

Properties

Name Type Description
CenId interface{} No description.
ChildInstanceId interface{} No description.
ChildInstanceRegionId interface{} No description.
ChildInstanceRouteTableId interface{} No description.
ChildInstanceType interface{} No description.
DestinationCidrBlock interface{} No description.

CenIdRequired

CenId interface{}
  • Type: interface{}

ChildInstanceIdRequired

ChildInstanceId interface{}
  • Type: interface{}

ChildInstanceRegionIdRequired

ChildInstanceRegionId interface{}
  • Type: interface{}

ChildInstanceRouteTableIdRequired

ChildInstanceRouteTableId interface{}
  • Type: interface{}

ChildInstanceTypeRequired

ChildInstanceType interface{}
  • Type: interface{}

DestinationCidrBlockRequired

DestinationCidrBlock interface{}
  • Type: interface{}