azure_mgmt_network 0.1.2 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (185) hide show
  1. checksums.yaml +4 -4
  2. data/azure_mgmt_network.gemspec +4 -9
  3. data/lib/azure_mgmt_network.rb +100 -39
  4. data/lib/azure_mgmt_network/application_gateways.rb +175 -401
  5. data/lib/azure_mgmt_network/express_route_circuit_authorizations.rb +429 -0
  6. data/lib/azure_mgmt_network/express_route_circuit_peerings.rb +427 -0
  7. data/lib/azure_mgmt_network/express_route_circuits.rb +911 -0
  8. data/lib/azure_mgmt_network/express_route_service_providers.rb +149 -0
  9. data/lib/azure_mgmt_network/load_balancers.rb +139 -314
  10. data/lib/azure_mgmt_network/local_network_gateways.rb +102 -228
  11. data/lib/azure_mgmt_network/models/address_space.rb +1 -3
  12. data/lib/azure_mgmt_network/models/application_gateway.rb +7 -9
  13. data/lib/azure_mgmt_network/models/application_gateway_backend_address.rb +1 -3
  14. data/lib/azure_mgmt_network/models/application_gateway_backend_address_pool.rb +1 -3
  15. data/lib/azure_mgmt_network/models/application_gateway_backend_address_pool_properties_format.rb +16 -18
  16. data/lib/azure_mgmt_network/models/application_gateway_backend_http_settings.rb +1 -3
  17. data/lib/azure_mgmt_network/models/application_gateway_backend_http_settings_properties_format.rb +32 -8
  18. data/lib/azure_mgmt_network/models/application_gateway_cookie_based_affinity.rb +1 -1
  19. data/lib/azure_mgmt_network/models/{application_gateway_frontend_ip_configuration.rb → application_gateway_frontend_ipconfiguration.rb} +7 -9
  20. data/lib/azure_mgmt_network/models/{application_gateway_frontend_ip_configuration_properties_format.rb → application_gateway_frontend_ipconfiguration_properties_format.rb} +12 -15
  21. data/lib/azure_mgmt_network/models/application_gateway_frontend_port.rb +1 -3
  22. data/lib/azure_mgmt_network/models/application_gateway_frontend_port_properties_format.rb +1 -3
  23. data/lib/azure_mgmt_network/models/application_gateway_http_listener.rb +1 -3
  24. data/lib/azure_mgmt_network/models/application_gateway_http_listener_properties_format.rb +34 -17
  25. data/lib/azure_mgmt_network/models/{application_gateway_ip_configuration.rb → application_gateway_ipconfiguration.rb} +7 -9
  26. data/lib/azure_mgmt_network/models/{application_gateway_ip_configuration_properties_format.rb → application_gateway_ipconfiguration_properties_format.rb} +6 -8
  27. data/lib/azure_mgmt_network/models/application_gateway_list_result.rb +4 -6
  28. data/lib/azure_mgmt_network/models/application_gateway_operational_state.rb +1 -1
  29. data/lib/azure_mgmt_network/models/application_gateway_path_rule.rb +88 -0
  30. data/lib/azure_mgmt_network/models/application_gateway_path_rule_properties_format.rb +101 -0
  31. data/lib/azure_mgmt_network/models/application_gateway_probe.rb +88 -0
  32. data/lib/azure_mgmt_network/models/application_gateway_probe_properties_format.rb +118 -0
  33. data/lib/azure_mgmt_network/models/application_gateway_properties_format.rb +151 -81
  34. data/lib/azure_mgmt_network/models/application_gateway_protocol.rb +1 -1
  35. data/lib/azure_mgmt_network/models/application_gateway_request_routing_rule.rb +1 -3
  36. data/lib/azure_mgmt_network/models/application_gateway_request_routing_rule_properties_format.rb +26 -11
  37. data/lib/azure_mgmt_network/models/application_gateway_request_routing_rule_type.rb +2 -1
  38. data/lib/azure_mgmt_network/models/application_gateway_sku.rb +6 -8
  39. data/lib/azure_mgmt_network/models/application_gateway_sku_name.rb +1 -1
  40. data/lib/azure_mgmt_network/models/application_gateway_ssl_certificate.rb +1 -3
  41. data/lib/azure_mgmt_network/models/application_gateway_ssl_certificate_properties_format.rb +1 -3
  42. data/lib/azure_mgmt_network/models/application_gateway_tier.rb +1 -1
  43. data/lib/azure_mgmt_network/models/application_gateway_url_path_map.rb +88 -0
  44. data/lib/azure_mgmt_network/models/application_gateway_url_path_map_properties_format.rb +122 -0
  45. data/lib/azure_mgmt_network/models/authorization_list_result.rb +87 -0
  46. data/lib/azure_mgmt_network/models/authorization_properties_format.rb +79 -0
  47. data/lib/azure_mgmt_network/models/authorization_use_status.rb +16 -0
  48. data/lib/azure_mgmt_network/models/azure_async_operation_result.rb +5 -7
  49. data/lib/azure_mgmt_network/models/backend_address_pool.rb +1 -3
  50. data/lib/azure_mgmt_network/models/backend_address_pool_properties_format.rb +30 -15
  51. data/lib/azure_mgmt_network/models/connection_reset_shared_key.rb +10 -16
  52. data/lib/azure_mgmt_network/models/connection_shared_key.rb +1 -3
  53. data/lib/azure_mgmt_network/models/{connection_reset_shared_key_properties_format.rb → connection_shared_key_result.rb} +11 -15
  54. data/lib/azure_mgmt_network/models/dhcp_options.rb +1 -3
  55. data/lib/azure_mgmt_network/models/dns_name_availability_result.rb +1 -3
  56. data/lib/azure_mgmt_network/models/error.rb +4 -6
  57. data/lib/azure_mgmt_network/models/error_details.rb +1 -3
  58. data/lib/azure_mgmt_network/models/express_route_circuit.rb +118 -0
  59. data/lib/azure_mgmt_network/models/express_route_circuit_arp_table.rb +65 -0
  60. data/lib/azure_mgmt_network/models/express_route_circuit_authorization.rb +88 -0
  61. data/lib/azure_mgmt_network/models/express_route_circuit_list_result.rb +86 -0
  62. data/lib/azure_mgmt_network/models/express_route_circuit_peering.rb +88 -0
  63. data/lib/azure_mgmt_network/models/express_route_circuit_peering_advertised_public_prefix_state.rb +18 -0
  64. data/lib/azure_mgmt_network/models/express_route_circuit_peering_config.rb +92 -0
  65. data/lib/azure_mgmt_network/models/express_route_circuit_peering_list_result.rb +87 -0
  66. data/lib/azure_mgmt_network/models/express_route_circuit_peering_properties_format.rb +194 -0
  67. data/lib/azure_mgmt_network/models/express_route_circuit_peering_state.rb +16 -0
  68. data/lib/azure_mgmt_network/models/express_route_circuit_peering_type.rb +17 -0
  69. data/lib/azure_mgmt_network/models/express_route_circuit_properties_format.rb +179 -0
  70. data/lib/azure_mgmt_network/models/express_route_circuit_routes_table.rb +89 -0
  71. data/lib/azure_mgmt_network/models/express_route_circuit_service_provider_properties.rb +76 -0
  72. data/lib/azure_mgmt_network/models/express_route_circuit_sku.rb +83 -0
  73. data/lib/azure_mgmt_network/models/express_route_circuit_sku_family.rb +16 -0
  74. data/lib/azure_mgmt_network/models/express_route_circuit_sku_tier.rb +16 -0
  75. data/lib/azure_mgmt_network/models/express_route_circuit_stats.rb +67 -0
  76. data/lib/azure_mgmt_network/models/express_route_circuits_arp_table_list_result.rb +85 -0
  77. data/lib/azure_mgmt_network/models/express_route_circuits_routes_table_list_result.rb +88 -0
  78. data/lib/azure_mgmt_network/models/express_route_circuits_stats_list_result.rb +85 -0
  79. data/lib/azure_mgmt_network/models/express_route_service_provider.rb +92 -0
  80. data/lib/azure_mgmt_network/models/express_route_service_provider_bandwidths_offered.rb +67 -0
  81. data/lib/azure_mgmt_network/models/express_route_service_provider_list_result.rb +86 -0
  82. data/lib/azure_mgmt_network/models/express_route_service_provider_properties_format.rb +97 -0
  83. data/lib/azure_mgmt_network/models/{frontend_ip_configuration.rb → frontend_ipconfiguration.rb} +7 -9
  84. data/lib/azure_mgmt_network/models/{frontend_ip_configuration_properties_format.rb → frontend_ipconfiguration_properties_format.rb} +133 -77
  85. data/lib/azure_mgmt_network/models/inbound_nat_pool.rb +88 -0
  86. data/lib/azure_mgmt_network/models/inbound_nat_pool_properties_format.rb +134 -0
  87. data/lib/azure_mgmt_network/models/inbound_nat_rule.rb +1 -3
  88. data/lib/azure_mgmt_network/models/inbound_nat_rule_properties_format.rb +11 -12
  89. data/lib/azure_mgmt_network/models/{ip_allocation_method.rb → ipallocation_method.rb} +3 -3
  90. data/lib/azure_mgmt_network/models/ipconfiguration.rb +88 -0
  91. data/lib/azure_mgmt_network/models/ipconfiguration_properties_format.rb +113 -0
  92. data/lib/azure_mgmt_network/models/load_balancer.rb +7 -9
  93. data/lib/azure_mgmt_network/models/load_balancer_list_result.rb +4 -6
  94. data/lib/azure_mgmt_network/models/load_balancer_properties_format.rb +103 -35
  95. data/lib/azure_mgmt_network/models/load_balancing_rule.rb +1 -3
  96. data/lib/azure_mgmt_network/models/load_balancing_rule_properties_format.rb +30 -30
  97. data/lib/azure_mgmt_network/models/load_distribution.rb +1 -1
  98. data/lib/azure_mgmt_network/models/local_network_gateway.rb +7 -9
  99. data/lib/azure_mgmt_network/models/local_network_gateway_list_result.rb +4 -6
  100. data/lib/azure_mgmt_network/models/local_network_gateway_properties_format.rb +11 -3
  101. data/lib/azure_mgmt_network/models/network_interface.rb +7 -9
  102. data/lib/azure_mgmt_network/models/network_interface_dns_settings.rb +1 -3
  103. data/lib/azure_mgmt_network/models/{network_interface_ip_configuration.rb → network_interface_ipconfiguration.rb} +7 -9
  104. data/lib/azure_mgmt_network/models/{network_interface_ip_configuration_properties_format.rb → network_interface_ipconfiguration_properties_format.rb} +70 -76
  105. data/lib/azure_mgmt_network/models/network_interface_list_result.rb +4 -6
  106. data/lib/azure_mgmt_network/models/network_interface_properties_format.rb +32 -14
  107. data/lib/azure_mgmt_network/models/{operation_status.rb → network_operation_status.rb} +3 -3
  108. data/lib/azure_mgmt_network/models/network_security_group.rb +7 -9
  109. data/lib/azure_mgmt_network/models/network_security_group_list_result.rb +4 -6
  110. data/lib/azure_mgmt_network/models/network_security_group_properties_format.rb +30 -22
  111. data/lib/azure_mgmt_network/models/outbound_nat_rule.rb +88 -0
  112. data/lib/azure_mgmt_network/models/outbound_nat_rule_properties_format.rb +117 -0
  113. data/lib/azure_mgmt_network/models/probe.rb +1 -3
  114. data/lib/azure_mgmt_network/models/probe_properties_format.rb +25 -26
  115. data/lib/azure_mgmt_network/models/probe_protocol.rb +1 -1
  116. data/lib/azure_mgmt_network/models/processor_architecture.rb +16 -0
  117. data/lib/azure_mgmt_network/models/{public_ip_address.rb → public_ipaddress.rb} +13 -15
  118. data/lib/azure_mgmt_network/models/{public_ip_address_dns_settings.rb → public_ipaddress_dns_settings.rb} +4 -6
  119. data/lib/azure_mgmt_network/models/{public_ip_address_list_result.rb → public_ipaddress_list_result.rb} +10 -12
  120. data/lib/azure_mgmt_network/models/{public_ip_address_properties_format.rb → public_ipaddress_properties_format.rb} +25 -19
  121. data/lib/azure_mgmt_network/models/route.rb +88 -0
  122. data/lib/azure_mgmt_network/models/route_list_result.rb +85 -0
  123. data/lib/azure_mgmt_network/models/route_next_hop_type.rb +19 -0
  124. data/lib/azure_mgmt_network/models/route_properties_format.rb +94 -0
  125. data/lib/azure_mgmt_network/models/route_table.rb +102 -0
  126. data/lib/azure_mgmt_network/models/route_table_list_result.rb +86 -0
  127. data/lib/azure_mgmt_network/models/route_table_properties_format.rb +116 -0
  128. data/lib/azure_mgmt_network/models/security_rule.rb +1 -3
  129. data/lib/azure_mgmt_network/models/security_rule_access.rb +1 -1
  130. data/lib/azure_mgmt_network/models/security_rule_direction.rb +1 -1
  131. data/lib/azure_mgmt_network/models/security_rule_list_result.rb +4 -6
  132. data/lib/azure_mgmt_network/models/security_rule_properties_format.rb +50 -48
  133. data/lib/azure_mgmt_network/models/security_rule_protocol.rb +1 -1
  134. data/lib/azure_mgmt_network/models/service_provider_provisioning_state.rb +18 -0
  135. data/lib/azure_mgmt_network/models/subnet.rb +1 -3
  136. data/lib/azure_mgmt_network/models/subnet_list_result.rb +4 -6
  137. data/lib/azure_mgmt_network/models/subnet_properties_format.rb +28 -13
  138. data/lib/azure_mgmt_network/models/transport_protocol.rb +1 -1
  139. data/lib/azure_mgmt_network/models/usage.rb +7 -5
  140. data/lib/azure_mgmt_network/models/usage_name.rb +1 -3
  141. data/lib/azure_mgmt_network/models/usage_unit.rb +1 -1
  142. data/lib/azure_mgmt_network/models/usages_list_result.rb +4 -6
  143. data/lib/azure_mgmt_network/models/virtual_network.rb +7 -9
  144. data/lib/azure_mgmt_network/models/virtual_network_gateway.rb +7 -9
  145. data/lib/azure_mgmt_network/models/virtual_network_gateway_connection.rb +7 -9
  146. data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_list_result.rb +4 -6
  147. data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_properties_format.rb +74 -6
  148. data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_status.rb +18 -0
  149. data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_type.rb +1 -1
  150. data/lib/azure_mgmt_network/models/{virtual_network_gateway_ip_configuration.rb → virtual_network_gateway_ipconfiguration.rb} +7 -9
  151. data/lib/azure_mgmt_network/models/{virtual_network_gateway_ip_configuration_properties_format.rb → virtual_network_gateway_ipconfiguration_properties_format.rb} +14 -17
  152. data/lib/azure_mgmt_network/models/virtual_network_gateway_list_result.rb +4 -6
  153. data/lib/azure_mgmt_network/models/virtual_network_gateway_properties_format.rb +76 -13
  154. data/lib/azure_mgmt_network/models/virtual_network_gateway_sku.rb +86 -0
  155. data/lib/azure_mgmt_network/models/virtual_network_gateway_sku_name.rb +17 -0
  156. data/lib/azure_mgmt_network/models/virtual_network_gateway_sku_tier.rb +17 -0
  157. data/lib/azure_mgmt_network/models/virtual_network_gateway_type.rb +2 -1
  158. data/lib/azure_mgmt_network/models/virtual_network_list_result.rb +4 -6
  159. data/lib/azure_mgmt_network/models/virtual_network_properties_format.rb +14 -6
  160. data/lib/azure_mgmt_network/models/vpn_client_configuration.rb +125 -0
  161. data/lib/azure_mgmt_network/models/vpn_client_parameters.rb +60 -0
  162. data/lib/azure_mgmt_network/models/vpn_client_revoked_certificate.rb +88 -0
  163. data/lib/azure_mgmt_network/models/vpn_client_revoked_certificate_properties_format.rb +69 -0
  164. data/lib/azure_mgmt_network/models/vpn_client_root_certificate.rb +88 -0
  165. data/lib/azure_mgmt_network/models/vpn_client_root_certificate_properties_format.rb +66 -0
  166. data/lib/azure_mgmt_network/models/vpn_type.rb +1 -1
  167. data/lib/azure_mgmt_network/module_definition.rb +5 -3
  168. data/lib/azure_mgmt_network/network_interfaces.rb +451 -304
  169. data/lib/azure_mgmt_network/{network_resource_provider_client.rb → network_management_client.rb} +61 -57
  170. data/lib/azure_mgmt_network/network_security_groups.rb +139 -314
  171. data/lib/azure_mgmt_network/public_ipaddresses.rb +536 -0
  172. data/lib/azure_mgmt_network/route_tables.rb +532 -0
  173. data/lib/azure_mgmt_network/routes.rb +423 -0
  174. data/lib/azure_mgmt_network/security_rules.rb +102 -232
  175. data/lib/azure_mgmt_network/subnets.rb +104 -233
  176. data/lib/azure_mgmt_network/usages.rb +79 -43
  177. data/lib/azure_mgmt_network/version.rb +5 -3
  178. data/lib/azure_mgmt_network/virtual_network_gateway_connections.rb +262 -467
  179. data/lib/azure_mgmt_network/virtual_network_gateways.rb +204 -280
  180. data/lib/azure_mgmt_network/virtual_networks.rb +139 -314
  181. metadata +92 -106
  182. data/.gitignore +0 -10
  183. data/.travis.yml +0 -3
  184. data/Gemfile +0 -15
  185. data/lib/azure_mgmt_network/public_ip_addresses.rb +0 -711
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -51,8 +51,6 @@ module Azure::ARM::Network
51
51
  deserialized_property = object['addressPrefixes']
