Skip to content

RosRouteProps

Properties for defining a RosRoute.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-route

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosRouteProps {
    DestinationCidrBlock: interface{},
    RouteTableId: interface{},
    NextHopId: interface{},
    NextHopList: interface{},
    NextHopType: interface{},
}

Properties

Name Type Description
DestinationCidrBlock interface{} No description.
RouteTableId interface{} No description.
NextHopId interface{} No description.
NextHopList interface{} No description.
NextHopType interface{} No description.

DestinationCidrBlockRequired

DestinationCidrBlock interface{}
  • Type: interface{}

RouteTableIdRequired

RouteTableId interface{}
  • Type: interface{}

NextHopIdOptional

NextHopId interface{}
  • Type: interface{}

NextHopListOptional

NextHopList interface{}
  • Type: interface{}

NextHopTypeOptional

NextHopType interface{}
  • Type: interface{}