public sealed class TargetSslProxiesSetCertificateMapRequest : IMessage<TargetSslProxiesSetCertificateMapRequest>, IEquatable<TargetSslProxiesSetCertificateMapRequest>, IDeepCloneable<TargetSslProxiesSetCertificateMapRequest>, IBufferMessage, IMessage
URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.
[[["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-24 UTC."],[[["This page provides documentation for the `TargetSslProxiesSetCertificateMapRequest` class within the `Google.Cloud.Compute.V1` namespace, detailing its usage and properties."],["The documentation spans multiple versions of the library, from version 1.0.0 up to the latest version 3.6.0, allowing you to access the documentation relevant to the version of the library you are using."],["`TargetSslProxiesSetCertificateMapRequest` is a class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `CertificateMap` property, a string that represents the URL of the certificate map to be associated with a `TargetSslProxy`, along with a boolean property `HasCertificateMap` to check if it is set."],["The class has two constructors: one parameterless and another that accepts another `TargetSslProxiesSetCertificateMapRequest` instance as a parameter for copying."]]],[]]