GatewayServerConfiguration

data class GatewayServerConfiguration(val isSyncEnabled: Boolean, val token: UUID?, val port: Port, val isTlsEnabled: Boolean?, val serverAddress: IpAddressOrHostname)

Represents gateway server configuration

Constructors

Link copied to clipboard
constructor(isSyncEnabled: Boolean, token: UUID?, port: Port, isTlsEnabled: Boolean?, serverAddress: IpAddressOrHostname)

Properties

Link copied to clipboard

true when synchronization with server is enabled

Link copied to clipboard

true if gateway should use TLS, false otherwise. Null if Tls is not supported by the gateway

Link copied to clipboard
val port: Port

server port

Link copied to clipboard

server address or hostname

Link copied to clipboard
val token: UUID?

unique token or null if not set