public sealed class GetSslPolicyRequest : IMessage<GetSslPolicyRequest>, IEquatable<GetSslPolicyRequest>, IDeepCloneable<GetSslPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetSslPolicyRequest.
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."],[[["The latest version available for `GetSslPolicyRequest` is 3.6.0, while older versions are also accessible, dating back to version 1.0.0."],["`GetSslPolicyRequest` is a class within the Google.Cloud.Compute.V1 namespace, used as a request message for the SslPolicies.Get method within the Compute Engine v1 API."],["The `GetSslPolicyRequest` class inherits from the `object` class and implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The `GetSslPolicyRequest` class has two constructors: a default one and another that accepts a `GetSslPolicyRequest` object as a parameter, and also contains the properties `Project` and `SslPolicy`."],["`GetSslPolicyRequest` is part of the `Google.Cloud.Compute.V1.dll` assembly, with `Project` allowing for the setting of the project ID, and `SslPolicy` allowing you to set the name of the SSL policy, which has naming restrictions."]]],[]]