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."],[[["The latest version of the `GetAssociationFirewallPolicyRequest` is 3.6.0, and the page provides access to versions ranging from 1.0.0 to the latest."],["This class `GetAssociationFirewallPolicyRequest` is used for requesting a specific association from a firewall policy in Google Cloud Compute V1."],["The `GetAssociationFirewallPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains the `FirewallPolicy` property, which denotes the name of the relevant firewall policy, and the `Name` property, indicating the specific association to be retrieved."],["There are two constructors available, one empty, and one to make a copy of an existing `GetAssociationFirewallPolicyRequest` instance."]]],[]]