Class: Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidateOracleAzureDbPostgreSqlSyncTaskOutput
- Inherits:
-
Object
- Object
- Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ValidateOracleAzureDbPostgreSqlSyncTaskOutput
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/validate_oracle_azure_db_postgre_sql_sync_task_output.rb
Overview
Output for task that validates migration input for Oracle to Azure Database for PostgreSQL for online migrations
Instance Attribute Summary collapse
-
#validation_errors ⇒ Array<ReportableException>
database object.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ValidateOracleAzureDbPostgreSqlSyncTaskOutput class as Ruby Hash.
Instance Attribute Details
#validation_errors ⇒ Array<ReportableException>
database object
18 19 20 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/validate_oracle_azure_db_postgre_sql_sync_task_output.rb', line 18 def validation_errors @validation_errors end |
Class Method Details
.mapper ⇒ Object
Mapper for ValidateOracleAzureDbPostgreSqlSyncTaskOutput class as Ruby Hash. This will be used for serialization/deserialization.
26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/validate_oracle_azure_db_postgre_sql_sync_task_output.rb', line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ValidateOracleAzureDbPostgreSqlSyncTaskOutput', type: { name: 'Composite', class_name: 'ValidateOracleAzureDbPostgreSqlSyncTaskOutput', model_properties: { validation_errors: { client_side_validation: true, required: false, read_only: true, serialized_name: 'validationErrors', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ReportableExceptionElementType', type: { name: 'Composite', class_name: 'ReportableException' } } } } } } } end |