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. |
NextHop
Required
public object NextHop { get; set; }
- Type: object
PublishVpc
Required
public object PublishVpc { get; set; }
- Type: object
RouteDest
Required
public object RouteDest { get; set; }
- Type: object
VpnGatewayId
Required
public object VpnGatewayId { get; set; }
- Type: object
Weight
Required
public object Weight { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
OverlayMode
Optional
public object OverlayMode { get; set; }
- Type: object