magic_gre-tunnel

APIs.ioEngineeringPlatform

Properties

Name Type Description
cloudflare_gre_endpoint object
created_on object
customer_gre_endpoint object
description object
health_check object
id object
interface_address object
modified_on object
mtu object
name object
ttl object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-magic-gre-tunnel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/magic_gre-tunnel",
  "title": "magic_gre-tunnel",
  "properties": {
    "cloudflare_gre_endpoint": {
      "$ref": "#/components/schemas/magic_cloudflare_gre_endpoint"
    },
    "created_on": {
      "$ref": "#/components/schemas/magic_schemas-created_on"
    },
    "customer_gre_endpoint": {
      "$ref": "#/components/schemas/magic_customer_gre_endpoint"
    },
    "description": {
      "$ref": "#/components/schemas/magic_schemas-description"
    },
    "health_check": {
      "$ref": "#/components/schemas/magic_health_check"
    },
    "id": {
      "$ref": "#/components/schemas/magic_schemas-identifier"
    },
    "interface_address": {
      "$ref": "#/components/schemas/magic_interface_address"
    },
    "modified_on": {
      "$ref": "#/components/schemas/magic_schemas-modified_on"
    },
    "mtu": {
      "$ref": "#/components/schemas/magic_mtu"
    },
    "name": {
      "$ref": "#/components/schemas/magic_name"
    },
    "ttl": {
      "$ref": "#/components/schemas/magic_ttl"
    }
  },
  "required": [
    "name",
    "customer_gre_endpoint",
    "cloudflare_gre_endpoint",
    "interface_address"
  ],
  "type": "object"
}