Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace TunnelPhaseOneDetails

IPSec tunnel details specific to ISAKMP phase one.

Properties

Optional customAuthenticationAlgorithm

customAuthenticationAlgorithm: undefined | string

The proposed custom authentication algorithm.

Optional customDhGroup

customDhGroup: undefined | string

The proposed custom Diffie-Hellman group.

Optional customEncryptionAlgorithm

customEncryptionAlgorithm: undefined | string

The proposed custom encryption algorithm.

Optional isCustomPhaseOneConfig

isCustomPhaseOneConfig: undefined | false | true

Indicates whether custom phase one configuration is enabled. If this option is not enabled, default settings are proposed.

Optional isIkeEstablished

isIkeEstablished: undefined | false | true

Indicates whether IKE phase one is established.

Optional lifetime

lifetime: undefined | number

The total configured lifetime of the IKE security association. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional negotiatedAuthenticationAlgorithm

negotiatedAuthenticationAlgorithm: undefined | string

The negotiated authentication algorithm.

Optional negotiatedDhGroup

negotiatedDhGroup: undefined | string

The negotiated Diffie-Hellman group.

Optional negotiatedEncryptionAlgorithm

negotiatedEncryptionAlgorithm: undefined | string

The negotiated encryption algorithm.

Optional remainingLifetime

remainingLifetime: undefined | number

The remaining lifetime before the key is refreshed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional remainingLifetimeLastRetrieved

remainingLifetimeLastRetrieved: Date

The date and time we retrieved the remaining lifetime, in the format defined by RFC3339.

Example: {@code 2016-08-25T21:10:29.600Z}

Functions

getDeserializedJsonObj

getJsonObj