public sealed class TargetHttpsProxiesSetSslCertificatesRequest : IMessage<TargetHttpsProxiesSetSslCertificatesRequest>, IEquatable<TargetHttpsProxiesSetSslCertificatesRequest>, IDeepCloneable<TargetHttpsProxiesSetSslCertificatesRequest>, IBufferMessage, IMessage
public RepeatedField<string> SslCertificates { get; }
New set of SslCertificate resources to associate with this TargetHttpsProxy resource. 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 the `TargetHttpsProxiesSetSslCertificatesRequest` API is 3.6.0, with a range of previous versions available, including versions from the 3.x.x, 2.x.x, and 1.x.x series."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class, which can be found in the `Google.Cloud.Compute.V1` namespace within the `Google.Cloud.Compute.V1.dll` assembly, allows to associate new SSL certificate resources with a TargetHttpsProxy resource."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class has two constructors: one that takes no arguments and another that takes an instance of the `TargetHttpsProxiesSetSslCertificatesRequest` class as an argument."],["The `SslCertificates` property of `TargetHttpsProxiesSetSslCertificatesRequest` is a `RepeatedField\u003cstring\u003e` that allows up to 15 SSL certificates to be specified."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]