Uses of Class
org.jclouds.openstack.neutron.v2.domain.FirewallRule
Packages that use FirewallRule
Package
Description
-
Uses of FirewallRule in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return FirewallRuleModifier and TypeMethodDescriptionstatic FirewallRule
FirewallRule.create
(String id, 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) Constructor parameters in org.jclouds.openstack.neutron.v2.domain with type arguments of type FirewallRuleModifierConstructorDescriptionprotected
FirewallRules
(Iterable<FirewallRule> firewallRules, Iterable<Link> firewallRulesLinks) -
Uses of FirewallRule in org.jclouds.openstack.neutron.v2.extensions
Methods in org.jclouds.openstack.neutron.v2.extensions that return FirewallRuleModifier and TypeMethodDescriptionFWaaSApi.createFirewallRule
(CreateFirewallRule firewallRule) FWaaSApi.getFirewallRule
(String firewallRuleId) FWaaSApi.updateFirewallRule
(String id, UpdateFirewallRule updateFirewallRule) Methods in org.jclouds.openstack.neutron.v2.extensions that return types with arguments of type FirewallRuleModifier and TypeMethodDescriptionFWaaSApi.listFirewallRules()
FWaaSApi.listFirewallRules
(PaginationOptions options) -
Uses of FirewallRule in org.jclouds.openstack.neutron.v2.functions
Methods in org.jclouds.openstack.neutron.v2.functions that return types with arguments of type FirewallRuleModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<Object, IterableWithMarker<FirewallRule>> FirewallRuleToPagedIterable.markerToNextForArg0
(com.google.common.base.Optional<Object> arg0)