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-09 UTC."],[[["The `GetSslPolicyRequest` class, part of the Google.Cloud.Compute.V1 API, is used to request information about an SSL policy."],["This webpage provides documentation and examples for various versions of the `GetSslPolicyRequest` class, ranging from version 1.0.0 to 3.6.0, with 3.6.0 as the latest release."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality checks, deep cloning, and buffer management."],["The `GetSslPolicyRequest` class includes properties to set the Project ID and the name of the SSL policy to retrieve, allowing for targeted requests."],["The `GetSslPolicyRequest` has public constructors, one parameterless and one that takes in a `GetSslPolicyRequest` object as a parameter."]]],[]]