|
16647 | 16647 | "choices": ["ipv4", "ipv6"], |
16648 | 16648 | }, |
16649 | 16649 | "routeMap": { |
16650 | | - "type": "dict", |
| 16650 | + "type": "list", |
| 16651 | + "elements": "dict", |
16651 | 16652 | "options": { |
16652 | 16653 | "direction": { |
16653 | 16654 | "no_log": False, |
|
16666 | 16667 | "multihopBfd": {"no_log": False, "type": "bool"}, |
16667 | 16668 | "remoteAS": {"no_log": False, "type": "int"}, |
16668 | 16669 | "singlehopBfd": {"no_log": False, "type": "bool"}, |
| 16670 | + "state": {"no_log": False, "type": "str"}, |
16669 | 16671 | "updateSource": {"no_log": False, "type": "str"}, |
16670 | 16672 | }, |
16671 | 16673 | }, |
|
46870 | 46872 | "transmitDelay", |
46871 | 46873 | ], |
46872 | 46874 | }, |
46873 | | - "add_payload_keys": [], |
| 46875 | + "add_payload_keys": [ |
| 46876 | + "areaId", |
| 46877 | + "cost", |
| 46878 | + "deadInterval", |
| 46879 | + "helloInterval", |
| 46880 | + "instanceId", |
| 46881 | + "name", |
| 46882 | + "networkType", |
| 46883 | + "priority", |
| 46884 | + "retransmitInterval", |
| 46885 | + "tagId", |
| 46886 | + "transmitDelay", |
| 46887 | + ], |
46874 | 46888 | "bindings": [], |
46875 | 46889 | "bindprimary_key": "", |
46876 | 46890 | "delete_arg_keys": [], |
|
46921 | 46935 | "no_log": False, |
46922 | 46936 | "type": "int", |
46923 | 46937 | }, |
46924 | | - "tagId": {"no_log": False, "type": "int"}, |
| 46938 | + "tagId": {"no_log": False, "type": "str"}, |
46925 | 46939 | "transmitDelay": { |
46926 | 46940 | "no_log": False, |
46927 | 46941 | "type": "int", |
|
46997 | 47011 | "update_payload_keys": [ |
46998 | 47012 | "afParams", |
46999 | 47013 | "passiveInterface", |
47000 | | - "routerId", |
47001 | 47014 | "tagId", |
47002 | 47015 | ], |
47003 | 47016 | }, |
@@ -47025,11 +47038,18 @@ |
47025 | 47038 | ], |
47026 | 47039 | }, |
47027 | 47040 | "add_payload_keys": [ |
47028 | | - "networks", |
47029 | | - "passiveInterface", |
47030 | | - "processId", |
47031 | | - "redistribute", |
47032 | | - "routerId", |
| 47041 | + "authKey", |
| 47042 | + "authType", |
| 47043 | + "bfd", |
| 47044 | + "cost", |
| 47045 | + "deadInterval", |
| 47046 | + "helloInterval", |
| 47047 | + "mtu", |
| 47048 | + "name", |
| 47049 | + "networkType", |
| 47050 | + "priority", |
| 47051 | + "retransmitInterval", |
| 47052 | + "transmitDelay" |
47033 | 47053 | ], |
47034 | 47054 | "bindings": [], |
47035 | 47055 | "bindprimary_key": "", |
|
47054 | 47074 | "helloInterval": {"no_log": False, "type": "int"}, |
47055 | 47075 | "mtu": {"no_log": False, "type": "int"}, |
47056 | 47076 | "name": {"no_log": False, "type": "str"}, |
47057 | | - "networkType": {"no_log": False, "type": "str"}, |
| 47077 | + "networkType": { |
| 47078 | + "no_log": False, |
| 47079 | + "type": "str", |
| 47080 | + "choices": ["broadcast", "non-broadcast", "point-to-multipoint", "point-to-point"], |
| 47081 | + }, |
47058 | 47082 | "priority": {"no_log": False, "type": "int"}, |
47059 | 47083 | "retransmitInterval": {"no_log": False, "type": "int"}, |
47060 | 47084 | "transmitDelay": {"no_log": False, "type": "int"}, |
|
47111 | 47135 | "primary_key_composite": [], |
47112 | 47136 | "readwrite_arguments": { |
47113 | 47137 | "networks": { |
47114 | | - "type": "dict", |
| 47138 | + "type": "list", |
| 47139 | + "elements": "dict", |
47115 | 47140 | "options": { |
47116 | 47141 | "area": {"no_log": False, "type": "int"}, |
47117 | 47142 | "ipaddress": {"no_log": False, "type": "str"}, |
|
47121 | 47146 | "passiveInterface": {"no_log": False, "type": "list", "elements": "str"}, |
47122 | 47147 | "processId": {"no_log": False, "type": "int"}, |
47123 | 47148 | "redistribute": { |
47124 | | - "type": "dict", |
| 47149 | + "type": "list", |
| 47150 | + "elements": "dict", |
47125 | 47151 | "options": { |
47126 | 47152 | "metric": {"no_log": False, "type": "int"}, |
47127 | 47153 | "metricType": {"no_log": False, "type": "int"}, |
|
50490 | 50516 | }, |
50491 | 50517 | }, |
50492 | 50518 | "singleton": False, |
50493 | | - "update_payload_keys": ["rules"], |
| 50519 | + "update_payload_keys": ["name", "rules"], |
50494 | 50520 | }, |
50495 | 50521 | "routerdynamicrouting": { |
50496 | 50522 | "_supported_operations": [ |
|
0 commit comments