public sealed class BatchUpdateIngressRulesRequest : IMessage<BatchUpdateIngressRulesRequest>, IEquatable<BatchUpdateIngressRulesRequest>, IDeepCloneable<BatchUpdateIngressRulesRequest>, IBufferMessage, IMessage
Request message for Firewall.BatchUpdateIngressRules.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `BatchUpdateIngressRulesRequest` class, which is a request message for updating firewall ingress rules in Google Cloud App Engine."],["The latest version of this class is 2.4.0, with a range of previous versions available from 1.0.0 to 2.3.0, all of which are listed with links for access."],["The `BatchUpdateIngressRulesRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `IngressRules`, which is a list of `FirewallRule` objects to replace existing firewall rules, and `Name`, which identifies the specific firewall collection to update."],["The `BatchUpdateIngressRulesRequest` class includes two constructors, one default constructor and another that accepts an instance of the class, allowing for duplication."]]],[]]