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-31 UTC."],[[["This webpage provides reference documentation for the `GetSslPolicyRequest` class within the Compute Engine v1 API, specifically for the .NET environment."],["The content details the various versions of the `GetSslPolicyRequest` class, ranging from version 1.0.0 to the latest version 3.6.0, with the current page focusing on version 3.5.0."],["The `GetSslPolicyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `GetSslPolicyRequest` class are `Project` for specifying the project ID and `SslPolicy` for defining the name of the SSL policy."],["There are two constructors available for the class, one empty and another to take in another `GetSslPolicyRequest` object as a parameter."]]],[]]