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-31 UTC."],[[["The `TargetHttpsProxiesSetSslCertificatesRequest` class is available across multiple versions, ranging from 1.0.0 to the latest version 3.6.0, offering a history of its development."],["This class is part of the `Google.Cloud.Compute.V1` namespace within the Google.Cloud.Compute.V1.dll assembly and it is used in the context of managing SSL certificates for Target HTTPS Proxies."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary function of the `TargetHttpsProxiesSetSslCertificatesRequest` class is to allow the setting of SSL certificate resources for a TargetHttpsProxy, requiring at least one certificate and supporting up to 15."],["There is both a default and constructor that allows you to pass another `TargetHttpsProxiesSetSslCertificatesRequest` in to construct a new object."]]],[]]