public sealed class GetAssociationNetworkFirewallPolicyRequest : IMessage<GetAssociationNetworkFirewallPolicyRequest>, IEquatable<GetAssociationNetworkFirewallPolicyRequest>, IDeepCloneable<GetAssociationNetworkFirewallPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetAssociationNetworkFirewallPolicyRequest.
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 part of the Google.Cloud.Compute.V1 API and is used for requesting details about an association within a network firewall policy."],["This documentation outlines multiple versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, providing links to each version's specific documentation for `GetAssociationNetworkFirewallPolicyRequest`."],["The `GetAssociationNetworkFirewallPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `FirewallPolicy`, `Name`, and `Project`, which are used to specify the firewall policy, association name, and project ID for the request."],["The class has two constructors allowing for an empty or copy constructor, and it inherits several members from the `Object` class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]