RosVpnAttachmentProps
Properties for defining a RosVpnAttachment
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vpc-vpnattachment
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new RosVpnAttachmentProps {
object CustomerGatewayId,
object LocalSubnet,
object RemoteSubnet,
object AutoConfigRoute = null,
object BgpConfig = null,
object EffectImmediately = null,
object EnableDpd = null,
object EnableNatTraversal = null,
object HealthCheckConfig = null,
object IkeConfig = null,
object IpsecConfig = null,
object Name = null,
object NetworkType = null,
object RemoteCaCert = null
};
Properties
Name | Type | Description |
---|---|---|
CustomerGatewayId |
object |
No description. |
LocalSubnet |
object |
No description. |
RemoteSubnet |
object |
No description. |
AutoConfigRoute |
object |
No description. |
BgpConfig |
object |
No description. |
EffectImmediately |
object |
No description. |
EnableDpd |
object |
No description. |
EnableNatTraversal |
object |
No description. |
HealthCheckConfig |
object |
No description. |
IkeConfig |
object |
No description. |
IpsecConfig |
object |
No description. |
Name |
object |
No description. |
NetworkType |
object |
No description. |
RemoteCaCert |
object |
No description. |
CustomerGatewayId
Required
public object CustomerGatewayId { get; set; }
- Type: object
LocalSubnet
Required
public object LocalSubnet { get; set; }
- Type: object
RemoteSubnet
Required
public object RemoteSubnet { get; set; }
- Type: object
AutoConfigRoute
Optional
public object AutoConfigRoute { get; set; }
- Type: object
BgpConfig
Optional
public object BgpConfig { get; set; }
- Type: object
EffectImmediately
Optional
public object EffectImmediately { get; set; }
- Type: object
EnableDpd
Optional
public object EnableDpd { get; set; }
- Type: object
EnableNatTraversal
Optional
public object EnableNatTraversal { get; set; }
- Type: object
HealthCheckConfig
Optional
public object HealthCheckConfig { get; set; }
- Type: object
IkeConfig
Optional
public object IkeConfig { get; set; }
- Type: object
IpsecConfig
Optional
public object IpsecConfig { get; set; }
- Type: object
Name
Optional
public object Name { get; set; }
- Type: object
NetworkType
Optional
public object NetworkType { get; set; }
- Type: object
RemoteCaCert
Optional
public object RemoteCaCert { get; set; }
- Type: object