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 used to request details about an SSL policy within the Compute Engine v1 API."],["Version 3.6.0 is the latest version of the Compute Engine v1 API, while the current page is displaying information for version 2.7.0."],["The class `GetSslPolicyRequest` has multiple versions ranging from 1.0.0 to 3.6.0 and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSslPolicyRequest` class includes properties `Project` and `SslPolicy`, both of type string, to specify the project ID and the name of the SSL policy respectively."],["The class `GetSslPolicyRequest` inherits from the `object` class, and provides a constructor that can be called without arguments or one accepting another instance of `GetSslPolicyRequest`."]]],[]]