public interface FirewallRuleUpdate extends ModelEntity, Buildable<FirewallRuleUpdateBuilder>
A Builder to Update Firewall Rule of FwaaS
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.
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
NeutronFirewallRule.FirewallRuleAction |
getAction() |
String |
getDescription() |
String |
getDestinationIpAddress() |
String |
getDestinationPort() |
IPVersionType |
getIpVersion() |
String |
getName() |
NeutronFirewallRule.IPProtocol |
getProtocol() |
String |
getSourceIpAddress() |
String |
getSourcePort() |
String |
getTenantId() |
Boolean |
isEnabled() |
Boolean |
isShared() |
String getName()
String getTenantId()
String getDescription()
Boolean isShared()
NeutronFirewallRule.IPProtocol getProtocol()
NeutronFirewallRule.IPProtocol
IPVersionType getIpVersion()
IPVersionType
String getSourceIpAddress()
String getDestinationIpAddress()
String getSourcePort()
String getDestinationPort()
NeutronFirewallRule.FirewallRuleAction getAction()
NeutronFirewallRule.FirewallRuleAction
Boolean isEnabled()
Copyright © 2017. All rights reserved.