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."],[[["This page provides documentation for the `GetSslPolicyRequest` class within the Google.Cloud.Compute.V1 .NET library, detailing its usage for the Compute Engine v1 API."],["The latest version documented is 3.6.0, and historical versions from 1.0.0 up until 3.6.0 are accessible for review, including the current 2.11.0."],["`GetSslPolicyRequest` is a class used to send a request message to retrieve an SSL policy and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains two string properties, `Project` and `SslPolicy`, used to specify the project ID and the name of the SSL policy to target."],["The documentation also includes information about the available constructors, which are a parameterless constructor and a constructor that accepts another instance of GetSslPolicyRequest as a parameter."]]],[]]