Properties
| Name | Type | Description |
|---|---|---|
| colo_name | object | |
| created_on | object | |
| description | object | |
| gre | object | |
| health_check | object | |
| id | object | |
| interface_address | object | |
| modified_on | object | |
| mtu | object | |
| name | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/magic_interconnect",
"title": "magic_interconnect",
"properties": {
"colo_name": {
"$ref": "#/components/schemas/magic_components-schemas-name"
},
"created_on": {
"$ref": "#/components/schemas/magic_schemas-created_on"
},
"description": {
"$ref": "#/components/schemas/magic_interconnect_components-schemas-description"
},
"gre": {
"$ref": "#/components/schemas/magic_gre"
},
"health_check": {
"$ref": "#/components/schemas/magic_schemas-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_schemas-mtu"
},
"name": {
"$ref": "#/components/schemas/magic_components-schemas-name"
}
},
"type": "object"
}