52
52
  output_object.address_prefixes = deserialized_property
53
53
 
54
- output_object.validate
55
-
56
54
  output_object
57
55
  end
58
56
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -35,9 +35,6 @@ module Azure::ARM::Network
35
35
  object.validate
36
36
  output_object = {}
37
37
 
38
- serialized_property = object.location
39
- output_object['location'] = serialized_property unless serialized_property.nil?
40
-
41
38
  serialized_property = object.id
42
39
  output_object['id'] = serialized_property unless serialized_property.nil?
43
40
 
@@ -47,6 +44,9 @@ module Azure::ARM::Network
47
44
  serialized_property = object.type
48
45
  output_object['type'] = serialized_property unless serialized_property.nil?
49
46
 
47
+ serialized_property = object.location
48
+ output_object['location'] = serialized_property unless serialized_property.nil?
49
+
50
50
  serialized_property = object.tags
51
51
  output_object['tags'] = serialized_property unless serialized_property.nil?
52
52
 
@@ -71,9 +71,6 @@ module Azure::ARM::Network
71
71
  return if object.nil?
72
72
  output_object = ApplicationGateway.new
73
73
 
74
- deserialized_property = object['location']
75
- output_object.location = deserialized_property
76
-
77
74
  deserialized_property = object['id']
78
75
  output_object.id = deserialized_property
