azure_mgmt_netapp 0.17.3 → 0.18.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 +5 -5
- data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/accounts.rb +10 -0
- data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +1 -1
- data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/mount_targets.rb +2 -0
- data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/operations.rb +2 -0
- data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/pools.rb +10 -0
- data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/snapshots.rb +10 -0
- data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/volumes.rb +10 -0
- data/lib/2019-05-01/generated/azure_mgmt_netapp/accounts.rb +10 -0
- data/lib/2019-05-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +29 -25
- data/lib/2019-05-01/generated/azure_mgmt_netapp/models/capacity_pool.rb +2 -2
- data/lib/2019-05-01/generated/azure_mgmt_netapp/models/check_name_resource_types.rb +4 -4
- data/lib/2019-05-01/generated/azure_mgmt_netapp/models/resource_name_availability_request.rb +4 -4
- data/lib/2019-05-01/generated/azure_mgmt_netapp/models/volume.rb +35 -5
- data/lib/2019-05-01/generated/azure_mgmt_netapp/models/volume_patch.rb +2 -2
- data/lib/2019-05-01/generated/azure_mgmt_netapp/mount_targets.rb +2 -0
- data/lib/2019-05-01/generated/azure_mgmt_netapp/operations.rb +2 -0
- data/lib/2019-05-01/generated/azure_mgmt_netapp/pools.rb +10 -0
- data/lib/2019-05-01/generated/azure_mgmt_netapp/snapshots.rb +10 -0
- data/lib/2019-05-01/generated/azure_mgmt_netapp/volumes.rb +10 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/accounts.rb +651 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb +419 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/active_directory.rb +127 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/capacity_pool.rb +153 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/capacity_pool_list.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/capacity_pool_patch.rb +125 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/check_name_resource_types.rb +18 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/dimension.rb +57 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/export_policy_rule.rb +113 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/in_availability_reason_type.rb +16 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/metric_specification.rb +145 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/mount_target.rb +210 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/mount_target_list.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/net_app_account.rb +125 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/net_app_account_list.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/net_app_account_patch.rb +125 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/operation.rb +83 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/operation_display.rb +79 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/operation_list_result.rb +57 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/resource_name_availability.rb +78 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/resource_name_availability_request.rb +72 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/service_level.rb +17 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/service_specification.rb +56 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/snapshot.rb +150 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/snapshot_patch.rb +46 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/snapshots_list.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/volume.rb +257 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/volume_list.rb +55 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/volume_patch.rb +139 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/volume_patch_properties_export_policy.rb +58 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/models/volume_properties_export_policy.rb +58 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/module_definition.rb +9 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/mount_targets.rb +136 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/operations.rb +115 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/pools.rb +675 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/snapshots.rb +708 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp/volumes.rb +694 -0
- data/lib/2019-06-01/generated/azure_mgmt_netapp.rb +62 -0
- data/lib/azure_mgmt_netapp.rb +1 -0
- data/lib/profiles/latest/modules/netapp_profile_module.rb +65 -65
- data/lib/version.rb +1 -1
- metadata +43 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 67b0a7efcbdecce24492719f41b508291ecb84abaf0232d5fbd7b8b9bb950d0b
|
|
4
|
+
data.tar.gz: cda213f85fcf993ef3f8b52d68b45d50d92f069d0c3f7c1ee71ed3def959f7b0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 539df8de3ddf22edcf46a40f428f7514eab1c331ecc3d6f08eb8d58c084b887e31ebff81172247ee680c7fc548ba885c7b68e8a9b5aaa496770c871db3f1d423
|
|
7
|
+
data.tar.gz: d057811f7f36aa5bd4a57bd932b627ad1a905127a3fcdc359197bc78f0f43119de5ff28cd0143fa1828d932cc1d6a1dde454a77dc778d9282a89fd3b65f064d7
|
|
@@ -95,6 +95,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
95
95
|
end
|
|
96
96
|
|
|
97
97
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
98
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
99
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
98
100
|
# Deserialize Response
|
|
99
101
|
if status_code == 200
|
|
100
102
|
begin
|
|
@@ -190,6 +192,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
190
192
|
end
|
|
191
193
|
|
|
192
194
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
195
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
196
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
193
197
|
# Deserialize Response
|
|
194
198
|
if status_code == 200
|
|
195
199
|
begin
|
|
@@ -383,6 +387,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
383
387
|
end
|
|
384
388
|
|
|
385
389
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
390
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
391
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
386
392
|
# Deserialize Response
|
|
387
393
|
if status_code == 200
|
|
388
394
|
begin
|
|
@@ -492,6 +498,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
492
498
|
end
|
|
493
499
|
|
|
494
500
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
501
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
502
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
495
503
|
# Deserialize Response
|
|
496
504
|
if status_code == 200
|
|
497
505
|
begin
|
|
@@ -596,6 +604,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
596
604
|
end
|
|
597
605
|
|
|
598
606
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
607
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
608
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
599
609
|
|
|
600
610
|
result
|
|
601
611
|
end
|
data/lib/2017-08-15-preview/generated/azure_mgmt_netapp/azure_net_app_files_management_client.rb
CHANGED
|
@@ -146,7 +146,7 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
146
146
|
#
|
|
147
147
|
def add_telemetry
|
|
148
148
|
sdk_information = 'azure_mgmt_netapp'
|
|
149
|
-
sdk_information = "#{sdk_information}/0.
|
|
149
|
+
sdk_information = "#{sdk_information}/0.18.0"
|
|
150
150
|
add_user_agent_information(sdk_information)
|
|
151
151
|
end
|
|
152
152
|
end
|
|
@@ -107,6 +107,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
110
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
111
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
110
112
|
# Deserialize Response
|
|
111
113
|
if status_code == 200
|
|
112
114
|
begin
|
|
@@ -86,6 +86,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
86
86
|
end
|
|
87
87
|
|
|
88
88
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
89
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
90
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
89
91
|
# Deserialize Response
|
|
90
92
|
if status_code == 200
|
|
91
93
|
begin
|
|
@@ -99,6 +99,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
99
99
|
end
|
|
100
100
|
|
|
101
101
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
102
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
103
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
102
104
|
# Deserialize Response
|
|
103
105
|
if status_code == 200
|
|
104
106
|
begin
|
|
@@ -198,6 +200,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
198
200
|
end
|
|
199
201
|
|
|
200
202
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
203
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
204
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
201
205
|
# Deserialize Response
|
|
202
206
|
if status_code == 200
|
|
203
207
|
begin
|
|
@@ -359,6 +363,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
359
363
|
end
|
|
360
364
|
|
|
361
365
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
366
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
367
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
362
368
|
# Deserialize Response
|
|
363
369
|
if status_code == 200
|
|
364
370
|
begin
|
|
@@ -512,6 +518,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
512
518
|
end
|
|
513
519
|
|
|
514
520
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
521
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
522
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
515
523
|
# Deserialize Response
|
|
516
524
|
if status_code == 200
|
|
517
525
|
begin
|
|
@@ -620,6 +628,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
620
628
|
end
|
|
621
629
|
|
|
622
630
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
631
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
632
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
623
633
|
|
|
624
634
|
result
|
|
625
635
|
end
|
|
@@ -107,6 +107,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
107
107
|
end
|
|
108
108
|
|
|
109
109
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
110
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
111
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
110
112
|
# Deserialize Response
|
|
111
113
|
if status_code == 200
|
|
112
114
|
begin
|
|
@@ -214,6 +216,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
214
216
|
end
|
|
215
217
|
|
|
216
218
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
219
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
220
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
217
221
|
# Deserialize Response
|
|
218
222
|
if status_code == 200
|
|
219
223
|
begin
|
|
@@ -385,6 +389,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
385
389
|
end
|
|
386
390
|
|
|
387
391
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
392
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
393
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
388
394
|
# Deserialize Response
|
|
389
395
|
if status_code == 200
|
|
390
396
|
begin
|
|
@@ -547,6 +553,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
547
553
|
end
|
|
548
554
|
|
|
549
555
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
556
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
557
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
550
558
|
# Deserialize Response
|
|
551
559
|
if status_code == 201
|
|
552
560
|
begin
|
|
@@ -653,6 +661,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
653
661
|
end
|
|
654
662
|
|
|
655
663
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
664
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
665
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
656
666
|
|
|
657
667
|
result
|
|
658
668
|
end
|
|
@@ -103,6 +103,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
103
103
|
end
|
|
104
104
|
|
|
105
105
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
106
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
107
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
106
108
|
# Deserialize Response
|
|
107
109
|
if status_code == 200
|
|
108
110
|
begin
|
|
@@ -206,6 +208,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
206
208
|
end
|
|
207
209
|
|
|
208
210
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
211
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
212
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
209
213
|
# Deserialize Response
|
|
210
214
|
if status_code == 200
|
|
211
215
|
begin
|
|
@@ -371,6 +375,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
371
375
|
end
|
|
372
376
|
|
|
373
377
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
378
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
379
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
374
380
|
# Deserialize Response
|
|
375
381
|
if status_code == 200
|
|
376
382
|
begin
|
|
@@ -527,6 +533,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
527
533
|
end
|
|
528
534
|
|
|
529
535
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
536
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
537
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
530
538
|
# Deserialize Response
|
|
531
539
|
if status_code == 200
|
|
532
540
|
begin
|
|
@@ -639,6 +647,8 @@ module Azure::NetApp::Mgmt::V2017_08_15_preview
|
|
|
639
647
|
end
|
|
640
648
|
|
|
641
649
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
650
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
651
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
642
652
|
|
|
643
653
|
result
|
|
644
654
|
end
|
|
@@ -101,6 +101,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
101
101
|
end
|
|
102
102
|
|
|
103
103
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
104
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
105
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
104
106
|
# Deserialize Response
|
|
105
107
|
if status_code == 200
|
|
106
108
|
begin
|
|
@@ -202,6 +204,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
202
204
|
end
|
|
203
205
|
|
|
204
206
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
207
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
208
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
205
209
|
# Deserialize Response
|
|
206
210
|
if status_code == 200
|
|
207
211
|
begin
|
|
@@ -405,6 +409,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
405
409
|
end
|
|
406
410
|
|
|
407
411
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
412
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
413
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
408
414
|
# Deserialize Response
|
|
409
415
|
if status_code == 200
|
|
410
416
|
begin
|
|
@@ -520,6 +526,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
520
526
|
end
|
|
521
527
|
|
|
522
528
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
529
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
530
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
523
531
|
# Deserialize Response
|
|
524
532
|
if status_code == 200
|
|
525
533
|
begin
|
|
@@ -630,6 +638,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
630
638
|
end
|
|
631
639
|
|
|
632
640
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
641
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
642
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
633
643
|
|
|
634
644
|
result
|
|
635
645
|
end
|
|
@@ -147,10 +147,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
147
147
|
# @param location [String] The location
|
|
148
148
|
# @param name [String] Resource name to verify.
|
|
149
149
|
# @param type [CheckNameResourceTypes] Resource type used for verification.
|
|
150
|
-
# Possible values include: 'Microsoft.NetApp/
|
|
151
|
-
# 'Microsoft.NetApp/
|
|
152
|
-
# 'Microsoft.NetApp/
|
|
153
|
-
# 'Microsoft.NetApp/
|
|
150
|
+
# Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
151
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
152
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
153
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
154
154
|
# @param resource_group [String] Resource group name.
|
|
155
155
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
156
156
|
# will be added to the HTTP request.
|
|
@@ -170,10 +170,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
170
170
|
# @param location [String] The location
|
|
171
171
|
# @param name [String] Resource name to verify.
|
|
172
172
|
# @param type [CheckNameResourceTypes] Resource type used for verification.
|
|
173
|
-
# Possible values include: 'Microsoft.NetApp/
|
|
174
|
-
# 'Microsoft.NetApp/
|
|
175
|
-
# 'Microsoft.NetApp/
|
|
176
|
-
# 'Microsoft.NetApp/
|
|
173
|
+
# Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
174
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
175
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
176
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
177
177
|
# @param resource_group [String] Resource group name.
|
|
178
178
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
179
179
|
# will be added to the HTTP request.
|
|
@@ -192,10 +192,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
192
192
|
# @param location [String] The location
|
|
193
193
|
# @param name [String] Resource name to verify.
|
|
194
194
|
# @param type [CheckNameResourceTypes] Resource type used for verification.
|
|
195
|
-
# Possible values include: 'Microsoft.NetApp/
|
|
196
|
-
# 'Microsoft.NetApp/
|
|
197
|
-
# 'Microsoft.NetApp/
|
|
198
|
-
# 'Microsoft.NetApp/
|
|
195
|
+
# Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
196
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
197
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
198
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
199
199
|
# @param resource_group [String] Resource group name.
|
|
200
200
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
201
201
|
# to the HTTP request.
|
|
@@ -253,6 +253,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
253
253
|
end
|
|
254
254
|
|
|
255
255
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
256
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
257
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
256
258
|
# Deserialize Response
|
|
257
259
|
if status_code == 200
|
|
258
260
|
begin
|
|
@@ -278,10 +280,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
278
280
|
# @param location [String] The location
|
|
279
281
|
# @param name [String] Resource name to verify.
|
|
280
282
|
# @param type [CheckNameResourceTypes] Resource type used for verification.
|
|
281
|
-
# Possible values include: 'Microsoft.NetApp/
|
|
282
|
-
# 'Microsoft.NetApp/
|
|
283
|
-
# 'Microsoft.NetApp/
|
|
284
|
-
# 'Microsoft.NetApp/
|
|
283
|
+
# Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
284
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
285
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
286
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
285
287
|
# @param resource_group [String] Resource group name.
|
|
286
288
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
287
289
|
# will be added to the HTTP request.
|
|
@@ -301,10 +303,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
301
303
|
# @param location [String] The location
|
|
302
304
|
# @param name [String] Resource name to verify.
|
|
303
305
|
# @param type [CheckNameResourceTypes] Resource type used for verification.
|
|
304
|
-
# Possible values include: 'Microsoft.NetApp/
|
|
305
|
-
# 'Microsoft.NetApp/
|
|
306
|
-
# 'Microsoft.NetApp/
|
|
307
|
-
# 'Microsoft.NetApp/
|
|
306
|
+
# Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
307
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
308
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
309
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
308
310
|
# @param resource_group [String] Resource group name.
|
|
309
311
|
# @param custom_headers [Hash{String => String}] A hash of custom headers that
|
|
310
312
|
# will be added to the HTTP request.
|
|
@@ -323,10 +325,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
323
325
|
# @param location [String] The location
|
|
324
326
|
# @param name [String] Resource name to verify.
|
|
325
327
|
# @param type [CheckNameResourceTypes] Resource type used for verification.
|
|
326
|
-
# Possible values include: 'Microsoft.NetApp/
|
|
327
|
-
# 'Microsoft.NetApp/
|
|
328
|
-
# 'Microsoft.NetApp/
|
|
329
|
-
# 'Microsoft.NetApp/
|
|
328
|
+
# Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
329
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
330
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
331
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
330
332
|
# @param resource_group [String] Resource group name.
|
|
331
333
|
# @param [Hash{String => String}] A hash of custom headers that will be added
|
|
332
334
|
# to the HTTP request.
|
|
@@ -384,6 +386,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
384
386
|
end
|
|
385
387
|
|
|
386
388
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
389
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
390
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
387
391
|
# Deserialize Response
|
|
388
392
|
if status_code == 200
|
|
389
393
|
begin
|
|
@@ -408,7 +412,7 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
408
412
|
#
|
|
409
413
|
def add_telemetry
|
|
410
414
|
sdk_information = 'azure_mgmt_netapp'
|
|
411
|
-
sdk_information = "#{sdk_information}/0.
|
|
415
|
+
sdk_information = "#{sdk_information}/0.18.0"
|
|
412
416
|
add_user_agent_information(sdk_information)
|
|
413
417
|
end
|
|
414
418
|
end
|
|
@@ -116,7 +116,7 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
116
116
|
},
|
|
117
117
|
size: {
|
|
118
118
|
client_side_validation: true,
|
|
119
|
-
required:
|
|
119
|
+
required: true,
|
|
120
120
|
serialized_name: 'properties.size',
|
|
121
121
|
default_value: 4398046511104,
|
|
122
122
|
constraints: {
|
|
@@ -129,7 +129,7 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
129
129
|
},
|
|
130
130
|
service_level: {
|
|
131
131
|
client_side_validation: true,
|
|
132
|
-
required:
|
|
132
|
+
required: true,
|
|
133
133
|
serialized_name: 'properties.serviceLevel',
|
|
134
134
|
default_value: 'Premium',
|
|
135
135
|
type: {
|
|
@@ -9,10 +9,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
9
9
|
# Defines values for CheckNameResourceTypes
|
|
10
10
|
#
|
|
11
11
|
module CheckNameResourceTypes
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
MicrosoftNetAppnetAppAccounts = "Microsoft.NetApp/netAppAccounts"
|
|
13
|
+
MicrosoftNetAppnetAppAccountscapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools"
|
|
14
|
+
MicrosoftNetAppnetAppAccountscapacityPoolsvolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes"
|
|
15
|
+
MicrosoftNetAppnetAppAccountscapacityPoolsvolumessnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
|
|
16
16
|
end
|
|
17
17
|
end
|
|
18
18
|
end
|
data/lib/2019-05-01/generated/azure_mgmt_netapp/models/resource_name_availability_request.rb
CHANGED
|
@@ -16,10 +16,10 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
16
16
|
attr_accessor :name
|
|
17
17
|
|
|
18
18
|
# @return [CheckNameResourceTypes] Resource type used for verification.
|
|
19
|
-
# Possible values include: 'Microsoft.NetApp/
|
|
20
|
-
# 'Microsoft.NetApp/
|
|
21
|
-
# 'Microsoft.NetApp/
|
|
22
|
-
# 'Microsoft.NetApp/
|
|
19
|
+
# Possible values include: 'Microsoft.NetApp/netAppAccounts',
|
|
20
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools',
|
|
21
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes',
|
|
22
|
+
# 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
|
|
23
23
|
attr_accessor :type
|
|
24
24
|
|
|
25
25
|
# @return [String] Resource group name.
|
|
@@ -41,14 +41,17 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
41
41
|
|
|
42
42
|
# @return [Integer] usageThreshold. Maximum storage quota allowed for a
|
|
43
43
|
# file system in bytes. This is a soft quota used for alerting only.
|
|
44
|
-
# Minimum size is 100 GiB. Upper limit is 100TiB.
|
|
45
|
-
# 107374182400 .
|
|
44
|
+
# Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
|
|
45
|
+
# Default value: 107374182400 .
|
|
46
46
|
attr_accessor :usage_threshold
|
|
47
47
|
|
|
48
48
|
# @return [VolumePropertiesExportPolicy] exportPolicy. Set of export
|
|
49
49
|
# policy rules
|
|
50
50
|
attr_accessor :export_policy
|
|
51
51
|
|
|
52
|
+
# @return [Array<String>] protocolTypes. Set of protocol types
|
|
53
|
+
attr_accessor :protocol_types
|
|
54
|
+
|
|
52
55
|
# @return [String] Azure lifecycle management
|
|
53
56
|
attr_accessor :provisioning_state
|
|
54
57
|
|
|
@@ -63,6 +66,9 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
63
66
|
# have the delegation Microsoft.NetApp/volumes
|
|
64
67
|
attr_accessor :subnet_id
|
|
65
68
|
|
|
69
|
+
# @return mountTargets. List of mount targets
|
|
70
|
+
attr_accessor :mount_targets
|
|
71
|
+
|
|
66
72
|
|
|
67
73
|
#
|
|
68
74
|
# Mapper for Volume class as Ruby Hash.
|
|
@@ -144,7 +150,7 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
144
150
|
},
|
|
145
151
|
service_level: {
|
|
146
152
|
client_side_validation: true,
|
|
147
|
-
required:
|
|
153
|
+
required: false,
|
|
148
154
|
serialized_name: 'properties.serviceLevel',
|
|
149
155
|
default_value: 'Premium',
|
|
150
156
|
type: {
|
|
@@ -153,7 +159,7 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
153
159
|
},
|
|
154
160
|
usage_threshold: {
|
|
155
161
|
client_side_validation: true,
|
|
156
|
-
required:
|
|
162
|
+
required: true,
|
|
157
163
|
serialized_name: 'properties.usageThreshold',
|
|
158
164
|
default_value: 107374182400,
|
|
159
165
|
constraints: {
|
|
@@ -173,6 +179,22 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
173
179
|
class_name: 'VolumePropertiesExportPolicy'
|
|
174
180
|
}
|
|
175
181
|
},
|
|
182
|
+
protocol_types: {
|
|
183
|
+
client_side_validation: true,
|
|
184
|
+
required: false,
|
|
185
|
+
serialized_name: 'properties.protocolTypes',
|
|
186
|
+
type: {
|
|
187
|
+
name: 'Sequence',
|
|
188
|
+
element: {
|
|
189
|
+
client_side_validation: true,
|
|
190
|
+
required: false,
|
|
191
|
+
serialized_name: 'StringElementType',
|
|
192
|
+
type: {
|
|
193
|
+
name: 'String'
|
|
194
|
+
}
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
},
|
|
176
198
|
provisioning_state: {
|
|
177
199
|
client_side_validation: true,
|
|
178
200
|
required: false,
|
|
@@ -211,11 +233,19 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
211
233
|
},
|
|
212
234
|
subnet_id: {
|
|
213
235
|
client_side_validation: true,
|
|
214
|
-
required:
|
|
236
|
+
required: true,
|
|
215
237
|
serialized_name: 'properties.subnetId',
|
|
216
238
|
type: {
|
|
217
239
|
name: 'String'
|
|
218
240
|
}
|
|
241
|
+
},
|
|
242
|
+
mount_targets: {
|
|
243
|
+
client_side_validation: true,
|
|
244
|
+
required: false,
|
|
245
|
+
serialized_name: 'properties.mountTargets',
|
|
246
|
+
type: {
|
|
247
|
+
name: 'Object'
|
|
248
|
+
}
|
|
219
249
|
}
|
|
220
250
|
}
|
|
221
251
|
}
|
|
@@ -34,8 +34,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
34
34
|
|
|
35
35
|
# @return [Integer] usageThreshold. Maximum storage quota allowed for a
|
|
36
36
|
# file system in bytes. This is a soft quota used for alerting only.
|
|
37
|
-
# Minimum size is 100 GiB. Upper limit is 100TiB.
|
|
38
|
-
# 107374182400 .
|
|
37
|
+
# Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
|
|
38
|
+
# Default value: 107374182400 .
|
|
39
39
|
attr_accessor :usage_threshold
|
|
40
40
|
|
|
41
41
|
# @return [VolumePatchPropertiesExportPolicy] exportPolicy. Set of export
|
|
@@ -113,6 +113,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
116
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
117
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
116
118
|
# Deserialize Response
|
|
117
119
|
if status_code == 200
|
|
118
120
|
begin
|
|
@@ -92,6 +92,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
92
92
|
end
|
|
93
93
|
|
|
94
94
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
95
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
96
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
95
97
|
# Deserialize Response
|
|
96
98
|
if status_code == 200
|
|
97
99
|
begin
|
|
@@ -105,6 +105,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
105
105
|
end
|
|
106
106
|
|
|
107
107
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
108
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
109
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
108
110
|
# Deserialize Response
|
|
109
111
|
if status_code == 200
|
|
110
112
|
begin
|
|
@@ -210,6 +212,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
210
212
|
end
|
|
211
213
|
|
|
212
214
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
215
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
216
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
213
217
|
# Deserialize Response
|
|
214
218
|
if status_code == 200
|
|
215
219
|
begin
|
|
@@ -379,6 +383,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
379
383
|
end
|
|
380
384
|
|
|
381
385
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
386
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
387
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
382
388
|
# Deserialize Response
|
|
383
389
|
if status_code == 200
|
|
384
390
|
begin
|
|
@@ -540,6 +546,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
540
546
|
end
|
|
541
547
|
|
|
542
548
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
549
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
550
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
543
551
|
# Deserialize Response
|
|
544
552
|
if status_code == 200
|
|
545
553
|
begin
|
|
@@ -654,6 +662,8 @@ module Azure::NetApp::Mgmt::V2019_05_01
|
|
|
654
662
|
end
|
|
655
663
|
|
|
656
664
|
result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
|
|
665
|
+
result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
|
|
666
|
+
result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
|
|
657
667
|
|
|
658
668
|
result
|
|
659
669
|
end
|