Skip to content

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.

IpsecAuthAlgOptional

public object IpsecAuthAlg { get; set; }
  • Type: object

IpsecEncAlgOptional

public object IpsecEncAlg { get; set; }
  • Type: object

IpsecLifetimeOptional

public object IpsecLifetime { get; set; }
  • Type: object

IpsecPfsOptional

public object IpsecPfs { get; set; }
  • Type: object