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. |
NextHop
Required
NextHop interface{}
- Type: interface{}
PublishVpc
Required
PublishVpc interface{}
- Type: interface{}
RouteDest
Required
RouteDest interface{}
- Type: interface{}
VpnGatewayId
Required
VpnGatewayId interface{}
- Type: interface{}
Weight
Required
Weight interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
OverlayMode
Optional
OverlayMode interface{}
- Type: interface{}