Uses of Class
io.github.sinuscosinustan.hetznercloud.objects.response.CreateFloatingIPResponse
Packages that use CreateFloatingIPResponse
-
Uses of CreateFloatingIPResponse in io.github.sinuscosinustan.hetznercloud
Methods in io.github.sinuscosinustan.hetznercloud that return CreateFloatingIPResponseModifier and TypeMethodDescriptionHetznerCloudAPI.createFloatingIP(CreateFloatingIPRequest createFloatingIPRequest) Create a Floating IP for the project or for a Server.HetznerCloudAPI.updateFloatingIP(long id, UpdateFloatingIPRequest updateFloatingIPRequest) Update the description or labels of a Floating IP.