Class FirewallRulesUpdateInputItem
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.firewall_rules.v1.model.FirewallRulesUpdateInputItem
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class FirewallRulesUpdateInputItem extends com.ibm.cloud.sdk.core.service.model.GenericModelFirewallRulesUpdateInputItem.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceFirewallRulesUpdateInputItem.ActionThe firewall action to perform, "log" action is only available for enterprise plan instances.static classFirewallRulesUpdateInputItem.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringaction()Gets the action.Stringdescription()Gets the description.FirewallRulesUpdateInputItemFilterfilter()Gets the filter.Stringid()Gets the id.FirewallRulesUpdateInputItem.BuildernewBuilder()New builder.Booleanpaused()Gets the paused.
 
- 
- 
- 
Method Detail- 
newBuilderpublic FirewallRulesUpdateInputItem.Builder newBuilder() New builder.- Returns:
- a FirewallRulesUpdateInputItem builder
 
 - 
idpublic String id() Gets the id. Identifier of the firewall rule.- Returns:
- the id
 
 - 
actionpublic String action() Gets the action. The firewall action to perform, "log" action is only available for enterprise plan instances.- Returns:
- the action
 
 - 
pausedpublic Boolean paused() Gets the paused. Indicates if the firewall rule is active.- Returns:
- the paused
 
 - 
descriptionpublic String description() Gets the description. To briefly describe the firewall rule, omitted from object if empty.- Returns:
- the description
 
 - 
filterpublic FirewallRulesUpdateInputItemFilter filter() Gets the filter. An existing filter.- Returns:
- the filter
 
 
- 
 
-