BackendBaseParametersPoolArgs

data class BackendBaseParametersPoolArgs(val services: Output<List<BackendPoolItemArgs>>? = null) : ConvertibleToJava<BackendBaseParametersPoolArgs>

Constructors

Link copied to clipboard
constructor(services: Output<List<BackendPoolItemArgs>>? = null)

Properties

Link copied to clipboard
val services: Output<List<BackendPoolItemArgs>>? = null

The list of backend entities belonging to a pool.

Functions

Link copied to clipboard
open override fun toJava(): BackendBaseParametersPoolArgs