Uses of Class
org.jclouds.openstack.neutron.v2.domain.FirewallRule
-
Packages that use FirewallRule Package Description org.jclouds.openstack.neutron.v2.domain org.jclouds.openstack.neutron.v2.extensions org.jclouds.openstack.neutron.v2.functions -
-
Uses of FirewallRule in org.jclouds.openstack.neutron.v2.domain
Methods in org.jclouds.openstack.neutron.v2.domain that return FirewallRule Modifier and Type Method Description static 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 FirewallRule Constructor Description 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 FirewallRule Modifier and Type Method Description FirewallRule
FWaaSApi. createFirewallRule(CreateFirewallRule firewallRule)
FirewallRule
FWaaSApi. getFirewallRule(String firewallRuleId)
FirewallRule
FWaaSApi. updateFirewallRule(String id, UpdateFirewallRule updateFirewallRule)
Methods in org.jclouds.openstack.neutron.v2.extensions that return types with arguments of type FirewallRule Modifier and Type Method Description PagedIterable<FirewallRule>
FWaaSApi. listFirewallRules()
PaginatedCollection<FirewallRule>
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 FirewallRule Modifier and Type Method Description protected com.google.common.base.Function<Object,IterableWithMarker<FirewallRule>>
FirewallRuleToPagedIterable. markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
-