public interface FirewallPolicyUpdate extends ModelEntity, Buildable<FirewallPolicyUpdateBuilder>
A Builder to Update Firewall Policy of FwaaS
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> |
getFirewallRuleIds() |
String |
getName() |
Boolean |
isAudited() |
Boolean |
isShared() |
String getName()
String getDescription()
Boolean isShared()
Boolean isAudited()
Copyright © 2017. All rights reserved.