We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a9798 commit b1a8215Copy full SHA for b1a8215
linode_api4/objects/linode.py
@@ -2021,6 +2021,14 @@ def upgrade_interfaces(
2021
2022
API Documentation: Not yet available.
2023
2024
+ :param config: The configuration profile the legacy interfaces to
2025
+ upgrade are under.
2026
+ :type config: Config or int
2027
+ :param dry_run: Whether this operation should be a dry run,
2028
+ which will return the interfaces that would be
2029
+ created if the operation were completed.
2030
+ :type dry_run: bool
2031
+
2032
:returns: Information about the newly upgraded interfaces.
2033
:rtype: UpgradeInterfacesResult
2034
"""
0 commit comments