Class DescribeVPNTunnelResponse.IKEData

    • Constructor Detail

      • IKEData

        public IKEData()
    • Method Detail

      • getIKEAuthenticationAlgorithm

        public String getIKEAuthenticationAlgorithm()
      • setIKEAuthenticationAlgorithm

        public void setIKEAuthenticationAlgorithm​(String ikeAuthenticationAlgorithm)
      • getIKEDhGroup

        public String getIKEDhGroup()
      • setIKEDhGroup

        public void setIKEDhGroup​(String ikeDhGroup)
      • getIKEEncryptionAlgorithm

        public String getIKEEncryptionAlgorithm()
      • setIKEEncryptionAlgorithm

        public void setIKEEncryptionAlgorithm​(String ikeEncryptionAlgorithm)
      • getIKEExchangeMode

        public String getIKEExchangeMode()
      • setIKEExchangeMode

        public void setIKEExchangeMode​(String ikeExchangeMode)
      • getIKELocalId

        public String getIKELocalId()
      • setIKELocalId

        public void setIKELocalId​(String ikeLocalId)
      • getIKEPreSharedKey

        public String getIKEPreSharedKey()
      • setIKEPreSharedKey

        public void setIKEPreSharedKey​(String ikePreSharedKey)
      • getIKERemoteId

        public String getIKERemoteId()
      • setIKERemoteId

        public void setIKERemoteId​(String ikeRemoteId)
      • getIKESALifetime

        public String getIKESALifetime()
      • setIKESALifetime

        public void setIKESALifetime​(String ikesaLifetime)
      • getIKEVersion

        public String getIKEVersion()
      • setIKEVersion

        public void setIKEVersion​(String ikeVersion)