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 TargetSslProxy."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The `SslCertificates` property within the `TargetSslProxiesSetSslCertificatesRequest` class is a `RepeatedField` of strings, representing the new set of URLs to SslCertificate resources that will be associated with the TargetSslProxy, requiring at least one and up to 15 SSL certificates."],["There are multiple versions of the `TargetSslProxiesSetSslCertificatesRequest` class available, with version 3.6.0 being the latest, and it ranges down to version 1.0.0."],["This class inherits some methods from the object class, like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]