Class: Google::Cloud::CloudDMS::V1::PromoteMigrationJobRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::PromoteMigrationJobRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Request message for 'PromoteMigrationJob' request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the migration job resource to promote.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the migration job resource to promote.
193 194 195 196 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 193 class PromoteMigrationJobRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |