public sealed class GetRuleSecurityPolicyRequest : IMessage<GetRuleSecurityPolicyRequest>, IEquatable<GetRuleSecurityPolicyRequest>, IDeepCloneable<GetRuleSecurityPolicyRequest>, IBufferMessage, IMessage
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-21 UTC."],[[["This webpage details the `GetRuleSecurityPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, as found in the `Google.Cloud.Compute.V1.dll` assembly, used for requesting a rule from a security policy."],["The latest version of the related documentation is 3.6.0, with a range of prior versions from 1.0.0 to 3.5.0 also listed."],["The `GetRuleSecurityPolicyRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["Key properties within `GetRuleSecurityPolicyRequest` include `Priority`, `Project`, and `SecurityPolicy`, which are used to specify the rule's priority, the project ID, and the security policy name respectively, and the property `HasPriority` which checks if the priority is set."],["`GetRuleSecurityPolicyRequest` has two public constructors, one being empty and the other taking a `GetRuleSecurityPolicyRequest` as a parameter."]]],[]]