public sealed class SecurityPolicyReference : IMessage<SecurityPolicyReference>, IEquatable<SecurityPolicyReference>, IDeepCloneable<SecurityPolicyReference>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the Google.Cloud.Compute.V1 package is 3.6.0, with multiple prior versions available for use, all the way back to version 1.0.0."],["The `SecurityPolicyReference` class, found within the `Google.Cloud.Compute.V1` namespace, is a sealed class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SecurityPolicyReference` class inherits from the base `Object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["This class includes a default constructor and another constructor that takes another `SecurityPolicyReference` instance as an argument."],["Key properties of the `SecurityPolicyReference` class include `HasSecurityPolicy`, a boolean indicating whether the security policy field is set, and `SecurityPolicy`, which is a string that allows setting the security policy."]]],[]]