@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.component.ssh") public class SshComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Modifier and Type | Class and Description |
---|---|
static class |
SshComponentConfiguration.SshConfigurationNestedConfiguration |
Constructor and Description |
---|
SshComponentConfiguration() |
public SshComponentConfiguration.SshConfigurationNestedConfiguration getConfiguration()
public void setConfiguration(SshComponentConfiguration.SshConfigurationNestedConfiguration configuration)
public String getHost()
public void setHost(String host)
public Integer getPort()
public void setPort(Integer port)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public String getPollCommand()
public void setPollCommand(String pollCommand)
public org.apache.sshd.common.keyprovider.KeyPairProvider getKeyPairProvider()
public void setKeyPairProvider(org.apache.sshd.common.keyprovider.KeyPairProvider keyPairProvider)
public String getKeyType()
public void setKeyType(String keyType)
public Long getTimeout()
public void setTimeout(Long timeout)
@Deprecated @DeprecatedConfigurationProperty public String getCertFilename()
@Deprecated public void setCertFilename(String certFilename)
public String getCertResource()
public void setCertResource(String certResource)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel