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."],[[["The `TargetSslProxiesSetCertificateMapRequest` class is a part of the `Google.Cloud.Compute.V1` namespace, specifically found within the `Google.Cloud.Compute.V1.dll` assembly."],["This class is the most recent implementation versioned at 3.6.0 and has earlier versions ranging from 1.0.0 to 3.5.0."],["It implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` with the purpose to implement SSL proxy certificate requests."],["`TargetSslProxiesSetCertificateMapRequest` contains a `CertificateMap` property that accepts a string value and indicates the URL of the Certificate Map to be associated with the `TargetSslProxy`."],["The class has a parameter in the constructor which accepts another `TargetSslProxiesSetCertificateMapRequest` type object for initialization."]]],[]]