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-31 UTC."],[[["The `GetRuleSecurityPolicyRequest` class is used to request a specific rule from a security policy in the Compute Engine v1 API, as indicated by its purpose for the `SecurityPolicies.GetRule` method."],["This class is part of the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly."],["The latest version of the API documentation for this class is available in the 3.6.0 release, with numerous previous versions from 1.0.0 to 3.5.0 also accessible."],["The `GetRuleSecurityPolicyRequest` class has properties like `Priority`, `Project`, and `SecurityPolicy` for specifying the rule, project ID, and security policy name respectively, and also includes a constructor for creating instances of the class."],["`GetRuleSecurityPolicyRequest` implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage, inheriting from the base `object` class."]]],[]]