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-03-21 UTC."],[[["The `GetSslPolicyRequest` class is part of the Google Cloud Compute Engine v1 API, specifically within the `Google.Cloud.Compute.V1` namespace."],["This class is used as a request message for the `SslPolicies.Get` method, designed for retrieving details about an SSL policy."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions of the documentation available, with version 3.6.0 being the latest, and versions ranging down to 1.0.0."],["The class has properties for `Project` and `SslPolicy`, allowing the specification of the project ID and the name of the SSL policy to be fetched."]]],[]]