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.
- checksums.yaml +4 -4
- data/azure_mgmt_network.gemspec +4 -9
- data/lib/azure_mgmt_network.rb +100 -39
- data/lib/azure_mgmt_network/application_gateways.rb +175 -401
- data/lib/azure_mgmt_network/express_route_circuit_authorizations.rb +429 -0
- data/lib/azure_mgmt_network/express_route_circuit_peerings.rb +427 -0
- data/lib/azure_mgmt_network/express_route_circuits.rb +911 -0
- data/lib/azure_mgmt_network/express_route_service_providers.rb +149 -0
- data/lib/azure_mgmt_network/load_balancers.rb +139 -314
- data/lib/azure_mgmt_network/local_network_gateways.rb +102 -228
- data/lib/azure_mgmt_network/models/address_space.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway.rb +7 -9
- data/lib/azure_mgmt_network/models/application_gateway_backend_address.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_backend_address_pool.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_backend_address_pool_properties_format.rb +16 -18
- data/lib/azure_mgmt_network/models/application_gateway_backend_http_settings.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_backend_http_settings_properties_format.rb +32 -8
- data/lib/azure_mgmt_network/models/application_gateway_cookie_based_affinity.rb +1 -1
- data/lib/azure_mgmt_network/models/{application_gateway_frontend_ip_configuration.rb → application_gateway_frontend_ipconfiguration.rb} +7 -9
- data/lib/azure_mgmt_network/models/{application_gateway_frontend_ip_configuration_properties_format.rb → application_gateway_frontend_ipconfiguration_properties_format.rb} +12 -15
- data/lib/azure_mgmt_network/models/application_gateway_frontend_port.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_frontend_port_properties_format.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_http_listener.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_http_listener_properties_format.rb +34 -17
- data/lib/azure_mgmt_network/models/{application_gateway_ip_configuration.rb → application_gateway_ipconfiguration.rb} +7 -9
- data/lib/azure_mgmt_network/models/{application_gateway_ip_configuration_properties_format.rb → application_gateway_ipconfiguration_properties_format.rb} +6 -8
- data/lib/azure_mgmt_network/models/application_gateway_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/application_gateway_operational_state.rb +1 -1
- data/lib/azure_mgmt_network/models/application_gateway_path_rule.rb +88 -0
- data/lib/azure_mgmt_network/models/application_gateway_path_rule_properties_format.rb +101 -0
- data/lib/azure_mgmt_network/models/application_gateway_probe.rb +88 -0
- data/lib/azure_mgmt_network/models/application_gateway_probe_properties_format.rb +118 -0
- data/lib/azure_mgmt_network/models/application_gateway_properties_format.rb +151 -81
- data/lib/azure_mgmt_network/models/application_gateway_protocol.rb +1 -1
- data/lib/azure_mgmt_network/models/application_gateway_request_routing_rule.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_request_routing_rule_properties_format.rb +26 -11
- data/lib/azure_mgmt_network/models/application_gateway_request_routing_rule_type.rb +2 -1
- data/lib/azure_mgmt_network/models/application_gateway_sku.rb +6 -8
- data/lib/azure_mgmt_network/models/application_gateway_sku_name.rb +1 -1
- data/lib/azure_mgmt_network/models/application_gateway_ssl_certificate.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_ssl_certificate_properties_format.rb +1 -3
- data/lib/azure_mgmt_network/models/application_gateway_tier.rb +1 -1
- data/lib/azure_mgmt_network/models/application_gateway_url_path_map.rb +88 -0
- data/lib/azure_mgmt_network/models/application_gateway_url_path_map_properties_format.rb +122 -0
- data/lib/azure_mgmt_network/models/authorization_list_result.rb +87 -0
- data/lib/azure_mgmt_network/models/authorization_properties_format.rb +79 -0
- data/lib/azure_mgmt_network/models/authorization_use_status.rb +16 -0
- data/lib/azure_mgmt_network/models/azure_async_operation_result.rb +5 -7
- data/lib/azure_mgmt_network/models/backend_address_pool.rb +1 -3
- data/lib/azure_mgmt_network/models/backend_address_pool_properties_format.rb +30 -15
- data/lib/azure_mgmt_network/models/connection_reset_shared_key.rb +10 -16
- data/lib/azure_mgmt_network/models/connection_shared_key.rb +1 -3
- data/lib/azure_mgmt_network/models/{connection_reset_shared_key_properties_format.rb → connection_shared_key_result.rb} +11 -15
- data/lib/azure_mgmt_network/models/dhcp_options.rb +1 -3
- data/lib/azure_mgmt_network/models/dns_name_availability_result.rb +1 -3
- data/lib/azure_mgmt_network/models/error.rb +4 -6
- data/lib/azure_mgmt_network/models/error_details.rb +1 -3
- data/lib/azure_mgmt_network/models/express_route_circuit.rb +118 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_arp_table.rb +65 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_authorization.rb +88 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_list_result.rb +86 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_peering.rb +88 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_peering_advertised_public_prefix_state.rb +18 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_peering_config.rb +92 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_peering_list_result.rb +87 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_peering_properties_format.rb +194 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_peering_state.rb +16 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_peering_type.rb +17 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_properties_format.rb +179 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_routes_table.rb +89 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_service_provider_properties.rb +76 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_sku.rb +83 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_sku_family.rb +16 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_sku_tier.rb +16 -0
- data/lib/azure_mgmt_network/models/express_route_circuit_stats.rb +67 -0
- data/lib/azure_mgmt_network/models/express_route_circuits_arp_table_list_result.rb +85 -0
- data/lib/azure_mgmt_network/models/express_route_circuits_routes_table_list_result.rb +88 -0
- data/lib/azure_mgmt_network/models/express_route_circuits_stats_list_result.rb +85 -0
- data/lib/azure_mgmt_network/models/express_route_service_provider.rb +92 -0
- data/lib/azure_mgmt_network/models/express_route_service_provider_bandwidths_offered.rb +67 -0
- data/lib/azure_mgmt_network/models/express_route_service_provider_list_result.rb +86 -0
- data/lib/azure_mgmt_network/models/express_route_service_provider_properties_format.rb +97 -0
- data/lib/azure_mgmt_network/models/{frontend_ip_configuration.rb → frontend_ipconfiguration.rb} +7 -9
- data/lib/azure_mgmt_network/models/{frontend_ip_configuration_properties_format.rb → frontend_ipconfiguration_properties_format.rb} +133 -77
- data/lib/azure_mgmt_network/models/inbound_nat_pool.rb +88 -0
- data/lib/azure_mgmt_network/models/inbound_nat_pool_properties_format.rb +134 -0
- data/lib/azure_mgmt_network/models/inbound_nat_rule.rb +1 -3
- data/lib/azure_mgmt_network/models/inbound_nat_rule_properties_format.rb +11 -12
- data/lib/azure_mgmt_network/models/{ip_allocation_method.rb → ipallocation_method.rb} +3 -3
- data/lib/azure_mgmt_network/models/ipconfiguration.rb +88 -0
- data/lib/azure_mgmt_network/models/ipconfiguration_properties_format.rb +113 -0
- data/lib/azure_mgmt_network/models/load_balancer.rb +7 -9
- data/lib/azure_mgmt_network/models/load_balancer_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/load_balancer_properties_format.rb +103 -35
- data/lib/azure_mgmt_network/models/load_balancing_rule.rb +1 -3
- data/lib/azure_mgmt_network/models/load_balancing_rule_properties_format.rb +30 -30
- data/lib/azure_mgmt_network/models/load_distribution.rb +1 -1
- data/lib/azure_mgmt_network/models/local_network_gateway.rb +7 -9
- data/lib/azure_mgmt_network/models/local_network_gateway_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/local_network_gateway_properties_format.rb +11 -3
- data/lib/azure_mgmt_network/models/network_interface.rb +7 -9
- data/lib/azure_mgmt_network/models/network_interface_dns_settings.rb +1 -3
- data/lib/azure_mgmt_network/models/{network_interface_ip_configuration.rb → network_interface_ipconfiguration.rb} +7 -9
- data/lib/azure_mgmt_network/models/{network_interface_ip_configuration_properties_format.rb → network_interface_ipconfiguration_properties_format.rb} +70 -76
- data/lib/azure_mgmt_network/models/network_interface_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/network_interface_properties_format.rb +32 -14
- data/lib/azure_mgmt_network/models/{operation_status.rb → network_operation_status.rb} +3 -3
- data/lib/azure_mgmt_network/models/network_security_group.rb +7 -9
- data/lib/azure_mgmt_network/models/network_security_group_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/network_security_group_properties_format.rb +30 -22
- data/lib/azure_mgmt_network/models/outbound_nat_rule.rb +88 -0
- data/lib/azure_mgmt_network/models/outbound_nat_rule_properties_format.rb +117 -0
- data/lib/azure_mgmt_network/models/probe.rb +1 -3
- data/lib/azure_mgmt_network/models/probe_properties_format.rb +25 -26
- data/lib/azure_mgmt_network/models/probe_protocol.rb +1 -1
- data/lib/azure_mgmt_network/models/processor_architecture.rb +16 -0
- data/lib/azure_mgmt_network/models/{public_ip_address.rb → public_ipaddress.rb} +13 -15
- data/lib/azure_mgmt_network/models/{public_ip_address_dns_settings.rb → public_ipaddress_dns_settings.rb} +4 -6
- data/lib/azure_mgmt_network/models/{public_ip_address_list_result.rb → public_ipaddress_list_result.rb} +10 -12
- data/lib/azure_mgmt_network/models/{public_ip_address_properties_format.rb → public_ipaddress_properties_format.rb} +25 -19
- data/lib/azure_mgmt_network/models/route.rb +88 -0
- data/lib/azure_mgmt_network/models/route_list_result.rb +85 -0
- data/lib/azure_mgmt_network/models/route_next_hop_type.rb +19 -0
- data/lib/azure_mgmt_network/models/route_properties_format.rb +94 -0
- data/lib/azure_mgmt_network/models/route_table.rb +102 -0
- data/lib/azure_mgmt_network/models/route_table_list_result.rb +86 -0
- data/lib/azure_mgmt_network/models/route_table_properties_format.rb +116 -0
- data/lib/azure_mgmt_network/models/security_rule.rb +1 -3
- data/lib/azure_mgmt_network/models/security_rule_access.rb +1 -1
- data/lib/azure_mgmt_network/models/security_rule_direction.rb +1 -1
- data/lib/azure_mgmt_network/models/security_rule_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/security_rule_properties_format.rb +50 -48
- data/lib/azure_mgmt_network/models/security_rule_protocol.rb +1 -1
- data/lib/azure_mgmt_network/models/service_provider_provisioning_state.rb +18 -0
- data/lib/azure_mgmt_network/models/subnet.rb +1 -3
- data/lib/azure_mgmt_network/models/subnet_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/subnet_properties_format.rb +28 -13
- data/lib/azure_mgmt_network/models/transport_protocol.rb +1 -1
- data/lib/azure_mgmt_network/models/usage.rb +7 -5
- data/lib/azure_mgmt_network/models/usage_name.rb +1 -3
- data/lib/azure_mgmt_network/models/usage_unit.rb +1 -1
- data/lib/azure_mgmt_network/models/usages_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/virtual_network.rb +7 -9
- data/lib/azure_mgmt_network/models/virtual_network_gateway.rb +7 -9
- data/lib/azure_mgmt_network/models/virtual_network_gateway_connection.rb +7 -9
- data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_properties_format.rb +74 -6
- data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_status.rb +18 -0
- data/lib/azure_mgmt_network/models/virtual_network_gateway_connection_type.rb +1 -1
- data/lib/azure_mgmt_network/models/{virtual_network_gateway_ip_configuration.rb → virtual_network_gateway_ipconfiguration.rb} +7 -9
- data/lib/azure_mgmt_network/models/{virtual_network_gateway_ip_configuration_properties_format.rb → virtual_network_gateway_ipconfiguration_properties_format.rb} +14 -17
- data/lib/azure_mgmt_network/models/virtual_network_gateway_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/virtual_network_gateway_properties_format.rb +76 -13
- data/lib/azure_mgmt_network/models/virtual_network_gateway_sku.rb +86 -0
- data/lib/azure_mgmt_network/models/virtual_network_gateway_sku_name.rb +17 -0
- data/lib/azure_mgmt_network/models/virtual_network_gateway_sku_tier.rb +17 -0
- data/lib/azure_mgmt_network/models/virtual_network_gateway_type.rb +2 -1
- data/lib/azure_mgmt_network/models/virtual_network_list_result.rb +4 -6
- data/lib/azure_mgmt_network/models/virtual_network_properties_format.rb +14 -6
- data/lib/azure_mgmt_network/models/vpn_client_configuration.rb +125 -0
- data/lib/azure_mgmt_network/models/vpn_client_parameters.rb +60 -0
- data/lib/azure_mgmt_network/models/vpn_client_revoked_certificate.rb +88 -0
- data/lib/azure_mgmt_network/models/vpn_client_revoked_certificate_properties_format.rb +69 -0
- data/lib/azure_mgmt_network/models/vpn_client_root_certificate.rb +88 -0
- data/lib/azure_mgmt_network/models/vpn_client_root_certificate_properties_format.rb +66 -0
- data/lib/azure_mgmt_network/models/vpn_type.rb +1 -1
- data/lib/azure_mgmt_network/module_definition.rb +5 -3
- data/lib/azure_mgmt_network/network_interfaces.rb +451 -304
- data/lib/azure_mgmt_network/{network_resource_provider_client.rb → network_management_client.rb} +61 -57
- data/lib/azure_mgmt_network/network_security_groups.rb +139 -314
- data/lib/azure_mgmt_network/public_ipaddresses.rb +536 -0
- data/lib/azure_mgmt_network/route_tables.rb +532 -0
- data/lib/azure_mgmt_network/routes.rb +423 -0
- data/lib/azure_mgmt_network/security_rules.rb +102 -232
- data/lib/azure_mgmt_network/subnets.rb +104 -233
- data/lib/azure_mgmt_network/usages.rb +79 -43
- data/lib/azure_mgmt_network/version.rb +5 -3
- data/lib/azure_mgmt_network/virtual_network_gateway_connections.rb +262 -467
- data/lib/azure_mgmt_network/virtual_network_gateways.rb +204 -280
- data/lib/azure_mgmt_network/virtual_networks.rb +139 -314
- metadata +92 -106
- data/.gitignore +0 -10
- data/.travis.yml +0 -3
- data/Gemfile +0 -15
- 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.
|
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.
|
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
|
|
@@ -61,8 +61,6 @@ module Azure::ARM::Network
|
|
61
61
|
deserialized_property = object['provisioningState']
|
62
62
|
output_object.provisioning_state = deserialized_property
|
63
63
|
|
64
|
-
output_object.validate
|
65
|
-
|
66
64
|
output_object
|
67
65
|
end
|
68
66
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 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.
|
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
|
|
@@ -14,20 +14,27 @@ module Azure::ARM::Network
|
|
14
14
|
|
15
15
|
# @return [SubResource] Gets or sets frontend IP configuration resource
|
16
16
|
# of application gateway
|
17
|
-
attr_accessor :
|
17
|
+
attr_accessor :frontend_ipconfiguration
|
18
18
|
|
19
19
|
# @return [SubResource] Gets or sets frontend port resource of
|
20
20
|
# application gateway
|
21
21
|
attr_accessor :frontend_port
|
22
22
|
|
23
23
|
# @return [ApplicationGatewayProtocol] Gets or sets the protocol.
|
24
|
-
# Possible values
|
24
|
+
# Possible values include: 'Http', 'Https'
|
25
25
|
attr_accessor :protocol
|
26
26
|
|
27
|
+
# @return [String] Gets or sets the host name of http listener
|
28
|
+
attr_accessor :host_name
|
29
|
+
|
27
30
|
# @return [SubResource] Gets or sets ssl certificate resource of
|
28
31
|
# application gateway
|
29
32
|
attr_accessor :ssl_certificate
|
30
33
|
|
34
|
+
# @return [Boolean] Gets or sets the requireServerNameIndication of http
|
35
|
+
# listener
|
36
|
+
attr_accessor :require_server_name_indication
|
37
|
+
|
31
38
|
# @return [String] Gets or sets Provisioning state of the http listener
|
32
39
|
# resource Updating/Deleting/Failed
|
33
40
|
attr_accessor :provisioning_state
|
@@ -36,7 +43,7 @@ module Azure::ARM::Network
|
|
36
43
|
# Validate the object. Throws ValidationError if validation fails.
|
37
44
|
#
|
38
45
|
def validate
|
39
|
-
@
|
46
|
+
@frontend_ipconfiguration.validate unless @frontend_ipconfiguration.nil?
|
40
47
|
@frontend_port.validate unless @frontend_port.nil?
|
41
48
|
@ssl_certificate.validate unless @ssl_certificate.nil?
|
42
49
|
end
|
@@ -50,27 +57,33 @@ module Azure::ARM::Network
|
|
50
57
|
object.validate
|
51
58
|
output_object = {}
|
52
59
|
|
53
|
-
serialized_property = object.
|
60
|
+
serialized_property = object.frontend_ipconfiguration
|
54
61
|
unless serialized_property.nil?
|
55
|
-
serialized_property = SubResource.serialize_object(serialized_property)
|
62
|
+
serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
|
56
63
|
end
|
57
|
-
output_object['
|
64
|
+
output_object['frontendIPConfiguration'] = serialized_property unless serialized_property.nil?
|
58
65
|
|
59
66
|
serialized_property = object.frontend_port
|
60
67
|
unless serialized_property.nil?
|
61
|
-
serialized_property = SubResource.serialize_object(serialized_property)
|
68
|
+
serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
|
62
69
|
end
|
63
70
|
output_object['frontendPort'] = serialized_property unless serialized_property.nil?
|
64
71
|
|
65
72
|
serialized_property = object.protocol
|
66
73
|
output_object['protocol'] = serialized_property unless serialized_property.nil?
|
67
74
|
|
75
|
+
serialized_property = object.host_name
|
76
|
+
output_object['hostName'] = serialized_property unless serialized_property.nil?
|
77
|
+
|
68
78
|
serialized_property = object.ssl_certificate
|
69
79
|
unless serialized_property.nil?
|
70
|
-
serialized_property = SubResource.serialize_object(serialized_property)
|
80
|
+
serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
|
71
81
|
end
|
72
82
|
output_object['sslCertificate'] = serialized_property unless serialized_property.nil?
|
73
83
|
|
84
|
+
serialized_property = object.require_server_name_indication
|
85
|
+
output_object['requireServerNameIndication'] = serialized_property unless serialized_property.nil?
|
86
|
+
|
74
87
|
serialized_property = object.provisioning_state
|
75
88
|
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
76
89
|
|
@@ -87,36 +100,40 @@ module Azure::ARM::Network
|
|
87
100
|
return if object.nil?
|
88
101
|
output_object = ApplicationGatewayHttpListenerPropertiesFormat.new
|
89
102
|
|
90
|
-
deserialized_property = object['
|
103
|
+
deserialized_property = object['frontendIPConfiguration']
|
91
104
|
unless deserialized_property.nil?
|
92
|
-
deserialized_property = SubResource.deserialize_object(deserialized_property)
|
105
|
+
deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
|
93
106
|
end
|
94
|
-
output_object.
|
107
|
+
output_object.frontend_ipconfiguration = deserialized_property
|
95
108
|
|
96
109
|
deserialized_property = object['frontendPort']
|
97
110
|
unless deserialized_property.nil?
|
98
|
-
deserialized_property = SubResource.deserialize_object(deserialized_property)
|
111
|
+
deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
|
99
112
|
end
|
100
113
|
output_object.frontend_port = deserialized_property
|
101
114
|
|
102
115
|
deserialized_property = object['protocol']
|
103
116
|
if (!deserialized_property.nil? && !deserialized_property.empty?)
|
104
117
|
enum_is_valid = ApplicationGatewayProtocol.constants.any? { |e| ApplicationGatewayProtocol.const_get(e).to_s.downcase == deserialized_property.downcase }
|
105
|
-
|
118
|
+
warn 'Enum ApplicationGatewayProtocol does not contain ' + deserialized_property.downcase + ', but was received from the server.' unless enum_is_valid
|
106
119
|
end
|
107
120
|
output_object.protocol = deserialized_property
|
108
121
|
|
122
|
+
deserialized_property = object['hostName']
|
123
|
+
output_object.host_name = deserialized_property
|
124
|
+
|
109
125
|
deserialized_property = object['sslCertificate']
|
110
126
|
unless deserialized_property.nil?
|
111
|
-
deserialized_property = SubResource.deserialize_object(deserialized_property)
|
127
|
+
deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
|
112
128
|
end
|
113
129
|
output_object.ssl_certificate = deserialized_property
|
114
130
|
|
131
|
+
deserialized_property = object['requireServerNameIndication']
|
132
|
+
output_object.require_server_name_indication = deserialized_property
|
133
|
+
|
115
134
|
deserialized_property = object['provisioningState']
|
116
135
|
output_object.provisioning_state = deserialized_property
|
117
136
|
|
118
|
-
output_object.validate
|
119
|
-
|
120
137
|
output_object
|
121
138
|
end
|
122
139
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 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
|
# IP configuration of application gateway
|
10
10
|
#
|
11
|
-
class
|
11
|
+
class ApplicationGatewayIPConfiguration < MsRestAzure::SubResource
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [
|
15
|
+
# @return [ApplicationGatewayIPConfigurationPropertiesFormat]
|
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 =
|
47
|
+
serialized_property = ApplicationGatewayIPConfigurationPropertiesFormat.serialize_object(serialized_property)
|
48
48
|
end
|
49
49
|
output_object['properties'] = serialized_property unless serialized_property.nil?
|
50
50
|
|
@@ -60,18 +60,18 @@ 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 [
|
63
|
+
# @return [ApplicationGatewayIPConfiguration] Deserialized object.
|
64
64
|
#
|
65
65
|
def self.deserialize_object(object)
|
66
66
|
return if object.nil?
|
67
|
-
output_object =
|
67
|
+
output_object = ApplicationGatewayIPConfiguration.new
|
68
68
|
|
69
69
|
deserialized_property = object['id']
|
70
70
|
output_object.id = deserialized_property
|
71
71
|
|
72
72
|
deserialized_property = object['properties']
|
73
73
|
unless deserialized_property.nil?
|
74
|
-
deserialized_property =
|
74
|
+
deserialized_property = ApplicationGatewayIPConfigurationPropertiesFormat.deserialize_object(deserialized_property)
|
75
75
|
end
|
76
76
|
output_object.properties = deserialized_property
|
77
77
|
|
@@ -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.
|
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 IP configuration of application gateway
|
10
10
|
#
|
11
|
-
class
|
11
|
+
class ApplicationGatewayIPConfigurationPropertiesFormat
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
@@ -39,7 +39,7 @@ module Azure::ARM::Network
|
|
39
39
|
|
40
40
|
serialized_property = object.subnet
|
41
41
|
unless serialized_property.nil?
|
42
|
-
serialized_property = SubResource.serialize_object(serialized_property)
|
42
|
+
serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
|
43
43
|
end
|
44
44
|
output_object['subnet'] = serialized_property unless serialized_property.nil?
|
45
45
|
|
@@ -52,24 +52,22 @@ module Azure::ARM::Network
|
|
52
52
|
#
|
53
53
|
# Deserializes given Ruby Hash into Model object.
|
54
54
|
# @param object [Hash] Ruby Hash object to deserialize.
|
55
|
-
# @return [
|
55
|
+
# @return [ApplicationGatewayIPConfigurationPropertiesFormat]
|
56
56
|
# Deserialized object.
|
57
57
|
#
|
58
58
|
def self.deserialize_object(object)
|
59
59
|
return if object.nil?
|
60
|
-
output_object =
|
60
|
+
output_object = ApplicationGatewayIPConfigurationPropertiesFormat.new
|
61
61
|
|
62
62
|
deserialized_property = object['subnet']
|
63
63
|
unless deserialized_property.nil?
|
64
|
-
deserialized_property = SubResource.deserialize_object(deserialized_property)
|
64
|
+
deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
|
65
65
|
end
|
66
66
|
output_object.subnet = deserialized_property
|
67
67
|
|
68
68
|
deserialized_property = object['provisioningState']
|
69
69
|
output_object.provisioning_state = deserialized_property
|
70
70
|
|
71
|
-
output_object.validate
|
72
|
-
|
73
71
|
output_object
|
74
72
|
end
|
75
73
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 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
|
|
@@ -65,22 +65,20 @@ module Azure::ARM::Network
|
|
65
65
|
|
66
66
|
deserialized_property = object['value']
|
67
67
|
unless deserialized_property.nil?
|
68
|
-
|
68
|
+
deserialized_array = []
|
69
69
|
deserialized_property.each do |element1|
|
70
70
|
unless element1.nil?
|
71
71
|
element1 = ApplicationGateway.deserialize_object(element1)
|
72
72
|
end
|
73
|
-
|
73
|
+
deserialized_array.push(element1)
|
74
74
|
end
|
75
|
-
deserialized_property =
|
75
|
+
deserialized_property = deserialized_array
|
76
76
|
end
|
77
77
|
output_object.value = deserialized_property
|
78
78
|
|
79
79
|
deserialized_property = object['nextLink']
|
80
80
|
output_object.next_link = deserialized_property
|
81
81
|
|
82
|
-
output_object.validate
|
83
|
-
|
84
82
|
output_object
|
85
83
|
end
|
86
84
|
end
|
@@ -0,0 +1,88 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::Network
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Path rule of URL path map of application gateway
|
10
|
+
#
|
11
|
+
class ApplicationGatewayPathRule < MsRestAzure::SubResource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [ApplicationGatewayPathRulePropertiesFormat]
|
16
|
+
attr_accessor :properties
|
17
|
+
|
18
|
+
# @return [String] Gets name of the resource that is unique within a
|
19
|
+
# resource group. This name can be used to access the resource
|
20
|
+
attr_accessor :name
|
21
|
+
|
22
|
+
# @return [String] A unique read-only string that changes whenever the
|
23
|
+
# resource is updated
|
24
|
+
attr_accessor :etag
|
25
|
+
|
26
|
+
#
|
27
|
+
# Validate the object. Throws ValidationError if validation fails.
|
28
|
+
#
|
29
|
+
def validate
|
30
|
+
@properties.validate unless @properties.nil?
|
31
|
+
end
|
32
|
+
|
33
|
+
#
|
34
|
+
# Serializes given Model object into Ruby Hash.
|
35
|
+
# @param object Model object to serialize.
|
36
|
+
# @return [Hash] Serialized object in form of Ruby Hash.
|
37
|
+
#
|
38
|
+
def self.serialize_object(object)
|
39
|
+
object.validate
|
40
|
+
output_object = {}
|
41
|
+
|
42
|
+
serialized_property = object.id
|
43
|
+
output_object['id'] = serialized_property unless serialized_property.nil?
|
44
|
+
|
45
|
+
serialized_property = object.properties
|
46
|
+
unless serialized_property.nil?
|
47
|
+
serialized_property = ApplicationGatewayPathRulePropertiesFormat.serialize_object(serialized_property)
|
48
|
+
end
|
49
|
+
output_object['properties'] = serialized_property unless serialized_property.nil?
|
50
|
+
|
51
|
+
serialized_property = object.name
|
52
|
+
output_object['name'] = serialized_property unless serialized_property.nil?
|
53
|
+
|
54
|
+
serialized_property = object.etag
|
55
|
+
output_object['etag'] = serialized_property unless serialized_property.nil?
|
56
|
+
|
57
|
+
output_object
|
58
|
+
end
|
59
|
+
|
60
|
+
#
|
61
|
+
# Deserializes given Ruby Hash into Model object.
|
62
|
+
# @param object [Hash] Ruby Hash object to deserialize.
|
63
|
+
# @return [ApplicationGatewayPathRule] Deserialized object.
|
64
|
+
#
|
65
|
+
def self.deserialize_object(object)
|
66
|
+
return if object.nil?
|
67
|
+
output_object = ApplicationGatewayPathRule.new
|
68
|
+
|
69
|
+
deserialized_property = object['id']
|
70
|
+
output_object.id = deserialized_property
|
71
|
+
|
72
|
+
deserialized_property = object['properties']
|
73
|
+
unless deserialized_property.nil?
|
74
|
+
deserialized_property = ApplicationGatewayPathRulePropertiesFormat.deserialize_object(deserialized_property)
|
75
|
+
end
|
76
|
+
output_object.properties = deserialized_property
|
77
|
+
|
78
|
+
deserialized_property = object['name']
|
79
|
+
output_object.name = deserialized_property
|
80
|
+
|
81
|
+
deserialized_property = object['etag']
|
82
|
+
output_object.etag = deserialized_property
|
83
|
+
|
84
|
+
output_object
|
85
|
+
end
|
86
|
+
end
|
87
|
+
end
|
88
|
+
end
|
@@ -0,0 +1,101 @@
|
|
1
|
+
# encoding: utf-8
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.16.0.0
|
3
|
+
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
+
# regenerated.
|
5
|
+
|
6
|
+
module Azure::ARM::Network
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Properties of probe of application gateway
|
10
|
+
#
|
11
|
+
class ApplicationGatewayPathRulePropertiesFormat
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Array<String>] Gets or sets the path rules of URL path map
|
16
|
+
attr_accessor :paths
|
17
|
+
|
18
|
+
# @return [SubResource] Gets or sets backend address pool resource of
|
19
|
+
# URL path map
|
20
|
+
attr_accessor :backend_address_pool
|
21
|
+
|
22
|
+
# @return [SubResource] Gets or sets backend http settings resource of
|
23
|
+
# URL path map
|
24
|
+
attr_accessor :backend_http_settings
|
25
|
+
|
26
|
+
# @return [String] Gets or sets path rule of URL path map resource
|
27
|
+
# Updating/Deleting/Failed
|
28
|
+
attr_accessor :provisioning_state
|
29
|
+
|
30
|
+
#
|
31
|
+
# Validate the object. Throws ValidationError if validation fails.
|
32
|
+
#
|
33
|
+
def validate
|
34
|
+
@paths.each{ |e| e.validate if e.respond_to?(:validate) } unless @paths.nil?
|
35
|
+
@backend_address_pool.validate unless @backend_address_pool.nil?
|
36
|
+
@backend_http_settings.validate unless @backend_http_settings.nil?
|
37
|
+
end
|
38
|
+
|
39
|
+
#
|
40
|
+
# Serializes given Model object into Ruby Hash.
|
41
|
+
# @param object Model object to serialize.
|
42
|
+
# @return [Hash] Serialized object in form of Ruby Hash.
|
43
|
+
#
|
44
|
+
def self.serialize_object(object)
|
45
|
+
object.validate
|
46
|
+
output_object = {}
|
47
|
+
|
48
|
+
serialized_property = object.paths
|
49
|
+
output_object['paths'] = serialized_property unless serialized_property.nil?
|
50
|
+
|
51
|
+
serialized_property = object.backend_address_pool
|
52
|
+
unless serialized_property.nil?
|
53
|
+
serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
|
54
|
+
end
|
55
|
+
output_object['backendAddressPool'] = serialized_property unless serialized_property.nil?
|
56
|
+
|
57
|
+
serialized_property = object.backend_http_settings
|
58
|
+
unless serialized_property.nil?
|
59
|
+
serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
|
60
|
+
end
|
61
|
+
output_object['backendHttpSettings'] = serialized_property unless serialized_property.nil?
|
62
|
+
|
63
|
+
serialized_property = object.provisioning_state
|
64
|
+
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
65
|
+
|
66
|
+
output_object
|
67
|
+
end
|
68
|
+
|
69
|
+
#
|
70
|
+
# Deserializes given Ruby Hash into Model object.
|
71
|
+
# @param object [Hash] Ruby Hash object to deserialize.
|
72
|
+
# @return [ApplicationGatewayPathRulePropertiesFormat] Deserialized
|
73
|
+
# object.
|
74
|
+
#
|
75
|
+
def self.deserialize_object(object)
|
76
|
+
return if object.nil?
|
77
|
+
output_object = ApplicationGatewayPathRulePropertiesFormat.new
|
78
|
+
|
79
|
+
deserialized_property = object['paths']
|
80
|
+
output_object.paths = deserialized_property
|
81
|
+
|
82
|
+
deserialized_property = object['backendAddressPool']
|
83
|
+
unless deserialized_property.nil?
|
84
|
+
deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
|
85
|
+
end
|
86
|
+
output_object.backend_address_pool = deserialized_property
|
87
|
+
|
88
|
+
deserialized_property = object['backendHttpSettings']
|
89
|
+
unless deserialized_property.nil?
|
90
|
+
deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
|
91
|
+
end
|
92
|
+
output_object.backend_http_settings = deserialized_property
|
93
|
+
|
94
|
+
deserialized_property = object['provisioningState']
|
95
|
+
output_object.provisioning_state = deserialized_property
|
96
|
+
|
97
|
+
output_object
|
98
|
+
end
|
99
|
+
end
|
100
|
+
end
|
101
|
+
end
|