Show / Hide Table of Contents

Class GetConnectionsConnectionIpsecConfigResult

Inheritance
System.Object
GetConnectionsConnectionIpsecConfigResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Vpn.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetConnectionsConnectionIpsecConfigResult

Fields

View Source

IpsecAuthAlg

The authentication algorithm of phase-two negotiation.

Declaration
public readonly string IpsecAuthAlg
Field Value
Type Description
System.String
View Source

IpsecEncAlg

The encryption algorithm of phase-two negotiation.

Declaration
public readonly string IpsecEncAlg
Field Value
Type Description
System.String
View Source

IpsecLifetime

The SA lifecycle as the result of phase-two negotiation.

Declaration
public readonly int? IpsecLifetime
Field Value
Type Description
System.Nullable<System.Int32>
View Source

IpsecPfs

The Diffie-Hellman key exchange algorithm used by phase-two negotiation.

Declaration
public readonly string IpsecPfs
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.