Class ZoneAccessRuleObject

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

    public class ZoneAccessRuleObject
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    access rule object.
    • Constructor Detail

      • ZoneAccessRuleObject

        public ZoneAccessRuleObject()
    • Method Detail

      • getId

        public String getId()
        Gets the id. Identifier of the firewall access rule.
        Returns:
        the id
      • getNotes

        public String getNotes()
        Gets the notes. A personal note about the rule. Typically used as a reminder or explanation for the rule.
        Returns:
        the notes
      • getAllowedModes

        public List<String> getAllowedModes()
        Gets the allowedModes. List of modes that are allowed.
        Returns:
        the allowedModes
      • getMode

        public String getMode()
        Gets the mode. The action to be applied to a request matching the access rule.
        Returns:
        the mode
      • getScope

        public ZoneAccessRuleObjectScope getScope()
        Gets the scope. The scope definition of the access rule.
        Returns:
        the scope
      • getCreatedOn

        public String getCreatedOn()
        Gets the createdOn. The creation date-time of the firewall access rule.
        Returns:
        the createdOn
      • getModifiedOn

        public String getModifiedOn()
        Gets the modifiedOn. The modification date-time of the firewall access rule.
        Returns:
        the modifiedOn