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 provides documentation for the `SslPolicyReference` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, inheritance, and implemented interfaces."],["The latest version available for this documentation is 3.6.0, while the current page displays the content for version 3.1.0, which is one of many listed versions ranging from 1.0.0 to 3.6.0."],["The `SslPolicyReference` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and object management within the Google Cloud Compute API."],["The `SslPolicyReference` class has two constructors, `SslPolicyReference()`, and `SslPolicyReference(SslPolicyReference other)`, used to create new instances of the object, either as an empty instance or as a copy of an existing one, respectively."],["The `SslPolicyReference` class includes properties `HasSslPolicy`, a boolean to check if the field is set, and `SslPolicy`, a string representing the URL of the SSL policy resource, which can be set or cleared."]]],[]]