File tree 4 files changed +10
-8
lines changed
4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def firewall_templates(self, *filters):
119
119
"""
120
120
Returns a list of Firewall Templates available to the current user.
121
121
122
- API Documentation: Not yet available.
122
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-firewall-templates
123
123
124
124
NOTE: This feature may not currently be available to all users.
125
125
@@ -135,7 +135,9 @@ def firewall_templates(self, *filters):
135
135
def firewall_settings (self ) -> FirewallSettings :
136
136
"""
137
137
Returns an object representing the Linode Firewall settings for the current user.
138
- API Documentation: Not yet available.
138
+
139
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-firewall-settings
140
+
139
141
NOTE: This feature may not currently be available to all users.
140
142
:returns: An object representing the Linode Firewall settings for the current user.
141
143
:rtype: FirewallSettings
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ class UpgradeInterfacesResult(JSONObject):
679
679
NOTE: If dry_run is True, each returned interface will be of type Dict[str, Any].
680
680
Otherwise, each returned interface will be of type LinodeInterface.
681
681
682
- API Documentation: Not yet available.
682
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/post-upgrade-linode-interfaces
683
683
"""
684
684
685
685
dry_run : bool = False
@@ -2048,7 +2048,7 @@ def upgrade_interfaces(
2048
2048
2049
2049
NOTE: Linode interfaces may not currently be available to all users.
2050
2050
2051
- API Documentation: Not yet available.
2051
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/post-upgrade-linode-interfaces
2052
2052
2053
2053
:param config: The configuration profile the legacy interfaces to
2054
2054
upgrade are under.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class LinodeInterfacesSettings(Base):
39
39
"""
40
40
The settings related to a Linode's network interfaces.
41
41
42
- API Documentation: Not yet available.
42
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-linode-interface-settings
43
43
44
44
NOTE: Linode interfaces may not currently be available to all users.
45
45
"""
@@ -465,7 +465,7 @@ def firewalls(self, *filters) -> List[Firewall]:
465
465
NOTE: Caching is disabled on this method and each call will make
466
466
an additional Linode API request.
467
467
468
- API Documentation: Not yet available.
468
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-linode-interface-firewalls
469
469
"""
470
470
471
471
return self ._client ._get_and_filter (
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ class FirewallSettings(Base):
235
235
"""
236
236
Represents the Firewall settings for the current user.
237
237
238
- API Documentation: Not yet available.
238
+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-firewall-settings
239
239
240
240
NOTE: This feature may not currently be available to all users.
241
241
"""
@@ -385,7 +385,7 @@ class FirewallTemplate(Base):
385
385
"""
386
386
Represents a single Linode Firewall template.
387
387
388
- API documentation: Not yet available.
388
+ API documentation: https://techdocs.akamai.com/linode-api/reference/get-firewall-template
389
389
390
390
NOTE: This feature may not currently be available to all users.
391
391
"""
You can’t perform that action at this time.
0 commit comments