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
|
|
@@ -15,14 +15,15 @@ module Azure::ARM::Network
|
|
15
15
|
# @return [SubResource] Gets or sets a reference to frontend IP Addresses
|
16
16
|
attr_accessor :frontend_ipconfiguration
|
17
17
|
|
18
|
-
# @return [
|
19
|
-
# defined on a NetworkInterface of a VM. Traffic
|
20
|
-
# of each of the frontendIPConfigurations is
|
18
|
+
# @return [NetworkInterfaceIPConfiguration] Gets or sets a reference to
|
19
|
+
# a private ip address defined on a NetworkInterface of a VM. Traffic
|
20
|
+
# sent to frontendPort of each of the frontendIPConfigurations is
|
21
|
+
# forwarded to the backed IP
|
21
22
|
attr_accessor :backend_ipconfiguration
|
22
23
|
|
23
24
|
# @return [TransportProtocol] Gets or sets the transport potocol for the
|
24
25
|
# external endpoint. Possible values are Udp or Tcp. Possible values
|
25
|
-
#
|
26
|
+
# include: 'Udp', 'Tcp'
|
26
27
|
attr_accessor :protocol
|
27
28
|
|
28
29
|
# @return [Integer] Gets or sets the port for the external endpoint. You
|
@@ -77,13 +78,13 @@ module Azure::ARM::Network
|
|
77
78
|
|
78
79
|
serialized_property = object.frontend_ipconfiguration
|
79
80
|
unless serialized_property.nil?
|
80
|
-
serialized_property = SubResource.serialize_object(serialized_property)
|
81
|
+
serialized_property = MsRestAzure::SubResource.serialize_object(serialized_property)
|
81
82
|
end
|
82
83
|
output_object['frontendIPConfiguration'] = serialized_property unless serialized_property.nil?
|
83
84
|
|
84
85
|
serialized_property = object.backend_ipconfiguration
|
85
86
|
unless serialized_property.nil?
|
86
|
-
serialized_property =
|
87
|
+
serialized_property = NetworkInterfaceIPConfiguration.serialize_object(serialized_property)
|
87
88
|
end
|
88
89
|
output_object['backendIPConfiguration'] = serialized_property unless serialized_property.nil?
|
89
90
|
|
@@ -119,20 +120,20 @@ module Azure::ARM::Network
|
|
119
120
|
|
120
121
|
deserialized_property = object['frontendIPConfiguration']
|
121
122
|
unless deserialized_property.nil?
|
122
|
-
deserialized_property = SubResource.deserialize_object(deserialized_property)
|
123
|
+
deserialized_property = MsRestAzure::SubResource.deserialize_object(deserialized_property)
|
123
124
|
end
|
124
125
|
output_object.frontend_ipconfiguration = deserialized_property
|
125
126
|
|
126
127
|
deserialized_property = object['backendIPConfiguration']
|
127
128
|
unless deserialized_property.nil?
|
128
|
-
deserialized_property =
|
129
|
+
deserialized_property = NetworkInterfaceIPConfiguration.deserialize_object(deserialized_property)
|
129
130
|
end
|
130
131
|
output_object.backend_ipconfiguration = deserialized_property
|
131
132
|
|
132
133
|
deserialized_property = object['protocol']
|
133
134
|
if (!deserialized_property.nil? && !deserialized_property.empty?)
|
134
135
|
enum_is_valid = TransportProtocol.constants.any? { |e| TransportProtocol.const_get(e).to_s.downcase == deserialized_property.downcase }
|
135
|
-
|
136
|
+
warn 'Enum TransportProtocol does not contain ' + deserialized_property.downcase + ', but was received from the server.' unless enum_is_valid
|
136
137
|
end
|
137
138
|
output_object.protocol = deserialized_property
|
138
139
|
|
@@ -154,8 +155,6 @@ module Azure::ARM::Network
|
|
154
155
|
deserialized_property = object['provisioningState']
|
155
156
|
output_object.provisioning_state = deserialized_property
|
156
157
|
|
157
|
-
output_object.validate
|
158
|
-
|
159
158
|
output_object
|
160
159
|
end
|
161
160
|
end
|
@@ -1,14 +1,14 @@
|
|
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
|
|
6
6
|
module Azure::ARM::Network
|
7
7
|
module Models
|
8
8
|
#
|
9
|
-
# Defines values for
|
9
|
+
# Defines values for IPAllocationMethod
|
10
10
|
#
|
11
|
-
module
|
11
|
+
module IPAllocationMethod
|
12
12
|
Static = "Static"
|
13
13
|
Dynamic = "Dynamic"
|
14
14
|
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
|
+
# IPConfiguration
|
10
|
+
#
|
11
|
+
class IPConfiguration < MsRestAzure::SubResource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [IPConfigurationPropertiesFormat]
|
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 = IPConfigurationPropertiesFormat.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 [IPConfiguration] Deserialized object.
|
64
|
+
#
|
65
|
+
def self.deserialize_object(object)
|
66
|
+
return if object.nil?
|
67
|
+
output_object = IPConfiguration.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 = IPConfigurationPropertiesFormat.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,113 @@
|
|
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 IPConfiguration
|
10
|
+
#
|
11
|
+
class IPConfigurationPropertiesFormat
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] Gets or sets the privateIPAddress of the IP
|
16
|
+
# Configuration
|
17
|
+
attr_accessor :private_ipaddress
|
18
|
+
|
19
|
+
# @return [IPAllocationMethod] Gets or sets PrivateIP allocation method
|
20
|
+
# (Static/Dynamic). Possible values include: 'Static', 'Dynamic'
|
21
|
+
attr_accessor :private_ipallocation_method
|
22
|
+
|
23
|
+
# @return [Subnet] Gets or sets the reference of the subnet resource
|
24
|
+
attr_accessor :subnet
|
25
|
+
|
26
|
+
# @return [PublicIPAddress] Gets or sets the reference of the PublicIP
|
27
|
+
# resource
|
28
|
+
attr_accessor :public_ipaddress
|
29
|
+
|
30
|
+
# @return [String] Gets or sets Provisioning state of the PublicIP
|
31
|
+
# resource Updating/Deleting/Failed
|
32
|
+
attr_accessor :provisioning_state
|
33
|
+
|
34
|
+
#
|
35
|
+
# Validate the object. Throws ValidationError if validation fails.
|
36
|
+
#
|
37
|
+
def validate
|
38
|
+
@subnet.validate unless @subnet.nil?
|
39
|
+
@public_ipaddress.validate unless @public_ipaddress.nil?
|
40
|
+
end
|
41
|
+
|
42
|
+
#
|
43
|
+
# Serializes given Model object into Ruby Hash.
|
44
|
+
# @param object Model object to serialize.
|
45
|
+
# @return [Hash] Serialized object in form of Ruby Hash.
|
46
|
+
#
|
47
|
+
def self.serialize_object(object)
|
48
|
+
object.validate
|
49
|
+
output_object = {}
|
50
|
+
|
51
|
+
serialized_property = object.private_ipaddress
|
52
|
+
output_object['privateIPAddress'] = serialized_property unless serialized_property.nil?
|
53
|
+
|
54
|
+
serialized_property = object.private_ipallocation_method
|
55
|
+
output_object['privateIPAllocationMethod'] = serialized_property unless serialized_property.nil?
|
56
|
+
|
57
|
+
serialized_property = object.subnet
|
58
|
+
unless serialized_property.nil?
|
59
|
+
serialized_property = Subnet.serialize_object(serialized_property)
|
60
|
+
end
|
61
|
+
output_object['subnet'] = serialized_property unless serialized_property.nil?
|
62
|
+
|
63
|
+
serialized_property = object.public_ipaddress
|
64
|
+
unless serialized_property.nil?
|
65
|
+
serialized_property = PublicIPAddress.serialize_object(serialized_property)
|
66
|
+
end
|
67
|
+
output_object['publicIPAddress'] = serialized_property unless serialized_property.nil?
|
68
|
+
|
69
|
+
serialized_property = object.provisioning_state
|
70
|
+
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
71
|
+
|
72
|
+
output_object
|
73
|
+
end
|
74
|
+
|
75
|
+
#
|
76
|
+
# Deserializes given Ruby Hash into Model object.
|
77
|
+
# @param object [Hash] Ruby Hash object to deserialize.
|
78
|
+
# @return [IPConfigurationPropertiesFormat] Deserialized object.
|
79
|
+
#
|
80
|
+
def self.deserialize_object(object)
|
81
|
+
return if object.nil?
|
82
|
+
output_object = IPConfigurationPropertiesFormat.new
|
83
|
+
|
84
|
+
deserialized_property = object['privateIPAddress']
|
85
|
+
output_object.private_ipaddress = deserialized_property
|
86
|
+
|
87
|
+
deserialized_property = object['privateIPAllocationMethod']
|
88
|
+
if (!deserialized_property.nil? && !deserialized_property.empty?)
|
89
|
+
enum_is_valid = IPAllocationMethod.constants.any? { |e| IPAllocationMethod.const_get(e).to_s.downcase == deserialized_property.downcase }
|
90
|
+
warn 'Enum IPAllocationMethod does not contain ' + deserialized_property.downcase + ', but was received from the server.' unless enum_is_valid
|
91
|
+
end
|
92
|
+
output_object.private_ipallocation_method = deserialized_property
|
93
|
+
|
94
|
+
deserialized_property = object['subnet']
|
95
|
+
unless deserialized_property.nil?
|
96
|
+
deserialized_property = Subnet.deserialize_object(deserialized_property)
|
97
|
+
end
|
98
|
+
output_object.subnet = deserialized_property
|
99
|
+
|
100
|
+
deserialized_property = object['publicIPAddress']
|
101
|
+
unless deserialized_property.nil?
|
102
|
+
deserialized_property = PublicIPAddress.deserialize_object(deserialized_property)
|
103
|
+
end
|
104
|
+
output_object.public_ipaddress = deserialized_property
|
105
|
+
|
106
|
+
deserialized_property = object['provisioningState']
|
107
|
+
output_object.provisioning_state = deserialized_property
|
108
|
+
|
109
|
+
output_object
|
110
|
+
end
|
111
|
+
end
|
112
|
+
end
|
113
|
+
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
|
|
@@ -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 = LoadBalancer.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.
|
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 = LoadBalancer.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
|
@@ -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
|
|
@@ -12,7 +12,7 @@ module Azure::ARM::Network
|
|
12
12
|
|
13
13
|
include MsRestAzure
|
14
14
|
|
15
|
-
# @return [Array<
|
15
|
+
# @return [Array<FrontendIPConfiguration>] Gets or sets frontend IP
|
16
16
|
# addresses of the load balancer
|
17
17
|
attr_accessor :frontend_ipconfigurations
|
18
18
|
|
@@ -29,6 +29,16 @@ module Azure::ARM::Network
|
|
29
29
|
# @return [Array<InboundNatRule>] Gets or sets list of inbound rules
|
30
30
|
attr_accessor :inbound_nat_rules
|
31
31
|
|
32
|
+
# @return [Array<InboundNatPool>] Gets or sets inbound NAT pools
|
33
|
+
attr_accessor :inbound_nat_pools
|
34
|
+
|
35
|
+
# @return [Array<OutboundNatRule>] Gets or sets outbound NAT rules
|
36
|
+
attr_accessor :outbound_nat_rules
|
37
|
+
|
38
|
+
# @return [String] Gets or sets resource guid property of the Load
|
39
|
+
# balancer resource
|
40
|
+
attr_accessor :resource_guid
|
41
|
+
|
32
42
|
# @return [String] Gets or sets Provisioning state of the PublicIP
|
33
43
|
# resource Updating/Deleting/Failed
|
34
44
|
attr_accessor :provisioning_state
|
@@ -42,6 +52,8 @@ module Azure::ARM::Network
|
|
42
52
|
@load_balancing_rules.each{ |e| e.validate if e.respond_to?(:validate) } unless @load_balancing_rules.nil?
|
43
53
|
@probes.each{ |e| e.validate if e.respond_to?(:validate) } unless @probes.nil?
|
44
54
|
@inbound_nat_rules.each{ |e| e.validate if e.respond_to?(:validate) } unless @inbound_nat_rules.nil?
|
55
|
+
@inbound_nat_pools.each{ |e| e.validate if e.respond_to?(:validate) } unless @inbound_nat_pools.nil?
|
56
|
+
@outbound_nat_rules.each{ |e| e.validate if e.respond_to?(:validate) } unless @outbound_nat_rules.nil?
|
45
57
|
end
|
46
58
|
|
47
59
|
#
|
@@ -58,7 +70,7 @@ module Azure::ARM::Network
|
|
58
70
|
serializedArray = []
|
59
71
|
serialized_property.each do |element|
|
60
72
|
unless element.nil?
|
61
|
-
element =
|
73
|
+
element = FrontendIPConfiguration.serialize_object(element)
|
62
74
|
end
|
63
75
|
serializedArray.push(element)
|
64
76
|
end
|
@@ -118,6 +130,35 @@ module Azure::ARM::Network
|
|
118
130
|
end
|
119
131
|
output_object['inboundNatRules'] = serialized_property unless serialized_property.nil?
|
120
132
|
|
133
|
+
serialized_property = object.inbound_nat_pools
|
134
|
+
unless serialized_property.nil?
|
135
|
+
serializedArray = []
|
136
|
+
serialized_property.each do |element5|
|
137
|
+
unless element5.nil?
|
138
|
+
element5 = InboundNatPool.serialize_object(element5)
|
139
|
+
end
|
140
|
+
serializedArray.push(element5)
|
141
|
+
end
|
142
|
+
serialized_property = serializedArray
|
143
|
+
end
|
144
|
+
output_object['inboundNatPools'] = serialized_property unless serialized_property.nil?
|
145
|
+
|
146
|
+
serialized_property = object.outbound_nat_rules
|
147
|
+
unless serialized_property.nil?
|
148
|
+
serializedArray = []
|
149
|
+
serialized_property.each do |element6|
|
150
|
+
unless element6.nil?
|
151
|
+
element6 = OutboundNatRule.serialize_object(element6)
|
152
|
+
end
|
153
|
+
serializedArray.push(element6)
|
154
|
+
end
|
155
|
+
serialized_property = serializedArray
|
156
|
+
end
|
157
|
+
output_object['outboundNatRules'] = serialized_property unless serialized_property.nil?
|
158
|
+
|
159
|
+
serialized_property = object.resource_guid
|
160
|
+
output_object['resourceGuid'] = serialized_property unless serialized_property.nil?
|
161
|
+
|
121
162
|
serialized_property = object.provisioning_state
|
122
163
|
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
123
164
|
|
@@ -135,74 +176,101 @@ module Azure::ARM::Network
|
|
135
176
|
|
136
177
|
deserialized_property = object['frontendIPConfigurations']
|
137
178
|
unless deserialized_property.nil?
|
138
|
-
|
139
|
-
deserialized_property.each do |
|
140
|
-
unless
|
141
|
-
|
179
|
+
deserialized_array = []
|
180
|
+
deserialized_property.each do |element7|
|
181
|
+
unless element7.nil?
|
182
|
+
element7 = FrontendIPConfiguration.deserialize_object(element7)
|
142
183
|
end
|
143
|
-
|
184
|
+
deserialized_array.push(element7)
|
144
185
|
end
|
145
|
-
deserialized_property =
|
186
|
+
deserialized_property = deserialized_array
|
146
187
|
end
|
147
188
|
output_object.frontend_ipconfigurations = deserialized_property
|
148
189
|
|
149
190
|
deserialized_property = object['backendAddressPools']
|
150
191
|
unless deserialized_property.nil?
|
151
|
-
|
152
|
-
deserialized_property.each do |
|
153
|
-
unless
|
154
|
-
|
192
|
+
deserialized_array = []
|
193
|
+
deserialized_property.each do |element8|
|
194
|
+
unless element8.nil?
|
195
|
+
element8 = BackendAddressPool.deserialize_object(element8)
|
155
196
|
end
|
156
|
-
|
197
|
+
deserialized_array.push(element8)
|
157
198
|
end
|
158
|
-
deserialized_property =
|
199
|
+
deserialized_property = deserialized_array
|
159
200
|
end
|
160
201
|
output_object.backend_address_pools = deserialized_property
|
161
202
|
|
162
203
|
deserialized_property = object['loadBalancingRules']
|
163
204
|
unless deserialized_property.nil?
|
164
|
-
|
165
|
-
deserialized_property.each do |
|
166
|
-
unless
|
167
|
-
|
205
|
+
deserialized_array = []
|
206
|
+
deserialized_property.each do |element9|
|
207
|
+
unless element9.nil?
|
208
|
+
element9 = LoadBalancingRule.deserialize_object(element9)
|
168
209
|
end
|
169
|
-
|
210
|
+
deserialized_array.push(element9)
|
170
211
|
end
|
171
|
-
deserialized_property =
|
212
|
+
deserialized_property = deserialized_array
|
172
213
|
end
|
173
214
|
output_object.load_balancing_rules = deserialized_property
|
174
215
|
|
175
216
|
deserialized_property = object['probes']
|
176
217
|
unless deserialized_property.nil?
|
177
|
-
|
178
|
-
deserialized_property.each do |
|
179
|
-
unless
|
180
|
-
|
218
|
+
deserialized_array = []
|
219
|
+
deserialized_property.each do |element10|
|
220
|
+
unless element10.nil?
|
221
|
+
element10 = Probe.deserialize_object(element10)
|
181
222
|
end
|
182
|
-
|
223
|
+
deserialized_array.push(element10)
|
183
224
|
end
|
184
|
-
deserialized_property =
|
225
|
+
deserialized_property = deserialized_array
|
185
226
|
end
|
186
227
|
output_object.probes = deserialized_property
|
187
228
|
|
188
229
|
deserialized_property = object['inboundNatRules']
|
189
230
|
unless deserialized_property.nil?
|
190
|
-
|
191
|
-
deserialized_property.each do |
|
192
|
-
unless
|
193
|
-
|
231
|
+
deserialized_array = []
|
232
|
+
deserialized_property.each do |element11|
|
233
|
+
unless element11.nil?
|
234
|
+
element11 = InboundNatRule.deserialize_object(element11)
|
194
235
|
end
|
195
|
-
|
236
|
+
deserialized_array.push(element11)
|
196
237
|
end
|
197
|
-
deserialized_property =
|
238
|
+
deserialized_property = deserialized_array
|
198
239
|
end
|
199
240
|
output_object.inbound_nat_rules = deserialized_property
|
200
241
|
|
242
|
+
deserialized_property = object['inboundNatPools']
|
243
|
+
unless deserialized_property.nil?
|
244
|
+
deserialized_array = []
|
245
|
+
deserialized_property.each do |element12|
|
246
|
+
unless element12.nil?
|
247
|
+
element12 = InboundNatPool.deserialize_object(element12)
|
248
|
+
end
|
249
|
+
deserialized_array.push(element12)
|
250
|
+
end
|
251
|
+
deserialized_property = deserialized_array
|
252
|
+
end
|
253
|
+
output_object.inbound_nat_pools = deserialized_property
|
254
|
+
|
255
|
+
deserialized_property = object['outboundNatRules']
|
256
|
+
unless deserialized_property.nil?
|
257
|
+
deserialized_array = []
|
258
|
+
deserialized_property.each do |element13|
|
259
|
+
unless element13.nil?
|
260
|
+
element13 = OutboundNatRule.deserialize_object(element13)
|
261
|
+
end
|
262
|
+
deserialized_array.push(element13)
|
263
|
+
end
|
264
|
+
deserialized_property = deserialized_array
|
265
|
+
end
|
266
|
+
output_object.outbound_nat_rules = deserialized_property
|
267
|
+
|
268
|
+
deserialized_property = object['resourceGuid']
|
269
|
+
output_object.resource_guid = deserialized_property
|
270
|
+
|
201
271
|
deserialized_property = object['provisioningState']
|
202
272
|
output_object.provisioning_state = deserialized_property
|
203
273
|
|
204
|
-
output_object.validate
|
205
|
-
|
206
274
|
output_object
|
207
275
|
end
|
208
276
|
end
|