public sealed class GetSslPolicyRequest : IMessage<GetSslPolicyRequest>, IEquatable<GetSslPolicyRequest>, IDeepCloneable<GetSslPolicyRequest>, IBufferMessage, IMessage
A request message for SslPolicies.Get. See the method description for details.
[[["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-04-02 UTC."],[[["This page details the `GetSslPolicyRequest` class within the `Google.Cloud.Compute.V1` namespace, used to request SSL policy details."],["The most recent version of `GetSslPolicyRequest` is 3.6.0, with links provided to documentation for it and numerous older versions."],["`GetSslPolicyRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from `Object`."],["The class has two constructors: a default one and one that takes another `GetSslPolicyRequest` object as a parameter."],["It includes properties `Project` and `SslPolicy`, used to specify the project ID and the name of the SSL policy, respectively."]]],[]]