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 SourceIpsecAuthAlg
The authentication algorithm of phase-two negotiation.
Declaration
public readonly string IpsecAuthAlg
Field Value
| Type | Description |
|---|---|
| System.String |
IpsecEncAlg
The encryption algorithm of phase-two negotiation.
Declaration
public readonly string IpsecEncAlg
Field Value
| Type | Description |
|---|---|
| System.String |
IpsecLifetime
The SA lifecycle as the result of phase-two negotiation.
Declaration
public readonly int? IpsecLifetime
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IpsecPfs
The Diffie-Hellman key exchange algorithm used by phase-two negotiation.
Declaration
public readonly string IpsecPfs
Field Value
| Type | Description |
|---|---|
| System.String |