Properties
| Name | Type | Description |
|---|---|---|
| comment | object | |
| created_at | object | |
| deleted_at | object | |
| id | object | |
| network | object | |
| tun_type | object | |
| tunnel_id | object | |
| tunnel_name | object | |
| virtual_network_id | object | |
| virtual_network_name | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tunnel_teamnet",
"title": "tunnel_teamnet",
"properties": {
"comment": {
"$ref": "#/components/schemas/tunnel_comment"
},
"created_at": {
"$ref": "#/components/schemas/tunnel_created_at"
},
"deleted_at": {
"$ref": "#/components/schemas/tunnel_deleted_at"
},
"id": {
"$ref": "#/components/schemas/tunnel_route_id"
},
"network": {
"$ref": "#/components/schemas/tunnel_ip_network"
},
"tun_type": {
"$ref": "#/components/schemas/tunnel_tunnel_type"
},
"tunnel_id": {
"$ref": "#/components/schemas/tunnel_tunnel_id"
},
"tunnel_name": {
"$ref": "#/components/schemas/tunnel_tunnel_name"
},
"virtual_network_id": {
"$ref": "#/components/schemas/tunnel_virtual_network_id"
},
"virtual_network_name": {
"$ref": "#/components/schemas/tunnel_virtual_network_name"
}
},
"type": "object"
}