public sealed class SslPolicyReference : IMessage<SslPolicyReference>, IEquatable<SslPolicyReference>, IDeepCloneable<SslPolicyReference>, 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 available for the `SslPolicyReference` is 3.6.0, but this page is showing version 2.12.0."],["The `SslPolicyReference` class, part of the `Google.Cloud.Compute.V1` namespace, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This `SslPolicyReference` object inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base `object` class."],["The class has two constructors, one being a default, and the other being a copy constructor that accepts another `SslPolicyReference` as a parameter."],["The class provides two key properties, `HasSslPolicy`, which is a boolean indicating if an SslPolicy is set, and `SslPolicy` which allows the modification of the policy URL."]]],[]]