public class RemoteServerConfigurationFile extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
apiToken
Files Agent API Token
|
String |
configVersion
agent config version
|
String |
dns
DNS lookup method ['auto','doh','system']
|
String |
endpointOverride
Custom site endpoint URL
|
Boolean |
followLinks
Follow symlinks when traversing directories
|
Long |
gracefulShutdownTimeout
Graceful shutdown timeout in seconds
|
String |
hostname |
Long |
id
The remote server ID of the agent
|
String |
logFile
Log file name and location
|
String |
logLevel
Log level for the agent logs ['debug', 'info', 'warn', 'error', 'fatal']
|
Long |
logRotateNum
Log route for agent logs.
|
Long |
logRotateSize
Log route size in MB for agent logs.
|
Long |
maxConcurrentJobs
Maximum number of concurrent jobs (default CPU Count * 4)
|
String |
permissionSet
The permission set for the agent ['read_write', 'read_only', 'write_only']
|
Long |
port
Incoming port for files agent connections
|
String |
preferProtocol
Preferred network protocol ['udp', 'tcp']
|
String |
privateKey
The private key for the agent
|
Boolean |
proxyAllOutbound
Proxy all outbound traffic through files.com proxy server
|
String |
publicKey
public key
|
String |
root
The root directory for the agent
|
String |
serverHostKey |
String |
status
either running or shutdown
|
String |
subdomain
Files.com subdomain site name
|
String |
transferRateLimit
File transfer (upload/download) rate limit
` limit - period `, with the given periods:
* 'S': second
* 'M': minute
* 'H': hour
* 'D': day
Examples:
* 5 requests/second: '5-S'
* 10 requests/minute: '10-M'
* 1000 requests/hour: '1000-H'
* 2000 requests/day: '2000-D'
|
| Constructor and Description |
|---|
RemoteServerConfigurationFile() |
RemoteServerConfigurationFile(HashMap<String,Object> parameters) |
RemoteServerConfigurationFile(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
public Long id
public String permissionSet
public String privateKey
public String subdomain
public String root
public Boolean followLinks
public String preferProtocol
public String dns
public Boolean proxyAllOutbound
public String endpointOverride
public String logFile
public String logLevel
public Long logRotateNum
public Long logRotateSize
public Long maxConcurrentJobs
public Long gracefulShutdownTimeout
public String transferRateLimit
public String apiToken
public Long port
public String hostname
public String publicKey
public String status
public String serverHostKey
public String configVersion
Copyright © 2024 com.github.files-com. All rights reserved.