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 version 3.6.0 being the latest release."],["The `GetRegionSslPolicyRequest` class is a request message used for the `RegionSslPolicies.Get` method, and is found in the namespace `Google.Cloud.Compute.V1`, residing in the `Google.Cloud.Compute.V1.dll` assembly."],["The documentation highlights the inheritance and implementation hierarchy of the `GetRegionSslPolicyRequest` class, showing it inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page outlines the properties of the `GetRegionSslPolicyRequest` class, which include `Project`, `Region`, and `SslPolicy`, all of which are string type properties that are required to process the request."],["Previous versions of the documentation for this class are available, going back as far as version 1.0.0, allowing users to consult the code through previous versions if they are using an older release."]]],[]]