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-03-24 UTC."],[[["The `TargetSslProxiesSetSslCertificatesRequest` class is part of the `Google.Cloud.Compute.V1` namespace and is used to request setting SSL certificates for Target SSL Proxies, with its latest version being 3.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the .NET ecosystem."],["The `TargetSslProxiesSetSslCertificatesRequest` class has two constructors: a parameterless constructor and one that accepts another `TargetSslProxiesSetSslCertificatesRequest` instance for copying, and also inherits methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` from the `Object` class."],["The `SslCertificates` property of the `TargetSslProxiesSetSslCertificatesRequest` class allows specifying a set of SSL certificate URLs and can hold up to 15 SSL certificates, which must have at least one, and uses the type `RepeatedField\u003cstring\u003e`."],["There are multiple available versions of the `TargetSslProxiesSetSslCertificatesRequest`, ranging from 1.0.0 to 3.6.0, which can be accessed via the provided links, allowing users to select the appropriate version for their needs."]]],[]]