File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments