public interface FirewallPolicy extends ModelEntity, Buildable<FirewallPolicyBuilder>
Networking (Neutron) FwaaS Firewall Policy Extension 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).
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
List<String> |
getFirewallList() |
List<String> |
getFirewallRuleIds() |
String |
getId() |
String |
getName() |
List<? extends FirewallRule> |
getNeutronFirewallRules() |
String |
getTenantId() |
Boolean |
isAudited() |
Boolean |
isShared() |
String getId()
String getName()
String getTenantId()
String getDescription()
Boolean isShared()
Boolean isAudited()
List<String> getFirewallRuleIds()
List<String> getFirewallList()
List<? extends FirewallRule> getNeutronFirewallRules()
FirewallRule
Copyright © 2017. All rights reserved.