rico132
Results
1
issues of
rico132
Hello there, When I try to create an IP address like this: ```python client = Client.from_env() api = InstanceUtilsV1API(client) api.create_ip(type_=IpType.ROUTED_IPV6) ``` I get an error: ``` result = api.create_ip(type_=IpType.ROUTED_IPV6) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
bug
priority:highest
instance