azure_mgmt_network 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +7 -11
  3. data/azure_mgmt_network.gemspec +1 -1
  4. data/lib/generated/azure_mgmt_network.rb +7 -2
  5. data/lib/generated/azure_mgmt_network/application_gateways.rb +15 -15
  6. data/lib/generated/azure_mgmt_network/express_route_circuit_authorizations.rb +1 -1
  7. data/lib/generated/azure_mgmt_network/express_route_circuit_peerings.rb +1 -1
  8. data/lib/generated/azure_mgmt_network/express_route_circuits.rb +47 -47
  9. data/lib/generated/azure_mgmt_network/express_route_service_providers.rb +8 -8
  10. data/lib/generated/azure_mgmt_network/load_balancers.rb +22 -22
  11. data/lib/generated/azure_mgmt_network/local_network_gateways.rb +8 -8
  12. data/lib/generated/azure_mgmt_network/models/application_gateway.rb +59 -29
  13. data/lib/generated/azure_mgmt_network/models/application_gateway_authentication_certificate.rb +85 -0
  14. data/lib/generated/azure_mgmt_network/models/application_gateway_backend_address.rb +2 -2
  15. data/lib/generated/azure_mgmt_network/models/application_gateway_backend_address_pool.rb +5 -6
  16. data/lib/generated/azure_mgmt_network/models/application_gateway_backend_http_settings.rb +30 -12
  17. data/lib/generated/azure_mgmt_network/models/application_gateway_frontend_ipconfiguration.rb +9 -10
  18. data/lib/generated/azure_mgmt_network/models/application_gateway_frontend_port.rb +5 -5
  19. data/lib/generated/azure_mgmt_network/models/application_gateway_http_listener.rb +12 -15
  20. data/lib/generated/azure_mgmt_network/models/application_gateway_ipconfiguration.rb +6 -7
  21. data/lib/generated/azure_mgmt_network/models/application_gateway_list_result.rb +4 -4
  22. data/lib/generated/azure_mgmt_network/models/application_gateway_path_rule.rb +6 -8
  23. data/lib/generated/azure_mgmt_network/models/application_gateway_probe.rb +11 -11
  24. data/lib/generated/azure_mgmt_network/models/application_gateway_request_routing_rule.rb +10 -13
  25. data/lib/generated/azure_mgmt_network/models/application_gateway_sku.rb +6 -7
  26. data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_certificate.rb +7 -7
  27. data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_policy.rb +52 -0
  28. data/lib/generated/azure_mgmt_network/models/application_gateway_ssl_protocol.rb +17 -0
  29. data/lib/generated/azure_mgmt_network/models/application_gateway_url_path_map.rb +9 -9
  30. data/lib/generated/azure_mgmt_network/models/effective_network_security_group.rb +3 -3
  31. data/lib/generated/azure_mgmt_network/models/effective_network_security_group_list_result.rb +0 -32
  32. data/lib/generated/azure_mgmt_network/models/{effective_network_security_rules.rb → effective_network_security_rule.rb} +4 -4
  33. data/lib/generated/azure_mgmt_network/models/effective_route.rb +6 -14
  34. data/lib/generated/azure_mgmt_network/models/effective_route_list_result.rb +0 -31
  35. data/lib/generated/azure_mgmt_network/models/express_route_circuit.rb +10 -0
  36. data/lib/generated/azure_mgmt_network/models/express_route_circuit_peering.rb +21 -0
  37. data/lib/generated/azure_mgmt_network/models/ipaddress_availability_result.rb +62 -0
  38. data/lib/generated/azure_mgmt_network/models/resource_navigation_link.rb +96 -0
  39. data/lib/generated/azure_mgmt_network/models/subnet.rb +19 -0
  40. data/lib/generated/azure_mgmt_network/models/usages_list_result.rb +41 -0
  41. data/lib/generated/azure_mgmt_network/network_interfaces.rb +41 -445
  42. data/lib/generated/azure_mgmt_network/network_management_client.rb +1 -1
  43. data/lib/generated/azure_mgmt_network/network_security_groups.rb +1 -1
  44. data/lib/generated/azure_mgmt_network/public_ipaddresses.rb +15 -15
  45. data/lib/generated/azure_mgmt_network/route_tables.rb +1 -1
  46. data/lib/generated/azure_mgmt_network/routes.rb +8 -8
  47. data/lib/generated/azure_mgmt_network/security_rules.rb +8 -8
  48. data/lib/generated/azure_mgmt_network/subnets.rb +8 -8
  49. data/lib/generated/azure_mgmt_network/usages.rb +115 -4
  50. data/lib/generated/azure_mgmt_network/version.rb +1 -1
  51. data/lib/generated/azure_mgmt_network/virtual_network_gateway_connections.rb +1 -1
  52. data/lib/generated/azure_mgmt_network/virtual_network_gateways.rb +8 -8
  53. data/lib/generated/azure_mgmt_network/virtual_network_peerings.rb +8 -8
  54. data/lib/generated/azure_mgmt_network/virtual_networks.rb +98 -1
  55. metadata +10 -5
