|
16532 | 16532 | "singleton": False,
|
16533 | 16533 | "update_payload_keys": [],
|
16534 | 16534 | },
|
| 16535 | + "bgpRouter": { |
| 16536 | + "_supported_operations": ["add", "delete", "get"], |
| 16537 | + "action_payload_keys": { |
| 16538 | + "create": [], |
| 16539 | + "force": [], |
| 16540 | + "import": [], |
| 16541 | + "link": [], |
| 16542 | + "switch": [], |
| 16543 | + "unlink": [], |
| 16544 | + "unset": ["commandstring"], |
| 16545 | + }, |
| 16546 | + "add_payload_keys": [ |
| 16547 | + "afParams.addressFamily", |
| 16548 | + "afParams.redistribute.protocol", |
| 16549 | + "afParams.redistribute.routeMap", |
| 16550 | + "localAS", |
| 16551 | + "neighbor.ASOriginationInterval", |
| 16552 | + "neighbor.address", |
| 16553 | + "neighbor.advertisementInterval", |
| 16554 | + "neighbor.afParams.activate", |
| 16555 | + "neighbor.afParams.addressFamily", |
| 16556 | + "neighbor.afParams.routeMap.direction", |
| 16557 | + "neighbor.afParams.routeMap.name", |
| 16558 | + "neighbor.connectTimer", |
| 16559 | + "neighbor.holdTimerConfig", |
| 16560 | + "neighbor.keepaliveTimerConfig", |
| 16561 | + "neighbor.md5Password", |
| 16562 | + "neighbor.multihopBfd", |
| 16563 | + "neighbor.remoteAS", |
| 16564 | + "neighbor.singlehopBfd", |
| 16565 | + "neighbor.updateSource", |
| 16566 | + "routerId", |
| 16567 | + ], |
| 16568 | + "bindings": [], |
| 16569 | + "bindprimary_key": "", |
| 16570 | + "delete_arg_keys": ["localAS"], |
| 16571 | + "disable_payload_keys": [], |
| 16572 | + "enable_payload_keys": [], |
| 16573 | + "get_arg_keys": [], |
| 16574 | + "immutable_keys": ["localAS"], |
| 16575 | + "password_keys": [], |
| 16576 | + "primary_key": "", |
| 16577 | + "primary_key_composite": [], |
| 16578 | + "readwrite_arguments": { |
| 16579 | + "afParams.addressFamily": { |
| 16580 | + "choices": ["ipv4", "ipv6"], |
| 16581 | + "no_log": False, |
| 16582 | + "type": "str", |
| 16583 | + }, |
| 16584 | + "afParams.redistribute.protocol": { |
| 16585 | + "choices": [ |
| 16586 | + "connected", |
| 16587 | + "intranet", |
| 16588 | + "isis", |
| 16589 | + "kernel", |
| 16590 | + "ospf", |
| 16591 | + "rip", |
| 16592 | + "static", |
| 16593 | + ], |
| 16594 | + "no_log": False, |
| 16595 | + "type": "str", |
| 16596 | + }, |
| 16597 | + "afParams.redistribute.routeMap": {"no_log": False, "type": "str"}, |
| 16598 | + "localAS": {"no_log": False, "type": "int"}, |
| 16599 | + "neighbor.ASOriginationInterval": {"no_log": False, "type": "int"}, |
| 16600 | + "neighbor.address": {"no_log": False, "type": "str"}, |
| 16601 | + "neighbor.advertisementInterval": {"no_log": False, "type": "int"}, |
| 16602 | + "neighbor.afParams.activate": {"no_log": False, "type": "bool"}, |
| 16603 | + "neighbor.afParams.addressFamily": { |
| 16604 | + "choices": ["ipv4", "ipv6"], |
| 16605 | + "no_log": False, |
| 16606 | + "type": "str", |
| 16607 | + }, |
| 16608 | + "neighbor.afParams.routeMap.direction": { |
| 16609 | + "choices": ["in", "out"], |
| 16610 | + "no_log": False, |
| 16611 | + "type": "str", |
| 16612 | + }, |
| 16613 | + "neighbor.afParams.routeMap.name": {"no_log": False, "type": "str"}, |
| 16614 | + "neighbor.connectTimer": {"no_log": False, "type": "int"}, |
| 16615 | + "neighbor.holdTimerConfig": {"no_log": False, "type": "int"}, |
| 16616 | + "neighbor.keepaliveTimerConfig": {"no_log": False, "type": "int"}, |
| 16617 | + "neighbor.md5Password": {"no_log": True, "type": "str"}, |
| 16618 | + "neighbor.multihopBfd": {"no_log": False, "type": "bool"}, |
| 16619 | + "neighbor.remoteAS": {"no_log": False, "type": "int"}, |
| 16620 | + "neighbor.singlehopBfd": {"no_log": False, "type": "bool"}, |
| 16621 | + "neighbor.updateSource": {"no_log": False, "type": "str"}, |
| 16622 | + "routerId": {"no_log": False, "type": "str"}, |
| 16623 | + }, |
| 16624 | + "singleton": False, |
| 16625 | + "update_payload_keys": [], |
| 16626 | + }, |
16535 | 16627 | "botglobal_botpolicy_binding": {
|
16536 | 16628 | "_supported_operations": ["add", "count", "delete", "get"],
|
16537 | 16629 | "action_payload_keys": {
|
@@ -49904,142 +49996,6 @@
|
49904 | 49996 | "singleton": False,
|
49905 | 49997 | "update_payload_keys": ["commandstring"],
|
49906 | 49998 | },
|
49907 |
| - "bgpRouter": { |
49908 |
| - "_supported_operations": [ |
49909 |
| - "add", |
49910 |
| - "get", |
49911 |
| - "delete", |
49912 |
| - ], |
49913 |
| - "action_payload_keys": { |
49914 |
| - "create": [], |
49915 |
| - "force": [], |
49916 |
| - "import": [], |
49917 |
| - "link": [], |
49918 |
| - "switch": [], |
49919 |
| - "unlink": [], |
49920 |
| - "unset": ["commandstring"], |
49921 |
| - }, |
49922 |
| - "add_payload_keys": [ |
49923 |
| - "afParams.addressFamily", |
49924 |
| - "afParams.redistribute.protocol", |
49925 |
| - "afParams.redistribute.routeMap", |
49926 |
| - "localAS", |
49927 |
| - "routerId", |
49928 |
| - "neighbor.ASOriginationInterval", |
49929 |
| - "neighbor.address", |
49930 |
| - "neighbor.advertisementInterval", |
49931 |
| - "neighbor.afParams.activate", |
49932 |
| - "neighbor.afParams.addressFamily", |
49933 |
| - "neighbor.afParams.routeMap.direction", |
49934 |
| - "neighbor.afParams.routeMap.name", |
49935 |
| - "neighbor.connectTimer", |
49936 |
| - "neighbor.holdTimerConfig", |
49937 |
| - "neighbor.keepaliveTimerConfig", |
49938 |
| - "neighbor.md5Password", |
49939 |
| - "neighbor.multihopBfd", |
49940 |
| - "neighbor.remoteAS", |
49941 |
| - "neighbor.singlehopBfd", |
49942 |
| - "neighbor.updateSource", |
49943 |
| - ], |
49944 |
| - "bindings": [], |
49945 |
| - "bindprimary_key": "", |
49946 |
| - "delete_arg_keys": ["localAS"], |
49947 |
| - "disable_payload_keys": [], |
49948 |
| - "enable_payload_keys": [], |
49949 |
| - "get_arg_keys": [], |
49950 |
| - "immutable_keys": ["localAS"], |
49951 |
| - "password_keys": [], |
49952 |
| - "primary_key": "", |
49953 |
| - "primary_key_composite": [], |
49954 |
| - "readwrite_arguments": { |
49955 |
| - "afParams.addressFamily": { |
49956 |
| - "type": "str", |
49957 |
| - "choices": ["ipv4", "ipv6"], |
49958 |
| - "no_log": False |
49959 |
| - }, |
49960 |
| - "afParams.redistribute.protocol": { |
49961 |
| - "type": "str", |
49962 |
| - "choices": ["kernel", "connected", "static", "rip", "ospf", "isis", "intranet"], |
49963 |
| - "no_log": False |
49964 |
| - }, |
49965 |
| - "afParams.redistribute.routeMap": { |
49966 |
| - "type": "str", |
49967 |
| - "no_log": False |
49968 |
| - }, |
49969 |
| - "localAS": { |
49970 |
| - "type": "int", |
49971 |
| - "no_log": False |
49972 |
| - }, |
49973 |
| - "routerId": { |
49974 |
| - "type": "str", |
49975 |
| - "no_log": False |
49976 |
| - }, |
49977 |
| - "neighbor.ASOriginationInterval": { |
49978 |
| - "type": "int", |
49979 |
| - "no_log": False |
49980 |
| - }, |
49981 |
| - "neighbor.address": { |
49982 |
| - "type": "str", |
49983 |
| - "no_log": False |
49984 |
| - }, |
49985 |
| - "neighbor.advertisementInterval": { |
49986 |
| - "type": "int", |
49987 |
| - "no_log": False |
49988 |
| - }, |
49989 |
| - "neighbor.afParams.activate": { |
49990 |
| - "type": "bool", |
49991 |
| - "no_log": False |
49992 |
| - }, |
49993 |
| - "neighbor.afParams.addressFamily": { |
49994 |
| - "type": "str", |
49995 |
| - "choices": ["ipv4", "ipv6"], |
49996 |
| - "no_log": False |
49997 |
| - }, |
49998 |
| - "neighbor.afParams.routeMap.direction": { |
49999 |
| - "type": "str", |
50000 |
| - "choices": ["in", "out"], |
50001 |
| - "no_log": False |
50002 |
| - }, |
50003 |
| - "neighbor.afParams.routeMap.name": { |
50004 |
| - "type": "str", |
50005 |
| - "no_log": False |
50006 |
| - }, |
50007 |
| - "neighbor.connectTimer": { |
50008 |
| - "type": "int", |
50009 |
| - "no_log": False |
50010 |
| - }, |
50011 |
| - "neighbor.holdTimerConfig": { |
50012 |
| - "type": "int", |
50013 |
| - "no_log": False |
50014 |
| - }, |
50015 |
| - "neighbor.keepaliveTimerConfig": { |
50016 |
| - "type": "int", |
50017 |
| - "no_log": False |
50018 |
| - }, |
50019 |
| - "neighbor.md5Password": { |
50020 |
| - "type": "str", |
50021 |
| - "no_log": True |
50022 |
| - }, |
50023 |
| - "neighbor.multihopBfd": { |
50024 |
| - "type": "bool", |
50025 |
| - "no_log": False |
50026 |
| - }, |
50027 |
| - "neighbor.remoteAS": { |
50028 |
| - "type": "int", |
50029 |
| - "no_log": False |
50030 |
| - }, |
50031 |
| - "neighbor.singlehopBfd": { |
50032 |
| - "type": "bool", |
50033 |
| - "no_log": False |
50034 |
| - }, |
50035 |
| - "neighbor.updateSource": { |
50036 |
| - "type": "str", |
50037 |
| - "no_log": False |
50038 |
| - }, |
50039 |
| - }, |
50040 |
| - "singleton": False, |
50041 |
| - "update_payload_keys": [], |
50042 |
| - }, |
50043 | 49999 | "rsskeytype": {
|
50044 | 50000 | "_supported_operations": ["get", "update"],
|
50045 | 50001 | "action_payload_keys": {
|
|
0 commit comments