Class UpdateFirewallRuleOptions

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class UpdateFirewallRuleOptions
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    The updateFirewallRule options.
    • Method Detail

      • xAuthUserToken

        public String xAuthUserToken()
        Gets the xAuthUserToken. IBM Cloud user IAM token.
        Returns:
        the xAuthUserToken
      • crn

        public String crn()
        Gets the crn. Full crn of the service instance.
        Returns:
        the crn
      • zoneIdentifier

        public String zoneIdentifier()
        Gets the zoneIdentifier. Zone identifier (zone id).
        Returns:
        the zoneIdentifier
      • firewallRuleIdentifier

        public String firewallRuleIdentifier()
        Gets the firewallRuleIdentifier. Identifier of firewall rule.
        Returns:
        the firewallRuleIdentifier
      • 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