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 webpage details the `TargetHttpsProxiesSetSslCertificatesRequest` class within the `Google.Cloud.Compute.V1` namespace, focusing on its role in managing SSL certificates for Target HTTPS Proxies."],["Version 3.6.0 is the latest available version, with a history of versions going as far back as 1.0.0 that can be referenced on the page."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class allows for the setting of a new set of SSL certificate resources, `SslCertificates`, to be associated with a `TargetHttpsProxy` resource, with a minimum of one and a maximum of fifteen SSL certificates allowed."],["The main properties are `SslCertificates` which is of the type `RepeatedField\u003cstring\u003e`."]]],[]]