MagicWanIpsecTunnelModifiedIpsecTunnelHealthCheckTarget

data class MagicWanIpsecTunnelModifiedIpsecTunnelHealthCheckTarget(val effective: String? = null, val saved: String? = null)

Constructors

constructor(effective: String? = null, saved: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val effective: 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: String? = null

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