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-31 UTC."],[[["This webpage details the `SslPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.4.0."],["Version 3.6.0 is listed as the latest version, with a comprehensive list of previous versions going back to 1.0.0 also being available."],["The `SslPolicyReference` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `SslPolicyReference` class include `HasSslPolicy` (a boolean) and `SslPolicy` (a string), which is the URL of the associated SSL policy."],["The class has two constructors: a default constructor `SslPolicyReference()` and a copy constructor `SslPolicyReference(SslPolicyReference other)`."]]],[]]