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."],[[["The latest version of the `TargetSslProxiesSetSslCertificatesRequest` is 3.6.0, with multiple previous versions available for reference, spanning from 1.0.0 to 3.5.0."],["This class, `TargetSslProxiesSetSslCertificatesRequest`, is part of the `Google.Cloud.Compute.V1` namespace and is implemented in the `Google.Cloud.Compute.V1.dll` assembly."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `SslCertificates`, which allows the specification of up to 15 SSL certificates via a `RepeatedField\u003cstring\u003e` of URLs, to be associated with a `TargetSslProxy`."],["There are two constructors for `TargetSslProxiesSetSslCertificatesRequest`: a parameterless constructor, and one that accepts another `TargetSslProxiesSetSslCertificatesRequest` as a parameter."]]],[]]