public sealed class CreateIngressRuleRequest : IMessage<CreateIngressRuleRequest>, IEquatable<CreateIngressRuleRequest>, IDeepCloneable<CreateIngressRuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateIngressRuleRequest.
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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `CreateIngressRuleRequest` class is part of the Google Cloud App Engine v1 API and is used to create a new firewall rule."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The latest version of `CreateIngressRuleRequest` is 2.4.0, and documentation is available for multiple previous versions, going back to 1.0.0."],["The `CreateIngressRuleRequest` class has two key properties: `Parent`, a string representing the parent Firewall collection, and `Rule`, a `FirewallRule` object defining the new rule."],["When creating a new `FirewallRule`, users can specify a position for the rule within the firewall rules sequence; otherwise, it will be placed as the second to last rule before the default rule."]]],[]]