Class GetConnectionsConnectionIkeConfig


  • public final class GetConnectionsConnectionIkeConfig
    extends java.lang.Object
    • Method Detail

      • ikeAuthAlg

        public java.util.Optional<java.lang.String> ikeAuthAlg()
        Returns:
        The authentication algorithm of phase-one negotiation.
      • ikeEncAlg

        public java.util.Optional<java.lang.String> ikeEncAlg()
        Returns:
        The encryption algorithm of phase-one negotiation.
      • ikeLifetime

        public java.util.Optional<java.lang.Integer> ikeLifetime()
        Returns:
        The SA lifecycle as the result of phase-one negotiation.
      • ikeLocalId

        public java.util.Optional<java.lang.String> ikeLocalId()
        Returns:
        The identification of the VPN gateway.
      • ikeMode

        public java.util.Optional<java.lang.String> ikeMode()
        Returns:
        The negotiation mode of IKE phase-one.
      • ikePfs

        public java.util.Optional<java.lang.String> ikePfs()
        Returns:
        The Diffie-Hellman key exchange algorithm used by phase-one negotiation.
      • ikeRemoteId

        public java.util.Optional<java.lang.String> ikeRemoteId()
        Returns:
        The identification of the customer gateway.
      • ikeVersion

        public java.util.Optional<java.lang.String> ikeVersion()
        Returns:
        The version of the IKE protocol.
      • psk

        public java.util.Optional<java.lang.String> psk()
        Returns:
        Used for authentication between the IPsec VPN gateway and the customer gateway.