azure_mgmt_network 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +10 -0
- data/.rspec +3 -0
- data/.travis.yml +3 -0
- data/Gemfile +15 -0
- data/LICENSE.txt +21 -0
- data/README.md +131 -0
- data/Rakefile +5 -0
- data/azure_mgmt_network.gemspec +39 -0
- data/lib/azure_mgmt_network.rb +139 -0
- data/lib/azure_mgmt_network/Models/address_space.rb +60 -0
- data/lib/azure_mgmt_network/Models/application_gateway.rb +104 -0
- data/lib/azure_mgmt_network/Models/application_gateway_backend_address.rb +67 -0
- data/lib/azure_mgmt_network/Models/application_gateway_backend_address_pool.rb +90 -0
- data/lib/azure_mgmt_network/Models/application_gateway_backend_address_pool_properties_format.rb +121 -0
- data/lib/azure_mgmt_network/Models/application_gateway_backend_http_settings.rb +90 -0
- data/lib/azure_mgmt_network/Models/application_gateway_backend_http_settings_properties_format.rb +98 -0
- data/lib/azure_mgmt_network/Models/application_gateway_cookie_based_affinity.rb +16 -0
- data/lib/azure_mgmt_network/Models/application_gateway_frontend_ip_configuration.rb +91 -0
- data/lib/azure_mgmt_network/Models/application_gateway_frontend_ip_configuration_properties_format.rb +117 -0
- data/lib/azure_mgmt_network/Models/application_gateway_frontend_port.rb +90 -0
- data/lib/azure_mgmt_network/Models/application_gateway_frontend_port_properties_format.rb +70 -0
- data/lib/azure_mgmt_network/Models/application_gateway_http_listener.rb +90 -0
- data/lib/azure_mgmt_network/Models/application_gateway_http_listener_properties_format.rb +124 -0
- data/lib/azure_mgmt_network/Models/application_gateway_ip_configuration.rb +90 -0
- data/lib/azure_mgmt_network/Models/application_gateway_ip_configuration_properties_format.rb +77 -0
- data/lib/azure_mgmt_network/Models/application_gateway_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/application_gateway_operational_state.rb +18 -0
- data/lib/azure_mgmt_network/Models/application_gateway_properties_format.rb +338 -0
- data/lib/azure_mgmt_network/Models/application_gateway_protocol.rb +16 -0
- data/lib/azure_mgmt_network/Models/application_gateway_request_routing_rule.rb +90 -0
- data/lib/azure_mgmt_network/Models/application_gateway_request_routing_rule_properties_format.rb +124 -0
- data/lib/azure_mgmt_network/Models/application_gateway_request_routing_rule_type.rb +15 -0
- data/lib/azure_mgmt_network/Models/application_gateway_sku.rb +88 -0
- data/lib/azure_mgmt_network/Models/application_gateway_sku_name.rb +17 -0
- data/lib/azure_mgmt_network/Models/application_gateway_ssl_certificate.rb +90 -0
- data/lib/azure_mgmt_network/Models/application_gateway_ssl_certificate_properties_format.rb +87 -0
- data/lib/azure_mgmt_network/Models/application_gateway_tier.rb +15 -0
- data/lib/azure_mgmt_network/Models/azure_async_operation_result.rb +85 -0
- data/lib/azure_mgmt_network/Models/backend_address_pool.rb +90 -0
- data/lib/azure_mgmt_network/Models/backend_address_pool_properties_format.rb +120 -0
- data/lib/azure_mgmt_network/Models/connection_reset_shared_key.rb +64 -0
- data/lib/azure_mgmt_network/Models/connection_reset_shared_key_properties_format.rb +60 -0
- data/lib/azure_mgmt_network/Models/connection_shared_key.rb +58 -0
- data/lib/azure_mgmt_network/Models/dhcp_options.rb +60 -0
- data/lib/azure_mgmt_network/Models/dns_name_availability_result.rb +58 -0
- data/lib/azure_mgmt_network/Models/error.rb +114 -0
- data/lib/azure_mgmt_network/Models/error_details.rb +76 -0
- data/lib/azure_mgmt_network/Models/frontend_ip_configuration.rb +90 -0
- data/lib/azure_mgmt_network/Models/frontend_ip_configuration_properties_format.rb +181 -0
- data/lib/azure_mgmt_network/Models/inbound_nat_rule.rb +90 -0
- data/lib/azure_mgmt_network/Models/inbound_nat_rule_properties_format.rb +163 -0
- data/lib/azure_mgmt_network/Models/ip_allocation_method.rb +16 -0
- data/lib/azure_mgmt_network/Models/load_balancer.rb +104 -0
- data/lib/azure_mgmt_network/Models/load_balancer_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/load_balancer_properties_format.rb +210 -0
- data/lib/azure_mgmt_network/Models/load_balancing_rule.rb +90 -0
- data/lib/azure_mgmt_network/Models/load_balancing_rule_properties_format.rb +195 -0
- data/lib/azure_mgmt_network/Models/load_distribution.rb +17 -0
- data/lib/azure_mgmt_network/Models/local_network_gateway.rb +104 -0
- data/lib/azure_mgmt_network/Models/local_network_gateway_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/local_network_gateway_properties_format.rb +83 -0
- data/lib/azure_mgmt_network/Models/network_interface.rb +104 -0
- data/lib/azure_mgmt_network/Models/network_interface_dns_settings.rb +89 -0
- data/lib/azure_mgmt_network/Models/network_interface_ip_configuration.rb +90 -0
- data/lib/azure_mgmt_network/Models/network_interface_ip_configuration_properties_format.rb +179 -0
- data/lib/azure_mgmt_network/Models/network_interface_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/network_interface_properties_format.rb +158 -0
- data/lib/azure_mgmt_network/Models/network_security_group.rb +104 -0
- data/lib/azure_mgmt_network/Models/network_security_group_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/network_security_group_properties_format.rb +181 -0
- data/lib/azure_mgmt_network/Models/operation_status.rb +17 -0
- data/lib/azure_mgmt_network/Models/probe.rb +90 -0
- data/lib/azure_mgmt_network/Models/probe_properties_format.rb +157 -0
- data/lib/azure_mgmt_network/Models/probe_protocol.rb +16 -0
- data/lib/azure_mgmt_network/Models/public_ip_address.rb +104 -0
- data/lib/azure_mgmt_network/Models/public_ip_address_dns_settings.rb +85 -0
- data/lib/azure_mgmt_network/Models/public_ip_address_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/public_ip_address_properties_format.rb +126 -0
- data/lib/azure_mgmt_network/Models/security_rule.rb +90 -0
- data/lib/azure_mgmt_network/Models/security_rule_access.rb +16 -0
- data/lib/azure_mgmt_network/Models/security_rule_direction.rb +16 -0
- data/lib/azure_mgmt_network/Models/security_rule_list_result.rb +89 -0
- data/lib/azure_mgmt_network/Models/security_rule_properties_format.rb +174 -0
- data/lib/azure_mgmt_network/Models/security_rule_protocol.rb +17 -0
- data/lib/azure_mgmt_network/Models/subnet.rb +90 -0
- data/lib/azure_mgmt_network/Models/subnet_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/subnet_properties_format.rb +115 -0
- data/lib/azure_mgmt_network/Models/transport_protocol.rb +16 -0
- data/lib/azure_mgmt_network/Models/usage.rb +98 -0
- data/lib/azure_mgmt_network/Models/usage_name.rb +68 -0
- data/lib/azure_mgmt_network/Models/usage_unit.rb +15 -0
- data/lib/azure_mgmt_network/Models/usages_list_result.rb +78 -0
- data/lib/azure_mgmt_network/Models/virtual_network.rb +104 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway.rb +104 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_connection.rb +104 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_connection_list_result.rb +89 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_connection_properties_format.rb +141 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_connection_type.rb +18 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_ip_configuration.rb +90 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_ip_configuration_properties_format.rb +117 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_properties_format.rb +126 -0
- data/lib/azure_mgmt_network/Models/virtual_network_gateway_type.rb +15 -0
- data/lib/azure_mgmt_network/Models/virtual_network_list_result.rb +88 -0
- data/lib/azure_mgmt_network/Models/virtual_network_properties_format.rb +123 -0
- data/lib/azure_mgmt_network/Models/vpn_type.rb +16 -0
- data/lib/azure_mgmt_network/application_gateways.rb +915 -0
- data/lib/azure_mgmt_network/load_balancers.rb +709 -0
- data/lib/azure_mgmt_network/local_network_gateways.rb +550 -0
- data/lib/azure_mgmt_network/module_definition.rb +6 -0
- data/lib/azure_mgmt_network/network_interfaces.rb +709 -0
- data/lib/azure_mgmt_network/network_resource_provider_client.rb +195 -0
- data/lib/azure_mgmt_network/network_security_groups.rb +718 -0
- data/lib/azure_mgmt_network/public_ip_addresses.rb +711 -0
- data/lib/azure_mgmt_network/security_rules.rb +563 -0
- data/lib/azure_mgmt_network/subnets.rb +552 -0
- data/lib/azure_mgmt_network/usages.rb +113 -0
- data/lib/azure_mgmt_network/version.rb +6 -0
- data/lib/azure_mgmt_network/virtual_network_gateway_connections.rb +945 -0
- data/lib/azure_mgmt_network/virtual_network_gateways.rb +686 -0
- data/lib/azure_mgmt_network/virtual_networks.rb +707 -0
- metadata +311 -0
data/lib/azure_mgmt_network/Models/application_gateway_backend_http_settings_properties_format.rb
ADDED
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.11.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 Backend address pool settings of application gateway
|
|
10
|
+
#
|
|
11
|
+
class ApplicationGatewayBackendHttpSettingsPropertiesFormat
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Integer] Gets or sets the port
|
|
16
|
+
attr_accessor :port
|
|
17
|
+
|
|
18
|
+
# @return [ApplicationGatewayProtocol] Gets or sets the protocol.
|
|
19
|
+
# Possible values for this property include: 'Http', 'Https'.
|
|
20
|
+
attr_accessor :protocol
|
|
21
|
+
|
|
22
|
+
# @return [ApplicationGatewayCookieBasedAffinity] Gets or sets the
|
|
23
|
+
# cookie affinity. Possible values for this property include:
|
|
24
|
+
# 'Enabled', 'Disabled'.
|
|
25
|
+
attr_accessor :cookie_based_affinity
|
|
26
|
+
|
|
27
|
+
# @return [String] Gets or sets Provisioning state of the backend http
|
|
28
|
+
# settings resource Updating/Deleting/Failed
|
|
29
|
+
attr_accessor :provisioning_state
|
|
30
|
+
|
|
31
|
+
#
|
|
32
|
+
# Validate the object. Throws ValidationError if validation fails.
|
|
33
|
+
#
|
|
34
|
+
def validate
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
#
|
|
38
|
+
# Serializes given Model object into Ruby Hash.
|
|
39
|
+
# @param object Model object to serialize.
|
|
40
|
+
# @return [Hash] Serialized object in form of Ruby Hash.
|
|
41
|
+
#
|
|
42
|
+
def self.serialize_object(object)
|
|
43
|
+
object.validate
|
|
44
|
+
output_object = {}
|
|
45
|
+
|
|
46
|
+
serialized_property = object.port
|
|
47
|
+
output_object['port'] = serialized_property unless serialized_property.nil?
|
|
48
|
+
|
|
49
|
+
serialized_property = object.protocol
|
|
50
|
+
output_object['protocol'] = serialized_property unless serialized_property.nil?
|
|
51
|
+
|
|
52
|
+
serialized_property = object.cookie_based_affinity
|
|
53
|
+
output_object['cookieBasedAffinity'] = serialized_property unless serialized_property.nil?
|
|
54
|
+
|
|
55
|
+
serialized_property = object.provisioning_state
|
|
56
|
+
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
|
57
|
+
|
|
58
|
+
output_object
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
#
|
|
62
|
+
# Deserializes given Ruby Hash into Model object.
|
|
63
|
+
# @param object [Hash] Ruby Hash object to deserialize.
|
|
64
|
+
# @return [ApplicationGatewayBackendHttpSettingsPropertiesFormat]
|
|
65
|
+
# Deserialized object.
|
|
66
|
+
#
|
|
67
|
+
def self.deserialize_object(object)
|
|
68
|
+
return if object.nil?
|
|
69
|
+
output_object = ApplicationGatewayBackendHttpSettingsPropertiesFormat.new
|
|
70
|
+
|
|
71
|
+
deserialized_property = object['port']
|
|
72
|
+
deserialized_property = Integer(deserialized_property) unless deserialized_property.to_s.empty?
|
|
73
|
+
output_object.port = deserialized_property
|
|
74
|
+
|
|
75
|
+
deserialized_property = object['protocol']
|
|
76
|
+
if (!deserialized_property.nil? && !deserialized_property.empty?)
|
|
77
|
+
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
|
|
79
|
+
end
|
|
80
|
+
output_object.protocol = deserialized_property
|
|
81
|
+
|
|
82
|
+
deserialized_property = object['cookieBasedAffinity']
|
|
83
|
+
if (!deserialized_property.nil? && !deserialized_property.empty?)
|
|
84
|
+
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
|
|
86
|
+
end
|
|
87
|
+
output_object.cookie_based_affinity = deserialized_property
|
|
88
|
+
|
|
89
|
+
deserialized_property = object['provisioningState']
|
|
90
|
+
output_object.provisioning_state = deserialized_property
|
|
91
|
+
|
|
92
|
+
output_object.validate
|
|
93
|
+
|
|
94
|
+
output_object
|
|
95
|
+
end
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
end
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.11.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
|
+
# Defines values for ApplicationGatewayCookieBasedAffinity
|
|
10
|
+
#
|
|
11
|
+
module ApplicationGatewayCookieBasedAffinity
|
|
12
|
+
Enabled = "Enabled"
|
|
13
|
+
Disabled = "Disabled"
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.11.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
|
+
# Frontend IP configuration of application gateway
|
|
10
|
+
#
|
|
11
|
+
class ApplicationGatewayFrontendIpConfiguration < MsRestAzure::SubResource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [ApplicationGatewayFrontendIpConfigurationPropertiesFormat]
|
|
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 = ApplicationGatewayFrontendIpConfigurationPropertiesFormat.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 [ApplicationGatewayFrontendIpConfiguration] Deserialized
|
|
64
|
+
# object.
|
|
65
|
+
#
|
|
66
|
+
def self.deserialize_object(object)
|
|
67
|
+
return if object.nil?
|
|
68
|
+
output_object = ApplicationGatewayFrontendIpConfiguration.new
|
|
69
|
+
|
|
70
|
+
deserialized_property = object['id']
|
|
71
|
+
output_object.id = deserialized_property
|
|
72
|
+
|
|
73
|
+
deserialized_property = object['properties']
|
|
74
|
+
unless deserialized_property.nil?
|
|
75
|
+
deserialized_property = ApplicationGatewayFrontendIpConfigurationPropertiesFormat.deserialize_object(deserialized_property)
|
|
76
|
+
end
|
|
77
|
+
output_object.properties = deserialized_property
|
|
78
|
+
|
|
79
|
+
deserialized_property = object['name']
|
|
80
|
+
output_object.name = deserialized_property
|
|
81
|
+
|
|
82
|
+
deserialized_property = object['etag']
|
|
83
|
+
output_object.etag = deserialized_property
|
|
84
|
+
|
|
85
|
+
output_object.validate
|
|
86
|
+
|
|
87
|
+
output_object
|
|
88
|
+
end
|
|
89
|
+
end
|
|
90
|
+
end
|
|
91
|
+
end
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.11.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 Frontend IP configuration of application gateway
|
|
10
|
+
#
|
|
11
|
+
class ApplicationGatewayFrontendIpConfigurationPropertiesFormat
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [String] Gets or sets the privateIPAddress of the Network
|
|
16
|
+
# Interface IP Configuration
|
|
17
|
+
attr_accessor :private_ipaddress
|
|
18
|
+
|
|
19
|
+
# @return [IpAllocationMethod] Gets or sets PrivateIP allocation method
|
|
20
|
+
# (Static/Dynamic). Possible values for this property include:
|
|
21
|
+
# 'Static', 'Dynamic'.
|
|
22
|
+
attr_accessor :private_ipallocation_method
|
|
23
|
+
|
|
24
|
+
# @return [SubResource] Gets or sets the reference of the subnet resource
|
|
25
|
+
attr_accessor :subnet
|
|
26
|
+
|
|
27
|
+
# @return [SubResource] Gets or sets the reference of the PublicIP
|
|
28
|
+
# resource
|
|
29
|
+
attr_accessor :public_ipaddress
|
|
30
|
+
|
|
31
|
+
# @return [String] Gets or sets Provisioning state of the PublicIP
|
|
32
|
+
# resource Updating/Deleting/Failed
|
|
33
|
+
attr_accessor :provisioning_state
|
|
34
|
+
|
|
35
|
+
#
|
|
36
|
+
# Validate the object. Throws ValidationError if validation fails.
|
|
37
|
+
#
|
|
38
|
+
def validate
|
|
39
|
+
@subnet.validate unless @subnet.nil?
|
|
40
|
+
@public_ipaddress.validate unless @public_ipaddress.nil?
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
#
|
|
44
|
+
# Serializes given Model object into Ruby Hash.
|
|
45
|
+
# @param object Model object to serialize.
|
|
46
|
+
# @return [Hash] Serialized object in form of Ruby Hash.
|
|
47
|
+
#
|
|
48
|
+
def self.serialize_object(object)
|
|
49
|
+
object.validate
|
|
50
|
+
output_object = {}
|
|
51
|
+
|
|
52
|
+
serialized_property = object.private_ipaddress
|
|
53
|
+
output_object['privateIPAddress'] = serialized_property unless serialized_property.nil?
|
|
54
|
+
|
|
55
|
+
serialized_property = object.private_ipallocation_method
|
|
56
|
+
output_object['privateIPAllocationMethod'] = serialized_property unless serialized_property.nil?
|
|
57
|
+
|
|
58
|
+
serialized_property = object.subnet
|
|
59
|
+
unless serialized_property.nil?
|
|
60
|
+
serialized_property = SubResource.serialize_object(serialized_property)
|
|
61
|
+
end
|
|
62
|
+
output_object['subnet'] = serialized_property unless serialized_property.nil?
|
|
63
|
+
|
|
64
|
+
serialized_property = object.public_ipaddress
|
|
65
|
+
unless serialized_property.nil?
|
|
66
|
+
serialized_property = SubResource.serialize_object(serialized_property)
|
|
67
|
+
end
|
|
68
|
+
output_object['publicIPAddress'] = serialized_property unless serialized_property.nil?
|
|
69
|
+
|
|
70
|
+
serialized_property = object.provisioning_state
|
|
71
|
+
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
|
72
|
+
|
|
73
|
+
output_object
|
|
74
|
+
end
|
|
75
|
+
|
|
76
|
+
#
|
|
77
|
+
# Deserializes given Ruby Hash into Model object.
|
|
78
|
+
# @param object [Hash] Ruby Hash object to deserialize.
|
|
79
|
+
# @return [ApplicationGatewayFrontendIpConfigurationPropertiesFormat]
|
|
80
|
+
# Deserialized object.
|
|
81
|
+
#
|
|
82
|
+
def self.deserialize_object(object)
|
|
83
|
+
return if object.nil?
|
|
84
|
+
output_object = ApplicationGatewayFrontendIpConfigurationPropertiesFormat.new
|
|
85
|
+
|
|
86
|
+
deserialized_property = object['privateIPAddress']
|
|
87
|
+
output_object.private_ipaddress = deserialized_property
|
|
88
|
+
|
|
89
|
+
deserialized_property = object['privateIPAllocationMethod']
|
|
90
|
+
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
|
|
93
|
+
end
|
|
94
|
+
output_object.private_ipallocation_method = deserialized_property
|
|
95
|
+
|
|
96
|
+
deserialized_property = object['subnet']
|
|
97
|
+
unless deserialized_property.nil?
|
|
98
|
+
deserialized_property = SubResource.deserialize_object(deserialized_property)
|
|
99
|
+
end
|
|
100
|
+
output_object.subnet = deserialized_property
|
|
101
|
+
|
|
102
|
+
deserialized_property = object['publicIPAddress']
|
|
103
|
+
unless deserialized_property.nil?
|
|
104
|
+
deserialized_property = SubResource.deserialize_object(deserialized_property)
|
|
105
|
+
end
|
|
106
|
+
output_object.public_ipaddress = deserialized_property
|
|
107
|
+
|
|
108
|
+
deserialized_property = object['provisioningState']
|
|
109
|
+
output_object.provisioning_state = deserialized_property
|
|
110
|
+
|
|
111
|
+
output_object.validate
|
|
112
|
+
|
|
113
|
+
output_object
|
|
114
|
+
end
|
|
115
|
+
end
|
|
116
|
+
end
|
|
117
|
+
end
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.11.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
|
+
# Frontend Port of application gateway
|
|
10
|
+
#
|
|
11
|
+
class ApplicationGatewayFrontendPort < MsRestAzure::SubResource
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [ApplicationGatewayFrontendPortPropertiesFormat]
|
|
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 = ApplicationGatewayFrontendPortPropertiesFormat.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 [ApplicationGatewayFrontendPort] Deserialized object.
|
|
64
|
+
#
|
|
65
|
+
def self.deserialize_object(object)
|
|
66
|
+
return if object.nil?
|
|
67
|
+
output_object = ApplicationGatewayFrontendPort.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 = ApplicationGatewayFrontendPortPropertiesFormat.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.validate
|
|
85
|
+
|
|
86
|
+
output_object
|
|
87
|
+
end
|
|
88
|
+
end
|
|
89
|
+
end
|
|
90
|
+
end
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# encoding: utf-8
|
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 0.11.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 Frontend Port of application gateway
|
|
10
|
+
#
|
|
11
|
+
class ApplicationGatewayFrontendPortPropertiesFormat
|
|
12
|
+
|
|
13
|
+
include MsRestAzure
|
|
14
|
+
|
|
15
|
+
# @return [Integer] Gets or sets the frontend port
|
|
16
|
+
attr_accessor :port
|
|
17
|
+
|
|
18
|
+
# @return [String] Gets or sets Provisioning state of the frontend port
|
|
19
|
+
# resource Updating/Deleting/Failed
|
|
20
|
+
attr_accessor :provisioning_state
|
|
21
|
+
|
|
22
|
+
#
|
|
23
|
+
# Validate the object. Throws ValidationError if validation fails.
|
|
24
|
+
#
|
|
25
|
+
def validate
|
|
26
|
+
# Nothing to validate
|
|
27
|
+
end
|
|
28
|
+
|
|
29
|
+
#
|
|
30
|
+
# Serializes given Model object into Ruby Hash.
|
|
31
|
+
# @param object Model object to serialize.
|
|
32
|
+
# @return [Hash] Serialized object in form of Ruby Hash.
|
|
33
|
+
#
|
|
34
|
+
def self.serialize_object(object)
|
|
35
|
+
object.validate
|
|
36
|
+
output_object = {}
|
|
37
|
+
|
|
38
|
+
serialized_property = object.port
|
|
39
|
+
output_object['port'] = serialized_property unless serialized_property.nil?
|
|
40
|
+
|
|
41
|
+
serialized_property = object.provisioning_state
|
|
42
|
+
output_object['provisioningState'] = serialized_property unless serialized_property.nil?
|
|
43
|
+
|
|
44
|
+
output_object
|
|
45
|
+
end
|
|
46
|
+
|
|
47
|
+
#
|
|
48
|
+
# Deserializes given Ruby Hash into Model object.
|
|
49
|
+
# @param object [Hash] Ruby Hash object to deserialize.
|
|
50
|
+
# @return [ApplicationGatewayFrontendPortPropertiesFormat] Deserialized
|
|
51
|
+
# object.
|
|
52
|
+
#
|
|
53
|
+
def self.deserialize_object(object)
|
|
54
|
+
return if object.nil?
|
|
55
|
+
output_object = ApplicationGatewayFrontendPortPropertiesFormat.new
|
|
56
|
+
|
|
57
|
+
deserialized_property = object['port']
|
|
58
|
+
deserialized_property = Integer(deserialized_property) unless deserialized_property.to_s.empty?
|
|
59
|
+
output_object.port = deserialized_property
|
|
60
|
+
|
|
61
|
+
deserialized_property = object['provisioningState']
|
|
62
|
+
output_object.provisioning_state = deserialized_property
|
|
63
|
+
|
|
64
|
+
output_object.validate
|
|
65
|
+
|
|
66
|
+
output_object
|
|
67
|
+
end
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
end
|