79
76
 
@@ -83,6 +80,9 @@ module Azure::ARM::Network
83
80
  deserialized_property = object['type']
84
81
  output_object.type = deserialized_property
85
82
 
83
+ deserialized_property = object['location']
84
+ output_object.location = deserialized_property
85
+
86
86
  deserialized_property = object['tags']
87
87
  output_object.tags = deserialized_property
88
88
 
@@ -95,8 +95,6 @@ module Azure::ARM::Network
95
95
  deserialized_property = object['etag']
96
96
  output_object.etag = deserialized_property
97
97
 
98
- output_object.validate
99
-
100
98
  output_object
101
99
  end
102
100
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -58,8 +58,6 @@ module Azure::ARM::Network
58
58
  deserialized_property = object['ipAddress']
59
59
  output_object.ip_address = deserialized_property
60
60
 
61
- output_object.validate
62
-
63
61
  output_object
64
62
  end
65
63
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -81,8 +81,6 @@ module Azure::ARM::Network
81
81
  deserialized_property = object['etag']
82
82
  output_object.etag = deserialized_property
83
83
 
84
- output_object.validate
85
-
86
84
  output_object
87
85
  end
88
86
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -12,9 +12,9 @@ module Azure::ARM::Network
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Array<SubResource>] Gets or sets backendIpConfiguration of
15
+ # @return [Array<SubResource>] Gets or sets backendIPConfiguration of
16
16
  # application gateway
