Class: Google::Cloud::Sql::V1::InstancesRotateServerCaRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::InstancesRotateServerCaRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Rotate server CA request.
Instance Attribute Summary collapse
-
#rotate_server_ca_context ⇒ ::Google::Cloud::Sql::V1::RotateServerCaContext
Contains details about the rotate server CA operation.
Instance Attribute Details
#rotate_server_ca_context ⇒ ::Google::Cloud::Sql::V1::RotateServerCaContext
Returns Contains details about the rotate server CA operation.
871 872 873 874 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 871 class InstancesRotateServerCaRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |