RosVpnGatewayProps
Properties for defining a RosVpnGateway
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpngateway
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVpnGatewayProps {
object Bandwidth,
object VpcId,
object AutoPay = null,
object Description = null,
object DisasterRecoveryVSwitchId = null,
object EnableIpsec = null,
object EnableSsl = null,
object InstanceChargeType = null,
object Name = null,
object NetworkType = null,
object Period = null,
object SslConnections = null,
TagsProperty[] Tags = null,
object VpnType = null,
object VSwitchId = null
};
Properties
Name | Type | Description |
---|---|---|
Bandwidth |
object |
No description. |
VpcId |
object |
No description. |
AutoPay |
object |
No description. |
Description |
object |
No description. |
DisasterRecoveryVSwitchId |
object |
No description. |
EnableIpsec |
object |
No description. |
EnableSsl |
object |
No description. |
InstanceChargeType |
object |
No description. |
Name |
object |
No description. |
NetworkType |
object |
No description. |
Period |
object |
No description. |
SslConnections |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpnType |
object |
No description. |
VSwitchId |
object |
No description. |
Bandwidth
Required
public object Bandwidth { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DisasterRecoveryVSwitchId
Optional
public object DisasterRecoveryVSwitchId { get; set; }
- Type: object
EnableIpsec
Optional
public object EnableIpsec { get; set; }
- Type: object
EnableSsl
Optional
public object EnableSsl { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
NetworkType
Optional
public object NetworkType { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
SslConnections
Optional
public object SslConnections { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpnType
Optional
public object VpnType { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object