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."],[[["This webpage provides documentation for the `TargetHttpsProxiesSetSslCertificatesRequest` class within the Google.Cloud.Compute.V1 namespace, detailing its purpose, usage, and available versions."],["The class is part of the Google.Cloud.Compute.V1 assembly (Google.Cloud.Compute.V1.dll) and is used to manage SSL certificates associated with a TargetHttpsProxy resource."],["The `TargetHttpsProxiesSetSslCertificatesRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for message handling, equality comparison, deep cloning, and buffered message operations."],["The `SslCertificates` property of this class allows you to associate up to 15 SSL certificates with a TargetHttpsProxy, where at least one SSL certificate must be specified."],["Multiple versions of the `TargetHttpsProxiesSetSslCertificatesRequest` class are available, ranging from version 1.0.0 to the latest version 3.6.0, with links to each version's documentation."]]],[]]