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 latest version of `TargetSslProxiesSetSslCertificatesRequest` is 3.6.0, with multiple prior versions available, including version 2.3.0 which is the version of the documentation you are reading."],["`TargetSslProxiesSetSslCertificatesRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors, one default and another that accepts a `TargetSslProxiesSetSslCertificatesRequest` object as a parameter for copying, and it is found within the namespace `Google.Cloud.Compute.V1` and its corresponding `Google.Cloud.Compute.V1.dll` assembly."],["The `SslCertificates` property allows specifying a set of SSL certificate URLs, with a requirement of at least one certificate and a current limit of up to 15 certificates."]]],[]]