public sealed class TargetHttpsProxiesSetSslCertificatesRequest : IMessage<TargetHttpsProxiesSetSslCertificatesRequest>, IEquatable<TargetHttpsProxiesSetSslCertificatesRequest>, IDeepCloneable<TargetHttpsProxiesSetSslCertificatesRequest>, IBufferMessage, IMessage
public RepeatedField<string> SslCertificates { get; }
New set of SslCertificate resources to associate with this TargetHttpsProxy resource. 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-31 UTC."],[[["The latest version available is 3.6.0, as indicated by the link labeled \"(latest)\"."],["This page provides access to documentation for various versions of `TargetHttpsProxiesSetSslCertificatesRequest`, ranging from version 1.0.0 to 3.6.0."],["The class `TargetHttpsProxiesSetSslCertificatesRequest` is a public sealed class that implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes a constructor for creating new instances, as well as a constructor for cloning existing instances of the `TargetHttpsProxiesSetSslCertificatesRequest` class."],["The SslCertificates property of the class allows setting up to 15 ssl certificates and is of the type RepeatedField\u003cstring\u003e."]]],[]]