Integration Connectors v1 API - Class SslConfigTemplate (1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class SslConfigTemplate : IMessage<SslConfigTemplate>, IEquatable<SslConfigTemplate>, IDeepCloneable<SslConfigTemplate>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class SslConfigTemplate.
Ssl config details of a connector version
Implements
IMessage SslConfigTemplate, IEquatable SslConfigTemplate, IDeepCloneable SslConfigTemplate, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
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 |
|