Class: Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskOutputTaskLevel
- Inherits:
-
ConnectToSourceSqlServerTaskOutput
- Object
- ConnectToSourceSqlServerTaskOutput
- Azure::DataMigration::Mgmt::V2018_07_15_preview::Models::ConnectToSourceSqlServerTaskOutputTaskLevel
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-07-15-preview/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.
-
#database_tde_certificate_mapping ⇒ Hash{String => String}
certificate name, if applicable.
-
#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-07-15-preview/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-07-15-preview/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 33 def agent_jobs @agent_jobs end |
#database_tde_certificate_mapping ⇒ Hash{String => String}
certificate name, if applicable
37 38 39 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 37 def database_tde_certificate_mapping @database_tde_certificate_mapping end |
#databases ⇒ Hash{String => String}
database name to database id
25 26 27 |
# File 'lib/2018-07-15-preview/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-07-15-preview/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-07-15-preview/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.
43 44 45 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 43 def source_server_brand_version @source_server_brand_version end |
#source_server_version ⇒ String
Returns Source server version.
40 41 42 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 40 def source_server_version @source_server_version end |
#validation_errors ⇒ Array<ReportableException>
Returns Validation errors.
46 47 48 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 46 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.
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 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 |
# File 'lib/2018-07-15-preview/generated/azure_mgmt_data_migration/models/connect_to_source_sql_server_task_output_task_level.rb', line 54 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' } } } }, database_tde_certificate_mapping: { client_side_validation: true, required: false, read_only: true, serialized_name: 'databaseTdeCertificateMapping', 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 |