Replication Configuration
data class ReplicationConfiguration(@Json(name = "source" ) val source: String, @Json(name = "preemptive" ) val preemptive: Boolean)
Cached data replication configuration description. May be null
if replication is not configured.
Parameters
source
The name of the Build Cache Node which is the source of data.
preemptive
Indicates if preemptive replication is enabled from the source.