InstanceHostConfig

data class InstanceHostConfig(val api: String? = null, val gitHttp: String? = null, val gitSsh: String? = null, val html: String? = null)

Constructors

Link copied to clipboard
constructor(api: String? = null, gitHttp: String? = null, gitSsh: String? = null, html: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val api: String? = null

(Output) API hostname.

Link copied to clipboard
val gitHttp: String? = null

(Output) Git HTTP hostname.

Link copied to clipboard
val gitSsh: String? = null

(Output) Git SSH hostname.

Link copied to clipboard
val html: String? = null

(Output) HTML hostname.