Class: Azure::Network::Mgmt::V2016_06_01::Models::ApplicationGateway

Inherits:
Resource
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb

Overview

ApplicationGateways resource

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #location, #name, #tags, #type

Class Method Summary collapse

Instance Attribute Details

#authentication_certificatesArray<ApplicationGatewayAuthenticationCertificate>

Authentication certificates of application gateway resource



33
34
35
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 33

def authentication_certificates
  @authentication_certificates
end

#backend_address_poolsArray<ApplicationGatewayBackendAddressPool>

pool of application gateway resource

Returns:



53
54
55
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 53

def backend_address_pools
  @backend_address_pools
end

#backend_http_settings_collectionArray<ApplicationGatewayBackendHttpSettings>

settings of application gateway resource

Returns:



57
58
59
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 57

def backend_http_settings_collection
  @backend_http_settings_collection
end

#etagString

resource is updated

Returns:

  • (String)

    A unique read-only string that changes whenever the



81
82
83
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 81

def etag
  @etag
end

#frontend_ipconfigurationsArray<ApplicationGatewayFrontendIPConfiguration>

addresses of application gateway resource

Returns:



41
42
43
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 41

def frontend_ipconfigurations
  @frontend_ipconfigurations
end

#frontend_portsArray<ApplicationGatewayFrontendPort>

application gateway resource

Returns:



45
46
47
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 45

def frontend_ports
  @frontend_ports
end

#gateway_ipconfigurationsArray<ApplicationGatewayIPConfiguration>

application gateway resource

Returns:



29
30
31
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 29

def gateway_ipconfigurations
  @gateway_ipconfigurations
end

#http_listenersArray<ApplicationGatewayHttpListener>

application gateway resource

Returns:



61
62
63
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 61

def http_listeners
  @http_listeners
end

#operational_stateApplicationGatewayOperationalState

application gateway resource. Possible values include: ‘Stopped’, ‘Starting’, ‘Running’, ‘Stopping’

Returns:



25
26
27
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 25

def operational_state
  @operational_state
end

#probesArray<ApplicationGatewayProbe>

resource

Returns:



49
50
51
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 49

def probes
  @probes
end

#provisioning_stateString

Updating/Deleting/Failed

Returns:

  • (String)

    Provisioning state of the ApplicationGateway resource



77
78
79
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 77

def provisioning_state
  @provisioning_state
end

#request_routing_rulesArray<ApplicationGatewayRequestRoutingRule>

rules of application gateway resource

Returns:



69
70
71
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 69

def request_routing_rules
  @request_routing_rules
end

#resource_guidString

resource

Returns:

  • (String)

    Resource guid property of the ApplicationGateway



73
74
75
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 73

def resource_guid
  @resource_guid
end

#skuApplicationGatewaySku

Returns Sku of application gateway resource.

Returns:



16
17
18
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 16

def sku
  @sku
end

#ssl_certificatesArray<ApplicationGatewaySslCertificate>

application gateway resource

Returns:



37
38
39
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 37

def ssl_certificates
  @ssl_certificates
end

#ssl_policyApplicationGatewaySslPolicy

resource

Returns:



20
21
22
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 20

def ssl_policy
  @ssl_policy
end

#url_path_mapsArray<ApplicationGatewayUrlPathMap>

application gateway resource

Returns:



65
66
67
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 65

def url_path_maps
  @url_path_maps
end

Class Method Details

.mapperObject

Mapper for ApplicationGateway class as Ruby Hash. This will be used for serialization/deserialization.



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
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
# File 'lib/2016-06-01/generated/azure_mgmt_network/models/application_gateway.rb', line 88

def self.mapper()
  {
    required: false,
    serialized_name: 'ApplicationGateway',
    type: {
      name: 'Composite',
      class_name: 'ApplicationGateway',
      model_properties: {
        id: {
          required: false,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        type: {
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        location: {
          required: false,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        tags: {
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        sku: {
          required: false,
          serialized_name: 'properties.sku',
          type: {
            name: 'Composite',
            class_name: 'ApplicationGatewaySku'
          }
        },
        ssl_policy: {
          required: false,
          serialized_name: 'properties.sslPolicy',
          type: {
            name: 'Composite',
            class_name: 'ApplicationGatewaySslPolicy'
          }
        },
        operational_state: {
          required: false,
          read_only: true,
          serialized_name: 'properties.operationalState',
          type: {
            name: 'String'
          }
        },
        gateway_ipconfigurations: {
          required: false,
          serialized_name: 'properties.gatewayIPConfigurations',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayIPConfigurationElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayIPConfiguration'
                }
            }
          }
        },
        authentication_certificates: {
          required: false,
          serialized_name: 'properties.authenticationCertificates',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayAuthenticationCertificateElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayAuthenticationCertificate'
                }
            }
          }
        },
        ssl_certificates: {
          required: false,
          serialized_name: 'properties.sslCertificates',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewaySslCertificateElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewaySslCertificate'
                }
            }
          }
        },
        frontend_ipconfigurations: {
          required: false,
          serialized_name: 'properties.frontendIPConfigurations',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayFrontendIPConfigurationElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayFrontendIPConfiguration'
                }
            }
          }
        },
        frontend_ports: {
          required: false,
          serialized_name: 'properties.frontendPorts',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayFrontendPortElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayFrontendPort'
                }
            }
          }
        },
        probes: {
          required: false,
          serialized_name: 'properties.probes',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayProbeElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayProbe'
                }
            }
          }
        },
        backend_address_pools: {
          required: false,
          serialized_name: 'properties.backendAddressPools',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayBackendAddressPoolElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayBackendAddressPool'
                }
            }
          }
        },
        backend_http_settings_collection: {
          required: false,
          serialized_name: 'properties.backendHttpSettingsCollection',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayBackendHttpSettingsElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayBackendHttpSettings'
                }
            }
          }
        },
        http_listeners: {
          required: false,
          serialized_name: 'properties.httpListeners',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayHttpListenerElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayHttpListener'
                }
            }
          }
        },
        url_path_maps: {
          required: false,
          serialized_name: 'properties.urlPathMaps',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayUrlPathMapElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayUrlPathMap'
                }
            }
          }
        },
        request_routing_rules: {
          required: false,
          serialized_name: 'properties.requestRoutingRules',
          type: {
            name: 'Sequence',
            element: {
                required: false,
                serialized_name: 'ApplicationGatewayRequestRoutingRuleElementType',
                type: {
                  name: 'Composite',
                  class_name: 'ApplicationGatewayRequestRoutingRule'
                }
            }
          }
        },
        resource_guid: {
          required: false,
          serialized_name: 'properties.resourceGuid',
          type: {
            name: 'String'
          }
        },
        provisioning_state: {
          required: false,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        etag: {
          required: false,
          serialized_name: 'etag',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end