@@ -22,11 +22,11 @@ module Azure::ARM::Network
22
22
  @client = client
23
23
  end
24
24
 
25
- # @return reference to the NetworkManagementClient
25
+ # @return [NetworkManagementClient] reference to the NetworkManagementClient
26
26
  attr_reader :client
27
27
 
28
28
  #
29
- # The List ExpressRouteServiceProvider opertion retrieves all the available
29
+ # The List ExpressRouteServiceProvider operation retrieves all the available
30
30
  # ExpressRouteServiceProviders.
31
31
  #
32
32
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -47,7 +47,7 @@ module Azure::ARM::Network
47
47
  end
48
48
 
49
49
  #
50
- # The List ExpressRouteServiceProvider opertion retrieves all the available
50
+ # The List ExpressRouteServiceProvider operation retrieves all the available
51
51
  # ExpressRouteServiceProviders.
52
52
  #
53
53
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -61,7 +61,7 @@ module Azure::ARM::Network
61
61
  end
62
62
 
63
63
  #
64
- # The List ExpressRouteServiceProvider opertion retrieves all the available
64
+ # The List ExpressRouteServiceProvider operation retrieves all the available
65
65
  # ExpressRouteServiceProviders.
66
66
  #
67
67
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -74,7 +74,7 @@ module Azure::ARM::Network
74
74
  end
75
75
 
76
76
  #
77
- # The List ExpressRouteServiceProvider opertion retrieves all the available
77
+ # The List ExpressRouteServiceProvider operation retrieves all the available
78
78
  # ExpressRouteServiceProviders.
79
79
  #
80
80
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -136,7 +136,7 @@ module Azure::ARM::Network
136
136
  end
137
137
 
138
138
  #
139
- # The List ExpressRouteServiceProvider opertion retrieves all the available
139
+ # The List ExpressRouteServiceProvider operation retrieves all the available
140
140
  # ExpressRouteServiceProviders.
141
141
  #
142
142
  # @param next_page_link [String] The NextLink from the previous successful
@@ -152,7 +152,7 @@ module Azure::ARM::Network
152
152
  end
153
153
 
154
154
  #
155
- # The List ExpressRouteServiceProvider opertion retrieves all the available
155
+ # The List ExpressRouteServiceProvider operation retrieves all the available
156
156
  # ExpressRouteServiceProviders.
157
157
  #
158
158
  # @param next_page_link [String] The NextLink from the previous successful
@@ -167,7 +167,7 @@ module Azure::ARM::Network
167
167
  end
168
168
 
169
169
  #
170
- # The List ExpressRouteServiceProvider opertion retrieves all the available
170
+ # The List ExpressRouteServiceProvider operation retrieves all the available
171
171
  # ExpressRouteServiceProviders.
172
172
  #
173
173
  # @param next_page_link [String] The NextLink from the previous successful
@@ -22,7 +22,7 @@ module Azure::ARM::Network
22
22
  @client = client
23
23
  end
24
24
 
25
- # @return reference to the NetworkManagementClient
25
+ # @return [NetworkManagementClient] reference to the NetworkManagementClient
26
26
  attr_reader :client
27
27
 
28
28
  #
@@ -413,7 +413,7 @@ module Azure::ARM::Network
413
413
  end
414
414
 
