Class: Azure::DataMigration::Mgmt::V2018_04_19::Models::ConnectToSourceSqlServerTaskOutputTaskLevel
- Inherits:
-
ConnectToSourceSqlServerTaskOutput
- Object
- ConnectToSourceSqlServerTaskOutput
- Azure::DataMigration::Mgmt::V2018_04_19::Models::ConnectToSourceSqlServerTaskOutputTaskLevel
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb
Overview
Task level output for the task that validates connection to SQL Server and also validates source server requirements
Instance Attribute Summary collapse
-
#agent_jobs ⇒ Hash{String => String}
job name to id.
-
#databases ⇒ Hash{String => String}
database name to database id.
-
#logins ⇒ Hash{String => String}
to login id.
-
#resultType ⇒ Object
Returns the value of attribute resultType.
-
#source_server_brand_version ⇒ String
Source server brand version.
-
#source_server_version ⇒ String
Source server version.
-
#validation_errors ⇒ Array<ReportableException>
Validation errors.
Attributes inherited from ConnectToSourceSqlServerTaskOutput
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ConnectToSourceSqlServerTaskOutputTaskLevel class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ ConnectToSourceSqlServerTaskOutputTaskLevel
constructor
A new instance of ConnectToSourceSqlServerTaskOutputTaskLevel.
Constructor Details
#initialize ⇒ ConnectToSourceSqlServerTaskOutputTaskLevel
Returns a new instance of ConnectToSourceSqlServerTaskOutputTaskLevel.
17 18 19 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 17 def initialize @resultType = "TaskLevelOutput" end |
Instance Attribute Details
#agent_jobs ⇒ Hash{String => String}
job name to id.
33 34 35 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 33 def agent_jobs @agent_jobs end |
#databases ⇒ Hash{String => String}
database name to database id
25 26 27 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 25 def databases @databases end |
#logins ⇒ Hash{String => String}
to login id.
29 30 31 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 29 def logins @logins end |
#resultType ⇒ Object
Returns the value of attribute resultType.
21 22 23 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 21 def resultType @resultType end |
#source_server_brand_version ⇒ String
Returns Source server brand version.
39 40 41 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 39 def source_server_brand_version @source_server_brand_version end |
#source_server_version ⇒ String
Returns Source server version.
36 37 38 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 36 def source_server_version @source_server_version end |
#validation_errors ⇒ Array<ReportableException>
Returns Validation errors.
42 43 44 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 42 def validation_errors @validation_errors end |
Class Method Details
.mapper ⇒ Object
Mapper for ConnectToSourceSqlServerTaskOutputTaskLevel class as Ruby Hash. This will be used for serialization/deserialization.
50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
# File 'lib/2018-04-19/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 50 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'TaskLevelOutput', type: { name: 'Composite', class_name: 'ConnectToSourceSqlServerTaskOutputTaskLevel', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, resultType: { client_side_validation: true, required: true, serialized_name: 'resultType', type: { name: 'String' } }, databases: { client_side_validation: true, required: false, read_only: true, serialized_name: 'databases', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, logins: { client_side_validation: true, required: false, read_only: true, serialized_name: 'logins', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, agent_jobs: { client_side_validation: true, required: false, read_only: true, serialized_name: 'agentJobs', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, source_server_version: { client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceServerVersion', type: { name: 'String' } }, source_server_brand_version: { client_side_validation: true, required: false, read_only: true, serialized_name: 'sourceServerBrandVersion', type: { name: 'String' } }, 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 |