VpnPbrRouteEntryProps
Properties for defining a VpnPbrRouteEntry
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnpbrrouteentry
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new VpnPbrRouteEntryProps {
object NextHop,
object PublishVpc,
object RouteDest,
object RouteSource,
object VpnGatewayId,
object Weight,
object Description = null,
object OverlayMode = null,
object Priority = null
};
Properties
Name | Type | Description |
---|---|---|
NextHop |
object |
Property nextHop: The next hop of the destination route entry. |
PublishVpc |
object |
Property publishVpc: Indicates whether to publish the destination route to the VPC. |
RouteDest |
object |
Property routeDest: The destination CIDR block of the destination route. |
RouteSource |
object |
Property routeSource: The source CIDR block of the policy-based route. |
VpnGatewayId |
object |
Property vpnGatewayId: The ID of the VPN Gateway. |
Weight |
object |
Property weight: The weight of the destination route. |
Description |
object |
Property description: The description of the VPN destination route. |
OverlayMode |
object |
Property overlayMode: The overlay mode. |
Priority |
object |
Property priority: Policy priority for policy routing. |
NextHop
Required
public object NextHop { get; set; }
- Type: object
Property nextHop: The next hop of the destination route entry.
PublishVpc
Required
public object PublishVpc { get; set; }
- Type: object
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
public object RouteDest { get; set; }
- Type: object
Property routeDest: The destination CIDR block of the destination route.
RouteSource
Required
public object RouteSource { get; set; }
- Type: object
Property routeSource: The source CIDR block of the policy-based route.
VpnGatewayId
Required
public object VpnGatewayId { get; set; }
- Type: object
Property vpnGatewayId: The ID of the VPN Gateway.
Weight
Required
public object Weight { get; set; }
- Type: object
Property weight: The weight of the destination route.
Valid values: 0|100.
Description
Optional
public object Description { get; set; }
- Type: object
Property description: The description of the VPN destination route.
OverlayMode
Optional
public object OverlayMode { get; set; }
- Type: object
Property overlayMode: The overlay mode.
Priority
Optional
public object Priority { get; set; }
- Type: object
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.