17
- attr_accessor :backend_ip_configurations
17
+ attr_accessor :backend_ipconfigurations
18
18
 
19
19
  # @return [Array<ApplicationGatewayBackendAddress>] Gets or sets the
20
20
  # backend addresses
@@ -28,7 +28,7 @@ module Azure::ARM::Network
28
28
  # Validate the object. Throws ValidationError if validation fails.
29
29
  #
30
30
  def validate
31
- @backend_ip_configurations.each{ |e| e.validate if e.respond_to?(:validate) } unless @backend_ip_configurations.nil?
31
+ @backend_ipconfigurations.each{ |e| e.validate if e.respond_to?(:validate) } unless @backend_ipconfigurations.nil?
32
32
  @backend_addresses.each{ |e| e.validate if e.respond_to?(:validate) } unless @backend_addresses.nil?
33
33
  end
34
34
 
@@ -41,18 +41,18 @@ module Azure::ARM::Network
41
41
  object.validate
42
42
  output_object = {}
43
43
 
44
- serialized_property = object.backend_ip_configurations
44
+ serialized_property = object.backend_ipconfigurations
45
45
  unless serialized_property.nil?
46
46
  serializedArray = []
47
47
  serialized_property.each do |element|
48
48
  unless element.nil?
49
- element = SubResource.serialize_object(element)
49
+ element = MsRestAzure::SubResource.serialize_object(element)
50
50
  end
