We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce2b336 commit d2cfee6Copy full SHA for d2cfee6
1 file changed
hcloud/servers/domain.py
@@ -293,8 +293,8 @@ class PublicNetwork(BaseDomain):
293
294
def __init__(
295
self,
296
- ipv4: IPv4Address,
297
- ipv6: IPv6Network,
+ ipv4: IPv4Address | None,
+ ipv6: IPv6Network | None,
298
floating_ips: list[BoundFloatingIP],
299
primary_ipv4: BoundPrimaryIP | None,
300
primary_ipv6: BoundPrimaryIP | None,
0 commit comments