415
415
  #
416
- # The List loadBalancer opertion retrieves all the loadbalancers in a
416
+ # The List loadBalancer operation retrieves all the loadbalancers in a
417
417
  # subscription.
418
418
  #
419
419
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -434,7 +434,7 @@ module Azure::ARM::Network
434
434
  end
435
435
 
436
436
  #
437
- # The List loadBalancer opertion retrieves all the loadbalancers in a
437
+ # The List loadBalancer operation retrieves all the loadbalancers in a
438
438
  # subscription.
439
439
  #
440
440
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -448,7 +448,7 @@ module Azure::ARM::Network
448
448
  end
449
449
 
450
450
  #
451
- # The List loadBalancer opertion retrieves all the loadbalancers in a
451
+ # The List loadBalancer operation retrieves all the loadbalancers in a
452
452
  # subscription.
453
453
  #
454
454
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -461,7 +461,7 @@ module Azure::ARM::Network
461
461
  end
462
462
 
463
463
  #
464
- # The List loadBalancer opertion retrieves all the loadbalancers in a
464
+ # The List loadBalancer operation retrieves all the loadbalancers in a
465
465
  # subscription.
466
466
  #
467
467
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -523,8 +523,8 @@ module Azure::ARM::Network
523
523
  end
524
524
 
525
525
  #
526
- # The List loadBalancer opertion retrieves all the loadbalancers in a resource
527
- # group.
526
+ # The List loadBalancer operation retrieves all the loadbalancers in a
527
+ # resource group.
528
528
  #
529
529
  # @param resource_group_name [String] The name of the resource group.
530
530
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -545,8 +545,8 @@ module Azure::ARM::Network
545
545
  end
546
546
 
547
547
  #
548
- # The List loadBalancer opertion retrieves all the loadbalancers in a resource
549
- # group.
548
+ # The List loadBalancer operation retrieves all the loadbalancers in a
549
+ # resource group.
550
550
  #
551
551
  # @param resource_group_name [String] The name of the resource group.
552
552
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -560,8 +560,8 @@ module Azure::ARM::Network
560
560
  end
561
561
 
562
562
  #
563
- # The List loadBalancer opertion retrieves all the loadbalancers in a resource
564
- # group.
563
+ # The List loadBalancer operation retrieves all the loadbalancers in a
564
+ # resource group.
565
565
  #
566
566
  # @param resource_group_name [String] The name of the resource group.
567
567
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -574,8 +574,8 @@ module Azure::ARM::Network
574
574
  end
575
575
 
576
576
  #
577
- # The List loadBalancer opertion retrieves all the loadbalancers in a resource
578
- # group.
577
+ # The List loadBalancer operation retrieves all the loadbalancers in a
578
+ # resource group.
579
579
  #
580
580
  # @param resource_group_name [String] The name of the resource group.
581
581
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -638,7 +638,7 @@ module Azure::ARM::Network
638
638
  end
639
639
 
640
640
  #
641
- # The List loadBalancer opertion retrieves all the loadbalancers in a
641
+ # The List loadBalancer operation retrieves all the loadbalancers in a
642
642
  # subscription.
643
643
  #
644
644
  # @param next_page_link [String] The NextLink from the previous successful
@@ -654,7 +654,7 @@ module Azure::ARM::Network
654
654
  end
655
655
 
656
656
  #
657
- # The List loadBalancer opertion retrieves all the loadbalancers in a
657
+ # The List loadBalancer operation retrieves all the loadbalancers in a
658
658
  # subscription.
659
659
  #
660
660
  # @param next_page_link [String] The NextLink from the previous successful
@@ -669,7 +669,7 @@ module Azure::ARM::Network
669
669
  end
670
670
 
671
671
  #
672
- # The List loadBalancer opertion retrieves all the loadbalancers in a
672
+ # The List loadBalancer operation retrieves all the loadbalancers in a
673
673
  # subscription.
674
674
  #
675
675
  # @param next_page_link [String] The NextLink from the previous successful
@@ -731,8 +731,8 @@ module Azure::ARM::Network
731
731
  end
732
732
 
733
733
  #
