@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 String getKeyPairProvider()
public void setKeyPairProvider(String 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 String getCertResourcePassword()
public void setCertResourcePassword(String certResourcePassword)
public String getChannelType()
public void setChannelType(String channelType)
public String getShellPrompt()
public void setShellPrompt(String shellPrompt)
public Long getSleepForShellPrompt()
public void setSleepForShellPrompt(Long sleepForShellPrompt)
public Boolean getResolvePropertyPlaceholders()
public void setResolvePropertyPlaceholders(Boolean resolvePropertyPlaceholders)
Apache Camel