Skip to content
Snippets Groups Projects
vswitch.ovsschema 26.5 KiB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731
{"name": "Open_vSwitch",
 "version": "8.4.0",
 "cksum": "2738838700 27127",
 "tables": {
   "Open_vSwitch": {
     "columns": {
       "datapaths": {
         "type": {"key": {"type": "string"},
                  "value": {"type": "uuid",
                            "refTable": "Datapath"},
                  "min": 0, "max": "unlimited"}},
       "bridges": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Bridge"},
                  "min": 0, "max": "unlimited"}},
       "manager_options": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Manager"},
                  "min": 0, "max": "unlimited"}},
       "ssl": {
         "type": {"key": {"type": "uuid",
                          "refTable": "SSL"},
                  "min": 0, "max": 1}},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "next_cfg": {
         "type": "integer"},
       "cur_cfg": {
         "type": "integer"},
       "statistics": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "ovs_version": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "db_version": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "system_type": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "system_version": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "datapath_types": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": "unlimited"}},
       "iface_types": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": "unlimited"}},
       "dpdk_initialized": {
         "type": "boolean"},
       "dpdk_version": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}}},
     "isRoot": true,
     "maxRows": 1},
   "Bridge": {
     "columns": {
       "name": {
         "type": "string",
         "mutable": false},
       "datapath_type": {
         "type": "string"},
       "datapath_version": {
         "type": "string"},
       "datapath_id": {
         "type": {"key": "string", "min": 0, "max": 1},
         "ephemeral": true},
       "stp_enable": {
         "type": "boolean"},
       "rstp_enable": {
         "type": "boolean"},
       "mcast_snooping_enable": {
         "type": "boolean"},
       "ports": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Port"},
                  "min": 0, "max": "unlimited"}},
       "mirrors": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Mirror"},
                  "min": 0, "max": "unlimited"}},
       "netflow": {
         "type": {"key": {"type": "uuid",
                          "refTable": "NetFlow"},
                  "min": 0, "max": 1}},
       "sflow": {
         "type": {"key": {"type": "uuid",
                          "refTable": "sFlow"},
                  "min": 0, "max": 1}},
       "ipfix": {
         "type": {"key": {"type": "uuid",
                          "refTable": "IPFIX"},
                  "min": 0, "max": 1}},
       "controller": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Controller"},
                  "min": 0, "max": "unlimited"}},
       "protocols": {
         "type": {"key": {"type": "string",
           "enum": ["set", ["OpenFlow10",
                            "OpenFlow11",
                            "OpenFlow12",
                            "OpenFlow13",
                            "OpenFlow14",
                            "OpenFlow15"]]},
           "min": 0, "max": "unlimited"}},
       "fail_mode": {
         "type": {"key": {"type": "string",
                          "enum": ["set", ["standalone", "secure"]]},
                  "min": 0, "max": 1}},
       "status": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "rstp_status": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "flood_vlans": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4095},
                  "min": 0, "max": 4096}},
       "flow_tables": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 254},
                  "value": {"type": "uuid",
                            "refTable": "Flow_Table"},
                  "min": 0, "max": "unlimited"}},
       "auto_attach": {
         "type": {"key": {"type": "uuid",
                          "refTable": "AutoAttach"},
                  "min": 0, "max": 1}}},
     "indexes": [["name"]]},
   "Port": {
     "columns": {
       "name": {
         "type": "string",
         "mutable": false},
       "interfaces": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Interface"},
                  "min": 1, "max": "unlimited"}},
       "trunks": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4095},
                  "min": 0, "max": 4096}},
       "cvlans": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4095},
                  "min": 0, "max": 4096}},
       "tag": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4095},
                  "min": 0, "max": 1}},
       "vlan_mode": {
         "type": {"key": {"type": "string",
           "enum": ["set", ["trunk", "access", "native-tagged",
                            "native-untagged", "dot1q-tunnel"]]},
         "min": 0, "max": 1}},
       "qos": {
         "type": {"key": {"type": "uuid",
                          "refTable": "QoS"},
                  "min": 0, "max": 1}},
       "mac": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "bond_mode": {
         "type": {"key": {"type": "string",
           "enum": ["set", ["balance-tcp", "balance-slb", "active-backup"]]},
         "min": 0, "max": 1}},
       "lacp": {
         "type": {"key": {"type": "string",
           "enum": ["set", ["active", "passive", "off"]]},
         "min": 0, "max": 1}},
       "bond_updelay": {
         "type": "integer"},
       "bond_downdelay": {
         "type": "integer"},
       "bond_active_slave": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "bond_fake_iface": {
         "type": "boolean"},
       "fake_bridge": {
         "type": "boolean"},
       "status": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "rstp_status": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "rstp_statistics": {
           "type": {"key": "string", "value": "integer",
                    "min": 0, "max": "unlimited"},
           "ephemeral": true},
       "statistics": {
         "type": {"key": "string", "value": "integer",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "protected": {
         "type": "boolean"},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}},
     "indexes": [["name"]]},
   "Interface": {
     "columns": {
       "name": {
         "type": "string",
         "mutable": false},
       "type": {
         "type": "string"},
       "options": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "ingress_policing_rate": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0}}},
       "ingress_policing_burst": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0}}},
       "ingress_policing_kpkts_rate": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0}}},
       "ingress_policing_kpkts_burst": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0}}},
       "mac_in_use": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1},
                  "ephemeral": true},
       "mac": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "ifindex": {
         "type": {
           "key": {"type": "integer",
                   "minInteger": 0,
                   "maxInteger": 4294967295},
           "min": 0,
           "max": 1},
         "ephemeral": true},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "ofport": {
         "type": {"key": "integer", "min": 0, "max": 1}},
       "ofport_request": {
         "type": {
           "key": {"type": "integer",
                   "minInteger": 1,
                   "maxInteger": 65279},
           "min": 0,
           "max": 1}},
       "bfd": {
           "type": {"key": "string", "value": "string",
               "min": 0, "max": "unlimited"}},
       "bfd_status": {
           "type": {"key": "string", "value": "string",
               "min": 0, "max": "unlimited"},
           "ephemeral": true},
       "cfm_mpid": {
         "type": {
           "key": {"type": "integer"},
           "min": 0,
           "max": 1}},
       "cfm_remote_mpids": {
         "type": {
           "key": {"type": "integer"},
           "min": 0,
           "max": "unlimited"},
         "ephemeral": true},
       "cfm_flap_count": {
         "type": {
           "key": {"type": "integer"},
           "min": 0,
           "max": 1}},
       "cfm_fault": {
         "type": {
           "key": { "type": "boolean"},
           "min": 0,
           "max": 1},
         "ephemeral": true},
       "cfm_fault_status": {
         "type": {
           "key": "string", "min": 0, "max": "unlimited"},
           "ephemeral": true},
       "cfm_remote_opstate": {
         "type": {"key": {"type": "string",
                          "enum": ["set", ["up", "down"]]},
                  "min": 0, "max": 1},
         "ephemeral": true},
       "cfm_health": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 100},
                  "min": 0, "max": 1},
           "ephemeral": true},
       "lacp_current": {
         "type": {"key": {"type": "boolean"},
                  "min": 0, "max": 1},
         "ephemeral": true},
       "lldp": {
           "type": {"key": "string", "value": "string",
               "min": 0, "max": "unlimited"}},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "statistics": {
         "type": {"key": "string", "value": "integer",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "status": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "admin_state": {
         "type": {"key": {"type": "string",
                          "enum": ["set", ["up", "down"]]},
                  "min": 0, "max": 1},
         "ephemeral": true},
       "link_state": {
         "type": {"key": {"type": "string",
                          "enum": ["set", ["up", "down"]]},
                  "min": 0, "max": 1},
         "ephemeral": true},
       "link_resets": {
         "type": {"key": {"type": "integer"},
                  "min": 0, "max": 1},
         "ephemeral": true},
       "link_speed": {
         "type": {"key": "integer", "min": 0, "max": 1},
         "ephemeral": true},
       "duplex": {
         "type": {"key": {"type": "string",
                          "enum": ["set", ["half", "full"]]},
                  "min": 0, "max": 1},
         "ephemeral": true},
       "mtu": {
         "type": {"key": "integer", "min": 0, "max": 1},
         "ephemeral": true},
       "mtu_request": {
         "type": {
           "key": {"type": "integer",
                   "minInteger": 1},
           "min": 0,
           "max": 1}},
       "error": {
         "type": {"key": "string", "min": 0, "max": 1}}},
     "indexes": [["name"]]},
   "Flow_Table": {
     "columns": {
       "name": {
         "type": {"key": "string", "min": 0, "max": 1}},
       "flow_limit": {
         "type": {"key": {"type": "integer", "minInteger": 0},
                  "min": 0, "max": 1}},
       "overflow_policy": {
         "type": {"key": {"type": "string",
                          "enum": ["set", ["refuse", "evict"]]},
                  "min": 0, "max": 1}},
       "groups": {
         "type": {"key": "string", "min": 0, "max": "unlimited"}},
       "prefixes": {
         "type": {"key": "string", "min": 0, "max": 3}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "QoS": {
     "columns": {
       "type": {
         "type": "string"},
       "queues": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4294967295},
                  "value": {"type": "uuid",
                            "refTable": "Queue"},
                  "min": 0, "max": "unlimited"}},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}},
     "isRoot": true},
   "Queue": {
     "columns": {
       "dscp": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 63},
                  "min": 0, "max": 1}},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}},
     "isRoot": true},
   "Mirror": {
     "columns": {
       "name": {
         "type": "string"},
       "select_all": {
         "type": "boolean"},
       "select_src_port": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Port",
                          "refType": "weak"},
                   "min": 0, "max": "unlimited"}},
       "select_dst_port": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Port",
                          "refType": "weak"},
                   "min": 0, "max": "unlimited"}},
       "select_vlan": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4095},
                  "min": 0, "max": 4096}},
       "output_port": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Port",
                          "refType": "weak"},
                  "min": 0, "max": 1}},
       "output_vlan": {
         "type": {"key": {"type": "integer",
                          "minInteger": 1,
                          "maxInteger": 4095},
                  "min": 0, "max": 1}},
       "snaplen": {
         "type": {"key": {"type": "integer",
                          "minInteger": 14,
                          "maxInteger": 65535},
                  "min": 0, "max": 1}},
       "statistics": {
         "type": {"key": "string", "value": "integer",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "NetFlow": {
     "columns": {
       "targets": {
         "type": {"key": {"type": "string"},
                  "min": 1, "max": "unlimited"}},
       "engine_type": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 255},
                  "min": 0, "max": 1}},
       "engine_id": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 255},
                  "min": 0, "max": 1}},
       "add_id_to_interface": {
         "type": "boolean"},
       "active_timeout": {
         "type": {"key": {"type": "integer",
                          "minInteger": -1}}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "sFlow": {
     "columns": {
       "targets": {
         "type": {"key": "string", "min": 1, "max": "unlimited"}},
       "sampling": {
         "type": {"key": "integer", "min": 0, "max": 1}},
       "polling": {
         "type": {"key": "integer", "min": 0, "max": 1}},
       "header": {
         "type": {"key": "integer", "min": 0, "max": 1}},
       "agent": {
         "type": {"key": "string", "min": 0, "max": 1}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "IPFIX": {
     "columns": {
       "targets": {
         "type": {"key": "string", "min": 0, "max": "unlimited"}},
       "sampling": {
         "type": {"key": {"type": "integer",
                          "minInteger": 1,
                          "maxInteger": 4294967295},
                  "min": 0, "max": 1}},
       "obs_domain_id": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4294967295},
                  "min": 0, "max": 1}},
       "obs_point_id": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4294967295},
                  "min": 0, "max": 1}},
       "cache_active_timeout": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4200},
                  "min": 0, "max": 1}},
       "cache_max_flows": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4294967295},
                  "min": 0, "max": 1}},
       "stats_interval": {
         "type": {"key": {"type": "integer",
                          "minInteger": 1,
                          "maxInteger": 3600},
                  "min": 0, "max": 1}},
       "template_interval": {
         "type": {"key": {"type": "integer",
                          "minInteger": 1,
                          "maxInteger": 3600},
                  "min": 0, "max": 1}},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "Flow_Sample_Collector_Set": {
     "columns": {
       "id": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4294967295},
                  "min": 1, "max": 1}},
       "bridge": {
         "type": {"key": {"type": "uuid",
                          "refTable": "Bridge"},
                  "min": 1, "max": 1}},
       "ipfix": {
         "type": {"key": {"type": "uuid",
                          "refTable": "IPFIX"},
                  "min": 0, "max": 1}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}},
     "isRoot": true,
     "indexes": [["id", "bridge"]]},
   "Controller": {
     "columns": {
       "type": {
         "type": {"key": {"type": "string",
                  "enum": ["set", ["primary", "service"]]},
                  "min": 0, "max": 1}},
       "target": {
         "type": "string"},
       "max_backoff": {
         "type": {"key": {"type": "integer",
                          "minInteger": 1000},
                  "min": 0, "max": 1}},
       "inactivity_probe": {
         "type": {"key": "integer", "min": 0, "max": 1}},
       "connection_mode": {
         "type": {"key": {"type": "string",
                  "enum": ["set", ["in-band", "out-of-band"]]},
                  "min": 0, "max": 1}},
       "local_ip": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "local_netmask": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "local_gateway": {
         "type": {"key": {"type": "string"},
                  "min": 0, "max": 1}},
       "enable_async_messages": {
         "type": {"key": {"type": "boolean"},
                  "min": 0, "max": 1}},
       "controller_queue_size": {
         "type": {"key": {"type": "integer",
                          "minInteger": 1,
                          "maxInteger": 512},
                  "min": 0, "max": 1}},
       "controller_rate_limit": {
         "type": {"key": {"type": "integer",
                          "minInteger": 100},
                  "min": 0, "max": 1}},
       "controller_burst_limit": {
         "type": {"key": {"type": "integer",
                          "minInteger": 25},
                  "min": 0, "max": 1}},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "is_connected": {
         "type": "boolean",
         "ephemeral": true},
       "role": {
         "type": {"key": {"type": "string",
                          "enum": ["set", ["other", "master", "slave"]]},
                  "min": 0, "max": 1},
         "ephemeral": true},
       "status": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true}}},
   "Manager": {
     "columns": {
       "target": {
         "type": "string"},
       "max_backoff": {
         "type": {"key": {"type": "integer",
                          "minInteger": 1000},
                  "min": 0, "max": 1}},
       "inactivity_probe": {
         "type": {"key": "integer", "min": 0, "max": 1}},
       "connection_mode": {
         "type": {"key": {"type": "string",
                  "enum": ["set", ["in-band", "out-of-band"]]},
                  "min": 0, "max": 1}},
       "other_config": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "is_connected": {
         "type": "boolean",
         "ephemeral": true},
       "status": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"},
         "ephemeral": true}},
     "indexes": [["target"]]},
   "Datapath": {
     "columns": {
       "datapath_version": {
         "type": "string"},
       "ct_zones": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 65535},
                  "value": {"type": "uuid",
                            "refTable": "CT_Zone"},
                  "min": 0, "max": "unlimited"}},
       "capabilities": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "CT_Zone": {
     "columns": {
       "timeout_policy": {
         "type": {"key": {"type": "uuid",
                          "refTable": "CT_Timeout_Policy"},
                  "min": 0, "max": 1}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "CT_Timeout_Policy": {
     "columns": {
       "timeouts": {
         "type": {"key": {"type" : "string",
                          "enum": ["set", ["tcp_syn_sent", "tcp_syn_recv",
                                           "tcp_established", "tcp_fin_wait",
                                           "tcp_close_wait", "tcp_last_ack",
                                           "tcp_time_wait", "tcp_close",
                                           "tcp_syn_sent2", "tcp_retransmit",
                                           "tcp_unack", "udp_first",
                                           "udp_single", "udp_multiple",
                                           "icmp_first", "icmp_reply"]]},
                  "value": {"type" : "integer",
                            "minInteger" : 0,
                            "maxInteger" : 4294967295},
                  "min": 0, "max": "unlimited"}},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}}},
   "SSL": {
     "columns": {
       "private_key": {
         "type": "string"},
       "certificate": {
         "type": "string"},
       "ca_cert": {
         "type": "string"},
       "bootstrap_ca_cert": {
         "type": "boolean"},
       "external_ids": {
         "type": {"key": "string", "value": "string",
                  "min": 0, "max": "unlimited"}}},
     "maxRows": 1},
   "AutoAttach": {
     "columns": {
       "system_name": {
         "type": "string"},
       "system_description": {
         "type": "string"},
       "mappings": {
         "type": {"key": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 16777215},
                  "value": {"type": "integer",
                          "minInteger": 0,
                          "maxInteger": 4095},
                  "min": 0, "max": "unlimited"}}}}}}