public sealed class GetTargetSslProxyRequest : IMessage<GetTargetSslProxyRequest>, IEquatable<GetTargetSslProxyRequest>, IDeepCloneable<GetTargetSslProxyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class GetTargetSslProxyRequest.
A request message for TargetSslProxies.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 reference documentation for the `GetTargetSslProxyRequest` class within the Google Compute Engine v1 API, specifically for the .NET environment."],["The latest version of the `GetTargetSslProxyRequest` is 3.6.0, and the page contains a list of previous versions dating back to version 1.0.0, with hyperlinks for each version's documentation."],["The `GetTargetSslProxyRequest` class is a request message used for retrieving details of a specific `TargetSslProxy` and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class contains properties like `Project` and `TargetSslProxy`, which are both strings, representing the project ID and the name of the target SSL proxy, respectively."],["The page describes two constructors available for `GetTargetSslProxyRequest`, one being a parameterless constructor, and the other one creating a new instance using another `GetTargetSslProxyRequest` instance."]]],[]]