public sealed class GetRegionSslPolicyRequest : IMessage<GetRegionSslPolicyRequest>, IEquatable<GetRegionSslPolicyRequest>, IDeepCloneable<GetRegionSslPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetRegionSslPolicyRequest.
A request message for RegionSslPolicies.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-04-09 UTC."],[[["The `GetRegionSslPolicyRequest` class is part of the Google Cloud Compute Engine v1 API and is used to request details of a specific SSL policy within a region."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for various functionalities like message handling, equality checks, cloning, and buffer operations."],["The `GetRegionSslPolicyRequest` class contains three key properties: `Project`, `Region`, and `SslPolicy`, which are strings representing the project ID, the region name, and the SSL policy name, respectively."],["The documentation provides a comprehensive list of versions for `GetRegionSslPolicyRequest`, ranging from the latest version 3.6.0 down to version 1.0.0, allowing users to navigate documentation for the correct version they are using."]]],[]]