Class: Google::Cloud::Connectors::V1::SslConfigTemplate
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::SslConfigTemplate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/ssl_config.rb
Overview
Ssl config details of a connector version
Instance Attribute Summary collapse
-
#additional_variables ⇒ ::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>
Any additional fields that need to be rendered.
-
#client_cert_type ⇒ ::Array<::Google::Cloud::Connectors::V1::CertType>
List of supported Client Cert Types.
-
#is_tls_mandatory ⇒ ::Boolean
Boolean for determining if the connector version mandates TLS.
-
#server_cert_type ⇒ ::Array<::Google::Cloud::Connectors::V1::CertType>
List of supported Server Cert Types.
-
#ssl_type ⇒ ::Google::Cloud::Connectors::V1::SslType
Controls the ssl type for the given connector version.
Instance Attribute Details
#additional_variables ⇒ ::Array<::Google::Cloud::Connectors::V1::ConfigVariableTemplate>
Returns Any additional fields that need to be rendered.
40 41 42 43 |
# File 'proto_docs/google/cloud/connectors/v1/ssl_config.rb', line 40 class SslConfigTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#client_cert_type ⇒ ::Array<::Google::Cloud::Connectors::V1::CertType>
Returns List of supported Client Cert Types.
40 41 42 43 |
# File 'proto_docs/google/cloud/connectors/v1/ssl_config.rb', line 40 class SslConfigTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_tls_mandatory ⇒ ::Boolean
Returns Boolean for determining if the connector version mandates TLS.
40 41 42 43 |
# File 'proto_docs/google/cloud/connectors/v1/ssl_config.rb', line 40 class SslConfigTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#server_cert_type ⇒ ::Array<::Google::Cloud::Connectors::V1::CertType>
Returns List of supported Server Cert Types.
40 41 42 43 |
# File 'proto_docs/google/cloud/connectors/v1/ssl_config.rb', line 40 class SslConfigTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_type ⇒ ::Google::Cloud::Connectors::V1::SslType
Returns Controls the ssl type for the given connector version.
40 41 42 43 |
# File 'proto_docs/google/cloud/connectors/v1/ssl_config.rb', line 40 class SslConfigTemplate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |