Uses of Class
org.jclouds.openstack.neutron.v2.domain.UpdateFirewallRule
Packages that use UpdateFirewallRule
Package
Description
-
Uses of UpdateFirewallRule in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return UpdateFirewallRuleModifier and TypeMethodDescriptionabstract UpdateFirewallRule
UpdateFirewallRule.Builder.build()
static UpdateFirewallRule
UpdateFirewallRule.create
(String tenantId, String name, String description, String firewallPolicyId, Boolean shared, String protocol, IpVersion ipVersion, String sourceIpAddress, String destinationIpAddress, String sourcePort, String destinationPort, int position, String action, Boolean enabled) -
Uses of UpdateFirewallRule in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with parameters of type UpdateFirewallRuleModifier and TypeMethodDescriptionFWaaSApi.updateFirewallRule
(String id, UpdateFirewallRule updateFirewallRule)