Uses of Class
com.myjeeva.digitalocean.pojo.Firewall
Packages that use Firewall
Package
Description
-
Uses of Firewall in com.myjeeva.digitalocean
Methods in com.myjeeva.digitalocean that return FirewallModifier and TypeMethodDescriptionDigitalOcean.createFirewall(Firewall firewall) Method allows you to add a new firewall to restrict network access to and from a Droplet.DigitalOcean.getFirewallInfo(String firewallId) Method returns complete information for given firewall ID.DigitalOcean.updateFirewall(Firewall firewall) Method allows you to update an existing fireawll.Methods in com.myjeeva.digitalocean with parameters of type FirewallModifier and TypeMethodDescriptionDigitalOcean.createFirewall(Firewall firewall) Method allows you to add a new firewall to restrict network access to and from a Droplet.DigitalOcean.updateFirewall(Firewall firewall) Method allows you to update an existing fireawll. -
Uses of Firewall in com.myjeeva.digitalocean.impl
Methods in com.myjeeva.digitalocean.impl that return FirewallModifier and TypeMethodDescriptionDigitalOceanClient.createFirewall(Firewall firewall) DigitalOceanClient.getFirewallInfo(String firewallId) DigitalOceanClient.updateFirewall(Firewall firewall) Methods in com.myjeeva.digitalocean.impl with parameters of type FirewallModifier and TypeMethodDescriptionDigitalOceanClient.createFirewall(Firewall firewall) DigitalOceanClient.updateFirewall(Firewall firewall) -
Uses of Firewall in com.myjeeva.digitalocean.pojo
Methods in com.myjeeva.digitalocean.pojo that return types with arguments of type FirewallMethod parameters in com.myjeeva.digitalocean.pojo with type arguments of type Firewall -
Uses of Firewall in com.myjeeva.digitalocean.serializer
Methods in com.myjeeva.digitalocean.serializer with parameters of type Firewall