We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abed5be commit c2884f4Copy full SHA for c2884f4
1 file changed
linode_api4/objects/linode_interfaces.py
@@ -195,6 +195,9 @@ class LinodeInterfaceOptions(JSONObject):
195
196
# If a default firewall_id isn't configured, the API requires that
197
# 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()`.
201
firewall_id: Union[int, ExplicitNullValue, None] = None
202
203
default_route: Optional[LinodeInterfaceDefaultRouteOptions] = None
0 commit comments