Skip to content

Commit 6408429

Browse files
Fill in API documentation URLs
1 parent 6b9d55b commit 6408429

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

linode_api4/groups/networking.py

+4-2
Original file line numberDiff line numberDiff 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

linode_api4/objects/linode.py

+2-2
Original file line numberDiff line numberDiff 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.

linode_api4/objects/linode_interfaces.py

+2-2
Original file line numberDiff line numberDiff 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(

linode_api4/objects/networking.py

+2-2
Original file line numberDiff line numberDiff 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
"""

0 commit comments

Comments
 (0)