Skip to content

Commit c62f160

Browse files
Add LA notices
1 parent bedda1f commit c62f160

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

linode_api4/groups/networking.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ def firewall_settings(self) -> FirewallSettings:
120120
121121
API Documentation: Not yet available.
122122
123+
NOTE: This feature may not currently be available to all users.
124+
123125
:returns: An object representing the Linode Firewall settings for the current user.
124126
:rtype: FirewallSettings
125127
"""

linode_api4/objects/networking.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ class FirewallSettingsDefaultFirewallIDs(JSONObject):
195195
"""
196196
Contains the IDs of Linode Firewalls that should be used by default
197197
when creating various interface types.
198+
199+
NOTE: This feature may not currently be available to all users.
198200
"""
199201

200202
vpc_interface: Optional[int] = None
@@ -208,6 +210,8 @@ class FirewallSettings(Base):
208210
Represents the Firewall settings for the current user.
209211
210212
API Documentation: Not yet available.
213+
214+
NOTE: This feature may not currently be available to all users.
211215
"""
212216

213217
api_endpoint = "/networking/firewalls/settings"

0 commit comments

Comments
 (0)