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"]],[["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."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eCreateIngressRuleRequest\u003c/code\u003e is 2.4.0, but the current page content is for version 1.3.0 of the Google.Cloud.AppEngine.V1 namespace.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCreateIngressRuleRequest\u003c/code\u003e is a request message used for creating a new rule in \u003ccode\u003eFirewall.CreateIngressRule\u003c/code\u003e and is a sealed class that inherits from Object and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"],["\u003cp\u003eThis class includes two constructors, one default constructor and another that takes another \u003ccode\u003eCreateIngressRuleRequest\u003c/code\u003e object as a parameter for copying, and the two properties \u003ccode\u003eParent\u003c/code\u003e, a string, and \u003ccode\u003eRule\u003c/code\u003e, a \u003ccode\u003eFirewallRule\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property specifies the name of the parent Firewall collection, whereas the \u003ccode\u003eRule\u003c/code\u003e property holds the new \u003ccode\u003eFirewallRule\u003c/code\u003e that includes the new resource and can be given a specific position within the sequence of firewall rules.\u003c/p\u003e\n"]]],[],null,[]]