MagicWanIpsecTunnelHealthCheckTargetArgs

data class MagicWanIpsecTunnelHealthCheckTargetArgs(val effective: Output<String>? = null, val saved: Output<String>? = null) : ConvertibleToJava<MagicWanIpsecTunnelHealthCheckTargetArgs>

Constructors

Link copied to clipboard
constructor(effective: Output<String>? = null, saved: Output<String>? = null)

Properties

Link copied to clipboard
val effective: Output<String>? = null

The effective health check target. If 'saved' is empty, then this field will be populated with the calculated default value on GET requests. Ignored in POST, PUT, and PATCH requests.

Link copied to clipboard
val saved: Output<String>? = null

The saved health check target. Setting the value to the empty string indicates that the calculated default value will be used.

Functions

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