BackendPoolResponse

data class BackendPoolResponse(val backends: List<BackendResponse>? = null, val healthProbeSettings: SubResourceResponse? = null, val id: String? = null, val loadBalancingSettings: SubResourceResponse? = null, val name: String? = null, val resourceState: String, val type: String)

A backend pool is a collection of backends that can be routed to.

Constructors

Link copied to clipboard
constructor(backends: List<BackendResponse>? = null, healthProbeSettings: SubResourceResponse? = null, id: String? = null, loadBalancingSettings: SubResourceResponse? = null, name: String? = null, resourceState: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The set of backends for this pool

Link copied to clipboard

L7 health probe settings for a backend pool

Link copied to clipboard
val id: String? = null

Resource ID.

Link copied to clipboard

Load balancing settings for a backend pool

Link copied to clipboard
val name: String? = null

Resource name.

Link copied to clipboard

Resource status.

Link copied to clipboard

Resource type.