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."],[[["This webpage details the `TargetSslProxiesSetSslCertificatesRequest` class within the `Google.Cloud.Compute.V1` namespace for .NET development."],["The class is used to request a new set of URLs to `SslCertificate` resources that you may associate with a `TargetSslProxy`."],["The page provides documentation across multiple versions, from version 1.0.0 up to the latest release, 3.6.0, with 3.3.0 being the version highlighted on the main page."],["The `TargetSslProxiesSetSslCertificatesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `SslCertificates` property, which is a `RepeatedField\u003cstring\u003e` that allows for specifying at least one and up to 15 SSL certificates."]]],[]]