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."],[[["This webpage provides documentation for the `GetRuleSecurityPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET development."],["The content details the various versions of the API, with version 3.6.0 being the latest and includes versions as far back as 1.0.0, allowing users to select the documentation relevant to the version they use."],["The `GetRuleSecurityPolicyRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used to retrieve a specific rule from a security policy."],["The class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities like message handling, equality comparison, deep cloning, and buffered message support."],["Key properties of `GetRuleSecurityPolicyRequest` include `Priority`, `Project`, and `SecurityPolicy`, which are essential for specifying the desired rule within a project's security policy."]]],[]]