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.GenericModel
FirewallRuleObject.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FirewallRuleObject.Action
The 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 String
getAction()
Gets the action.String
getCreatedOn()
Gets the createdOn.String
getDescription()
Gets the description.FirewallRuleObjectFilter
getFilter()
Gets the filter.String
getId()
Gets the id.String
getModifiedOn()
Gets the modifiedOn.Boolean
isPaused()
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
-
-