51
51
  serializedArray.push(element)
52
52
  end
53
53
  serialized_property = serializedArray
54
54
  end
55
- output_object['backendIpConfigurations'] = serialized_property unless serialized_property.nil?
55
+ output_object['backendIPConfigurations'] = serialized_property unless serialized_property.nil?
56
56
 
57
57
  serialized_property = object.backend_addresses
58
58
  unless serialized_property.nil?
@@ -83,37 +83,35 @@ module Azure::ARM::Network
83
83
  return if object.nil?
84
84
  output_object = ApplicationGatewayBackendAddressPoolPropertiesFormat.new
85
85
 
86
- deserialized_property = object['backendIpConfigurations']
86
+ deserialized_property = object['backendIPConfigurations']
87
87
  unless deserialized_property.nil?
88
- deserializedArray = [];
88
+ deserialized_array = []
89
89
  deserialized_property.each do |element2|
90
90
  unless element2.nil?
91
- element2 = SubResource.deserialize_object(element2)
91
+ element2 = MsRestAzure::SubResource.deserialize_object(element2)
92
92
  end
93
- deserializedArray.push(element2);
93
+ deserialized_array.push(element2)
94
94
  end
95
- deserialized_property = deserializedArray;
95
+ deserialized_property = deserialized_array
96
96
  end
