public sealed class TargetSslProxiesSetSslCertificatesRequest : IMessage<TargetSslProxiesSetSslCertificatesRequest>, IEquatable<TargetSslProxiesSetSslCertificatesRequest>, IDeepCloneable<TargetSslProxiesSetSslCertificatesRequest>, IBufferMessage, IMessage
public RepeatedField<string> SslCertificates { get; }
New set of URLs to SslCertificate resources to associate with this TargetSslProxy. At least one SSL certificate must be specified. Currently, you may specify up to 15 SSL certificates.
[[["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 content focuses on the `TargetSslProxiesSetSslCertificatesRequest` class within the Google Cloud Compute V1 library for .NET, with version 3.6.0 being the latest available version."],["This class is part of the `Google.Cloud.Compute.V1` namespace and is found in the `Google.Cloud.Compute.V1.dll` assembly, which also implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `TargetSslProxiesSetSslCertificatesRequest` class allows for the setting of new SSL certificate URLs for a TargetSslProxy, with a minimum requirement of at least one and up to 15 certificates."],["The page provides links to documentation for numerous versions of the `TargetSslProxiesSetSslCertificatesRequest` class, ranging from version 1.0.0 to the latest version 3.6.0."]]],[]]