|
46850 | 46850 | "transmitDelay", |
46851 | 46851 | ], |
46852 | 46852 | }, |
| 46853 | + "ospf6router": { |
| 46854 | + "_supported_operations": [ |
| 46855 | + "add", |
| 46856 | + "get", |
| 46857 | + "unset", |
| 46858 | + "update", |
| 46859 | + "delete", |
| 46860 | + ], |
| 46861 | + "action_payload_keys": { |
| 46862 | + "apply": [], |
| 46863 | + "create": [], |
| 46864 | + "force": [], |
| 46865 | + "import": [], |
| 46866 | + "link": [], |
| 46867 | + "switch": [], |
| 46868 | + "unlink": [], |
| 46869 | + "unset": ["afParams", "passiveInterface", "routerId", "tagId"], |
| 46870 | + }, |
| 46871 | + "add_payload_keys": ["afParams", "passiveInterface", "routerId", "tagId"], |
| 46872 | + "bindings": [], |
| 46873 | + "bindprimary_key": "", |
| 46874 | + "delete_arg_keys": ["tagId"], |
| 46875 | + "disable_payload_keys": [], |
| 46876 | + "enable_payload_keys": [], |
| 46877 | + "get_arg_keys": ["tagId"], |
| 46878 | + "immutable_keys": [], |
| 46879 | + "password_keys": [], |
| 46880 | + "primary_key": "", |
| 46881 | + "primary_key_composite": [], |
| 46882 | + "readwrite_arguments": { |
| 46883 | + "afParams": { |
| 46884 | + "type": "list", |
| 46885 | + "elements": "dict", |
| 46886 | + "options": { |
| 46887 | + "addressFamily": {"no_log": False, "type": "str"}, |
| 46888 | + "redistribute": { |
| 46889 | + "type": "list", |
| 46890 | + "elements": "dict", |
| 46891 | + "options": { |
| 46892 | + "metric": {"no_log": False, "type": "int"}, |
| 46893 | + "metricType": {"no_log": False, "type": "int"}, |
| 46894 | + "protocol": {"no_log": False, "type": "str"}, |
| 46895 | + "routeMap": {"no_log": False, "type": "str"}, |
| 46896 | + }, |
| 46897 | + }, |
| 46898 | + }, |
| 46899 | + }, |
| 46900 | + "passiveInterface": {"no_log": False, "type": "list", "elements": "str"}, |
| 46901 | + "routerId": {"no_log": False, "type": "str"}, |
| 46902 | + "tagId": {"no_log": False, "type": "str"}, |
| 46903 | + }, |
| 46904 | + "singleton": False, |
| 46905 | + "update_payload_keys": [ |
| 46906 | + "afParams", |
| 46907 | + "passiveInterface", |
| 46908 | + "routerId", |
| 46909 | + "tagId", |
| 46910 | + ], |
| 46911 | + }, |
46853 | 46912 | "onlinkipv6prefix": { |
46854 | 46913 | "_supported_operations": [ |
46855 | 46914 | "add", |
|
50131 | 50190 | "weight", |
50132 | 50191 | ], |
50133 | 50192 | }, |
| 50193 | + "routemap": { |
| 50194 | + "_supported_operations": [ |
| 50195 | + "add", |
| 50196 | + "delete", |
| 50197 | + "get", |
| 50198 | + "unset", |
| 50199 | + "update", |
| 50200 | + ], |
| 50201 | + "action_payload_keys": { |
| 50202 | + "apply": [], |
| 50203 | + "create": [], |
| 50204 | + "force": [], |
| 50205 | + "import": [], |
| 50206 | + "link": [], |
| 50207 | + "switch": [], |
| 50208 | + "unlink": [], |
| 50209 | + "unset": ["name", "rules"], |
| 50210 | + }, |
| 50211 | + "add_payload_keys": ["name", "rules"], |
| 50212 | + "bindings": [], |
| 50213 | + "bindprimary_key": "", |
| 50214 | + "delete_arg_keys": ["name"], |
| 50215 | + "disable_payload_keys": [], |
| 50216 | + "enable_payload_keys": [], |
| 50217 | + "get_arg_keys": ["name"], |
| 50218 | + "immutable_keys": [], |
| 50219 | + "password_keys": [], |
| 50220 | + "primary_key": "", |
| 50221 | + "primary_key_composite": [], |
| 50222 | + "readwrite_arguments": { |
| 50223 | + "name": {"no_log": False, "type": "str"}, |
| 50224 | + "rules": { |
| 50225 | + "type": "list", |
| 50226 | + "elements": "dict", |
| 50227 | + "options": { |
| 50228 | + "action": {"no_log": False, "type": "str"}, |
| 50229 | + "localPreference": {"no_log": False, "type": "int"}, |
| 50230 | + "matchAsPath": {"no_log": False, "type": "str"}, |
| 50231 | + "matchCommunity": {"no_log": False, "type": "str"}, |
| 50232 | + "matchIpAddress": {"no_log": False, "type": "str"}, |
| 50233 | + "matchIpNextHop": {"no_log": False, "type": "str"}, |
| 50234 | + "matchMetric": {"no_log": False, "type": "int"}, |
| 50235 | + "matchRouteType": {"no_log": False, "type": "str"}, |
| 50236 | + "sequence": {"no_log": False, "type": "int"}, |
| 50237 | + "setAsPath": {"no_log": False, "type": "str"}, |
| 50238 | + "setCommunity": {"no_log": False, "type": "str"}, |
| 50239 | + "setIpNextHop": {"no_log": False, "type": "str"}, |
| 50240 | + "setMetric": {"no_log": False, "type": "int"}, |
| 50241 | + "setMetricType": {"no_log": False, "type": "str"}, |
| 50242 | + "weight": {"no_log": False, "type": "int"}, |
| 50243 | + }, |
| 50244 | + }, |
| 50245 | + }, |
| 50246 | + "singleton": False, |
| 50247 | + "update_payload_keys": ["rules"], |
| 50248 | + }, |
50134 | 50249 | "routerdynamicrouting": { |
50135 | 50250 | "_supported_operations": [ |
50136 | 50251 | "add", |
|
0 commit comments