fun remote(httpUrl: String): Unit
fun remote(httpUrl: String, name: String): Unit
fun remote(httpUrl: String, options: RemoteInstance.() -> Unit): Unit
Define remote instance (available on any host).