Class: Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCommandInput
- Inherits:
-
Object
- Object
- Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::MongoDbCommandInput
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/mongo_db_command_input.rb
Overview
Describes the input to the ‘cancel’ and ‘restart’ MongoDB migration commands
Direct Known Subclasses
Instance Attribute Summary collapse
-
#object_name ⇒ String
upon, or null to act upon the entire migration.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for MongoDbCommandInput class as Ruby Hash.
Instance Attribute Details
#object_name ⇒ String
upon, or null to act upon the entire migration
18 19 20 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/mongo_db_command_input.rb', line 18 def object_name @object_name end |
Class Method Details
.mapper ⇒ Object
Mapper for MongoDbCommandInput class as Ruby Hash. This will be used for serialization/deserialization.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/mongo_db_command_input.rb', line 25 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'MongoDbCommandInput', type: { name: 'Composite', class_name: 'MongoDbCommandInput', model_properties: { object_name: { client_side_validation: true, required: false, serialized_name: 'objectName', type: { name: 'String' } } } } } end |