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"]],[["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 provides reference information for the `CreateIngressRuleRequest` class within the Google Cloud App Engine v1 API, specifically version 2.3.0."],["`CreateIngressRuleRequest` is used to create a new ingress rule within a firewall collection, and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Parent`, specifying the parent firewall collection, and `Rule`, which contains the details of the new firewall rule to be created."],["The document also references past versions of the API, ranging from version 1.0.0 up to the latest version, 2.4.0, along with links to their respective documentation."],["The class inherits from `object` and has two constructors, one default constructor and one that takes a `CreateIngressRuleRequest` parameter, to enable instanciation."]]],[]]