Class GatewayTLSConfig

    • Constructor Detail

      • GatewayTLSConfig

        public GatewayTLSConfig()
        No args constructor for use in serialization
    • Method Detail

      • getBackend

        public GatewayBackendTLS getBackend()
        GatewayTLSConfig specifies frontend and backend tls configuration for gateway.
      • setBackend

        public void setBackend​(GatewayBackendTLS backend)
        GatewayTLSConfig specifies frontend and backend tls configuration for gateway.
      • getFrontend

        public FrontendTLSConfig getFrontend()
        GatewayTLSConfig specifies frontend and backend tls configuration for gateway.
      • setFrontend

        public void setFrontend​(FrontendTLSConfig frontend)
        GatewayTLSConfig specifies frontend and backend tls configuration for gateway.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)