VpnPbrRouteEntryProps
Properties for defining a VpnPbrRouteEntry.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnpbrrouteentry
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkvpc"
&alicloudroscdkvpc.VpnPbrRouteEntryProps {
NextHop: interface{},
PublishVpc: interface{},
RouteDest: interface{},
RouteSource: interface{},
VpnGatewayId: interface{},
Weight: interface{},
Description: interface{},
OverlayMode: interface{},
Priority: 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. |
RouteSource |
interface{} |
Property routeSource: The source CIDR block of the policy-based 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. |
Priority |
interface{} |
Property priority: Policy priority for policy routing. |
NextHopRequired
NextHop interface{}
- Type: interface{}
Property nextHop: The next hop of the destination route entry.
PublishVpcRequired
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.
RouteDestRequired
RouteDest interface{}
- Type: interface{}
Property routeDest: The destination CIDR block of the destination route.
RouteSourceRequired
RouteSource interface{}
- Type: interface{}
Property routeSource: The source CIDR block of the policy-based route.
VpnGatewayIdRequired
VpnGatewayId interface{}
- Type: interface{}
Property vpnGatewayId: The ID of the VPN Gateway.
WeightRequired
Weight interface{}
- Type: interface{}
Property weight: The weight of the destination route.
Valid values: 0|100.
DescriptionOptional
Description interface{}
- Type: interface{}
Property description: The description of the VPN destination route.
OverlayModeOptional
OverlayMode interface{}
- Type: interface{}
Property overlayMode: The overlay mode.
PriorityOptional
Priority interface{}
- Type: interface{}
Property priority: Policy priority for policy routing.
Range: 1-100 Default value: 10. The smaller the policy priority number, the higher the priority of the policy route.