97
- output_object.backend_ip_configurations = deserialized_property
97
+ output_object.backend_ipconfigurations = deserialized_property
98
98
 
99
99
  deserialized_property = object['backendAddresses']
100
100
  unless deserialized_property.nil?
101
- deserializedArray = [];
101
+ deserialized_array = []
102
102
  deserialized_property.each do |element3|
103
103
  unless element3.nil?
104
104
  element3 = ApplicationGatewayBackendAddress.deserialize_object(element3)
105
105
  end
106
- deserializedArray.push(element3);
106
+ deserialized_array.push(element3)
107
107
  end
108
- deserialized_property = deserializedArray;
108
+ deserialized_property = deserialized_array
109
109
  end
110
110
  output_object.backend_addresses = deserialized_property
111
111
 
112
112
  deserialized_property = object['provisioningState']
113
113
  output_object.provisioning_state = deserialized_property
114
114
 
115
- output_object.validate
116
-
117
115
  output_object
118
116
  end
119
117
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -81,8 +81,6 @@ module Azure::ARM::Network
81
81
  deserialized_property = object['etag']
82
82
  output_object.etag = deserialized_property
83
83
 
84
- output_object.validate
85
-
86
84
  output_object
87
85
  end
88
86
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -16,14 +16,20 @@ module Azure::ARM::Network
16
16
  attr_accessor :port
17
17
 
18
18
  # @return [ApplicationGatewayProtocol] Gets or sets the protocol.
19
- # Possible values for this property include: 'Http', 'Https'.
19
+ # Possible values include: 'Http', 'Https'
20
20
  attr_accessor :protocol
21
21
 
22
22
  # @return [ApplicationGatewayCookieBasedAffinity] Gets or sets the
23
- # cookie affinity. Possible values for this property include:
24
- # 'Enabled', 'Disabled'.
23
+ # cookie affinity. Possible values include: 'Enabled', 'Disabled'
25
24
  attr_accessor :cookie_based_affinity
26
25
 
26
+ # @return [Integer] Gets or sets request timeout
27
+ attr_accessor :request_timeout
28
+
29
+ # @return [SubResource] Gets or sets probe resource of application
30
+ # gateway
31
+ attr_accessor :probe
32
+
27
33
  # @return [String] Gets or sets Provisioning state of the backend http
28
34
  # settings resource Updating/Deleting/Failed
29
35
  attr_accessor :provisioning_state
@@ -32,6 +38,7 @@ module Azure::ARM::Network
32
38
  # Validate the object. Throws ValidationError if validation fails.
33
39
  #
34
40
  def validate
41
+ @probe.validate unless @probe.nil?
35
42
  end
36
43
 
37
44
  #
@@ -52,6 +59,15 @@ module Azure::ARM::Network
52
59
  serialized_property = object.cookie_based_affinity
53
60
  output_object['cookieBasedAffinity'] = serialized_property unless serialized_property.nil?
54
61
 
62
+ serialized_property = object.request_timeout
63
+ output_object['requestTimeout'] = serialized_property unless serialized_property.nil?
64
+
65
+ serialized_property = object.probe
66
+ unless serialized_property.nil?
67
+ serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
68
+ end
69
+ output_object['probe'] = serialized_property unless serialized_property.nil?
70
+
55
71
  serialized_property = object.provisioning_state
56
72
  output_object['provisioningState'] = serialized_property unless serialized_property.nil?
57
73
 
