Integration Connectors v1 API - Class SslConfigTemplate (1.0.0)

public sealed class SslConfigTemplate : IMessage<SslConfigTemplate>, IEquatable<SslConfigTemplate>, IDeepCloneable<SslConfigTemplate>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class SslConfigTemplate.

Ssl config details of a connector version

Inheritance

object > SslConfigTemplate

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

SslConfigTemplate()

public SslConfigTemplate()

SslConfigTemplate(SslConfigTemplate)

public SslConfigTemplate(SslConfigTemplate other)
Parameter
Name Description
other SslConfigTemplate

Properties

AdditionalVariables

public RepeatedField<ConfigVariableTemplate> AdditionalVariables { get; }

Any additional fields that need to be rendered

Property Value
Type Description
RepeatedField ConfigVariableTemplate

ClientCertType

public RepeatedField<CertType> ClientCertType { get; }

List of supported Client Cert Types

Property Value
Type Description
RepeatedField CertType

IsTlsMandatory

public bool IsTlsMandatory { get; set; }

Boolean for determining if the connector version mandates TLS.

Property Value
Type Description
bool

ServerCertType

public RepeatedField<CertType> ServerCertType { get; }

List of supported Server Cert Types

Property Value
Type Description
RepeatedField CertType

SslType

public SslType SslType { get; set; }

Controls the ssl type for the given connector version

Property Value
Type Description
SslType

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.