File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 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):
119119 """
120120 Returns a list of Firewall Templates available to the current user.
121121
122- API Documentation: Not yet available.
122+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-firewall-templates
123123
124124 NOTE: This feature may not currently be available to all users.
125125
@@ -135,7 +135,9 @@ def firewall_templates(self, *filters):
135135 def firewall_settings (self ) -> FirewallSettings :
136136 """
137137 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+
139141 NOTE: This feature may not currently be available to all users.
140142 :returns: An object representing the Linode Firewall settings for the current user.
141143 :rtype: FirewallSettings
Original file line number Diff line number Diff line change @@ -679,7 +679,7 @@ class UpgradeInterfacesResult(JSONObject):
679679 NOTE: If dry_run is True, each returned interface will be of type Dict[str, Any].
680680 Otherwise, each returned interface will be of type LinodeInterface.
681681
682- API Documentation: Not yet available.
682+ API Documentation: https://techdocs.akamai.com/linode-api/reference/post-upgrade-linode-interfaces
683683 """
684684
685685 dry_run : bool = False
@@ -2048,7 +2048,7 @@ def upgrade_interfaces(
20482048
20492049 NOTE: Linode interfaces may not currently be available to all users.
20502050
2051- API Documentation: Not yet available.
2051+ API Documentation: https://techdocs.akamai.com/linode-api/reference/post-upgrade-linode-interfaces
20522052
20532053 :param config: The configuration profile the legacy interfaces to
20542054 upgrade are under.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ class LinodeInterfacesSettings(Base):
3939 """
4040 The settings related to a Linode's network interfaces.
4141
42- API Documentation: Not yet available.
42+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-linode-interface-settings
4343
4444 NOTE: Linode interfaces may not currently be available to all users.
4545 """
@@ -465,7 +465,7 @@ def firewalls(self, *filters) -> List[Firewall]:
465465 NOTE: Caching is disabled on this method and each call will make
466466 an additional Linode API request.
467467
468- API Documentation: Not yet available.
468+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-linode-interface-firewalls
469469 """
470470
471471 return self ._client ._get_and_filter (
Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ class FirewallSettings(Base):
235235 """
236236 Represents the Firewall settings for the current user.
237237
238- API Documentation: Not yet available.
238+ API Documentation: https://techdocs.akamai.com/linode-api/reference/get-firewall-settings
239239
240240 NOTE: This feature may not currently be available to all users.
241241 """
@@ -385,7 +385,7 @@ class FirewallTemplate(Base):
385385 """
386386 Represents a single Linode Firewall template.
387387
388- API documentation: Not yet available.
388+ API documentation: https://techdocs.akamai.com/linode-api/reference/get-firewall-template
389389
390390 NOTE: This feature may not currently be available to all users.
391391 """
You can’t perform that action at this time.
0 commit comments