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-based route. |
Description | object | Property description: The description of the destination-based route. |
OverlayMode | object | Property overlayMode: The tunneling protocol. |
Priority | object | Property priority: Policy priority for policy routing. |
NextHopRequired
public object NextHop { get; set; }
- Type: object
Property nextHop: The next hop of the destination route entry.
PublishVpcRequired
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.
RouteDestRequired
public object RouteDest { get; set; }
- Type: object
Property routeDest: The destination CIDR block of the destination route.
RouteSourceRequired
public object RouteSource { get; set; }
- Type: object
Property routeSource: The source CIDR block of the policy-based route.
VpnGatewayIdRequired
public object VpnGatewayId { get; set; }
- Type: object
Property vpnGatewayId: The ID of the VPN Gateway.
WeightRequired
public object Weight { get; set; }
- Type: object
Property weight: The weight of the destination-based route.
Valid values:
- 100: a high priority
- 0: a low priority
DescriptionOptional
public object Description { get; set; }
- Type: object
Property description: The description of the destination-based route.
The description must be 1 to 100 characters in length, and cannot start with http:\/\/ or https:\/\/.
OverlayModeOptional
public object OverlayMode { get; set; }
- Type: object
Property overlayMode: The tunneling protocol.
The value is set to Ipsec, which indicates the IPsec tunneling protocol.
PriorityOptional
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.