Skip to content

RosVpnRouteEntryProps

Properties for defining a RosVpnRouteEntry.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnrouteentry

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.RosVpnRouteEntryProps {
    NextHop: interface{},
    PublishVpc: interface{},
    RouteDest: interface{},
    VpnGatewayId: interface{},
    Weight: interface{},
    Description: interface{},
    OverlayMode: interface{},
}

Properties

Name Type Description
NextHop interface{} No description.
PublishVpc interface{} No description.
RouteDest interface{} No description.
VpnGatewayId interface{} No description.
Weight interface{} No description.
Description interface{} No description.
OverlayMode interface{} No description.

NextHopRequired

NextHop interface{}
  • Type: interface{}

PublishVpcRequired

PublishVpc interface{}
  • Type: interface{}

RouteDestRequired

RouteDest interface{}
  • Type: interface{}

VpnGatewayIdRequired

VpnGatewayId interface{}
  • Type: interface{}

WeightRequired

Weight interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

OverlayModeOptional

OverlayMode interface{}
  • Type: interface{}