Skip to content

Project: Linode Interfaces #540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 11 commits into
base: dev
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enable include_none_values in FirewallSettingsDefaultFirewallIDs (#558
)
  • Loading branch information
zliang-akamai authored May 28, 2025
commit 06f8a5feb4ea02a2d5bb65f9377c3896f4e224ec
2 changes: 2 additions & 0 deletions linode_api4/objects/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,8 @@ class FirewallSettingsDefaultFirewallIDs(JSONObject):
NOTE: This feature may not currently be available to all users.
"""

include_none_values = True

vpc_interface: Optional[int] = None
public_interface: Optional[int] = None
linode: Optional[int] = None
Expand Down