target

@JvmName(name = "stsolkhcupnlslci")
suspend fun target(value: Output<MagicWanIpsecTunnelHealthCheckTargetArgs>)
@JvmName(name = "cbrvbwlgxjsubotx")
suspend fun target(value: MagicWanIpsecTunnelHealthCheckTargetArgs?)

Parameters

value

The destination address in a request type health check. After the healthcheck is decapsulated at the customer end of the tunnel, the ICMP echo will be forwarded to this address. This field defaults to customer_gre_endpoint address. This field is ignored for bidirectional healthchecks as the interface*address (not assigned to the Cloudflare side of the tunnel) is used as the target. Must be in object form if the x-magic-new-hc-target header is set to true and string form if x-magic-new-hc-target is absent or set to false.


@JvmName(name = "pbtcfohuysfpftmc")
suspend fun target(argument: suspend MagicWanIpsecTunnelHealthCheckTargetArgsBuilder.() -> Unit)

Parameters

argument

The destination address in a request type health check. After the healthcheck is decapsulated at the customer end of the tunnel, the ICMP echo will be forwarded to this address. This field defaults to customer_gre_endpoint address. This field is ignored for bidirectional healthchecks as the interface*address (not assigned to the Cloudflare side of the tunnel) is used as the target. Must be in object form if the x-magic-new-hc-target header is set to true and string form if x-magic-new-hc-target is absent or set to false.