VpnRouteEntryProps
Properties for defining a VpnRouteEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnrouteentry
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.VpnRouteEntryProps {
NextHop: interface{},
PublishVpc: interface{},
RouteDest: interface{},
VpnGatewayId: interface{},
Weight: interface{},
Description: interface{},
OverlayMode: interface{},
}
Properties
Name | Type | Description |
---|---|---|
NextHop |
interface{} |
Property nextHop: The next hop of the destination route entry. |
PublishVpc |
interface{} |
Property publishVpc: Indicates whether to publish the destination route to the VPC. |
RouteDest |
interface{} |
Property routeDest: The destination CIDR block of the destination route. |
VpnGatewayId |
interface{} |
Property vpnGatewayId: The ID of the VPN Gateway. |
Weight |
interface{} |
Property weight: The weight of the destination route. |
Description |
interface{} |
Property description: The description of the VPN destination route. |
OverlayMode |
interface{} |
Property overlayMode: The overlay mode. |
NextHop
Required
NextHop interface{}
- Type: interface{}
Property nextHop: The next hop of the destination route entry.
PublishVpc
Required
PublishVpc interface{}
- Type: interface{}
Property publishVpc: Indicates whether to publish the destination route to the VPC.
Valid values: true: Publish the destination route to the VPC. false: Do not publish the destination route to the VPC.
RouteDest
Required
RouteDest interface{}
- Type: interface{}
Property routeDest: The destination CIDR block of the destination route.
VpnGatewayId
Required
VpnGatewayId interface{}
- Type: interface{}
Property vpnGatewayId: The ID of the VPN Gateway.
Weight
Required
Weight interface{}
- Type: interface{}
Property weight: The weight of the destination route.
Valid values: 0|100.
Description
Optional
Description interface{}
- Type: interface{}
Property description: The description of the VPN destination route.
OverlayMode
Optional
OverlayMode interface{}
- Type: interface{}
Property overlayMode: The overlay mode.