Properties
| Name | Type | Description |
|---|---|---|
| allow_null_cipher | object | |
| cloudflare_endpoint | object | |
| created_on | object | |
| customer_endpoint | object | |
| description | object | |
| id | object | |
| interface_address | object | |
| modified_on | object | |
| name | object | |
| psk_metadata | object | |
| replay_protection | object | |
| tunnel_health_check | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/magic_ipsec-tunnel",
"title": "magic_ipsec-tunnel",
"properties": {
"allow_null_cipher": {
"$ref": "#/components/schemas/magic_allow_null_cipher"
},
"cloudflare_endpoint": {
"$ref": "#/components/schemas/magic_cloudflare_ipsec_endpoint"
},
"created_on": {
"$ref": "#/components/schemas/magic_schemas-created_on"
},
"customer_endpoint": {
"$ref": "#/components/schemas/magic_customer_ipsec_endpoint"
},
"description": {
"$ref": "#/components/schemas/magic_components-schemas-description"
},
"id": {
"$ref": "#/components/schemas/magic_schemas-identifier"
},
"interface_address": {
"$ref": "#/components/schemas/magic_interface_address"
},
"modified_on": {
"$ref": "#/components/schemas/magic_schemas-modified_on"
},
"name": {
"$ref": "#/components/schemas/magic_schemas-name"
},
"psk_metadata": {
"$ref": "#/components/schemas/magic_psk_metadata"
},
"replay_protection": {
"$ref": "#/components/schemas/magic_replay_protection"
},
"tunnel_health_check": {
"$ref": "#/components/schemas/magic_tunnel_health_check"
}
},
"required": [
"name",
"cloudflare_endpoint",
"interface_address"
],
"type": "object"
}