public sealed class GetSslPolicyRequest : IMessage<GetSslPolicyRequest>, IEquatable<GetSslPolicyRequest>, IDeepCloneable<GetSslPolicyRequest>, IBufferMessage, IMessage
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 a request message used for retrieving details about an SSL policy in the Google Cloud Compute V1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility."],["The `GetSslPolicyRequest` class is found in the `Google.Cloud.Compute.V1` namespace, part of the `Google.Cloud.Compute.V1.dll` assembly, and is a descendant of the base Object class."],["There are multiple versions available, with the latest being 3.6.0, and it includes a constructor for both default instantiation and for creating a copy of an existing `GetSslPolicyRequest` object."],["The class contains two key properties: `Project`, which represents the project ID, and `SslPolicy`, which specifies the name of the SSL policy being targeted."]]],[]]