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 Summary
Nested Classes Modifier and Type Class Description static interfaceFirewallRuleObject.ActionThe firewall action to perform, "log" action is only available for enterprise plan instances.
-
Constructor Summary
Constructors Constructor Description FirewallRuleObject()
-
Method Summary
All 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
-
getId
public String getId()
Gets the id. Identifier of the firewall rule.- Returns:
- the id
-
isPaused
public Boolean isPaused()
Gets the paused. Indicates if the firewall rule is active.- Returns:
- the paused
-
getDescription
public String getDescription()
Gets the description. To briefly describe the firewall rule, omitted from object if empty.- Returns:
- the description
-
getAction
public String getAction()
Gets the action. The firewall action to perform, "log" action is only available for enterprise plan instances.- Returns:
- the action
-
getFilter
public FirewallRuleObjectFilter getFilter()
Gets the filter. An existing filter.- Returns:
- the filter
-
getCreatedOn
public String getCreatedOn()
Gets the createdOn. The creation date-time of the filter.- Returns:
- the createdOn
-
getModifiedOn
public String getModifiedOn()
Gets the modifiedOn. The modification date-time of the filter.- Returns:
- the modifiedOn
-
-