public sealed class GetRuleSecurityPolicyRequest : IMessage<GetRuleSecurityPolicyRequest>, IEquatable<GetRuleSecurityPolicyRequest>, IDeepCloneable<GetRuleSecurityPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRuleSecurityPolicyRequest.
A request message for SecurityPolicies.GetRule. 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 `GetRuleSecurityPolicyRequest` class in the Google.Cloud.Compute.V1 namespace is used to request a specific rule from a security policy in the Compute Engine v1 API."],["This page lists multiple versions of the `GetRuleSecurityPolicyRequest` class, with the latest being version 3.6.0, and versions ranging back to 1.0.0."],["The `GetRuleSecurityPolicyRequest` class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `GetRuleSecurityPolicyRequest` class include `HasPriority` (to determine if a priority is set), `Priority` (to set the specific rule's priority to be retrieved), `Project` (to specify the project ID), and `SecurityPolicy` (to name the security policy from which to get the rule)."],["The `GetRuleSecurityPolicyRequest` class has two constructors, one is default and the other is used to make a copy from another instance of the same class."]]],[]]