tunnel_virtual-network

APIs.ioEngineeringPlatform

Properties

Name Type Description
comment object
created_at object
deleted_at object
id object
is_default_network object
name object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-tunnel-virtual-network-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/tunnel_virtual-network",
  "title": "tunnel_virtual-network",
  "properties": {
    "comment": {
      "$ref": "#/components/schemas/tunnel_virtual_network_comment"
    },
    "created_at": {
      "$ref": "#/components/schemas/tunnel_created_at"
    },
    "deleted_at": {
      "$ref": "#/components/schemas/tunnel_deleted_at"
    },
    "id": {
      "$ref": "#/components/schemas/tunnel_virtual_network_id"
    },
    "is_default_network": {
      "$ref": "#/components/schemas/tunnel_is_default_network"
    },
    "name": {
      "$ref": "#/components/schemas/tunnel_virtual_network_name"
    }
  },
  "required": [
    "id",
    "name",
    "is_default_network",
    "comment",
    "created_at"
  ],
  "type": "object"
}