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-04-09 UTC."],[[["This webpage details the `TargetSslProxiesSetSslCertificatesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, with version 3.2.0 as the focus."],["The `TargetSslProxiesSetSslCertificatesRequest` class is designed for setting SSL certificates on TargetSslProxy and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor to create a new instance of the request, either empty or by copying an existing `TargetSslProxiesSetSslCertificatesRequest`."],["The primary property, `SslCertificates`, is a `RepeatedField\u003cstring\u003e` that stores the URLs of the SslCertificate resources to be associated with the TargetSslProxy, with a requirement of at least one certificate and a maximum of 15."],["The page provides a list of documentation versions available, ranging from 1.0.0 to the latest version 3.6.0, all related to the class `TargetSslProxiesSetSslCertificatesRequest`."]]],[]]