ActiveVpnTunnelStatus

Contains information about the current security configuration of an active VPN tunnel.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of the Internet Key Exchange (IKE) protocol being used.

Link copied to clipboard

The Diffie-Hellman group number being used in Phase 1 IKE negotiations.

Link copied to clipboard

The encryption algorithm negotiated in Phase 1 IKE negotiations.

Link copied to clipboard

The integrity algorithm negotiated in Phase 1 IKE negotiations.

Link copied to clipboard

The Diffie-Hellman group number being used in Phase 2 IKE negotiations.

Link copied to clipboard

The encryption algorithm negotiated in Phase 2 IKE negotiations.

Link copied to clipboard

The integrity algorithm negotiated in Phase 2 IKE negotiations.

Link copied to clipboard

The current provisioning status of the VPN tunnel.

Link copied to clipboard

The reason for the current provisioning status.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String