EndpointHintsPatchArgs

data class EndpointHintsPatchArgs(val forZones: Output<List<ForZonePatchArgs>>? = null) : ConvertibleToJava<EndpointHintsPatchArgs>

EndpointHints provides hints describing how an endpoint should be consumed.

Constructors

Link copied to clipboard
constructor(forZones: Output<List<ForZonePatchArgs>>? = null)

Properties

Link copied to clipboard
val forZones: Output<List<ForZonePatchArgs>>? = null

forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing.

Functions

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