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."],[[["This page provides documentation for the `GetSslPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for .NET."],["The latest version of the `GetSslPolicyRequest` API documented is 3.6.0, with various previous versions, starting from 1.0.0 up until 3.5.0, being linked for reference as well."],["The `GetSslPolicyRequest` class is a request message for retrieving SSL policy details, implementing several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetSslPolicyRequest` class contains two main properties: `Project`, representing the project ID, and `SslPolicy`, representing the name of the SSL policy."],["The class also contains a constructor that can be used to instantiate itself, it has a parameter `other` that takes a `GetSslPolicyRequest` object."]]],[]]