public sealed class GetAssociationNetworkFirewallPolicyRequest : IMessage<GetAssociationNetworkFirewallPolicyRequest>, IEquatable<GetAssociationNetworkFirewallPolicyRequest>, IDeepCloneable<GetAssociationNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for NetworkFirewallPolicies.GetAssociation. See the method description for details.
[[["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-24 UTC."],[[["The `GetAssociationNetworkFirewallPolicyRequest` class is used to request details about a specific association within a network firewall policy."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found within the `Google.Cloud.Compute.V1.dll` assembly, with a version range from 1.0.0 to 3.6.0."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `FirewallPolicy`, `HasName`, `Name`, and `Project`, which specify details of the request like the firewall policy, association name, and project ID."],["The most recent version is 3.6.0 and can be viewed via a provided link, along with several previous versions, including every version between 1.0.0 to 3.5.0."]]],[]]