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 data from the SslPolicies.Get method within the Compute Engine v1 API."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found in the Google.Cloud.Compute.V1.dll assembly, and is currently at version 2.6.0."],["The documentation provides a comprehensive list of versions for `GetSslPolicyRequest`, ranging from the latest 3.6.0 down to version 1.0.0, each with its own link."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It has two properties, `Project` and `SslPolicy`, to specify the project ID and the name of the SSL policy, both of which are string types."]]],[]]