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
NameDescription
otherSslConfigTemplate

Properties

AdditionalVariables

public RepeatedField<ConfigVariableTemplate> AdditionalVariables { get; }

Any additional fields that need to be rendered

Property Value
TypeDescription
RepeatedFieldConfigVariableTemplate

ClientCertType

public RepeatedField<CertType> ClientCertType { get; }

List of supported Client Cert Types

Property Value
TypeDescription
RepeatedFieldCertType

IsTlsMandatory

public bool IsTlsMandatory { get; set; }

Boolean for determining if the connector version mandates TLS.

Property Value
TypeDescription
bool

ServerCertType

public RepeatedField<CertType> ServerCertType { get; }

List of supported Server Cert Types

Property Value
TypeDescription
RepeatedFieldCertType

SslType

public SslType SslType { get; set; }

Controls the ssl type for the given connector version

Property Value
TypeDescription
SslType