734
- # The List loadBalancer opertion retrieves all the loadbalancers in a resource
735
- # group.
734
+ # The List loadBalancer operation retrieves all the loadbalancers in a
735
+ # resource group.
736
736
  #
737
737
  # @param next_page_link [String] The NextLink from the previous successful
738
738
  # call to List operation.
@@ -747,8 +747,8 @@ module Azure::ARM::Network
747
747
  end
748
748
 
749
749
  #
750
- # The List loadBalancer opertion retrieves all the loadbalancers in a resource
751
- # group.
750
+ # The List loadBalancer operation retrieves all the loadbalancers in a
751
+ # resource group.
752
752
  #
753
753
  # @param next_page_link [String] The NextLink from the previous successful
754
754
  # call to List operation.
@@ -762,8 +762,8 @@ module Azure::ARM::Network
762
762
  end
763
763
 
764
764
  #
765
- # The List loadBalancer opertion retrieves all the loadbalancers in a resource
766
- # group.
765
+ # The List loadBalancer operation retrieves all the loadbalancers in a
766
+ # resource group.
767
767
  #
768
768
  # @param next_page_link [String] The NextLink from the previous successful
769
769
  # call to List operation.
@@ -22,7 +22,7 @@ module Azure::ARM::Network
22
22
  @client = client
23
23
  end
24
24
 
25
- # @return reference to the NetworkManagementClient
25
+ # @return [NetworkManagementClient] reference to the NetworkManagementClient
26
26
  attr_reader :client
27
27
 
28
28
  #
@@ -436,7 +436,7 @@ module Azure::ARM::Network
436
436
  end
437
437
 
438
438
  #
439
- # The List LocalNetworkGateways opertion retrieves all the local network
439
+ # The List LocalNetworkGateways operation retrieves all the local network
440
440
  # gateways stored.
441
441
  #
442
442
  # @param resource_group_name [String] The name of the resource group.
@@ -458,7 +458,7 @@ module Azure::ARM::Network
458
458
  end
459
459
 
460
460
  #
461
- # The List LocalNetworkGateways opertion retrieves all the local network
461
+ # The List LocalNetworkGateways operation retrieves all the local network
462
462
  # gateways stored.
463
463
  #
464
464
  # @param resource_group_name [String] The name of the resource group.
@@ -473,7 +473,7 @@ module Azure::ARM::Network
473
473
  end
474
474
 
475
475
  #
476
- # The List LocalNetworkGateways opertion retrieves all the local network
476
+ # The List LocalNetworkGateways operation retrieves all the local network
477
477
  # gateways stored.
478
478
  #
479
479
  # @param resource_group_name [String] The name of the resource group.
@@ -487,7 +487,7 @@ module Azure::ARM::Network
487
487
  end
488
488
 
489
489
  #
490
- # The List LocalNetworkGateways opertion retrieves all the local network
490
+ # The List LocalNetworkGateways operation retrieves all the local network
491
491
  # gateways stored.
492
492
  #
493
493
  # @param resource_group_name [String] The name of the resource group.
@@ -551,7 +551,7 @@ module Azure::ARM::Network
551
551
  end
552
552
 
553
553
  #
554
- # The List LocalNetworkGateways opertion retrieves all the local network
554
+ # The List LocalNetworkGateways operation retrieves all the local network
555
555
  # gateways stored.
556
556
  #
557
557
  # @param next_page_link [String] The NextLink from the previous successful
@@ -567,7 +567,7 @@ module Azure::ARM::Network
567
567
  end
568
568
 
569
569
  #
570
- # The List LocalNetworkGateways opertion retrieves all the local network
570
+ # The List LocalNetworkGateways operation retrieves all the local network
571
571
  # gateways stored.
572
572
  #
573
573
  # @param next_page_link [String] The NextLink from the previous successful
@@ -582,7 +582,7 @@ module Azure::ARM::Network
582
582
  end
583
583
 
584
584
  #
585
- # The List LocalNetworkGateways opertion retrieves all the local network
585
+ # The List LocalNetworkGateways operation retrieves all the local network
586
586
  # gateways stored.
587
587
  #
588
588
  # @param next_page_link [String] The NextLink from the previous successful
