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 webpage provides documentation for the `SslPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The latest version documented is 3.6.0, with a comprehensive list of previous versions, including version 2.13.0, which this page focuses on, going back to version 1.0.0."],["`SslPolicyReference` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default constructor and one that accepts another `SslPolicyReference` object as a parameter, and two properties `HasSslPolicy`, which is a boolean, and `SslPolicy`, which is a string that can be set to an SSL policy resource or be cleared by inputting an empty string."]]],[]]