Uses of Class
io.github.sinuscosinustan.hetznercloud.objects.request.ChangeProtectionRequest
Packages that use ChangeProtectionRequest
-
Uses of ChangeProtectionRequest in io.github.sinuscosinustan.hetznercloud
Methods in io.github.sinuscosinustan.hetznercloud with parameters of type ChangeProtectionRequestModifier and TypeMethodDescriptionHetznerCloudAPI.changeFloatingIPProtection
(long id, ChangeProtectionRequest protectionRequest) Enable or disable the Protection of a Floating IPHetznerCloudAPI.changeImageProtection
(long id, ChangeProtectionRequest protectionRequest) Enable or disable the Protection of an ImageHetznerCloudAPI.changeNetworkProtection
(long id, ChangeProtectionRequest changeProtection) Change the protection configuration for a networkHetznerCloudAPI.changePrimaryIPProtection
(long id, ChangeProtectionRequest changeProtectionRequest) HetznerCloudAPI.changeServerProtection
(long id, ChangeProtectionRequest changeProtection) Change the protection configuration of a server.HetznerCloudAPI.changeVolumeProtection
(long id, ChangeProtectionRequest changeProtectionRequest) Change the protection mode of the volume.