DataCollectionEndpointResponseFailoverConfiguration

data class DataCollectionEndpointResponseFailoverConfiguration(val activeLocation: String? = null, val locations: List<LocationSpecResponse>? = null)

Failover configuration on this endpoint. This property is READ-ONLY.

Constructors

constructor(activeLocation: String? = null, locations: List<LocationSpecResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activeLocation: String? = null

Active location where data flow will occur.

Link copied to clipboard

Locations that are configured for failover.