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-04-09 UTC."],[[["This webpage details the `TargetSslProxiesSetCertificateMapRequest` class, part of the Google Cloud Compute V1 library, specifically focusing on version 3.2.0 but also listing other versions from 1.0.0 to 3.6.0."],["The `TargetSslProxiesSetCertificateMapRequest` class is used to manage the association of Certificate Maps with Target SSL Proxies in Google Cloud, allowing the setting of the Certificate Map URL."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The class contains a string `CertificateMap` property and a boolean `HasCertificateMap` property that can be used to manage the association."],["The class has two constructors `TargetSslProxiesSetCertificateMapRequest()` that can either initialize a new object, or a copy of another `TargetSslProxiesSetCertificateMapRequest` object."]]],[]]