Class FirewallRuleObject
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.ibm.cloud.networking.firewall_rules.v1.model.FirewallRuleObject
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class FirewallRuleObject extends com.ibm.cloud.sdk.core.service.model.GenericModelFirewallRuleObject.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceFirewallRuleObject.ActionThe firewall action to perform, "log" action is only available for enterprise plan instances.
 - 
Constructor SummaryConstructors Constructor Description FirewallRuleObject()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Gets the action.StringgetCreatedOn()Gets the createdOn.StringgetDescription()Gets the description.FirewallRuleObjectFiltergetFilter()Gets the filter.StringgetId()Gets the id.StringgetModifiedOn()Gets the modifiedOn.BooleanisPaused()Gets the paused.
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() Gets the id. Identifier of the firewall rule.- Returns:
- the id
 
 - 
isPausedpublic Boolean isPaused() Gets the paused. Indicates if the firewall rule is active.- Returns:
- the paused
 
 - 
getDescriptionpublic String getDescription() Gets the description. To briefly describe the firewall rule, omitted from object if empty.- Returns:
- the description
 
 - 
getActionpublic String getAction() Gets the action. The firewall action to perform, "log" action is only available for enterprise plan instances.- Returns:
- the action
 
 - 
getFilterpublic FirewallRuleObjectFilter getFilter() Gets the filter. An existing filter.- Returns:
- the filter
 
 - 
getCreatedOnpublic String getCreatedOn() Gets the createdOn. The creation date-time of the filter.- Returns:
- the createdOn
 
 - 
getModifiedOnpublic String getModifiedOn() Gets the modifiedOn. The modification date-time of the filter.- Returns:
- the modifiedOn
 
 
- 
 
-