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-04-09 UTC."],[[["This webpage provides documentation for the `SecurityPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.2.0 of the library."],["The `SecurityPolicyReference` class, which implements several interfaces including `IMessage` and `IEquatable`, is used to represent a security policy reference and inherits from the base `object` class."],["The documentation lists multiple versions of the `Google.Cloud.Compute.V1` library, ranging from version 1.0.0 up to the latest version, 3.6.0, which are all accessible via links."],["The `SecurityPolicyReference` class includes two properties, `HasSecurityPolicy`, a boolean indicating if a security policy field is set, and `SecurityPolicy`, a string property that holds the security policy."],["The `SecurityPolicyReference` class has two constructors, one that sets up an empty instance of the class, and another that takes an existing instance of the class and copies its parameters."]]],[]]