public class FirewallAsServiceImpl extends Object implements FirewallAsService
OpenStack Firewall As a Service (FwaaS) Operations API.
The FWaaS extension provides OpenStack users with the ability to deploy firewalls to protect their networks. The FWaaS extension enables you to:
This extension introduces these resources:
| Constructor and Description |
|---|
FirewallAsServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
FirewallService |
firewall()
OpenStack Firewall As a Service
(FwaaS) : Firewall Operations API |
FirewallPolicyService |
firewallpolicy()
OpenStack Firewall As a Service
(FwaaS) : Firewall Policy Operations API |
FirewallRuleService |
firewallrule()
OpenStack Firewall As a Service
(FwaaS) : Firewall Rule Operations API |
public FirewallService firewall()
OpenStack Firewall As a Service (FwaaS) : Firewall Operations API
Represents a logical firewall resource that a tenant can instantiate and manage. A firewall is associated with one firewall policy.
firewall in interface FirewallAsServicepublic FirewallRuleService firewallrule()
OpenStack Firewall As a Service (FwaaS) : Firewall Rule Operations API
Represents a collection of attributes like ports, ip addresses which define match criteria and action (allow, or deny) that needs to be taken on the matched data traffic
firewallrule in interface FirewallAsServicepublic FirewallPolicyService firewallpolicy()
OpenStack Firewall As a Service (FwaaS) : Firewall Policy Operations API
Represents an ordered collection of firewall rules. A firewall policy can be shared across tenants. Thus it can also be made part of an audit workflow wherein the firewall_policy can be audited by the relevant entity that is authorized (and can be different from the tenants which create or use the firewall policy).
firewallpolicy in interface FirewallAsServiceCopyright © 2017. All rights reserved.