Class: Google::Cloud::AlloyDB::V1alpha::SwitchoverClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::SwitchoverClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Message for switching over to a cluster
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#name ⇒ ::String
591 592 593 594 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 591 class SwitchoverClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
591 592 593 594 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 591 class SwitchoverClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
591 592 593 594 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 591 class SwitchoverClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |