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-03-21 UTC."],[[["This webpage provides documentation for the `GetRegionSslPolicyRequest` class within the Google Cloud Compute Engine v1 API, specifically for the .NET environment, with the current version being 2.6.0, however the latest version is 3.6.0."],["The `GetRegionSslPolicyRequest` class is used to request details about a specific SSL policy within a region, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, and it can be constructed with or without a parameter of another `GetRegionSslPolicyRequest`."],["It contains three properties: `Project` which is the project ID, `Region` which is the region's name, and `SslPolicy` which is the name of the SSL policy being updated, each of these are strings."],["There are 29 previous versions available to view, going back to 1.0.0 for the GetRegionSslPolicyRequest class."]]],[]]