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."],[[["This webpage provides documentation for the `TargetSslProxiesSetSslCertificatesRequest` class within the `Google.Cloud.Compute.V1` namespace, covering versions from 1.0.0 up to the latest 3.6.0."],["The `TargetSslProxiesSetSslCertificatesRequest` class is used to manage SSL certificates associated with Target SSL Proxies, allowing users to set or update these certificates."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like serialization, equality checks, and deep cloning."],["The primary property of the `TargetSslProxiesSetSslCertificatesRequest` class is `SslCertificates`, a `RepeatedField\u003cstring\u003e` that holds the URLs of the SSL certificates, and it requires at least one certificate, and allowing up to 15."]]],[]]