Skip to content

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.

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 route.

Valid values: 0|100.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: The description of the VPN destination route.


OverlayModeOptional

public object OverlayMode { get; set; }
  • Type: object

Property overlayMode: The overlay mode.


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.