EndpointGroupEndpointConfiguration

data class EndpointGroupEndpointConfiguration(val enableClientipPreservation: Boolean? = null, val endpoint: String, val type: String, val weight: Int)

Constructors

Link copied to clipboard
fun EndpointGroupEndpointConfiguration(enableClientipPreservation: Boolean? = null, endpoint: String, type: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether client IP addresses are reserved. Valid values: true: Client IP addresses are reserved, false: Client IP addresses are not reserved. Default value is false.

Link copied to clipboard

The IP address or domain name of Endpoint N in the endpoint group.

Link copied to clipboard

The type of Endpoint N in the endpoint group. Valid values: Domain: a custom domain name, Ip: a custom IP address, PublicIp: an Alibaba Cloud public IP address, ECS: an Alibaba Cloud Elastic Compute Service (ECS) instance, SLB: an Alibaba Cloud Server Load Balancer (SLB) instance.

Link copied to clipboard
val weight: Int

The weight of Endpoint N in the endpoint group. Valid value is 0 to 255.