Class: Azure::Network::Mgmt::V2019_11_01::Models::ApplicationGateway
- Inherits:
-
Resource
- Object
- Resource
- Azure::Network::Mgmt::V2019_11_01::Models::ApplicationGateway
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb
Overview
Application gateway resource.
Instance Attribute Summary collapse
-
#authentication_certificates ⇒ Array<ApplicationGatewayAuthenticationCertificate>
Authentication certificates of the application gateway resource.
-
#autoscale_configuration ⇒ ApplicationGatewayAutoscaleConfiguration
Configuration.
-
#backend_address_pools ⇒ Array<ApplicationGatewayBackendAddressPool>
pool of the application gateway resource.
-
#backend_http_settings_collection ⇒ Array<ApplicationGatewayBackendHttpSettings>
settings of the application gateway resource.
-
#custom_error_configurations ⇒ Array<ApplicationGatewayCustomError>
configurations of the application gateway resource.
-
#enable_fips ⇒ Boolean
resource.
-
#enable_http2 ⇒ Boolean
resource.
-
#etag ⇒ String
resource is updated.
-
#firewall_policy ⇒ SubResource
Reference to the FirewallPolicy resource.
-
#frontend_ipconfigurations ⇒ Array<ApplicationGatewayFrontendIPConfiguration>
addresses of the application gateway resource.
-
#frontend_ports ⇒ Array<ApplicationGatewayFrontendPort>
application gateway resource.
-
#gateway_ipconfigurations ⇒ Array<ApplicationGatewayIPConfiguration>
application gateway resource.
-
#http_listeners ⇒ Array<ApplicationGatewayHttpListener>
application gateway resource.
-
#identity ⇒ ManagedServiceIdentity
gateway, if configured.
-
#operational_state ⇒ ApplicationGatewayOperationalState
application gateway resource.
-
#probes ⇒ Array<ApplicationGatewayProbe>
gateway resource.
-
#provisioning_state ⇒ ProvisioningState
gateway resource.
-
#redirect_configurations ⇒ Array<ApplicationGatewayRedirectConfiguration>
configurations of the application gateway resource.
-
#request_routing_rules ⇒ Array<ApplicationGatewayRequestRoutingRule>
rules of the application gateway resource.
-
#resource_guid ⇒ String
resource.
-
#rewrite_rule_sets ⇒ Array<ApplicationGatewayRewriteRuleSet>
application gateway resource.
-
#sku ⇒ ApplicationGatewaySku
resource.
-
#ssl_certificates ⇒ Array<ApplicationGatewaySslCertificate>
the application gateway resource.
-
#ssl_policy ⇒ ApplicationGatewaySslPolicy
gateway resource.
-
#trusted_root_certificates ⇒ Array<ApplicationGatewayTrustedRootCertificate>
certificates of the application gateway resource.
-
#url_path_maps ⇒ Array<ApplicationGatewayUrlPathMap>
application gateway resource.
-
#web_application_firewall_configuration ⇒ ApplicationGatewayWebApplicationFirewallConfiguration
application firewall configuration.
-
#zones ⇒ Array<String>
resource needs to come from.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for ApplicationGateway class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#authentication_certificates ⇒ Array<ApplicationGatewayAuthenticationCertificate>
Authentication certificates of the application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
38 39 40 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 38 def authentication_certificates @authentication_certificates end |
#autoscale_configuration ⇒ ApplicationGatewayAutoscaleConfiguration
Configuration.
123 124 125 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 123 def autoscale_configuration @autoscale_configuration end |
#backend_address_pools ⇒ Array<ApplicationGatewayBackendAddressPool>
pool of the application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
72 73 74 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 72 def backend_address_pools @backend_address_pools end |
#backend_http_settings_collection ⇒ Array<ApplicationGatewayBackendHttpSettings>
settings of the application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
78 79 80 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 78 def backend_http_settings_collection @backend_http_settings_collection end |
#custom_error_configurations ⇒ Array<ApplicationGatewayCustomError>
configurations of the application gateway resource.
136 137 138 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 136 def custom_error_configurations @custom_error_configurations end |
#enable_fips ⇒ Boolean
resource.
119 120 121 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 119 def enable_fips @enable_fips end |
#enable_http2 ⇒ Boolean
resource.
115 116 117 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 115 def enable_http2 @enable_http2 end |
#etag ⇒ String
resource is updated.
140 141 142 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 140 def etag @etag end |
#firewall_policy ⇒ SubResource
Returns Reference to the FirewallPolicy resource.
111 112 113 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 111 def firewall_policy @firewall_policy end |
#frontend_ipconfigurations ⇒ Array<ApplicationGatewayFrontendIPConfiguration>
addresses of the application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
56 57 58 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 56 def frontend_ipconfigurations @frontend_ipconfigurations end |
#frontend_ports ⇒ Array<ApplicationGatewayFrontendPort>
application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
62 63 64 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 62 def frontend_ports @frontend_ports end |
#gateway_ipconfigurations ⇒ Array<ApplicationGatewayIPConfiguration>
application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
32 33 34 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 32 def gateway_ipconfigurations @gateway_ipconfigurations end |
#http_listeners ⇒ Array<ApplicationGatewayHttpListener>
application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
84 85 86 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 84 def http_listeners @http_listeners end |
#identity ⇒ ManagedServiceIdentity
gateway, if configured.
148 149 150 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 148 def identity @identity end |
#operational_state ⇒ ApplicationGatewayOperationalState
application gateway resource. Possible values include: ‘Stopped’, ‘Starting’, ‘Running’, ‘Stopping’
26 27 28 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 26 def operational_state @operational_state end |
#probes ⇒ Array<ApplicationGatewayProbe>
gateway resource.
66 67 68 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 66 def probes @probes end |
#provisioning_state ⇒ ProvisioningState
gateway resource. Possible values include: ‘Succeeded’, ‘Updating’, ‘Deleting’, ‘Failed’
132 133 134 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 132 def provisioning_state @provisioning_state end |
#redirect_configurations ⇒ Array<ApplicationGatewayRedirectConfiguration>
configurations of the application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
104 105 106 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 104 def redirect_configurations @redirect_configurations end |
#request_routing_rules ⇒ Array<ApplicationGatewayRequestRoutingRule>
rules of the application gateway resource.
94 95 96 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 94 def request_routing_rules @request_routing_rules end |
#resource_guid ⇒ String
resource.
127 128 129 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 127 def resource_guid @resource_guid end |
#rewrite_rule_sets ⇒ Array<ApplicationGatewayRewriteRuleSet>
application gateway resource.
98 99 100 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 98 def rewrite_rule_sets @rewrite_rule_sets end |
#sku ⇒ ApplicationGatewaySku
resource.
17 18 19 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 17 def sku @sku end |
#ssl_certificates ⇒ Array<ApplicationGatewaySslCertificate>
the application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
50 51 52 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 50 def ssl_certificates @ssl_certificates end |
#ssl_policy ⇒ ApplicationGatewaySslPolicy
gateway resource.
21 22 23 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 21 def ssl_policy @ssl_policy end |
#trusted_root_certificates ⇒ Array<ApplicationGatewayTrustedRootCertificate>
certificates of the application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
44 45 46 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 44 def trusted_root_certificates @trusted_root_certificates end |
#url_path_maps ⇒ Array<ApplicationGatewayUrlPathMap>
application gateway resource. For default limits, see [Application Gateway limits](docs.microsoft.com/azure/azure-subscription-service-limits#application-gateway-limits).
90 91 92 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 90 def url_path_maps @url_path_maps end |
#web_application_firewall_configuration ⇒ ApplicationGatewayWebApplicationFirewallConfiguration
application firewall configuration.
108 109 110 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 108 def web_application_firewall_configuration @web_application_firewall_configuration end |
#zones ⇒ Array<String>
resource needs to come from.
144 145 146 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 144 def zones @zones end |
Class Method Details
.mapper ⇒ Object
Mapper for ApplicationGateway class as Ruby Hash. This will be used for serialization/deserialization.
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 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 |
# File 'lib/2019-11-01/generated/azure_mgmt_network/models/application_gateway.rb', line 155 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'ApplicationGateway', type: { name: 'Composite', class_name: 'ApplicationGateway', model_properties: { id: { client_side_validation: true, required: false, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: false, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, sku: { client_side_validation: true, required: false, serialized_name: 'properties.sku', type: { name: 'Composite', class_name: 'ApplicationGatewaySku' } }, ssl_policy: { client_side_validation: true, required: false, serialized_name: 'properties.sslPolicy', type: { name: 'Composite', class_name: 'ApplicationGatewaySslPolicy' } }, operational_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.operationalState', type: { name: 'String' } }, gateway_ipconfigurations: { client_side_validation: true, required: false, serialized_name: 'properties.gatewayIPConfigurations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayIPConfigurationElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayIPConfiguration' } } } }, authentication_certificates: { client_side_validation: true, required: false, serialized_name: 'properties.authenticationCertificates', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayAuthenticationCertificateElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayAuthenticationCertificate' } } } }, trusted_root_certificates: { client_side_validation: true, required: false, serialized_name: 'properties.trustedRootCertificates', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayTrustedRootCertificateElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayTrustedRootCertificate' } } } }, ssl_certificates: { client_side_validation: true, required: false, serialized_name: 'properties.sslCertificates', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewaySslCertificateElementType', type: { name: 'Composite', class_name: 'ApplicationGatewaySslCertificate' } } } }, frontend_ipconfigurations: { client_side_validation: true, required: false, serialized_name: 'properties.frontendIPConfigurations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayFrontendIPConfigurationElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayFrontendIPConfiguration' } } } }, frontend_ports: { client_side_validation: true, required: false, serialized_name: 'properties.frontendPorts', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayFrontendPortElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayFrontendPort' } } } }, probes: { client_side_validation: true, required: false, serialized_name: 'properties.probes', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayProbeElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayProbe' } } } }, backend_address_pools: { client_side_validation: true, required: false, serialized_name: 'properties.backendAddressPools', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendAddressPoolElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendAddressPool' } } } }, backend_http_settings_collection: { client_side_validation: true, required: false, serialized_name: 'properties.backendHttpSettingsCollection', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayBackendHttpSettingsElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayBackendHttpSettings' } } } }, http_listeners: { client_side_validation: true, required: false, serialized_name: 'properties.httpListeners', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayHttpListenerElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayHttpListener' } } } }, url_path_maps: { client_side_validation: true, required: false, serialized_name: 'properties.urlPathMaps', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayUrlPathMapElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayUrlPathMap' } } } }, request_routing_rules: { client_side_validation: true, required: false, serialized_name: 'properties.requestRoutingRules', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayRequestRoutingRuleElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayRequestRoutingRule' } } } }, rewrite_rule_sets: { client_side_validation: true, required: false, serialized_name: 'properties.rewriteRuleSets', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayRewriteRuleSetElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayRewriteRuleSet' } } } }, redirect_configurations: { client_side_validation: true, required: false, serialized_name: 'properties.redirectConfigurations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayRedirectConfigurationElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayRedirectConfiguration' } } } }, web_application_firewall_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.webApplicationFirewallConfiguration', type: { name: 'Composite', class_name: 'ApplicationGatewayWebApplicationFirewallConfiguration' } }, firewall_policy: { client_side_validation: true, required: false, serialized_name: 'properties.firewallPolicy', type: { name: 'Composite', class_name: 'SubResource' } }, enable_http2: { client_side_validation: true, required: false, serialized_name: 'properties.enableHttp2', type: { name: 'Boolean' } }, enable_fips: { client_side_validation: true, required: false, serialized_name: 'properties.enableFips', type: { name: 'Boolean' } }, autoscale_configuration: { client_side_validation: true, required: false, serialized_name: 'properties.autoscaleConfiguration', type: { name: 'Composite', class_name: 'ApplicationGatewayAutoscaleConfiguration' } }, resource_guid: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.resourceGuid', type: { name: 'String' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } }, custom_error_configurations: { client_side_validation: true, required: false, serialized_name: 'properties.customErrorConfigurations', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'ApplicationGatewayCustomErrorElementType', type: { name: 'Composite', class_name: 'ApplicationGatewayCustomError' } } } }, etag: { client_side_validation: true, required: false, read_only: true, serialized_name: 'etag', type: { name: 'String' } }, zones: { client_side_validation: true, required: false, serialized_name: 'zones', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, identity: { client_side_validation: true, required: false, serialized_name: 'identity', type: { name: 'Composite', class_name: 'ManagedServiceIdentity' } } } } } end |