@@ -75,22 +91,30 @@ module Azure::ARM::Network
75
91
  deserialized_property = object['protocol']
76
92
  if (!deserialized_property.nil? && !deserialized_property.empty?)
77
93
  enum_is_valid = ApplicationGatewayProtocol.constants.any? { |e| ApplicationGatewayProtocol.const_get(e).to_s.downcase == deserialized_property.downcase }
78
- fail MsRest::DeserializationError.new('Error occured while deserializing the enum', nil, nil, nil) unless enum_is_valid
94
+ warn 'Enum ApplicationGatewayProtocol does not contain ' + deserialized_property.downcase + ', but was received from the server.' unless enum_is_valid
79
95
  end
80
96
  output_object.protocol = deserialized_property
81
97
 
82
98
  deserialized_property = object['cookieBasedAffinity']
83
99
  if (!deserialized_property.nil? && !deserialized_property.empty?)
84
100
  enum_is_valid = ApplicationGatewayCookieBasedAffinity.constants.any? { |e| ApplicationGatewayCookieBasedAffinity.const_get(e).to_s.downcase == deserialized_property.downcase }
85
- fail MsRest::DeserializationError.new('Error occured while deserializing the enum', nil, nil, nil) unless enum_is_valid
101
+ warn 'Enum ApplicationGatewayCookieBasedAffinity does not contain ' + deserialized_property.downcase + ', but was received from the server.' unless enum_is_valid
86
102
  end
87
103
  output_object.cookie_based_affinity = deserialized_property
88
104
 
105
+ deserialized_property = object['requestTimeout']
106
+ deserialized_property = Integer(deserialized_property) unless deserialized_property.to_s.empty?
107
+ output_object.request_timeout = deserialized_property
108
+
109
+ deserialized_property = object['probe']
110
+ unless deserialized_property.nil?
111
+ deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
112
+ end
113
+ output_object.probe = deserialized_property
114
+
89
115
  deserialized_property = object['provisioningState']
90
116
  output_object.provisioning_state = deserialized_property
91
117
 
92
- output_object.validate
93
-
94
118
  output_object
95
119
  end
96
120
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -8,11 +8,11 @@ module Azure::ARM::Network
8
8
  #
9
9
  # Frontend IP configuration of application gateway
10
10
  #
11
- class ApplicationGatewayFrontendIpConfiguration < MsRestAzure::SubResource
11
+ class ApplicationGatewayFrontendIPConfiguration < MsRestAzure::SubResource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [ApplicationGatewayFrontendIpConfigurationPropertiesFormat]
15
+ # @return [ApplicationGatewayFrontendIPConfigurationPropertiesFormat]
16
16
  attr_accessor :properties
17
17
 
18
18
  # @return [String] Gets name of the resource that is unique within a
@@ -44,7 +44,7 @@ module Azure::ARM::Network
44
44
 
45
45
  serialized_property = object.properties
46
46
  unless serialized_property.nil?
47
- serialized_property = ApplicationGatewayFrontendIpConfigurationPropertiesFormat.serialize_object(serialized_property)
47
+ serialized_property = ApplicationGatewayFrontendIPConfigurationPropertiesFormat.serialize_object(serialized_property)
48
48
  end
49
49
  output_object['properties'] = serialized_property unless serialized_property.nil?
50
50
 
@@ -60,19 +60,19 @@ module Azure::ARM::Network
60
60
  #
61
61
  # Deserializes given Ruby Hash into Model object.
62
62
  # @param object [Hash] Ruby Hash object to deserialize.
63
- # @return [ApplicationGatewayFrontendIpConfiguration] Deserialized
63
+ # @return [ApplicationGatewayFrontendIPConfiguration] Deserialized
64
64
  # object.
65
65
  #
66
66
  def self.deserialize_object(object)
67
67
  return if object.nil?
68
- output_object = ApplicationGatewayFrontendIpConfiguration.new
68
+ output_object = ApplicationGatewayFrontendIPConfiguration.new
69
69
 
70
70
  deserialized_property = object['id']
71
71
  output_object.id = deserialized_property
72
72
 
73
73
  deserialized_property = object['properties']
74
74
  unless deserialized_property.nil?
75
- deserialized_property = ApplicationGatewayFrontendIpConfigurationPropertiesFormat.deserialize_object(deserialized_property)
75
+ deserialized_property = ApplicationGatewayFrontendIPConfigurationPropertiesFormat.deserialize_object(deserialized_property)
76
76
  end
77
77
  output_object.properties = deserialized_property
78
78
 
