ListHostsHost

data class ListHostsHost(val hostname: String, val seq: Long? = null, val accountCount: Long? = null, val status: HostStatus? = null)

Parameters

hostname

hostname of server; not a URL (no scheme)

seq

Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).

Constructors

Link copied to clipboard
constructor(hostname: String, seq: Long? = null, accountCount: Long? = null, status: HostStatus? = null)

Properties

Link copied to clipboard
val accountCount: Long? = null
Link copied to clipboard

hostname of server; not a URL (no scheme)

Link copied to clipboard
val seq: Long? = null

Recent repo stream event sequence number. May be delayed from actual stream processing (eg, persisted cursor not in-memory cursor).

Link copied to clipboard
val status: HostStatus? = null