Skip to content

RosVpnRouteEntryProps

Properties for defining a RosVpnRouteEntry.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVpnRouteEntryProps {
    object NextHop,
    object PublishVpc,
    object RouteDest,
    object VpnGatewayId,
    object Weight,
    object Description = null,
    object OverlayMode = null
};

Properties

Name Type Description
NextHop object No description.
PublishVpc object No description.
RouteDest object No description.
VpnGatewayId object No description.
Weight object No description.
Description object No description.
OverlayMode object No description.

NextHopRequired

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

PublishVpcRequired

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

RouteDestRequired

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

VpnGatewayIdRequired

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

WeightRequired

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

DescriptionOptional

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

OverlayModeOptional

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