@@ -131665,12 +131665,7 @@
131665
131665
"title": "Name",
131666
131666
"description": "Name (String)"
131667
131667
},
131668
- "interface_name": {
131669
- "type": "string",
131670
- "title": "Interface Name",
131671
- "description": "Interface Name (String)"
131672
- },
131673
- "virtual_networks": {
131668
+ "interfaces": {
131674
131669
"type": "array",
131675
131670
"items": {
131676
131671
"type": "object",
@@ -131681,56 +131676,77 @@
131681
131676
"title": "Name",
131682
131677
"description": "Name (String)"
131683
131678
},
131684
- "local_ip_address": {
131685
- "type": "string",
131686
- "title": "Local IP Address",
131687
- "description": "Local IP Address (String)\n- IPv4 or IPv6 address"
131688
- },
131689
- "peer_ip_address": {
131690
- "type": "string",
131691
- "title": "Peer IP Address",
131692
- "description": "Peer IP Address (String)\n- IPv4 or IPv6 address"
131693
- },
131694
- "peer_ipv6_address": {
131695
- "type": "string",
131696
- "title": "Peer IPv6 Address",
131697
- "description": "Peer IPv6 Address (String)\n- IPv4 or IPv6 address"
131698
- },
131699
- "local_ipv6_address": {
131700
- "type": "string",
131701
- "title": "Local IPv6 Address",
131702
- "description": "Local IPv6 Address (String)\n- IPv4 or IPv6 address"
131703
- },
131704
- "tcp_mss_adjustment": {
131705
- "type": "integer",
131706
- "minimum": 500,
131707
- "maximum": 1440,
131708
- "title": "Tcp Mss Adjustment",
131709
- "description": "Tcp Mss Adjustment (Integer)\n- Minimum value: 500\n- Maximum value: 1440"
131710
- },
131711
- "vlan": {
131712
- "type": "integer",
131713
- "minimum": 2,
131714
- "maximum": 4093,
131715
- "title": "Vlan",
131716
- "description": "Vlan (Integer)\n- Minimum value: 2\n- Maximum value: 4093"
131679
+ "virtual_networks": {
131680
+ "type": "array",
131681
+ "items": {
131682
+ "type": "object",
131683
+ "additionalProperties": false,
131684
+ "properties": {
131685
+ "name": {
131686
+ "type": "string",
131687
+ "title": "Name",
131688
+ "description": "Name (String)"
131689
+ },
131690
+ "local_ip_address": {
131691
+ "type": "string",
131692
+ "title": "Local IP Address",
131693
+ "description": "Local IP Address (String)\n- IPv4 or IPv6 address"
131694
+ },
131695
+ "peer_ip_address": {
131696
+ "type": "string",
131697
+ "title": "Peer IP Address",
131698
+ "description": "Peer IP Address (String)\n- IPv4 or IPv6 address"
131699
+ },
131700
+ "peer_ipv6_address": {
131701
+ "type": "string",
131702
+ "title": "Peer IPv6 Address",
131703
+ "description": "Peer IPv6 Address (String)\n- IPv4 or IPv6 address"
131704
+ },
131705
+ "local_ipv6_address": {
131706
+ "type": "string",
131707
+ "title": "Local IPv6 Address",
131708
+ "description": "Local IPv6 Address (String)\n- IPv4 or IPv6 address"
131709
+ },
131710
+ "tcp_mss_adjustment": {
131711
+ "type": "integer",
131712
+ "minimum": 500,
131713
+ "maximum": 1440,
131714
+ "title": "Tcp Mss Adjustment",
131715
+ "description": "Tcp Mss Adjustment (Integer)\n- Minimum value: 500\n- Maximum value: 1440"
131716
+ },
131717
+ "vlan": {
131718
+ "type": "integer",
131719
+ "minimum": 2,
131720
+ "maximum": 4093,
131721
+ "title": "Vlan",
131722
+ "description": "Vlan (Integer)\n- Minimum value: 2\n- Maximum value: 4093"
131723
+ }
131724
+ },
131725
+ "required": [
131726
+ "name",
131727
+ "vlan"
131728
+ ]
131729
+ },
131730
+ "title": "Virtual Networks",
131731
+ "description": "Virtual Networks (List - Object)\n\nElements:\n- name (required)\n- local_ip_address\n- peer_ip_address\n- peer_ipv6_address\n- local_ipv6_address\n- tcp_mss_adjustment\n- vlan (required)"
131717
131732
}
131718
131733
},
131719
131734
"required": [
131720
- "name"
131735
+ "name",
131736
+ "virtual_networks"
131721
131737
]
131722
131738
},
131723
- "title": "Virtual Networks ",
131724
- "description": "Virtual Networks (List - Object)\n\nElements:\n- name (required)\n- local_ip_address\n- peer_ip_address\n- peer_ipv6_address\n- local_ipv6_address\n- tcp_mss_adjustment\n- vlan "
131739
+ "title": "Interfaces ",
131740
+ "description": "Interfaces (List - Object)\n\nElements:\n- name (required)\n- virtual_networks (required) "
131725
131741
}
131726
131742
},
131727
131743
"required": [
131728
131744
"name",
131729
- "interface_name "
131745
+ "interfaces "
131730
131746
]
131731
131747
},
131732
131748
"title": "L3 Handoffs",
131733
- "description": "L3 Handoffs (List - Object)\n\nElements:\n- name (required)\n- interface_name (required)\n- virtual_networks "
131749
+ "description": "L3 Handoffs (List - Object)\n\nElements:\n- name (required)\n- interfaces (required)"
131734
131750
}
131735
131751
},
131736
131752
"required": [
0 commit comments