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."],[[["The latest version available for `GetRegionSslPolicyRequest` is 3.6.0, and there are multiple previous versions available, ranging from 1.0.0 up to 3.5.0."],["`GetRegionSslPolicyRequest` is a class within the Google.Cloud.Compute.V1 namespace used for requesting information about SSL policies within a specified region."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the `object` class."],["The class contains properties such as `Project`, `Region`, and `SslPolicy`, which are used to define the parameters for the request to the API."],["There are two constructor methods for `GetRegionSslPolicyRequest`, one default and one which uses another `GetRegionSslPolicyRequest` as an argument to make a copy of it."]]],[]]