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-31 UTC."],[[["This webpage details the `TargetSslProxiesSetSslCertificatesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET, with version 3.4.0 highlighted and a link to 3.6.0 as the latest."],["The `TargetSslProxiesSetSslCertificatesRequest` class, used for updating SSL certificates for target SSL proxies, implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors: a default constructor and a copy constructor that accepts another `TargetSslProxiesSetSslCertificatesRequest` object."],["The class's key property, `SslCertificates`, is a `RepeatedField\u003cstring\u003e` which allows for the specification of up to 15 SSL certificates, each represented by a URL, to associate with a `TargetSslProxy`."],["The content provides access to the documentation for this class across multiple versions, ranging from version 1.0.0 up to 3.6.0, in addition to the numerous versions in between, making it easy to navigate between them."]]],[]]