VulpesCloud
Toggle table of contents
2.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
VulpesCloud
VulpesCloud-node
/
de.vulpescloud.node.config
/
RedisEndpointData
Redis
Endpoint
Data
data
class
RedisEndpointData
(
val
user
:
String
,
val
hostname
:
String
,
val
port
:
Int
,
val
password
:
String
)
Members
Constructors
Redis
Endpoint
Data
Link copied to clipboard
constructor
(
user
:
String
,
hostname
:
String
,
port
:
Int
,
password
:
String
)
Properties
hostname
Link copied to clipboard
val
hostname
:
String
password
Link copied to clipboard
val
password
:
String
port
Link copied to clipboard
val
port
:
Int
user
Link copied to clipboard
val
user
:
String