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-24 UTC."],[[["This webpage provides documentation for the `SecurityPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its inheritance, implementation of interfaces, and members."],["The `SecurityPolicyReference` class is a sealed class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the availability of this class across multiple versions of the package, starting from version 1.0.0 up to the latest version 3.6.0, each with its respective documentation link."],["The class has two constructors: a default constructor and one that accepts another `SecurityPolicyReference` object, as well as two properties named `HasSecurityPolicy` and `SecurityPolicy`, which respectively indicates if a security policy has been set and the security policy string."],["Inherited members from the base `Object` class such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` are also accessible through this class."]]],[]]