magic_components-schemas-tunnel_update_request

APIs.ioEngineeringPlatform

Properties

Name Type Description
description object
gre object
health_check object
interface_address object
mtu object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-components-schemas-tunnel-update-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_components-schemas-tunnel_update_request",
  "title": "magic_components-schemas-tunnel_update_request",
  "properties": {
    "description": {
      "$ref": "#/components/schemas/magic_interconnect_components-schemas-description"
    },
    "gre": {
      "$ref": "#/components/schemas/magic_gre"
    },
    "health_check": {
      "$ref": "#/components/schemas/magic_schemas-health_check"
    },
    "interface_address": {
      "$ref": "#/components/schemas/magic_interface_address"
    },
    "mtu": {
      "$ref": "#/components/schemas/magic_schemas-mtu"
    }
  },
  "type": "object"
}