Class: Azure::Synapse::Mgmt::V2019_06_01_preview::Models::SelfHostedIntegrationRuntimeStatus
- Inherits:
-
IntegrationRuntimeStatus
- Object
- IntegrationRuntimeStatus
- Azure::Synapse::Mgmt::V2019_06_01_preview::Models::SelfHostedIntegrationRuntimeStatus
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb
Overview
Self-hosted integration runtime status.
Instance Attribute Summary collapse
-
#auto_update ⇒ IntegrationRuntimeAutoUpdate
runtime auto update has been turned on.
-
#auto_update_eta ⇒ DateTime
runtime will be updated.
-
#capabilities ⇒ Hash{String => String}
about integration runtime capabilities.
-
#create_time ⇒ DateTime
created, in ISO8601 format.
-
#internal_channel_encryption ⇒ IntegrationRuntimeInternalChannelEncryptionMode
set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).
-
#latest_version ⇒ String
The latest version on download center.
-
#links ⇒ Array<LinkedIntegrationRuntime>
integration runtimes that are created to share with this integration runtime.
-
#local_time_zone_offset ⇒ String
The local time zone offset in hours.
-
#node_communication_channel_encryption_mode ⇒ String
The node communication Channel encryption mode.
-
#nodes ⇒ Array<SelfHostedIntegrationRuntimeNode>
this integration runtime.
-
#pushed_version ⇒ String
update to.
-
#scheduled_update_date ⇒ DateTime
scheduled to update, in ISO8601 format.
-
#service_urls ⇒ Array<String>
runtime backend service.
-
#task_queue_id ⇒ String
The task queue id of the integration runtime.
-
#type ⇒ Object
Returns the value of attribute type.
-
#update_delay_offset ⇒ String
the integration runtime, e.g., PT03H is 3 hours.
-
#version ⇒ String
Version of the integration runtime.
-
#version_status ⇒ String
Status of the integration runtime version.
Attributes inherited from IntegrationRuntimeStatus
#additional_properties, #data_factory_name, #state
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for SelfHostedIntegrationRuntimeStatus class as Ruby Hash.
Instance Method Summary collapse
-
#initialize ⇒ SelfHostedIntegrationRuntimeStatus
constructor
A new instance of SelfHostedIntegrationRuntimeStatus.
Constructor Details
#initialize ⇒ SelfHostedIntegrationRuntimeStatus
Returns a new instance of SelfHostedIntegrationRuntimeStatus.
16 17 18 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 16 def initialize @type = "SelfHosted" end |
Instance Attribute Details
#auto_update ⇒ IntegrationRuntimeAutoUpdate
runtime auto update has been turned on. Possible values include: ‘On’, ‘Off’
67 68 69 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 67 def auto_update @auto_update end |
#auto_update_eta ⇒ DateTime
runtime will be updated.
86 87 88 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 86 def auto_update_eta @auto_update_eta end |
#capabilities ⇒ Hash{String => String}
about integration runtime capabilities.
58 59 60 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 58 def capabilities @capabilities end |
#create_time ⇒ DateTime
created, in ISO8601 format.
24 25 26 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 24 def create_time @create_time end |
#internal_channel_encryption ⇒ IntegrationRuntimeInternalChannelEncryptionMode
set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist). Possible values include: ‘NotSet’, ‘SslEncrypted’, ‘NotEncrypted’
36 37 38 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 36 def internal_channel_encryption @internal_channel_encryption end |
#latest_version ⇒ String
Returns The latest version on download center.
82 83 84 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 82 def latest_version @latest_version end |
#links ⇒ Array<LinkedIntegrationRuntime>
integration runtimes that are created to share with this integration runtime.
75 76 77 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 75 def links @links end |
#local_time_zone_offset ⇒ String
Returns The local time zone offset in hours.
54 55 56 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 54 def local_time_zone_offset @local_time_zone_offset end |
#node_communication_channel_encryption_mode ⇒ String
Returns The node communication Channel encryption mode.
30 31 32 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 30 def node_communication_channel_encryption_mode @node_communication_channel_encryption_mode end |
#nodes ⇒ Array<SelfHostedIntegrationRuntimeNode>
this integration runtime.
43 44 45 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 43 def nodes @nodes end |
#pushed_version ⇒ String
update to.
79 80 81 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 79 def pushed_version @pushed_version end |
#scheduled_update_date ⇒ DateTime
scheduled to update, in ISO8601 format.
47 48 49 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 47 def scheduled_update_date @scheduled_update_date end |
#service_urls ⇒ Array<String>
runtime backend service.
62 63 64 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 62 def service_urls @service_urls end |
#task_queue_id ⇒ String
Returns The task queue id of the integration runtime.
27 28 29 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 27 def task_queue_id @task_queue_id end |
#type ⇒ Object
Returns the value of attribute type.
20 21 22 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 20 def type @type end |
#update_delay_offset ⇒ String
the integration runtime, e.g., PT03H is 3 hours
51 52 53 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 51 def update_delay_offset @update_delay_offset end |
#version ⇒ String
Returns Version of the integration runtime.
39 40 41 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 39 def version @version end |
#version_status ⇒ String
Returns Status of the integration runtime version.
70 71 72 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 70 def version_status @version_status end |
Class Method Details
.mapper ⇒ Object
Mapper for SelfHostedIntegrationRuntimeStatus class as Ruby Hash. This will be used for serialization/deserialization.
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 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 |
# File 'lib/2019-06-01-preview/generated/azure_mgmt_synapse/models/self_hosted_integration_runtime_status.rb', line 93 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'SelfHosted', type: { name: 'Composite', class_name: 'SelfHostedIntegrationRuntimeStatus', model_properties: { additional_properties: { client_side_validation: true, required: false, type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'ObjectElementType', type: { name: 'Object' } } } }, data_factory_name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'dataFactoryName', type: { name: 'String' } }, state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'state', type: { name: 'String' } }, type: { client_side_validation: true, required: true, serialized_name: 'type', type: { name: 'String' } }, create_time: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.createTime', type: { name: 'DateTime' } }, task_queue_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.taskQueueId', type: { name: 'String' } }, node_communication_channel_encryption_mode: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.nodeCommunicationChannelEncryptionMode', type: { name: 'String' } }, internal_channel_encryption: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.internalChannelEncryption', type: { name: 'String' } }, version: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.version', type: { name: 'String' } }, nodes: { client_side_validation: true, required: false, serialized_name: 'typeProperties.nodes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'SelfHostedIntegrationRuntimeNodeElementType', type: { name: 'Composite', class_name: 'SelfHostedIntegrationRuntimeNode' } } } }, scheduled_update_date: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.scheduledUpdateDate', type: { name: 'DateTime' } }, update_delay_offset: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.updateDelayOffset', type: { name: 'String' } }, local_time_zone_offset: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.localTimeZoneOffset', type: { name: 'String' } }, capabilities: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.capabilities', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, service_urls: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.serviceUrls', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, auto_update: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.autoUpdate', type: { name: 'String' } }, version_status: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.versionStatus', type: { name: 'String' } }, links: { client_side_validation: true, required: false, serialized_name: 'typeProperties.links', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'LinkedIntegrationRuntimeElementType', type: { name: 'Composite', class_name: 'LinkedIntegrationRuntime' } } } }, pushed_version: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.pushedVersion', type: { name: 'String' } }, latest_version: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.latestVersion', type: { name: 'String' } }, auto_update_eta: { client_side_validation: true, required: false, read_only: true, serialized_name: 'typeProperties.autoUpdateETA', type: { name: 'DateTime' } } } } } end |