public sealed class GetAssociationFirewallPolicyRequest : IMessage<GetAssociationFirewallPolicyRequest>, IEquatable<GetAssociationFirewallPolicyRequest>, IDeepCloneable<GetAssociationFirewallPolicyRequest>, IBufferMessage, IMessage
A request message for FirewallPolicies.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-21 UTC."],[[["This webpage details the `GetAssociationFirewallPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, specifically within the context of .NET development."],["The latest version of `GetAssociationFirewallPolicyRequest` is 3.6.0, with a list of previous versions ranging back to version 1.0.0, and it can be found under the version 1.4.0 section."],["The class is a request message for `FirewallPolicies.GetAssociation` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of this class include `FirewallPolicy` which holds the name of the firewall policy and `Name` which specifies the name of the association."],["The class has a no-parameter constructor, and an overloaded constructor that accepts a `GetAssociationFirewallPolicyRequest` object."]]],[]]