Class: Azure::DataMigration::Mgmt::V2018_04_19::Models::NonSqlDataMigrationTable

Inherits:
Object
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2018-04-19/generated/azure_mgmt_data_migration/models/non_sql_data_migration_table.rb

Overview

Defines metadata for table to be migrated

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#source_nameString

Returns Source table name.

Returns:

  • (String)

    Source table name



16
17
18
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/non_sql_data_migration_table.rb', line 16

def source_name
  @source_name
end

Class Method Details

.mapperObject

Mapper for NonSqlDataMigrationTable class as Ruby Hash. This will be used for serialization/deserialization.



23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/non_sql_data_migration_table.rb', line 23

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'NonSqlDataMigrationTable',
    type: {
      name: 'Composite',
      class_name: 'NonSqlDataMigrationTable',
      model_properties: {
        source_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'sourceName',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end