public sealed class CreateIngressRuleRequest : IMessage<CreateIngressRuleRequest>, IEquatable<CreateIngressRuleRequest>, IDeepCloneable<CreateIngressRuleRequest>, IBufferMessage, IMessage
The user may optionally provide a position at which the new rule will be
placed. The positions define a sequential list starting at 1. If a rule
already exists at the given position, rules greater than the provided
position will be moved forward by one.
If no position is provided, the server will place the rule as the second to
last rule in the sequence before the required default allow-all or deny-all
rule.
[[["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 webpage details the `CreateIngressRuleRequest` class, which is used as a request message for creating firewall ingress rules within the Google Cloud App Engine V1."],["The `CreateIngressRuleRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["The class includes two constructors, one default and one that accepts another `CreateIngressRuleRequest` object as a parameter, allowing for the creation of new instances and the cloning of existing ones."],["`CreateIngressRuleRequest` has two key properties, `Parent`, a string that indicates the parent firewall collection, and `Rule`, of type FirewallRule, that contains the properties of the new rule to be added."],["There are several versions of the `CreateIngressRuleRequest` class, including the latest version 2.4.0, down to version 1.0.0, providing a range of options for the user."]]],[]]