@@ -82,8 +82,6 @@ module Azure::ARM::Network
82
82
  deserialized_property = object['etag']
83
83
  output_object.etag = deserialized_property
84
84
 
85
- output_object.validate
86
-
87
85
  output_object
88
86
  end
89
87
  end
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 0.11.0.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -8,7 +8,7 @@ module Azure::ARM::Network
8
8
  #
9
9
  # Properties of Frontend IP configuration of application gateway
10
10
  #
11
- class ApplicationGatewayFrontendIpConfigurationPropertiesFormat
11
+ class ApplicationGatewayFrontendIPConfigurationPropertiesFormat
12
12
 
13
13
  include MsRestAzure
14
14
 
@@ -16,9 +16,8 @@ module Azure::ARM::Network
16
16
  # Interface IP Configuration
17
17
  attr_accessor :private_ipaddress
18
18
 
19
- # @return [IpAllocationMethod] Gets or sets PrivateIP allocation method
20
- # (Static/Dynamic). Possible values for this property include:
21
- # 'Static', 'Dynamic'.
19
+ # @return [IPAllocationMethod] Gets or sets PrivateIP allocation method
20
+ # (Static/Dynamic). Possible values include: 'Static', 'Dynamic'
22
21
  attr_accessor :private_ipallocation_method
23
22
 
24
23
  # @return [SubResource] Gets or sets the reference of the subnet resource
@@ -57,13 +56,13 @@ module Azure::ARM::Network
57
56
 
58
57
  serialized_property = object.subnet
59
58
  unless serialized_property.nil?
60
- serialized_property = SubResource.serialize_object(serialized_property)
59
+ serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
61
60
  end
62
61
  output_object['subnet'] = serialized_property unless serialized_property.nil?
63
62
 
64
63
  serialized_property = object.public_ipaddress
65
64
  unless serialized_property.nil?
66
- serialized_property = SubResource.serialize_object(serialized_property)
65
+ serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
67
66
  end
68
67
  output_object['publicIPAddress'] = serialized_property unless serialized_property.nil?
69
68
 
@@ -76,40 +75,38 @@ module Azure::ARM::Network
76
75
  #
77
76
  # Deserializes given Ruby Hash into Model object.
78
77
  # @param object [Hash] Ruby Hash object to deserialize.
79
- # @return [ApplicationGatewayFrontendIpConfigurationPropertiesFormat]
78
+ # @return [ApplicationGatewayFrontendIPConfigurationPropertiesFormat]
80
79
  # Deserialized object.
81
80
  #
82
81
  def self.deserialize_object(object)
83
82
  return if object.nil?
84
- output_object = ApplicationGatewayFrontendIpConfigurationPropertiesFormat.new
83
+ output_object = ApplicationGatewayFrontendIPConfigurationPropertiesFormat.new
85
84
 
86
85
  deserialized_property = object['privateIPAddress']
87
86
  output_object.private_ipaddress = deserialized_property
88
87
 
89
88
  deserialized_property = object['privateIPAllocationMethod']
90
89
  if (!deserialized_property.nil? && !deserialized_property.empty?)
91
- enum_is_valid = IpAllocationMethod.constants.any? { |e| IpAllocationMethod.const_get(e).to_s.downcase == deserialized_property.downcase }
92
- fail MsRest::DeserializationError.new('Error occured while deserializing the enum', nil, nil, nil) unless enum_is_valid
90
+ enum_is_valid = IPAllocationMethod.constants.any? { |e| IPAllocationMethod.const_get(e).to_s.downcase == deserialized_property.downcase }
91
+ warn 'Enum IPAllocationMethod does not contain ' + deserialized_property.downcase + ', but was received from the server.' unless enum_is_valid
93
92
  end
94
93
  output_object.private_ipallocation_method = deserialized_property
95
94
 
96
95
  deserialized_property = object['subnet']
97
96
  unless deserialized_property.nil?
98
- deserialized_property = SubResource.deserialize_object(deserialized_property)
97
+ deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
99
98
  end
100
99
  output_object.subnet = deserialized_property
101
100
 
102
101
  deserialized_property = object['publicIPAddress']
103
102
  unless deserialized_property.nil?
104
- deserialized_property = SubResource.deserialize_object(deserialized_property)
103
+ deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
105
104
  end
106
105
  output_object.public_ipaddress = deserialized_property
107
106
 
108
107
  deserialized_property = object['provisioningState']
109
108
  output_object.provisioning_state = deserialized_property
110
109
 
111
- output_object.validate
112
-
113
110
  output_object
114
111
  end
115
112
  end