@@ -12,65 +12,72 @@ module Azure::ARM::Network
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [ApplicationGatewaySku] Gets or sets sku of application
16
- # gateway resource
15
+ # @return [ApplicationGatewaySku] Sku of application gateway resource
17
16
  attr_accessor :sku
18
17
 
19
- # @return [ApplicationGatewayOperationalState] Gets operational state of
18
+ # @return [ApplicationGatewaySslPolicy] SSL policy of application
19
+ # gateway resource
20
+ attr_accessor :ssl_policy
21
+
22
+ # @return [ApplicationGatewayOperationalState] Operational state of
20
23
  # application gateway resource. Possible values include: 'Stopped',
21
24
  # 'Starting', 'Running', 'Stopping'
22
25
  attr_accessor :operational_state
23
26
 
24
- # @return [Array<ApplicationGatewayIPConfiguration>] Gets or sets
25
- # subnets of application gateway resource
27
+ # @return [Array<ApplicationGatewayIPConfiguration>] Subnets of
28
+ # application gateway resource
26
29
  attr_accessor :gateway_ipconfigurations
27
30
 
28
- # @return [Array<ApplicationGatewaySslCertificate>] Gets or sets ssl
29
- # certificates of application gateway resource
31
+ # @return [Array<ApplicationGatewayAuthenticationCertificate>]
32
+ # Authentication certificates of application gateway resource
33
+ attr_accessor :authentication_certificates
34
+
35
+ # @return [Array<ApplicationGatewaySslCertificate>] SSL certificates of
36
+ # application gateway resource
30
37
  attr_accessor :ssl_certificates
31
38
 
32
- # @return [Array<ApplicationGatewayFrontendIPConfiguration>] Gets or
33
- # sets frontend IP addresses of application gateway resource
39
+ # @return [Array<ApplicationGatewayFrontendIPConfiguration>] Frontend IP
40
+ # addresses of application gateway resource
34
41
  attr_accessor :frontend_ipconfigurations
35
42
 
36
- # @return [Array<ApplicationGatewayFrontendPort>] Gets or sets frontend
37
- # ports of application gateway resource
43
+ # @return [Array<ApplicationGatewayFrontendPort>] Frontend ports of
44
+ # application gateway resource
38
45
  attr_accessor :frontend_ports
39
46
 
40
- # @return [Array<ApplicationGatewayProbe>] Gets or sets probes of
41
- # application gateway resource
47
+ # @return [Array<ApplicationGatewayProbe>] Probes of application gateway
48
+ # resource
42
49
  attr_accessor :probes
43
50
 
44
- # @return [Array<ApplicationGatewayBackendAddressPool>] Gets or sets
45
- # backend address pool of application gateway resource
51
+ # @return [Array<ApplicationGatewayBackendAddressPool>] Backend address
52
+ # pool of application gateway resource
46
53
  attr_accessor :backend_address_pools
47
54
 
48
- # @return [Array<ApplicationGatewayBackendHttpSettings>] Gets or sets
49
- # backend http settings of application gateway resource
55
+ # @return [Array<ApplicationGatewayBackendHttpSettings>] Backend http
56
+ # settings of application gateway resource
50
57
  attr_accessor :backend_http_settings_collection
51
58
 
52
- # @return [Array<ApplicationGatewayHttpListener>] Gets or sets HTTP
53
- # listeners of application gateway resource
59
+ # @return [Array<ApplicationGatewayHttpListener>] HTTP listeners of
60
+ # application gateway resource
54
61
  attr_accessor :http_listeners
55
62
 
56
- # @return [Array<ApplicationGatewayUrlPathMap>] Gets or sets URL path
57
- # map of application gateway resource
63
+ # @return [Array<ApplicationGatewayUrlPathMap>] URL path map of
64
+ # application gateway resource
58
65
  attr_accessor :url_path_maps
59
66
 
60
- # @return [Array<ApplicationGatewayRequestRoutingRule>] Gets or sets
61
- # request routing rules of application gateway resource
67
+ # @return [Array<ApplicationGatewayRequestRoutingRule>] Request routing
68
+ # rules of application gateway resource
62
69
  attr_accessor :request_routing_rules
63
70
 
