public sealed class FirewallPolicyRuleMatcherLayer4Config : IMessage<FirewallPolicyRuleMatcherLayer4Config>, IEquatable<FirewallPolicyRuleMatcherLayer4Config>, IDeepCloneable<FirewallPolicyRuleMatcherLayer4Config>, IBufferMessage, IMessage
The IP protocol to which this rule applies. The protocol type is required when creating a firewall rule. This value can either be one of the following well known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp), or the IP protocol number.
An optional list of ports to which this rule applies. This field is only applicable for UDP or TCP protocol. Each entry must be either an integer or a range. If not specified, this rule applies to connections through any port. Example inputs include: ["22"], ["80","443"], and ["12345-12349"].
[[["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."],[[["The `FirewallPolicyRuleMatcherLayer4Config` class is part of the Google.Cloud.Compute.V1 namespace and is found in the Google.Cloud.Compute.V1.dll assembly, and is designed for configuring layer 4 matching criteria in firewall policy rules."],["The latest version available is 3.6.0, with a range of other versions available for reference, all the way back to version 1.0.0 of this specific class."],["This class implements several interfaces, including `IMessage\u003cFirewallPolicyRuleMatcherLayer4Config\u003e`, `IEquatable\u003cFirewallPolicyRuleMatcherLayer4Config\u003e`, `IDeepCloneable\u003cFirewallPolicyRuleMatcherLayer4Config\u003e`, `IBufferMessage`, and `IMessage`, all related to the utilization of this class."],["The `FirewallPolicyRuleMatcherLayer4Config` class has properties to specify the IP protocol (`IpProtocol`) and the ports (`Ports`) that the rule applies to, and indicates whether the `ip_protocol` field is set using the `HasIpProtocol` property."],["It includes two constructors, one default and another that accepts an existing `FirewallPolicyRuleMatcherLayer4Config` object for creating copies, and inherits several methods from the base `Object` class."]]],[]]