RosVpnPbrRouteEntryProps
Properties for defining a RosVpnPbrRouteEntry.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnpbrrouteentry
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVpnPbrRouteEntryProps {
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 |
No description. |
PublishVpc |
object |
No description. |
RouteDest |
object |
No description. |
RouteSource |
object |
No description. |
VpnGatewayId |
object |
No description. |
Weight |
object |
No description. |
Description |
object |
No description. |
OverlayMode |
object |
No description. |
Priority |
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
RouteSourceRequired
public object RouteSource { 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
PriorityOptional
public object Priority { get; set; }
- Type: object