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.GenericModel
FirewallRulesUpdateInputItem.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
FirewallRulesUpdateInputItem.Action
The firewall action to perform, "log" action is only available for enterprise plan instances.static class
FirewallRulesUpdateInputItem.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
action()
Gets the action.String
description()
Gets the description.FirewallRulesUpdateInputItemFilter
filter()
Gets the filter.String
id()
Gets the id.FirewallRulesUpdateInputItem.Builder
newBuilder()
New builder.Boolean
paused()
Gets the paused.
-
-
-
Method Detail
-
newBuilder
public FirewallRulesUpdateInputItem.Builder newBuilder()
New builder.- Returns:
- a FirewallRulesUpdateInputItem builder
-
id
public String id()
Gets the id. Identifier of the firewall rule.- Returns:
- the id
-
action
public String action()
Gets the action. The firewall action to perform, "log" action is only available for enterprise plan instances.- Returns:
- the action
-
paused
public Boolean paused()
Gets the paused. Indicates if the firewall rule is active.- Returns:
- the paused
-
description
public String description()
Gets the description. To briefly describe the firewall rule, omitted from object if empty.- Returns:
- the description
-
filter
public FirewallRulesUpdateInputItemFilter filter()
Gets the filter. An existing filter.- Returns:
- the filter
-
-