Endpoint Group Endpoint Configuration
data class EndpointGroupEndpointConfiguration(val clientIpPreservationEnabled: Boolean? = null, val endpointId: String, val weight: Int? = null)
The configuration for a given endpoint
Constructors
Link copied to clipboard
fun EndpointGroupEndpointConfiguration(clientIpPreservationEnabled: Boolean? = null, endpointId: String, weight: Int? = null)