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-04-09 UTC."],[[["The webpage provides documentation for the `TargetHttpsProxiesSetSslCertificatesRequest` class within the Google.Cloud.Compute.V1 namespace, detailing its use for managing SSL certificates in TargetHttpsProxy resources across numerous versions."],["Version 3.6.0 is the latest available version, while version 3.3.0 is the current version being documented and has 30 prior versions."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is derived from the base `object` class."],["The primary functionality of the class revolves around the `SslCertificates` property, which allows for setting a list of SSL certificate resources, where at least one certificate must be provided, and up to 15 can be specified."],["The documentation offers two constructors for the `TargetHttpsProxiesSetSslCertificatesRequest` class: a default constructor and one that accepts another `TargetHttpsProxiesSetSslCertificatesRequest` object as a parameter for copying."]]],[]]