C# Class AlibabaCloud.SDK.ROS.CDK.Vpc.VpnRouteEntry

Inheritance: AlibabaCloud.SDK.ROS.CDK.Core.Resource_
Show file Open project: aliyun/Resource-Orchestration-Service-Cloud-Development-Kit

Private Properties

Property Type Description
VpnRouteEntry Amazon.JSII.Runtime.Deputy
VpnRouteEntry Amazon.JSII.Runtime.Deputy

Public Methods

Method Description
VpnRouteEntry ( AlibabaCloud.SDK.ROS.CDK.Core.Construct scope, string id, AlibabaCloud.SDK.ROS.CDK.Vpc.IVpnRouteEntryProps props, bool? enableResourcePropertyConstraint = null ) : Amazon.JSII.Runtime.Deputy

Create a new `ALIYUN::VPC::VpnRouteEntry`.

Param scope - scope in which this resource is defined Param id - scoped id of the resource Param props - resource properties

Private Methods

Method Description
VpnRouteEntry ( ByRefValue reference ) : Amazon.JSII.Runtime.Deputy
VpnRouteEntry ( DeputyProps props ) : Amazon.JSII.Runtime.Deputy

Method Details

VpnRouteEntry() public method

Create a new `ALIYUN::VPC::VpnRouteEntry`.
Param scope - scope in which this resource is defined Param id - scoped id of the resource Param props - resource properties
public VpnRouteEntry ( AlibabaCloud.SDK.ROS.CDK.Core.Construct scope, string id, AlibabaCloud.SDK.ROS.CDK.Vpc.IVpnRouteEntryProps props, bool? enableResourcePropertyConstraint = null ) : Amazon.JSII.Runtime.Deputy
scope AlibabaCloud.SDK.ROS.CDK.Core.Construct
id string
props AlibabaCloud.SDK.ROS.CDK.Vpc.IVpnRouteEntryProps
enableResourcePropertyConstraint bool?
return Amazon.JSII.Runtime.Deputy