64
- # @return [String] Gets or sets resource guid property of the
65
- # ApplicationGateway resource
71
+ # @return [String] Resource guid property of the ApplicationGateway
72
+ # resource
66
73
  attr_accessor :resource_guid
67
74
 
68
- # @return [String] Gets provisioning state of the ApplicationGateway
69
- # resource Updating/Deleting/Failed
75
+ # @return [String] Provisioning state of the ApplicationGateway resource
76
+ # Updating/Deleting/Failed
70
77
  attr_accessor :provisioning_state
71
78
 
72
- # @return [String] Gets a unique read-only string that changes whenever
73
- # the resource is updated
79
+ # @return [String] A unique read-only string that changes whenever the
80
+ # resource is updated
74
81
  attr_accessor :etag
75
82
 
76
83
 
@@ -138,6 +145,14 @@ module Azure::ARM::Network
138
145
  class_name: 'ApplicationGatewaySku'
139
146
  }
140
147
  },
148
+ ssl_policy: {
149
+ required: false,
150
+ serialized_name: 'properties.sslPolicy',
151
+ type: {
152
+ name: 'Composite',
153
+ class_name: 'ApplicationGatewaySslPolicy'
154
+ }
155
+ },
141
156
  operational_state: {
142
157
  required: false,
143
158
  read_only: true,
@@ -161,6 +176,21 @@ module Azure::ARM::Network
161
176
  }
162
177
  }
163
178
  },
179
+ authentication_certificates: {
180
+ required: false,
181
+ serialized_name: 'properties.authenticationCertificates',
182
+ type: {
183
+ name: 'Sequence',
184
+ element: {
185
+ required: false,
186
+ serialized_name: 'ApplicationGatewayAuthenticationCertificateElementType',
187
+ type: {
188
+ name: 'Composite',
189
+ class_name: 'ApplicationGatewayAuthenticationCertificate'
190
+ }
191
+ }
192
+ }
193
+ },
164
194
  ssl_certificates: {
165
195
  required: false,
166
196
  serialized_name: 'properties.sslCertificates',
@@ -0,0 +1,85 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 0.17.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
+ # Authentication certificates of application gateway
10
+ #
11
+ class ApplicationGatewayAuthenticationCertificate < MsRestAzure::SubResource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Certificate public data
16
+ attr_accessor :data
17
+
18
+ # @return [String] Provisioning state of the authentication certificate
19
+ # resource Updating/Deleting/Failed
20
+ attr_accessor :provisioning_state
21
+
22
+ # @return [String] Name of the resource that is unique within a resource
23
+ # group. This name can be used to access the resource
24
+ attr_accessor :name
25
+
26
+ # @return [String] A unique read-only string that changes whenever the
27
+ # resource is updated
28
+ attr_accessor :etag
29
+
30
+
31
+ #
32
+ # Mapper for ApplicationGatewayAuthenticationCertificate class as Ruby
33
+ # Hash.
34
+ # This will be used for serialization/deserialization.
35
+ #
36
+ def self.mapper()
37
+ {
38
+ required: false,
39
+ serialized_name: 'ApplicationGatewayAuthenticationCertificate',
40
+ type: {
41
+ name: 'Composite',
42
+ class_name: 'ApplicationGatewayAuthenticationCertificate',
43
+ model_properties: {
44
+ id: {
45
+ required: false,
46
+ serialized_name: 'id',
47
+ type: {
48
+ name: 'String'
49
+ }
50
+ },
51
+ data: {
52
+ required: false,
53
+ serialized_name: 'properties.data',
54
+ type: {
55
+ name: 'String'
56
+ }
57
+ },
58
+ provisioning_state: {
59
+ required: false,
60
+ serialized_name: 'properties.provisioningState',
61
+ type: {
62
+ name: 'String'
63
+ }
64
+ },
65
+ name: {
66
+ required: false,
67
+ serialized_name: 'name',
68
+ type: {
69
+ name: 'String'
70
+ }
71
+ },
72
+ etag: {
73
+ required: false,
74
+ serialized_name: 'etag',
75
+ type: {
76
+ name: 'String'
77
+ }
78
+ }
79
+ }
80
+ }
81
+ }
82
+ end
83
+ end
84
+ end
85
+ end