public sealed class GetAssociationFirewallPolicyRequest : IMessage<GetAssociationFirewallPolicyRequest>, IEquatable<GetAssociationFirewallPolicyRequest>, IDeepCloneable<GetAssociationFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAssociationFirewallPolicyRequest.
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 available for `GetAssociationFirewallPolicyRequest` is 3.6.0, while the current page is documented under version 2.13.0."],["This page provides documentation for the `GetAssociationFirewallPolicyRequest` class within the Google.Cloud.Compute.V1 namespace for .NET."],["`GetAssociationFirewallPolicyRequest` is used for requesting details about a specific association within a firewall policy and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetAssociationFirewallPolicyRequest` has the properties `FirewallPolicy`, to set the name of the firewall policy, `HasName` to check if the field is set and `Name` to set the name of the association from the firewall policy."],["The `GetAssociationFirewallPolicyRequest` class has two constructors, one being a parameterless default constructor and the second one taking an existing `GetAssociationFirewallPolicyRequest` object as the parameter."]]],[]]