Skip to content

Commit c2884f4

Browse files
Add docs disclaimer
1 parent abed5be commit c2884f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

linode_api4/objects/linode_interfaces.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,9 @@ class LinodeInterfaceOptions(JSONObject):
195195

196196
# If a default firewall_id isn't configured, the API requires that
197197
# firewall_id is defined in the LinodeInterface POST body.
198+
#
199+
# To create a Linode Interface without a firewall, this field should
200+
# be set to `ExplicitNullValue()`.
198201
firewall_id: Union[int, ExplicitNullValue, None] = None
199202

200203
default_route: Optional[LinodeInterfaceDefaultRouteOptions] = None

0 commit comments

Comments
 (0)