Skip to content

VpnRouteEntryProps

Properties for defining a VpnRouteEntry.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnrouteentry

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new VpnRouteEntryProps {
    object NextHop,
    object PublishVpc,
    object RouteDest,
    object VpnGatewayId,
    object Weight,
    object Description = null,
    object OverlayMode = 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.
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.

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.


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.