Uses of Class
me.tomsdevsn.hetznercloud.objects.response.ActionsResponse
-
Uses of ActionsResponse in me.tomsdevsn.hetznercloud
Modifier and TypeMethodDescriptionHetznerCloudAPI.applyFirewallToResources
(long id, List<FWApplicationTarget> applicationTargets) Applies one Firewall to multiple resources.HetznerCloudAPI.getActions()
Deprecated.This function has been deprecated by HetznerHetznerCloudAPI.getActions
(ActionStatus actionStatus) Deprecated.This function has been deprecated by HetznerHetznerCloudAPI.getActions
(ActionStatus actionStatus, PaginationParameters paginationParameters) Deprecated.This function has been deprecated by HetznerHetznerCloudAPI.getFirewallActions
(long id) Returns all Action objects for a Firewall.HetznerCloudAPI.getFloatingIPActions
(long id) Get all performed Actions of a Floating IPHetznerCloudAPI.getLoadBalancerActions
(long id) Get all actions of a Load Balancer.HetznerCloudAPI.getNetworkActions
(long id) Get all performed Actions for a networkHetznerCloudAPI.getServerActions
(long id) Get all performed Actions of a server.HetznerCloudAPI.getVolumeActions
(long id) Get all actions of a volume.HetznerCloudAPI.removeAllRulesFromFirewall
(long id) Removes all rules of a Firewall.HetznerCloudAPI.removeFirewallFromResources
(long id, List<FWApplicationTarget> removalTargets) Removes one Firewall from multiple resources.HetznerCloudAPI.setFirewallRules
(long id, List<FirewallRule> firewallRules) Sets the rules of a Firewall.