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."],[[["This webpage provides documentation for the `SslPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 up to the latest 3.6.0."],["The `SslPolicyReference` class, used for managing SSL policy references, inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor `SslPolicyReference()` and another that takes an `SslPolicyReference` object as an argument, `SslPolicyReference(SslPolicyReference other)`."],["`SslPolicyReference` includes two properties, `HasSslPolicy`, a boolean indicating if the \"ssl_policy\" field is set, and `SslPolicy`, a string that holds the URL of the SSL policy resource."],["The page lists historical versions of the documentation, allowing users to access information from specific releases of the `Google.Cloud.Compute.V1` library."]]],[]]