Class GetConnectionsConnectionIkeConfigResult
Inheritance
System.Object
GetConnectionsConnectionIkeConfigResult
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 GetConnectionsConnectionIkeConfigResult
Fields
View SourceIkeAuthAlg
The authentication algorithm of phase-one negotiation.
Declaration
public readonly string IkeAuthAlg
Field Value
| Type | Description |
|---|---|
| System.String |
IkeEncAlg
The encryption algorithm of phase-one negotiation.
Declaration
public readonly string IkeEncAlg
Field Value
| Type | Description |
|---|---|
| System.String |
IkeLifetime
The SA lifecycle as the result of phase-one negotiation.
Declaration
public readonly int? IkeLifetime
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IkeLocalId
The identification of the VPN gateway.
Declaration
public readonly string IkeLocalId
Field Value
| Type | Description |
|---|---|
| System.String |
IkeMode
The negotiation mode of IKE phase-one.
Declaration
public readonly string IkeMode
Field Value
| Type | Description |
|---|---|
| System.String |
IkePfs
The Diffie-Hellman key exchange algorithm used by phase-one negotiation.
Declaration
public readonly string IkePfs
Field Value
| Type | Description |
|---|---|
| System.String |
IkeRemoteId
The identification of the customer gateway.
Declaration
public readonly string IkeRemoteId
Field Value
| Type | Description |
|---|---|
| System.String |
IkeVersion
The version of the IKE protocol.
Declaration
public readonly string IkeVersion
Field Value
| Type | Description |
|---|---|
| System.String |
Psk
Used for authentication between the IPsec VPN gateway and the customer gateway.
Declaration
public readonly string Psk
Field Value
| Type | Description |
|---|---|
| System.String |