TunnelIpsecConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Vpc;
new TunnelIpsecConfigProperty {
object IpsecAuthAlg = null,
object IpsecEncAlg = null,
object IpsecLifetime = null,
object IpsecPfs = null
};
Properties
Name | Type | Description |
---|---|---|
IpsecAuthAlg |
object |
No description. |
IpsecEncAlg |
object |
No description. |
IpsecLifetime |
object |
No description. |
IpsecPfs |
object |
No description. |
IpsecAuthAlg
Optional
public object IpsecAuthAlg { get; set; }
- Type: object
IpsecEncAlg
Optional
public object IpsecEncAlg { get; set; }
- Type: object
IpsecLifetime
Optional
public object IpsecLifetime { get; set; }
- Type: object
IpsecPfs
Optional
public object IpsecPfs { get; set; }
- Type: object