Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::SslConfigTemplate.
Ssl config details of a connector version
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#additional_variables
def additional_variables() -> ::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>
Returns
- (::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>) — Any additional fields that need to be rendered
#additional_variables=
def additional_variables=(value) -> ::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>
Parameter
- value (::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>) — Any additional fields that need to be rendered
Returns
- (::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>) — Any additional fields that need to be rendered
#client_cert_type
def client_cert_type() -> ::Array<::Google::Cloud::Connectors::V1::CertType>
Returns
- (::Array<::Google::Cloud::Connectors::V1::CertType>) — List of supported Client Cert Types
#client_cert_type=
def client_cert_type=(value) -> ::Array<::Google::Cloud::Connectors::V1::CertType>
Parameter
- value (::Array<::Google::Cloud::Connectors::V1::CertType>) — List of supported Client Cert Types
Returns
- (::Array<::Google::Cloud::Connectors::V1::CertType>) — List of supported Client Cert Types
#is_tls_mandatory
def is_tls_mandatory() -> ::Boolean
Returns
- (::Boolean) — Boolean for determining if the connector version mandates TLS.
#is_tls_mandatory=
def is_tls_mandatory=(value) -> ::Boolean
Parameter
- value (::Boolean) — Boolean for determining if the connector version mandates TLS.
Returns
- (::Boolean) — Boolean for determining if the connector version mandates TLS.
#server_cert_type
def server_cert_type() -> ::Array<::Google::Cloud::Connectors::V1::CertType>
Returns
- (::Array<::Google::Cloud::Connectors::V1::CertType>) — List of supported Server Cert Types
#server_cert_type=
def server_cert_type=(value) -> ::Array<::Google::Cloud::Connectors::V1::CertType>
Parameter
- value (::Array<::Google::Cloud::Connectors::V1::CertType>) — List of supported Server Cert Types
Returns
- (::Array<::Google::Cloud::Connectors::V1::CertType>) — List of supported Server Cert Types
#ssl_type
def ssl_type() -> ::Google::Cloud::Connectors::V1::SslType
Returns
- (::Google::Cloud::Connectors::V1::SslType) — Controls the ssl type for the given connector version
#ssl_type=
def ssl_type=(value) -> ::Google::Cloud::Connectors::V1::SslType
Parameter
- value (::Google::Cloud::Connectors::V1::SslType) — Controls the ssl type for the given connector version
Returns
- (::Google::Cloud::Connectors::V1::SslType) — Controls the ssl type for the given connector version