GetEndpointGroupsGroupEndpointConfiguration

data class GetEndpointGroupsGroupEndpointConfiguration(val enableClientipPreservation: Boolean, val endpoint: String, val probePort: Int, val probeProtocol: String, val type: String, val weight: Int)

Constructors

constructor(enableClientipPreservation: Boolean, endpoint: String, probePort: Int, probeProtocol: String, type: String, weight: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether client IP addresses are reserved.

Link copied to clipboard

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

Link copied to clipboard

Probe Port.

Link copied to clipboard

Probe Protocol.

Link copied to clipboard

The type of Endpoint N in the endpoint group.

Link copied to clipboard
val weight: Int

The weight of Endpoint N in the endpoint group.