Interface FirewallPolicyUpdate

    • Method Detail

      • getName

        String getName()
        Returns:
        name : Human readable name for the FirewallPolicyUpdate (255 characters limit). Does not have to be unique.
      • getDescription

        String getDescription()
        Returns:
        description : Human readable description for the FirewallPolicyUpdate (1024 characters limit).
      • isShared

        Boolean isShared()
        Returns:
        shared : When set to True makes this FirewallPolicyUpdate visible to tenants other than its owner, and can be used in FirewallPolicyUpdate not owned by its tenant.
      • isAudited

        Boolean isAudited()
        Returns:
        audited : When set to True by the policy owner indicates that the firewall policy has been audited. This attribute is meant to aid in the firewall policy audit workflows. Each time the firewall policy or the associated firewall rules are changed, this attribute will be set to False and will have to be explicitly set to True through an update operation.
      • getFirewallRuleIds

        List<String> getFirewallRuleIds()
        Returns:
        firewallRules(UUID)List : This is an ordered list of firewall rule uuids. The firewall applies the rules in the order in which they appear in this list.