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-24 UTC."],[[["The content covers various versions of the `TargetSslProxiesSetSslCertificatesRequest` class within the Google.Cloud.Compute.V1 namespace, ranging from version 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which can be called on this class."],["The `TargetSslProxiesSetSslCertificatesRequest` class has a property called `SslCertificates`, which allows for a new set of URLs to SslCertificate resources to be associated with a `TargetSslProxy`, requiring at least one and allowing up to 15 SSL certificates."],["There are two constructors for the `TargetSslProxiesSetSslCertificatesRequest` class: one is parameterless, and the other takes a `TargetSslProxiesSetSslCertificatesRequest` object as a parameter."]]],[]]