Class: Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Instance reset SSL config request.
Defined Under Namespace
Modules: ResetSslMode
Instance Attribute Summary collapse
-
#instance ⇒ ::String
Cloud SQL instance ID.
-
#mode ⇒ ::Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode
Optional.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
Instance Attribute Details
#instance ⇒ ::String
Returns Cloud SQL instance ID. This does not include the project ID.
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 326 class SqlInstancesResetSslConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Reset SSL mode to selectively refresh the SSL materials. module ResetSslMode # Reset SSL mode is not specified. RESET_SSL_MODE_UNSPECIFIED = 0 # Refresh all TLS configs. This is the default behaviour. ALL = 1 # Refreshes the replication-related TLS configuration settings provided by # the primary instance. # Not applicable to on-premises replication instances. SYNC_FROM_PRIMARY = 2 end end |
#mode ⇒ ::Google::Cloud::Sql::V1::SqlInstancesResetSslConfigRequest::ResetSslMode
Returns Optional. Reset SSL mode to use.
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 326 class SqlInstancesResetSslConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Reset SSL mode to selectively refresh the SSL materials. module ResetSslMode # Reset SSL mode is not specified. RESET_SSL_MODE_UNSPECIFIED = 0 # Refresh all TLS configs. This is the default behaviour. ALL = 1 # Refreshes the replication-related TLS configuration settings provided by # the primary instance. # Not applicable to on-premises replication instances. SYNC_FROM_PRIMARY = 2 end end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 326 class SqlInstancesResetSslConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Reset SSL mode to selectively refresh the SSL materials. module ResetSslMode # Reset SSL mode is not specified. RESET_SSL_MODE_UNSPECIFIED = 0 # Refresh all TLS configs. This is the default behaviour. ALL = 1 # Refreshes the replication-related TLS configuration settings provided by # the primary instance. # Not applicable to on-premises replication instances. SYNC_FROM_PRIMARY = 2 end end |