Uses of Class
org.jclouds.openstack.neutron.v2.domain.CreateFirewallRule
Packages that use CreateFirewallRule
Package
Description
-
Uses of CreateFirewallRule in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return CreateFirewallRuleModifier and TypeMethodDescriptionabstract CreateFirewallRule
CreateFirewallRule.Builder.build()
static CreateFirewallRule
CreateFirewallRule.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 CreateFirewallRule in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions with parameters of type CreateFirewallRule