@azure/arm-netapp 14.3.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.
Files changed (159) hide show
  1. package/LICENSE.txt +21 -0
  2. package/README.md +106 -0
  3. package/dist/arm-netapp.js +7621 -0
  4. package/dist/arm-netapp.js.map +1 -0
  5. package/dist/arm-netapp.min.js +1 -0
  6. package/dist/arm-netapp.min.js.map +1 -0
  7. package/esm/azureNetAppFilesManagementClient.d.ts +36 -0
  8. package/esm/azureNetAppFilesManagementClient.d.ts.map +1 -0
  9. package/esm/azureNetAppFilesManagementClient.js +49 -0
  10. package/esm/azureNetAppFilesManagementClient.js.map +1 -0
  11. package/esm/azureNetAppFilesManagementClientContext.d.ts +23 -0
  12. package/esm/azureNetAppFilesManagementClientContext.d.ts.map +1 -0
  13. package/esm/azureNetAppFilesManagementClientContext.js +61 -0
  14. package/esm/azureNetAppFilesManagementClientContext.js.map +1 -0
  15. package/esm/models/accountBackupsMappers.d.ts +2 -0
  16. package/esm/models/accountBackupsMappers.d.ts.map +1 -0
  17. package/esm/models/accountBackupsMappers.js +9 -0
  18. package/esm/models/accountBackupsMappers.js.map +1 -0
  19. package/esm/models/accountsMappers.d.ts +2 -0
  20. package/esm/models/accountsMappers.d.ts.map +1 -0
  21. package/esm/models/accountsMappers.js +9 -0
  22. package/esm/models/accountsMappers.js.map +1 -0
  23. package/esm/models/backupPoliciesMappers.d.ts +2 -0
  24. package/esm/models/backupPoliciesMappers.d.ts.map +1 -0
  25. package/esm/models/backupPoliciesMappers.js +9 -0
  26. package/esm/models/backupPoliciesMappers.js.map +1 -0
  27. package/esm/models/backupsMappers.d.ts +2 -0
  28. package/esm/models/backupsMappers.d.ts.map +1 -0
  29. package/esm/models/backupsMappers.js +9 -0
  30. package/esm/models/backupsMappers.js.map +1 -0
  31. package/esm/models/index.d.ts +3402 -0
  32. package/esm/models/index.d.ts.map +1 -0
  33. package/esm/models/index.js +8 -0
  34. package/esm/models/index.js.map +1 -0
  35. package/esm/models/mappers.d.ts +72 -0
  36. package/esm/models/mappers.d.ts.map +1 -0
  37. package/esm/models/mappers.js +3518 -0
  38. package/esm/models/mappers.js.map +1 -0
  39. package/esm/models/netAppResourceMappers.d.ts +2 -0
  40. package/esm/models/netAppResourceMappers.d.ts.map +1 -0
  41. package/esm/models/netAppResourceMappers.js +9 -0
  42. package/esm/models/netAppResourceMappers.js.map +1 -0
  43. package/esm/models/netAppResourceQuotaLimitsMappers.d.ts +2 -0
  44. package/esm/models/netAppResourceQuotaLimitsMappers.d.ts.map +1 -0
  45. package/esm/models/netAppResourceQuotaLimitsMappers.js +9 -0
  46. package/esm/models/netAppResourceQuotaLimitsMappers.js.map +1 -0
  47. package/esm/models/operationsMappers.d.ts +2 -0
  48. package/esm/models/operationsMappers.d.ts.map +1 -0
  49. package/esm/models/operationsMappers.js +9 -0
  50. package/esm/models/operationsMappers.js.map +1 -0
  51. package/esm/models/parameters.d.ts +16 -0
  52. package/esm/models/parameters.d.ts.map +1 -0
  53. package/esm/models/parameters.js +168 -0
  54. package/esm/models/parameters.js.map +1 -0
  55. package/esm/models/poolsMappers.d.ts +2 -0
  56. package/esm/models/poolsMappers.d.ts.map +1 -0
  57. package/esm/models/poolsMappers.js +9 -0
  58. package/esm/models/poolsMappers.js.map +1 -0
  59. package/esm/models/snapshotPoliciesMappers.d.ts +2 -0
  60. package/esm/models/snapshotPoliciesMappers.d.ts.map +1 -0
  61. package/esm/models/snapshotPoliciesMappers.js +9 -0
  62. package/esm/models/snapshotPoliciesMappers.js.map +1 -0
  63. package/esm/models/snapshotsMappers.d.ts +2 -0
  64. package/esm/models/snapshotsMappers.d.ts.map +1 -0
  65. package/esm/models/snapshotsMappers.js +9 -0
  66. package/esm/models/snapshotsMappers.js.map +1 -0
  67. package/esm/models/vaultsMappers.d.ts +2 -0
  68. package/esm/models/vaultsMappers.d.ts.map +1 -0
  69. package/esm/models/vaultsMappers.js +9 -0
  70. package/esm/models/vaultsMappers.js.map +1 -0
  71. package/esm/models/volumesMappers.d.ts +2 -0
  72. package/esm/models/volumesMappers.d.ts.map +1 -0
  73. package/esm/models/volumesMappers.js +9 -0
  74. package/esm/models/volumesMappers.js.map +1 -0
  75. package/esm/operations/accountBackups.d.ts +81 -0
  76. package/esm/operations/accountBackups.d.ts.map +1 -0
  77. package/esm/operations/accountBackups.js +145 -0
  78. package/esm/operations/accountBackups.js.map +1 -0
  79. package/esm/operations/accounts.d.ts +167 -0
  80. package/esm/operations/accounts.d.ts.map +1 -0
  81. package/esm/operations/accounts.js +344 -0
  82. package/esm/operations/accounts.js.map +1 -0
  83. package/esm/operations/backupPolicies.d.ts +125 -0
  84. package/esm/operations/backupPolicies.d.ts.map +1 -0
  85. package/esm/operations/backupPolicies.js +277 -0
  86. package/esm/operations/backupPolicies.js.map +1 -0
  87. package/esm/operations/backups.d.ts +203 -0
  88. package/esm/operations/backups.d.ts.map +1 -0
  89. package/esm/operations/backups.js +379 -0
  90. package/esm/operations/backups.js.map +1 -0
  91. package/esm/operations/index.d.ts +13 -0
  92. package/esm/operations/index.d.ts.map +1 -0
  93. package/esm/operations/index.js +21 -0
  94. package/esm/operations/index.js.map +1 -0
  95. package/esm/operations/netAppResource.d.ts +115 -0
  96. package/esm/operations/netAppResource.d.ts.map +1 -0
  97. package/esm/operations/netAppResource.js +145 -0
  98. package/esm/operations/netAppResource.js.map +1 -0
  99. package/esm/operations/netAppResourceQuotaLimits.d.ts +54 -0
  100. package/esm/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
  101. package/esm/operations/netAppResourceQuotaLimits.js +86 -0
  102. package/esm/operations/netAppResourceQuotaLimits.js.map +1 -0
  103. package/esm/operations/operations.d.ts +29 -0
  104. package/esm/operations/operations.d.ts.map +1 -0
  105. package/esm/operations/operations.js +50 -0
  106. package/esm/operations/operations.js.map +1 -0
  107. package/esm/operations/pools.d.ts +144 -0
  108. package/esm/operations/pools.d.ts.map +1 -0
  109. package/esm/operations/pools.js +302 -0
  110. package/esm/operations/pools.js.map +1 -0
  111. package/esm/operations/snapshotPolicies.d.ts +149 -0
  112. package/esm/operations/snapshotPolicies.d.ts.map +1 -0
  113. package/esm/operations/snapshotPolicies.js +281 -0
  114. package/esm/operations/snapshotPolicies.js.map +1 -0
  115. package/esm/operations/snapshots.d.ts +149 -0
  116. package/esm/operations/snapshots.d.ts.map +1 -0
  117. package/esm/operations/snapshots.js +312 -0
  118. package/esm/operations/snapshots.js.map +1 -0
  119. package/esm/operations/vaults.d.ts +35 -0
  120. package/esm/operations/vaults.d.ts.map +1 -0
  121. package/esm/operations/vaults.js +57 -0
  122. package/esm/operations/vaults.js.map +1 -0
  123. package/esm/operations/volumes.d.ts +344 -0
  124. package/esm/operations/volumes.d.ts.map +1 -0
  125. package/esm/operations/volumes.js +800 -0
  126. package/esm/operations/volumes.js.map +1 -0
  127. package/package.json +59 -0
  128. package/rollup.config.js +37 -0
  129. package/src/azureNetAppFilesManagementClient.ts +70 -0
  130. package/src/azureNetAppFilesManagementClientContext.ts +68 -0
  131. package/src/models/accountBackupsMappers.ts +49 -0
  132. package/src/models/accountsMappers.ts +49 -0
  133. package/src/models/backupPoliciesMappers.ts +49 -0
  134. package/src/models/backupsMappers.ts +51 -0
  135. package/src/models/index.ts +3594 -0
  136. package/src/models/mappers.ts +3602 -0
  137. package/src/models/netAppResourceMappers.ts +15 -0
  138. package/src/models/netAppResourceQuotaLimitsMappers.ts +49 -0
  139. package/src/models/operationsMappers.ts +18 -0
  140. package/src/models/parameters.ts +170 -0
  141. package/src/models/poolsMappers.ts +49 -0
  142. package/src/models/snapshotPoliciesMappers.ts +51 -0
  143. package/src/models/snapshotsMappers.ts +49 -0
  144. package/src/models/vaultsMappers.ts +49 -0
  145. package/src/models/volumesMappers.ts +54 -0
  146. package/src/operations/accountBackups.ts +212 -0
  147. package/src/operations/accounts.ts +491 -0
  148. package/src/operations/backupPolicies.ts +361 -0
  149. package/src/operations/backups.ts +538 -0
  150. package/src/operations/index.ts +21 -0
  151. package/src/operations/netAppResource.ts +273 -0
  152. package/src/operations/netAppResourceQuotaLimits.ts +140 -0
  153. package/src/operations/operations.ts +74 -0
  154. package/src/operations/pools.ts +410 -0
  155. package/src/operations/snapshotPolicies.ts +419 -0
  156. package/src/operations/snapshots.ts +405 -0
  157. package/src/operations/vaults.ts +87 -0
  158. package/src/operations/volumes.ts +998 -0
  159. package/tsconfig.json +19 -0
@@ -0,0 +1,3602 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+
9
+ import { CloudErrorMapper, BaseResourceMapper } from "@azure/ms-rest-azure-js";
10
+ import * as msRest from "@azure/ms-rest-js";
11
+
12
+ export const CloudError = CloudErrorMapper;
13
+ export const BaseResource = BaseResourceMapper;
14
+
15
+ export const OperationDisplay: msRest.CompositeMapper = {
16
+ serializedName: "Operation_display",
17
+ type: {
18
+ name: "Composite",
19
+ className: "OperationDisplay",
20
+ modelProperties: {
21
+ provider: {
22
+ serializedName: "provider",
23
+ type: {
24
+ name: "String"
25
+ }
26
+ },
27
+ resource: {
28
+ serializedName: "resource",
29
+ type: {
30
+ name: "String"
31
+ }
32
+ },
33
+ operation: {
34
+ serializedName: "operation",
35
+ type: {
36
+ name: "String"
37
+ }
38
+ },
39
+ description: {
40
+ serializedName: "description",
41
+ type: {
42
+ name: "String"
43
+ }
44
+ }
45
+ }
46
+ }
47
+ };
48
+
49
+ export const Dimension: msRest.CompositeMapper = {
50
+ serializedName: "Dimension",
51
+ type: {
52
+ name: "Composite",
53
+ className: "Dimension",
54
+ modelProperties: {
55
+ name: {
56
+ serializedName: "name",
57
+ type: {
58
+ name: "String"
59
+ }
60
+ },
61
+ displayName: {
62
+ serializedName: "displayName",
63
+ type: {
64
+ name: "String"
65
+ }
66
+ }
67
+ }
68
+ }
69
+ };
70
+
71
+ export const MetricSpecification: msRest.CompositeMapper = {
72
+ serializedName: "MetricSpecification",
73
+ type: {
74
+ name: "Composite",
75
+ className: "MetricSpecification",
76
+ modelProperties: {
77
+ name: {
78
+ serializedName: "name",
79
+ type: {
80
+ name: "String"
81
+ }
82
+ },
83
+ displayName: {
84
+ serializedName: "displayName",
85
+ type: {
86
+ name: "String"
87
+ }
88
+ },
89
+ displayDescription: {
90
+ serializedName: "displayDescription",
91
+ type: {
92
+ name: "String"
93
+ }
94
+ },
95
+ unit: {
96
+ serializedName: "unit",
97
+ type: {
98
+ name: "String"
99
+ }
100
+ },
101
+ supportedAggregationTypes: {
102
+ serializedName: "supportedAggregationTypes",
103
+ type: {
104
+ name: "Sequence",
105
+ element: {
106
+ type: {
107
+ name: "String"
108
+ }
109
+ }
110
+ }
111
+ },
112
+ supportedTimeGrainTypes: {
113
+ serializedName: "supportedTimeGrainTypes",
114
+ type: {
115
+ name: "Sequence",
116
+ element: {
117
+ type: {
118
+ name: "String"
119
+ }
120
+ }
121
+ }
122
+ },
123
+ internalMetricName: {
124
+ serializedName: "internalMetricName",
125
+ type: {
126
+ name: "String"
127
+ }
128
+ },
129
+ enableRegionalMdmAccount: {
130
+ serializedName: "enableRegionalMdmAccount",
131
+ type: {
132
+ name: "Boolean"
133
+ }
134
+ },
135
+ sourceMdmAccount: {
136
+ serializedName: "sourceMdmAccount",
137
+ type: {
138
+ name: "String"
139
+ }
140
+ },
141
+ sourceMdmNamespace: {
142
+ serializedName: "sourceMdmNamespace",
143
+ type: {
144
+ name: "String"
145
+ }
146
+ },
147
+ dimensions: {
148
+ serializedName: "dimensions",
149
+ type: {
150
+ name: "Sequence",
151
+ element: {
152
+ type: {
153
+ name: "Composite",
154
+ className: "Dimension"
155
+ }
156
+ }
157
+ }
158
+ },
159
+ aggregationType: {
160
+ serializedName: "aggregationType",
161
+ type: {
162
+ name: "String"
163
+ }
164
+ },
165
+ fillGapWithZero: {
166
+ serializedName: "fillGapWithZero",
167
+ type: {
168
+ name: "Boolean"
169
+ }
170
+ },
171
+ category: {
172
+ serializedName: "category",
173
+ type: {
174
+ name: "String"
175
+ }
176
+ },
177
+ resourceIdDimensionNameOverride: {
178
+ serializedName: "resourceIdDimensionNameOverride",
179
+ type: {
180
+ name: "String"
181
+ }
182
+ },
183
+ isInternal: {
184
+ serializedName: "isInternal",
185
+ type: {
186
+ name: "Boolean"
187
+ }
188
+ }
189
+ }
190
+ }
191
+ };
192
+
193
+ export const LogSpecification: msRest.CompositeMapper = {
194
+ serializedName: "LogSpecification",
195
+ type: {
196
+ name: "Composite",
197
+ className: "LogSpecification",
198
+ modelProperties: {
199
+ name: {
200
+ serializedName: "name",
201
+ type: {
202
+ name: "String"
203
+ }
204
+ },
205
+ displayName: {
206
+ serializedName: "displayName",
207
+ type: {
208
+ name: "String"
209
+ }
210
+ }
211
+ }
212
+ }
213
+ };
214
+
215
+ export const ServiceSpecification: msRest.CompositeMapper = {
216
+ serializedName: "ServiceSpecification",
217
+ type: {
218
+ name: "Composite",
219
+ className: "ServiceSpecification",
220
+ modelProperties: {
221
+ metricSpecifications: {
222
+ serializedName: "metricSpecifications",
223
+ type: {
224
+ name: "Sequence",
225
+ element: {
226
+ type: {
227
+ name: "Composite",
228
+ className: "MetricSpecification"
229
+ }
230
+ }
231
+ }
232
+ },
233
+ logSpecifications: {
234
+ serializedName: "logSpecifications",
235
+ type: {
236
+ name: "Sequence",
237
+ element: {
238
+ type: {
239
+ name: "Composite",
240
+ className: "LogSpecification"
241
+ }
242
+ }
243
+ }
244
+ }
245
+ }
246
+ }
247
+ };
248
+
249
+ export const Operation: msRest.CompositeMapper = {
250
+ serializedName: "Operation",
251
+ type: {
252
+ name: "Composite",
253
+ className: "Operation",
254
+ modelProperties: {
255
+ name: {
256
+ serializedName: "name",
257
+ type: {
258
+ name: "String"
259
+ }
260
+ },
261
+ display: {
262
+ serializedName: "display",
263
+ type: {
264
+ name: "Composite",
265
+ className: "OperationDisplay"
266
+ }
267
+ },
268
+ origin: {
269
+ serializedName: "origin",
270
+ type: {
271
+ name: "String"
272
+ }
273
+ },
274
+ serviceSpecification: {
275
+ serializedName: "properties.serviceSpecification",
276
+ type: {
277
+ name: "Composite",
278
+ className: "ServiceSpecification"
279
+ }
280
+ }
281
+ }
282
+ }
283
+ };
284
+
285
+ export const CheckAvailabilityResponse: msRest.CompositeMapper = {
286
+ serializedName: "CheckAvailabilityResponse",
287
+ type: {
288
+ name: "Composite",
289
+ className: "CheckAvailabilityResponse",
290
+ modelProperties: {
291
+ isAvailable: {
292
+ serializedName: "isAvailable",
293
+ type: {
294
+ name: "Boolean"
295
+ }
296
+ },
297
+ reason: {
298
+ serializedName: "reason",
299
+ type: {
300
+ name: "String"
301
+ }
302
+ },
303
+ message: {
304
+ serializedName: "message",
305
+ type: {
306
+ name: "String"
307
+ }
308
+ }
309
+ }
310
+ }
311
+ };
312
+
313
+ export const ResourceNameAvailabilityRequest: msRest.CompositeMapper = {
314
+ serializedName: "ResourceNameAvailabilityRequest",
315
+ type: {
316
+ name: "Composite",
317
+ className: "ResourceNameAvailabilityRequest",
318
+ modelProperties: {
319
+ name: {
320
+ required: true,
321
+ serializedName: "name",
322
+ type: {
323
+ name: "String"
324
+ }
325
+ },
326
+ type: {
327
+ required: true,
328
+ serializedName: "type",
329
+ type: {
330
+ name: "String"
331
+ }
332
+ },
333
+ resourceGroup: {
334
+ required: true,
335
+ serializedName: "resourceGroup",
336
+ type: {
337
+ name: "String"
338
+ }
339
+ }
340
+ }
341
+ }
342
+ };
343
+
344
+ export const FilePathAvailabilityRequest: msRest.CompositeMapper = {
345
+ serializedName: "FilePathAvailabilityRequest",
346
+ type: {
347
+ name: "Composite",
348
+ className: "FilePathAvailabilityRequest",
349
+ modelProperties: {
350
+ name: {
351
+ required: true,
352
+ serializedName: "name",
353
+ type: {
354
+ name: "String"
355
+ }
356
+ },
357
+ subnetId: {
358
+ required: true,
359
+ serializedName: "subnetId",
360
+ type: {
361
+ name: "String"
362
+ }
363
+ }
364
+ }
365
+ }
366
+ };
367
+
368
+ export const QuotaAvailabilityRequest: msRest.CompositeMapper = {
369
+ serializedName: "QuotaAvailabilityRequest",
370
+ type: {
371
+ name: "Composite",
372
+ className: "QuotaAvailabilityRequest",
373
+ modelProperties: {
374
+ name: {
375
+ required: true,
376
+ serializedName: "name",
377
+ type: {
378
+ name: "String"
379
+ }
380
+ },
381
+ type: {
382
+ required: true,
383
+ serializedName: "type",
384
+ type: {
385
+ name: "String"
386
+ }
387
+ },
388
+ resourceGroup: {
389
+ required: true,
390
+ serializedName: "resourceGroup",
391
+ type: {
392
+ name: "String"
393
+ }
394
+ }
395
+ }
396
+ }
397
+ };
398
+
399
+ export const SystemData: msRest.CompositeMapper = {
400
+ serializedName: "systemData",
401
+ type: {
402
+ name: "Composite",
403
+ className: "SystemData",
404
+ modelProperties: {
405
+ createdBy: {
406
+ serializedName: "createdBy",
407
+ type: {
408
+ name: "String"
409
+ }
410
+ },
411
+ createdByType: {
412
+ serializedName: "createdByType",
413
+ type: {
414
+ name: "String"
415
+ }
416
+ },
417
+ createdAt: {
418
+ serializedName: "createdAt",
419
+ type: {
420
+ name: "DateTime"
421
+ }
422
+ },
423
+ lastModifiedBy: {
424
+ serializedName: "lastModifiedBy",
425
+ type: {
426
+ name: "String"
427
+ }
428
+ },
429
+ lastModifiedByType: {
430
+ serializedName: "lastModifiedByType",
431
+ type: {
432
+ name: "String"
433
+ }
434
+ },
435
+ lastModifiedAt: {
436
+ serializedName: "lastModifiedAt",
437
+ type: {
438
+ name: "DateTime"
439
+ }
440
+ }
441
+ }
442
+ }
443
+ };
444
+
445
+ export const Resource: msRest.CompositeMapper = {
446
+ serializedName: "Resource",
447
+ type: {
448
+ name: "Composite",
449
+ className: "Resource",
450
+ modelProperties: {
451
+ id: {
452
+ readOnly: true,
453
+ serializedName: "id",
454
+ type: {
455
+ name: "String"
456
+ }
457
+ },
458
+ name: {
459
+ readOnly: true,
460
+ serializedName: "name",
461
+ type: {
462
+ name: "String"
463
+ }
464
+ },
465
+ type: {
466
+ readOnly: true,
467
+ serializedName: "type",
468
+ type: {
469
+ name: "String"
470
+ }
471
+ }
472
+ }
473
+ }
474
+ };
475
+
476
+ export const ProxyResource: msRest.CompositeMapper = {
477
+ serializedName: "ProxyResource",
478
+ type: {
479
+ name: "Composite",
480
+ className: "ProxyResource",
481
+ modelProperties: {
482
+ ...Resource.type.modelProperties
483
+ }
484
+ }
485
+ };
486
+
487
+ export const SubscriptionQuotaItem: msRest.CompositeMapper = {
488
+ serializedName: "SubscriptionQuotaItem",
489
+ type: {
490
+ name: "Composite",
491
+ className: "SubscriptionQuotaItem",
492
+ modelProperties: {
493
+ ...ProxyResource.type.modelProperties,
494
+ subscriptionQuotaItemName: {
495
+ readOnly: true,
496
+ serializedName: "properties.name",
497
+ type: {
498
+ name: "String"
499
+ }
500
+ },
501
+ current: {
502
+ readOnly: true,
503
+ serializedName: "properties.current",
504
+ type: {
505
+ name: "Number"
506
+ }
507
+ },
508
+ default: {
509
+ readOnly: true,
510
+ serializedName: "properties.default",
511
+ type: {
512
+ name: "Number"
513
+ }
514
+ },
515
+ systemData: {
516
+ readOnly: true,
517
+ serializedName: "systemData",
518
+ type: {
519
+ name: "Composite",
520
+ className: "SystemData"
521
+ }
522
+ }
523
+ }
524
+ }
525
+ };
526
+
527
+ export const ActiveDirectory: msRest.CompositeMapper = {
528
+ serializedName: "activeDirectory",
529
+ type: {
530
+ name: "Composite",
531
+ className: "ActiveDirectory",
532
+ modelProperties: {
533
+ activeDirectoryId: {
534
+ nullable: true,
535
+ serializedName: "activeDirectoryId",
536
+ type: {
537
+ name: "String"
538
+ }
539
+ },
540
+ username: {
541
+ serializedName: "username",
542
+ type: {
543
+ name: "String"
544
+ }
545
+ },
546
+ password: {
547
+ serializedName: "password",
548
+ type: {
549
+ name: "String"
550
+ }
551
+ },
552
+ domain: {
553
+ serializedName: "domain",
554
+ type: {
555
+ name: "String"
556
+ }
557
+ },
558
+ dns: {
559
+ serializedName: "dns",
560
+ constraints: {
561
+ Pattern: /^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)((, ?)(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*$/
562
+ },
563
+ type: {
564
+ name: "String"
565
+ }
566
+ },
567
+ status: {
568
+ readOnly: true,
569
+ serializedName: "status",
570
+ type: {
571
+ name: "String"
572
+ }
573
+ },
574
+ statusDetails: {
575
+ readOnly: true,
576
+ serializedName: "statusDetails",
577
+ type: {
578
+ name: "String"
579
+ }
580
+ },
581
+ smbServerName: {
582
+ serializedName: "smbServerName",
583
+ type: {
584
+ name: "String"
585
+ }
586
+ },
587
+ organizationalUnit: {
588
+ serializedName: "organizationalUnit",
589
+ defaultValue: 'CN=Computers',
590
+ type: {
591
+ name: "String"
592
+ }
593
+ },
594
+ site: {
595
+ serializedName: "site",
596
+ type: {
597
+ name: "String"
598
+ }
599
+ },
600
+ backupOperators: {
601
+ serializedName: "backupOperators",
602
+ type: {
603
+ name: "Sequence",
604
+ element: {
605
+ type: {
606
+ name: "String"
607
+ }
608
+ }
609
+ }
610
+ },
611
+ administrators: {
612
+ serializedName: "administrators",
613
+ type: {
614
+ name: "Sequence",
615
+ element: {
616
+ type: {
617
+ name: "String"
618
+ }
619
+ }
620
+ }
621
+ },
622
+ kdcIP: {
623
+ serializedName: "kdcIP",
624
+ constraints: {
625
+ Pattern: /^(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)((, ?)(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.(25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?))*$/
626
+ },
627
+ type: {
628
+ name: "String"
629
+ }
630
+ },
631
+ adName: {
632
+ serializedName: "adName",
633
+ constraints: {
634
+ MaxLength: 64,
635
+ MinLength: 1
636
+ },
637
+ type: {
638
+ name: "String"
639
+ }
640
+ },
641
+ serverRootCACertificate: {
642
+ serializedName: "serverRootCACertificate",
643
+ constraints: {
644
+ MaxLength: 10240,
645
+ MinLength: 1
646
+ },
647
+ type: {
648
+ name: "String"
649
+ }
650
+ },
651
+ aesEncryption: {
652
+ serializedName: "aesEncryption",
653
+ type: {
654
+ name: "Boolean"
655
+ }
656
+ },
657
+ ldapSigning: {
658
+ serializedName: "ldapSigning",
659
+ type: {
660
+ name: "Boolean"
661
+ }
662
+ },
663
+ securityOperators: {
664
+ serializedName: "securityOperators",
665
+ type: {
666
+ name: "Sequence",
667
+ element: {
668
+ type: {
669
+ name: "String"
670
+ }
671
+ }
672
+ }
673
+ },
674
+ ldapOverTLS: {
675
+ serializedName: "ldapOverTLS",
676
+ type: {
677
+ name: "Boolean"
678
+ }
679
+ },
680
+ allowLocalNfsUsersWithLdap: {
681
+ serializedName: "allowLocalNfsUsersWithLdap",
682
+ type: {
683
+ name: "Boolean"
684
+ }
685
+ }
686
+ }
687
+ }
688
+ };
689
+
690
+ export const AccountEncryption: msRest.CompositeMapper = {
691
+ serializedName: "accountEncryption",
692
+ type: {
693
+ name: "Composite",
694
+ className: "AccountEncryption",
695
+ modelProperties: {
696
+ keySource: {
697
+ serializedName: "keySource",
698
+ type: {
699
+ name: "String"
700
+ }
701
+ }
702
+ }
703
+ }
704
+ };
705
+
706
+ export const NetAppAccount: msRest.CompositeMapper = {
707
+ serializedName: "netAppAccount",
708
+ type: {
709
+ name: "Composite",
710
+ className: "NetAppAccount",
711
+ modelProperties: {
712
+ location: {
713
+ required: true,
714
+ serializedName: "location",
715
+ type: {
716
+ name: "String"
717
+ }
718
+ },
719
+ id: {
720
+ readOnly: true,
721
+ serializedName: "id",
722
+ type: {
723
+ name: "String"
724
+ }
725
+ },
726
+ name: {
727
+ readOnly: true,
728
+ serializedName: "name",
729
+ type: {
730
+ name: "String"
731
+ }
732
+ },
733
+ etag: {
734
+ readOnly: true,
735
+ serializedName: "etag",
736
+ type: {
737
+ name: "String"
738
+ }
739
+ },
740
+ type: {
741
+ readOnly: true,
742
+ serializedName: "type",
743
+ type: {
744
+ name: "String"
745
+ }
746
+ },
747
+ tags: {
748
+ serializedName: "tags",
749
+ type: {
750
+ name: "Dictionary",
751
+ value: {
752
+ type: {
753
+ name: "String"
754
+ }
755
+ }
756
+ }
757
+ },
758
+ provisioningState: {
759
+ readOnly: true,
760
+ serializedName: "properties.provisioningState",
761
+ type: {
762
+ name: "String"
763
+ }
764
+ },
765
+ activeDirectories: {
766
+ serializedName: "properties.activeDirectories",
767
+ type: {
768
+ name: "Sequence",
769
+ element: {
770
+ type: {
771
+ name: "Composite",
772
+ className: "ActiveDirectory"
773
+ }
774
+ }
775
+ }
776
+ },
777
+ encryption: {
778
+ serializedName: "properties.encryption",
779
+ type: {
780
+ name: "Composite",
781
+ className: "AccountEncryption"
782
+ }
783
+ },
784
+ systemData: {
785
+ readOnly: true,
786
+ serializedName: "systemData",
787
+ type: {
788
+ name: "Composite",
789
+ className: "SystemData"
790
+ }
791
+ }
792
+ }
793
+ }
794
+ };
795
+
796
+ export const NetAppAccountPatch: msRest.CompositeMapper = {
797
+ serializedName: "netAppAccountPatch",
798
+ type: {
799
+ name: "Composite",
800
+ className: "NetAppAccountPatch",
801
+ modelProperties: {
802
+ location: {
803
+ serializedName: "location",
804
+ type: {
805
+ name: "String"
806
+ }
807
+ },
808
+ id: {
809
+ readOnly: true,
810
+ serializedName: "id",
811
+ type: {
812
+ name: "String"
813
+ }
814
+ },
815
+ name: {
816
+ readOnly: true,
817
+ serializedName: "name",
818
+ type: {
819
+ name: "String"
820
+ }
821
+ },
822
+ type: {
823
+ readOnly: true,
824
+ serializedName: "type",
825
+ type: {
826
+ name: "String"
827
+ }
828
+ },
829
+ tags: {
830
+ serializedName: "tags",
831
+ type: {
832
+ name: "Dictionary",
833
+ value: {
834
+ type: {
835
+ name: "String"
836
+ }
837
+ }
838
+ }
839
+ },
840
+ provisioningState: {
841
+ readOnly: true,
842
+ serializedName: "properties.provisioningState",
843
+ type: {
844
+ name: "String"
845
+ }
846
+ },
847
+ activeDirectories: {
848
+ serializedName: "properties.activeDirectories",
849
+ type: {
850
+ name: "Sequence",
851
+ element: {
852
+ type: {
853
+ name: "Composite",
854
+ className: "ActiveDirectory"
855
+ }
856
+ }
857
+ }
858
+ },
859
+ encryption: {
860
+ serializedName: "properties.encryption",
861
+ type: {
862
+ name: "Composite",
863
+ className: "AccountEncryption"
864
+ }
865
+ }
866
+ }
867
+ }
868
+ };
869
+
870
+ export const CapacityPool: msRest.CompositeMapper = {
871
+ serializedName: "capacityPool",
872
+ type: {
873
+ name: "Composite",
874
+ className: "CapacityPool",
875
+ modelProperties: {
876
+ location: {
877
+ required: true,
878
+ serializedName: "location",
879
+ type: {
880
+ name: "String"
881
+ }
882
+ },
883
+ id: {
884
+ readOnly: true,
885
+ serializedName: "id",
886
+ type: {
887
+ name: "String"
888
+ }
889
+ },
890
+ name: {
891
+ readOnly: true,
892
+ serializedName: "name",
893
+ type: {
894
+ name: "String"
895
+ }
896
+ },
897
+ etag: {
898
+ readOnly: true,
899
+ serializedName: "etag",
900
+ type: {
901
+ name: "String"
902
+ }
903
+ },
904
+ type: {
905
+ readOnly: true,
906
+ serializedName: "type",
907
+ type: {
908
+ name: "String"
909
+ }
910
+ },
911
+ tags: {
912
+ serializedName: "tags",
913
+ type: {
914
+ name: "Dictionary",
915
+ value: {
916
+ type: {
917
+ name: "String"
918
+ }
919
+ }
920
+ }
921
+ },
922
+ poolId: {
923
+ readOnly: true,
924
+ serializedName: "properties.poolId",
925
+ constraints: {
926
+ MaxLength: 36,
927
+ MinLength: 36,
928
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
929
+ },
930
+ type: {
931
+ name: "String"
932
+ }
933
+ },
934
+ size: {
935
+ required: true,
936
+ serializedName: "properties.size",
937
+ constraints: {
938
+ InclusiveMaximum: 549755813888000,
939
+ InclusiveMinimum: 4398046511104
940
+ },
941
+ type: {
942
+ name: "Number"
943
+ }
944
+ },
945
+ serviceLevel: {
946
+ required: true,
947
+ serializedName: "properties.serviceLevel",
948
+ defaultValue: 'Premium',
949
+ type: {
950
+ name: "String"
951
+ }
952
+ },
953
+ provisioningState: {
954
+ readOnly: true,
955
+ serializedName: "properties.provisioningState",
956
+ type: {
957
+ name: "String"
958
+ }
959
+ },
960
+ totalThroughputMibps: {
961
+ readOnly: true,
962
+ serializedName: "properties.totalThroughputMibps",
963
+ type: {
964
+ name: "Number"
965
+ }
966
+ },
967
+ utilizedThroughputMibps: {
968
+ readOnly: true,
969
+ serializedName: "properties.utilizedThroughputMibps",
970
+ type: {
971
+ name: "Number"
972
+ }
973
+ },
974
+ qosType: {
975
+ serializedName: "properties.qosType",
976
+ defaultValue: 'Auto',
977
+ type: {
978
+ name: "String"
979
+ }
980
+ },
981
+ coolAccess: {
982
+ serializedName: "properties.coolAccess",
983
+ defaultValue: false,
984
+ type: {
985
+ name: "Boolean"
986
+ }
987
+ },
988
+ encryptionType: {
989
+ nullable: true,
990
+ serializedName: "properties.encryptionType",
991
+ defaultValue: 'Single',
992
+ type: {
993
+ name: "String"
994
+ }
995
+ }
996
+ }
997
+ }
998
+ };
999
+
1000
+ export const CapacityPoolPatch: msRest.CompositeMapper = {
1001
+ serializedName: "capacityPoolPatch",
1002
+ type: {
1003
+ name: "Composite",
1004
+ className: "CapacityPoolPatch",
1005
+ modelProperties: {
1006
+ location: {
1007
+ serializedName: "location",
1008
+ type: {
1009
+ name: "String"
1010
+ }
1011
+ },
1012
+ id: {
1013
+ readOnly: true,
1014
+ serializedName: "id",
1015
+ type: {
1016
+ name: "String"
1017
+ }
1018
+ },
1019
+ name: {
1020
+ readOnly: true,
1021
+ serializedName: "name",
1022
+ type: {
1023
+ name: "String"
1024
+ }
1025
+ },
1026
+ type: {
1027
+ readOnly: true,
1028
+ serializedName: "type",
1029
+ type: {
1030
+ name: "String"
1031
+ }
1032
+ },
1033
+ tags: {
1034
+ serializedName: "tags",
1035
+ type: {
1036
+ name: "Dictionary",
1037
+ value: {
1038
+ type: {
1039
+ name: "String"
1040
+ }
1041
+ }
1042
+ }
1043
+ },
1044
+ size: {
1045
+ serializedName: "properties.size",
1046
+ defaultValue: 4398046511104,
1047
+ constraints: {
1048
+ InclusiveMaximum: 549755813888000,
1049
+ InclusiveMinimum: 4398046511104
1050
+ },
1051
+ type: {
1052
+ name: "Number"
1053
+ }
1054
+ },
1055
+ qosType: {
1056
+ serializedName: "properties.qosType",
1057
+ defaultValue: 'Auto',
1058
+ type: {
1059
+ name: "String"
1060
+ }
1061
+ }
1062
+ }
1063
+ }
1064
+ };
1065
+
1066
+ export const ExportPolicyRule: msRest.CompositeMapper = {
1067
+ serializedName: "exportPolicyRule",
1068
+ type: {
1069
+ name: "Composite",
1070
+ className: "ExportPolicyRule",
1071
+ modelProperties: {
1072
+ ruleIndex: {
1073
+ serializedName: "ruleIndex",
1074
+ type: {
1075
+ name: "Number"
1076
+ }
1077
+ },
1078
+ unixReadOnly: {
1079
+ serializedName: "unixReadOnly",
1080
+ type: {
1081
+ name: "Boolean"
1082
+ }
1083
+ },
1084
+ unixReadWrite: {
1085
+ serializedName: "unixReadWrite",
1086
+ type: {
1087
+ name: "Boolean"
1088
+ }
1089
+ },
1090
+ kerberos5ReadOnly: {
1091
+ serializedName: "kerberos5ReadOnly",
1092
+ defaultValue: false,
1093
+ type: {
1094
+ name: "Boolean"
1095
+ }
1096
+ },
1097
+ kerberos5ReadWrite: {
1098
+ serializedName: "kerberos5ReadWrite",
1099
+ defaultValue: false,
1100
+ type: {
1101
+ name: "Boolean"
1102
+ }
1103
+ },
1104
+ kerberos5iReadOnly: {
1105
+ serializedName: "kerberos5iReadOnly",
1106
+ defaultValue: false,
1107
+ type: {
1108
+ name: "Boolean"
1109
+ }
1110
+ },
1111
+ kerberos5iReadWrite: {
1112
+ serializedName: "kerberos5iReadWrite",
1113
+ defaultValue: false,
1114
+ type: {
1115
+ name: "Boolean"
1116
+ }
1117
+ },
1118
+ kerberos5pReadOnly: {
1119
+ serializedName: "kerberos5pReadOnly",
1120
+ defaultValue: false,
1121
+ type: {
1122
+ name: "Boolean"
1123
+ }
1124
+ },
1125
+ kerberos5pReadWrite: {
1126
+ serializedName: "kerberos5pReadWrite",
1127
+ defaultValue: false,
1128
+ type: {
1129
+ name: "Boolean"
1130
+ }
1131
+ },
1132
+ cifs: {
1133
+ serializedName: "cifs",
1134
+ type: {
1135
+ name: "Boolean"
1136
+ }
1137
+ },
1138
+ nfsv3: {
1139
+ serializedName: "nfsv3",
1140
+ type: {
1141
+ name: "Boolean"
1142
+ }
1143
+ },
1144
+ nfsv41: {
1145
+ serializedName: "nfsv41",
1146
+ type: {
1147
+ name: "Boolean"
1148
+ }
1149
+ },
1150
+ allowedClients: {
1151
+ serializedName: "allowedClients",
1152
+ type: {
1153
+ name: "String"
1154
+ }
1155
+ },
1156
+ hasRootAccess: {
1157
+ serializedName: "hasRootAccess",
1158
+ defaultValue: true,
1159
+ type: {
1160
+ name: "Boolean"
1161
+ }
1162
+ },
1163
+ chownMode: {
1164
+ serializedName: "chownMode",
1165
+ defaultValue: 'Restricted',
1166
+ type: {
1167
+ name: "String"
1168
+ }
1169
+ }
1170
+ }
1171
+ }
1172
+ };
1173
+
1174
+ export const VolumePropertiesExportPolicy: msRest.CompositeMapper = {
1175
+ serializedName: "volumeProperties_exportPolicy",
1176
+ type: {
1177
+ name: "Composite",
1178
+ className: "VolumePropertiesExportPolicy",
1179
+ modelProperties: {
1180
+ rules: {
1181
+ serializedName: "rules",
1182
+ type: {
1183
+ name: "Sequence",
1184
+ element: {
1185
+ type: {
1186
+ name: "Composite",
1187
+ className: "ExportPolicyRule"
1188
+ }
1189
+ }
1190
+ }
1191
+ }
1192
+ }
1193
+ }
1194
+ };
1195
+
1196
+ export const MountTargetProperties: msRest.CompositeMapper = {
1197
+ serializedName: "mountTargetProperties",
1198
+ type: {
1199
+ name: "Composite",
1200
+ className: "MountTargetProperties",
1201
+ modelProperties: {
1202
+ mountTargetId: {
1203
+ readOnly: true,
1204
+ serializedName: "mountTargetId",
1205
+ constraints: {
1206
+ MaxLength: 36,
1207
+ MinLength: 36,
1208
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
1209
+ },
1210
+ type: {
1211
+ name: "String"
1212
+ }
1213
+ },
1214
+ fileSystemId: {
1215
+ required: true,
1216
+ serializedName: "fileSystemId",
1217
+ constraints: {
1218
+ MaxLength: 36,
1219
+ MinLength: 36,
1220
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
1221
+ },
1222
+ type: {
1223
+ name: "String"
1224
+ }
1225
+ },
1226
+ ipAddress: {
1227
+ readOnly: true,
1228
+ serializedName: "ipAddress",
1229
+ type: {
1230
+ name: "String"
1231
+ }
1232
+ },
1233
+ smbServerFqdn: {
1234
+ serializedName: "smbServerFqdn",
1235
+ type: {
1236
+ name: "String"
1237
+ }
1238
+ }
1239
+ }
1240
+ }
1241
+ };
1242
+
1243
+ export const VolumeBackupProperties: msRest.CompositeMapper = {
1244
+ serializedName: "volumeBackupProperties",
1245
+ type: {
1246
+ name: "Composite",
1247
+ className: "VolumeBackupProperties",
1248
+ modelProperties: {
1249
+ backupPolicyId: {
1250
+ serializedName: "backupPolicyId",
1251
+ type: {
1252
+ name: "String"
1253
+ }
1254
+ },
1255
+ policyEnforced: {
1256
+ serializedName: "policyEnforced",
1257
+ type: {
1258
+ name: "Boolean"
1259
+ }
1260
+ },
1261
+ vaultId: {
1262
+ serializedName: "vaultId",
1263
+ type: {
1264
+ name: "String"
1265
+ }
1266
+ },
1267
+ backupEnabled: {
1268
+ serializedName: "backupEnabled",
1269
+ type: {
1270
+ name: "Boolean"
1271
+ }
1272
+ }
1273
+ }
1274
+ }
1275
+ };
1276
+
1277
+ export const ReplicationObject: msRest.CompositeMapper = {
1278
+ serializedName: "replicationObject",
1279
+ type: {
1280
+ name: "Composite",
1281
+ className: "ReplicationObject",
1282
+ modelProperties: {
1283
+ replicationId: {
1284
+ serializedName: "replicationId",
1285
+ type: {
1286
+ name: "String"
1287
+ }
1288
+ },
1289
+ endpointType: {
1290
+ serializedName: "endpointType",
1291
+ type: {
1292
+ name: "String"
1293
+ }
1294
+ },
1295
+ replicationSchedule: {
1296
+ serializedName: "replicationSchedule",
1297
+ type: {
1298
+ name: "String"
1299
+ }
1300
+ },
1301
+ remoteVolumeResourceId: {
1302
+ required: true,
1303
+ serializedName: "remoteVolumeResourceId",
1304
+ type: {
1305
+ name: "String"
1306
+ }
1307
+ },
1308
+ remoteVolumeRegion: {
1309
+ serializedName: "remoteVolumeRegion",
1310
+ type: {
1311
+ name: "String"
1312
+ }
1313
+ }
1314
+ }
1315
+ }
1316
+ };
1317
+
1318
+ export const VolumeSnapshotProperties: msRest.CompositeMapper = {
1319
+ serializedName: "volumeSnapshotProperties",
1320
+ type: {
1321
+ name: "Composite",
1322
+ className: "VolumeSnapshotProperties",
1323
+ modelProperties: {
1324
+ snapshotPolicyId: {
1325
+ serializedName: "snapshotPolicyId",
1326
+ type: {
1327
+ name: "String"
1328
+ }
1329
+ }
1330
+ }
1331
+ }
1332
+ };
1333
+
1334
+ export const VolumePropertiesDataProtection: msRest.CompositeMapper = {
1335
+ serializedName: "volumeProperties_dataProtection",
1336
+ type: {
1337
+ name: "Composite",
1338
+ className: "VolumePropertiesDataProtection",
1339
+ modelProperties: {
1340
+ backup: {
1341
+ serializedName: "backup",
1342
+ type: {
1343
+ name: "Composite",
1344
+ className: "VolumeBackupProperties"
1345
+ }
1346
+ },
1347
+ replication: {
1348
+ serializedName: "replication",
1349
+ type: {
1350
+ name: "Composite",
1351
+ className: "ReplicationObject"
1352
+ }
1353
+ },
1354
+ snapshot: {
1355
+ serializedName: "snapshot",
1356
+ type: {
1357
+ name: "Composite",
1358
+ className: "VolumeSnapshotProperties"
1359
+ }
1360
+ }
1361
+ }
1362
+ }
1363
+ };
1364
+
1365
+ export const Volume: msRest.CompositeMapper = {
1366
+ serializedName: "volume",
1367
+ type: {
1368
+ name: "Composite",
1369
+ className: "Volume",
1370
+ modelProperties: {
1371
+ location: {
1372
+ required: true,
1373
+ serializedName: "location",
1374
+ type: {
1375
+ name: "String"
1376
+ }
1377
+ },
1378
+ id: {
1379
+ readOnly: true,
1380
+ serializedName: "id",
1381
+ type: {
1382
+ name: "String"
1383
+ }
1384
+ },
1385
+ name: {
1386
+ readOnly: true,
1387
+ serializedName: "name",
1388
+ type: {
1389
+ name: "String"
1390
+ }
1391
+ },
1392
+ etag: {
1393
+ readOnly: true,
1394
+ serializedName: "etag",
1395
+ type: {
1396
+ name: "String"
1397
+ }
1398
+ },
1399
+ type: {
1400
+ readOnly: true,
1401
+ serializedName: "type",
1402
+ type: {
1403
+ name: "String"
1404
+ }
1405
+ },
1406
+ tags: {
1407
+ serializedName: "tags",
1408
+ type: {
1409
+ name: "Dictionary",
1410
+ value: {
1411
+ type: {
1412
+ name: "String"
1413
+ }
1414
+ }
1415
+ }
1416
+ },
1417
+ fileSystemId: {
1418
+ readOnly: true,
1419
+ serializedName: "properties.fileSystemId",
1420
+ constraints: {
1421
+ MaxLength: 36,
1422
+ MinLength: 36,
1423
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
1424
+ },
1425
+ type: {
1426
+ name: "String"
1427
+ }
1428
+ },
1429
+ creationToken: {
1430
+ required: true,
1431
+ serializedName: "properties.creationToken",
1432
+ constraints: {
1433
+ MaxLength: 80,
1434
+ MinLength: 1,
1435
+ Pattern: /^[a-zA-Z][a-zA-Z0-9\-]{0,79}$/
1436
+ },
1437
+ type: {
1438
+ name: "String"
1439
+ }
1440
+ },
1441
+ serviceLevel: {
1442
+ serializedName: "properties.serviceLevel",
1443
+ defaultValue: 'Premium',
1444
+ type: {
1445
+ name: "String"
1446
+ }
1447
+ },
1448
+ usageThreshold: {
1449
+ required: true,
1450
+ serializedName: "properties.usageThreshold",
1451
+ defaultValue: 107374182400,
1452
+ constraints: {
1453
+ InclusiveMaximum: 109951162777600,
1454
+ InclusiveMinimum: 107374182400
1455
+ },
1456
+ type: {
1457
+ name: "Number"
1458
+ }
1459
+ },
1460
+ exportPolicy: {
1461
+ serializedName: "properties.exportPolicy",
1462
+ type: {
1463
+ name: "Composite",
1464
+ className: "VolumePropertiesExportPolicy"
1465
+ }
1466
+ },
1467
+ protocolTypes: {
1468
+ serializedName: "properties.protocolTypes",
1469
+ type: {
1470
+ name: "Sequence",
1471
+ element: {
1472
+ type: {
1473
+ name: "String"
1474
+ }
1475
+ }
1476
+ }
1477
+ },
1478
+ provisioningState: {
1479
+ readOnly: true,
1480
+ serializedName: "properties.provisioningState",
1481
+ type: {
1482
+ name: "String"
1483
+ }
1484
+ },
1485
+ snapshotId: {
1486
+ nullable: true,
1487
+ serializedName: "properties.snapshotId",
1488
+ constraints: {
1489
+ MaxLength: 36,
1490
+ MinLength: 36,
1491
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/
1492
+ },
1493
+ type: {
1494
+ name: "String"
1495
+ }
1496
+ },
1497
+ backupId: {
1498
+ nullable: true,
1499
+ serializedName: "properties.backupId",
1500
+ constraints: {
1501
+ MaxLength: 36,
1502
+ MinLength: 36,
1503
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}|(\\?([^\/]*[\/])*)([^\/]+)$/
1504
+ },
1505
+ type: {
1506
+ name: "String"
1507
+ }
1508
+ },
1509
+ baremetalTenantId: {
1510
+ readOnly: true,
1511
+ serializedName: "properties.baremetalTenantId",
1512
+ type: {
1513
+ name: "String"
1514
+ }
1515
+ },
1516
+ subnetId: {
1517
+ required: true,
1518
+ serializedName: "properties.subnetId",
1519
+ type: {
1520
+ name: "String"
1521
+ }
1522
+ },
1523
+ networkFeatures: {
1524
+ serializedName: "properties.networkFeatures",
1525
+ defaultValue: 'Basic',
1526
+ type: {
1527
+ name: "String"
1528
+ }
1529
+ },
1530
+ networkSiblingSetId: {
1531
+ readOnly: true,
1532
+ serializedName: "properties.networkSiblingSetId",
1533
+ constraints: {
1534
+ MaxLength: 36,
1535
+ MinLength: 36,
1536
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
1537
+ },
1538
+ type: {
1539
+ name: "String"
1540
+ }
1541
+ },
1542
+ storageToNetworkProximity: {
1543
+ readOnly: true,
1544
+ serializedName: "properties.storageToNetworkProximity",
1545
+ type: {
1546
+ name: "String"
1547
+ }
1548
+ },
1549
+ mountTargets: {
1550
+ readOnly: true,
1551
+ serializedName: "properties.mountTargets",
1552
+ type: {
1553
+ name: "Sequence",
1554
+ element: {
1555
+ type: {
1556
+ name: "Composite",
1557
+ className: "MountTargetProperties"
1558
+ }
1559
+ }
1560
+ }
1561
+ },
1562
+ volumeType: {
1563
+ serializedName: "properties.volumeType",
1564
+ type: {
1565
+ name: "String"
1566
+ }
1567
+ },
1568
+ dataProtection: {
1569
+ serializedName: "properties.dataProtection",
1570
+ type: {
1571
+ name: "Composite",
1572
+ className: "VolumePropertiesDataProtection"
1573
+ }
1574
+ },
1575
+ isRestoring: {
1576
+ serializedName: "properties.isRestoring",
1577
+ type: {
1578
+ name: "Boolean"
1579
+ }
1580
+ },
1581
+ snapshotDirectoryVisible: {
1582
+ serializedName: "properties.snapshotDirectoryVisible",
1583
+ defaultValue: true,
1584
+ type: {
1585
+ name: "Boolean"
1586
+ }
1587
+ },
1588
+ kerberosEnabled: {
1589
+ serializedName: "properties.kerberosEnabled",
1590
+ defaultValue: false,
1591
+ type: {
1592
+ name: "Boolean"
1593
+ }
1594
+ },
1595
+ securityStyle: {
1596
+ serializedName: "properties.securityStyle",
1597
+ defaultValue: 'unix',
1598
+ type: {
1599
+ name: "String"
1600
+ }
1601
+ },
1602
+ smbEncryption: {
1603
+ serializedName: "properties.smbEncryption",
1604
+ defaultValue: false,
1605
+ type: {
1606
+ name: "Boolean"
1607
+ }
1608
+ },
1609
+ smbContinuouslyAvailable: {
1610
+ serializedName: "properties.smbContinuouslyAvailable",
1611
+ defaultValue: false,
1612
+ type: {
1613
+ name: "Boolean"
1614
+ }
1615
+ },
1616
+ throughputMibps: {
1617
+ serializedName: "properties.throughputMibps",
1618
+ defaultValue: 0,
1619
+ constraints: {
1620
+ InclusiveMaximum: 4500,
1621
+ InclusiveMinimum: 0
1622
+ },
1623
+ type: {
1624
+ name: "Number"
1625
+ }
1626
+ },
1627
+ encryptionKeySource: {
1628
+ serializedName: "properties.encryptionKeySource",
1629
+ type: {
1630
+ name: "String"
1631
+ }
1632
+ },
1633
+ ldapEnabled: {
1634
+ serializedName: "properties.ldapEnabled",
1635
+ defaultValue: false,
1636
+ type: {
1637
+ name: "Boolean"
1638
+ }
1639
+ },
1640
+ coolAccess: {
1641
+ serializedName: "properties.coolAccess",
1642
+ defaultValue: false,
1643
+ type: {
1644
+ name: "Boolean"
1645
+ }
1646
+ },
1647
+ coolnessPeriod: {
1648
+ serializedName: "properties.coolnessPeriod",
1649
+ constraints: {
1650
+ InclusiveMaximum: 63,
1651
+ InclusiveMinimum: 7
1652
+ },
1653
+ type: {
1654
+ name: "Number"
1655
+ }
1656
+ },
1657
+ unixPermissions: {
1658
+ nullable: true,
1659
+ serializedName: "properties.unixPermissions",
1660
+ defaultValue: '0770',
1661
+ constraints: {
1662
+ MaxLength: 4,
1663
+ MinLength: 4
1664
+ },
1665
+ type: {
1666
+ name: "String"
1667
+ }
1668
+ },
1669
+ cloneProgress: {
1670
+ nullable: true,
1671
+ readOnly: true,
1672
+ serializedName: "properties.cloneProgress",
1673
+ type: {
1674
+ name: "Number"
1675
+ }
1676
+ },
1677
+ avsDataStore: {
1678
+ serializedName: "properties.avsDataStore",
1679
+ defaultValue: 'Disabled',
1680
+ type: {
1681
+ name: "String"
1682
+ }
1683
+ },
1684
+ isDefaultQuotaEnabled: {
1685
+ serializedName: "properties.isDefaultQuotaEnabled",
1686
+ defaultValue: false,
1687
+ type: {
1688
+ name: "Boolean"
1689
+ }
1690
+ },
1691
+ defaultUserQuotaInKiBs: {
1692
+ serializedName: "properties.defaultUserQuotaInKiBs",
1693
+ defaultValue: 0,
1694
+ type: {
1695
+ name: "Number"
1696
+ }
1697
+ },
1698
+ defaultGroupQuotaInKiBs: {
1699
+ serializedName: "properties.defaultGroupQuotaInKiBs",
1700
+ defaultValue: 0,
1701
+ type: {
1702
+ name: "Number"
1703
+ }
1704
+ }
1705
+ }
1706
+ }
1707
+ };
1708
+
1709
+ export const ResourceIdentity: msRest.CompositeMapper = {
1710
+ serializedName: "resourceIdentity",
1711
+ type: {
1712
+ name: "Composite",
1713
+ className: "ResourceIdentity",
1714
+ modelProperties: {
1715
+ principalId: {
1716
+ readOnly: true,
1717
+ serializedName: "principalId",
1718
+ type: {
1719
+ name: "String"
1720
+ }
1721
+ },
1722
+ tenantId: {
1723
+ readOnly: true,
1724
+ serializedName: "tenantId",
1725
+ type: {
1726
+ name: "String"
1727
+ }
1728
+ },
1729
+ type: {
1730
+ serializedName: "type",
1731
+ type: {
1732
+ name: "String"
1733
+ }
1734
+ }
1735
+ }
1736
+ }
1737
+ };
1738
+
1739
+ export const ReplicationStatus: msRest.CompositeMapper = {
1740
+ serializedName: "replicationStatus",
1741
+ type: {
1742
+ name: "Composite",
1743
+ className: "ReplicationStatus",
1744
+ modelProperties: {
1745
+ healthy: {
1746
+ serializedName: "healthy",
1747
+ type: {
1748
+ name: "Boolean"
1749
+ }
1750
+ },
1751
+ relationshipStatus: {
1752
+ serializedName: "relationshipStatus",
1753
+ type: {
1754
+ name: "String"
1755
+ }
1756
+ },
1757
+ mirrorState: {
1758
+ serializedName: "mirrorState",
1759
+ type: {
1760
+ name: "String"
1761
+ }
1762
+ },
1763
+ totalProgress: {
1764
+ serializedName: "totalProgress",
1765
+ type: {
1766
+ name: "String"
1767
+ }
1768
+ },
1769
+ errorMessage: {
1770
+ serializedName: "errorMessage",
1771
+ type: {
1772
+ name: "String"
1773
+ }
1774
+ }
1775
+ }
1776
+ }
1777
+ };
1778
+
1779
+ export const VolumePatchPropertiesExportPolicy: msRest.CompositeMapper = {
1780
+ serializedName: "volumePatchProperties_exportPolicy",
1781
+ type: {
1782
+ name: "Composite",
1783
+ className: "VolumePatchPropertiesExportPolicy",
1784
+ modelProperties: {
1785
+ rules: {
1786
+ serializedName: "rules",
1787
+ type: {
1788
+ name: "Sequence",
1789
+ element: {
1790
+ type: {
1791
+ name: "Composite",
1792
+ className: "ExportPolicyRule"
1793
+ }
1794
+ }
1795
+ }
1796
+ }
1797
+ }
1798
+ }
1799
+ };
1800
+
1801
+ export const VolumePatchPropertiesDataProtection: msRest.CompositeMapper = {
1802
+ serializedName: "volumePatchProperties_dataProtection",
1803
+ type: {
1804
+ name: "Composite",
1805
+ className: "VolumePatchPropertiesDataProtection",
1806
+ modelProperties: {
1807
+ backup: {
1808
+ serializedName: "backup",
1809
+ type: {
1810
+ name: "Composite",
1811
+ className: "VolumeBackupProperties"
1812
+ }
1813
+ },
1814
+ snapshot: {
1815
+ serializedName: "snapshot",
1816
+ type: {
1817
+ name: "Composite",
1818
+ className: "VolumeSnapshotProperties"
1819
+ }
1820
+ }
1821
+ }
1822
+ }
1823
+ };
1824
+
1825
+ export const VolumePatch: msRest.CompositeMapper = {
1826
+ serializedName: "volumePatch",
1827
+ type: {
1828
+ name: "Composite",
1829
+ className: "VolumePatch",
1830
+ modelProperties: {
1831
+ location: {
1832
+ serializedName: "location",
1833
+ type: {
1834
+ name: "String"
1835
+ }
1836
+ },
1837
+ id: {
1838
+ readOnly: true,
1839
+ serializedName: "id",
1840
+ type: {
1841
+ name: "String"
1842
+ }
1843
+ },
1844
+ name: {
1845
+ readOnly: true,
1846
+ serializedName: "name",
1847
+ type: {
1848
+ name: "String"
1849
+ }
1850
+ },
1851
+ type: {
1852
+ readOnly: true,
1853
+ serializedName: "type",
1854
+ type: {
1855
+ name: "String"
1856
+ }
1857
+ },
1858
+ tags: {
1859
+ serializedName: "tags",
1860
+ type: {
1861
+ name: "Dictionary",
1862
+ value: {
1863
+ type: {
1864
+ name: "String"
1865
+ }
1866
+ }
1867
+ }
1868
+ },
1869
+ serviceLevel: {
1870
+ serializedName: "properties.serviceLevel",
1871
+ defaultValue: 'Premium',
1872
+ type: {
1873
+ name: "String"
1874
+ }
1875
+ },
1876
+ usageThreshold: {
1877
+ serializedName: "properties.usageThreshold",
1878
+ defaultValue: 107374182400,
1879
+ constraints: {
1880
+ InclusiveMaximum: 109951162777600,
1881
+ InclusiveMinimum: 107374182400
1882
+ },
1883
+ type: {
1884
+ name: "Number"
1885
+ }
1886
+ },
1887
+ exportPolicy: {
1888
+ serializedName: "properties.exportPolicy",
1889
+ type: {
1890
+ name: "Composite",
1891
+ className: "VolumePatchPropertiesExportPolicy"
1892
+ }
1893
+ },
1894
+ throughputMibps: {
1895
+ serializedName: "properties.throughputMibps",
1896
+ constraints: {
1897
+ InclusiveMaximum: 4500,
1898
+ InclusiveMinimum: 1
1899
+ },
1900
+ type: {
1901
+ name: "Number"
1902
+ }
1903
+ },
1904
+ dataProtection: {
1905
+ serializedName: "properties.dataProtection",
1906
+ type: {
1907
+ name: "Composite",
1908
+ className: "VolumePatchPropertiesDataProtection"
1909
+ }
1910
+ },
1911
+ isDefaultQuotaEnabled: {
1912
+ serializedName: "properties.isDefaultQuotaEnabled",
1913
+ defaultValue: false,
1914
+ type: {
1915
+ name: "Boolean"
1916
+ }
1917
+ },
1918
+ defaultUserQuotaInKiBs: {
1919
+ serializedName: "properties.defaultUserQuotaInKiBs",
1920
+ defaultValue: 0,
1921
+ type: {
1922
+ name: "Number"
1923
+ }
1924
+ },
1925
+ defaultGroupQuotaInKiBs: {
1926
+ serializedName: "properties.defaultGroupQuotaInKiBs",
1927
+ defaultValue: 0,
1928
+ type: {
1929
+ name: "Number"
1930
+ }
1931
+ }
1932
+ }
1933
+ }
1934
+ };
1935
+
1936
+ export const MountTarget: msRest.CompositeMapper = {
1937
+ serializedName: "mountTarget",
1938
+ type: {
1939
+ name: "Composite",
1940
+ className: "MountTarget",
1941
+ modelProperties: {
1942
+ location: {
1943
+ required: true,
1944
+ serializedName: "location",
1945
+ type: {
1946
+ name: "String"
1947
+ }
1948
+ },
1949
+ id: {
1950
+ readOnly: true,
1951
+ serializedName: "id",
1952
+ type: {
1953
+ name: "String"
1954
+ }
1955
+ },
1956
+ name: {
1957
+ readOnly: true,
1958
+ serializedName: "name",
1959
+ type: {
1960
+ name: "String"
1961
+ }
1962
+ },
1963
+ type: {
1964
+ readOnly: true,
1965
+ serializedName: "type",
1966
+ type: {
1967
+ name: "String"
1968
+ }
1969
+ },
1970
+ tags: {
1971
+ serializedName: "tags",
1972
+ type: {
1973
+ name: "Dictionary",
1974
+ value: {
1975
+ type: {
1976
+ name: "String"
1977
+ }
1978
+ }
1979
+ }
1980
+ },
1981
+ mountTargetId: {
1982
+ readOnly: true,
1983
+ serializedName: "properties.mountTargetId",
1984
+ constraints: {
1985
+ MaxLength: 36,
1986
+ MinLength: 36,
1987
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
1988
+ },
1989
+ type: {
1990
+ name: "String"
1991
+ }
1992
+ },
1993
+ fileSystemId: {
1994
+ required: true,
1995
+ serializedName: "properties.fileSystemId",
1996
+ constraints: {
1997
+ MaxLength: 36,
1998
+ MinLength: 36,
1999
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
2000
+ },
2001
+ type: {
2002
+ name: "String"
2003
+ }
2004
+ },
2005
+ ipAddress: {
2006
+ readOnly: true,
2007
+ serializedName: "properties.ipAddress",
2008
+ type: {
2009
+ name: "String"
2010
+ }
2011
+ },
2012
+ smbServerFqdn: {
2013
+ serializedName: "properties.smbServerFqdn",
2014
+ type: {
2015
+ name: "String"
2016
+ }
2017
+ }
2018
+ }
2019
+ }
2020
+ };
2021
+
2022
+ export const Snapshot: msRest.CompositeMapper = {
2023
+ serializedName: "snapshot",
2024
+ type: {
2025
+ name: "Composite",
2026
+ className: "Snapshot",
2027
+ modelProperties: {
2028
+ location: {
2029
+ required: true,
2030
+ serializedName: "location",
2031
+ type: {
2032
+ name: "String"
2033
+ }
2034
+ },
2035
+ id: {
2036
+ readOnly: true,
2037
+ serializedName: "id",
2038
+ type: {
2039
+ name: "String"
2040
+ }
2041
+ },
2042
+ name: {
2043
+ readOnly: true,
2044
+ serializedName: "name",
2045
+ type: {
2046
+ name: "String"
2047
+ }
2048
+ },
2049
+ type: {
2050
+ readOnly: true,
2051
+ serializedName: "type",
2052
+ type: {
2053
+ name: "String"
2054
+ }
2055
+ },
2056
+ snapshotId: {
2057
+ readOnly: true,
2058
+ serializedName: "properties.snapshotId",
2059
+ constraints: {
2060
+ MaxLength: 36,
2061
+ MinLength: 36,
2062
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
2063
+ },
2064
+ type: {
2065
+ name: "String"
2066
+ }
2067
+ },
2068
+ created: {
2069
+ readOnly: true,
2070
+ serializedName: "properties.created",
2071
+ type: {
2072
+ name: "DateTime"
2073
+ }
2074
+ },
2075
+ provisioningState: {
2076
+ readOnly: true,
2077
+ serializedName: "properties.provisioningState",
2078
+ type: {
2079
+ name: "String"
2080
+ }
2081
+ }
2082
+ }
2083
+ }
2084
+ };
2085
+
2086
+ export const HourlySchedule: msRest.CompositeMapper = {
2087
+ serializedName: "hourlySchedule",
2088
+ type: {
2089
+ name: "Composite",
2090
+ className: "HourlySchedule",
2091
+ modelProperties: {
2092
+ snapshotsToKeep: {
2093
+ serializedName: "snapshotsToKeep",
2094
+ type: {
2095
+ name: "Number"
2096
+ }
2097
+ },
2098
+ minute: {
2099
+ serializedName: "minute",
2100
+ type: {
2101
+ name: "Number"
2102
+ }
2103
+ },
2104
+ usedBytes: {
2105
+ serializedName: "usedBytes",
2106
+ type: {
2107
+ name: "Number"
2108
+ }
2109
+ }
2110
+ }
2111
+ }
2112
+ };
2113
+
2114
+ export const DailySchedule: msRest.CompositeMapper = {
2115
+ serializedName: "dailySchedule",
2116
+ type: {
2117
+ name: "Composite",
2118
+ className: "DailySchedule",
2119
+ modelProperties: {
2120
+ snapshotsToKeep: {
2121
+ serializedName: "snapshotsToKeep",
2122
+ type: {
2123
+ name: "Number"
2124
+ }
2125
+ },
2126
+ hour: {
2127
+ serializedName: "hour",
2128
+ type: {
2129
+ name: "Number"
2130
+ }
2131
+ },
2132
+ minute: {
2133
+ serializedName: "minute",
2134
+ type: {
2135
+ name: "Number"
2136
+ }
2137
+ },
2138
+ usedBytes: {
2139
+ serializedName: "usedBytes",
2140
+ type: {
2141
+ name: "Number"
2142
+ }
2143
+ }
2144
+ }
2145
+ }
2146
+ };
2147
+
2148
+ export const WeeklySchedule: msRest.CompositeMapper = {
2149
+ serializedName: "weeklySchedule",
2150
+ type: {
2151
+ name: "Composite",
2152
+ className: "WeeklySchedule",
2153
+ modelProperties: {
2154
+ snapshotsToKeep: {
2155
+ serializedName: "snapshotsToKeep",
2156
+ type: {
2157
+ name: "Number"
2158
+ }
2159
+ },
2160
+ day: {
2161
+ serializedName: "day",
2162
+ type: {
2163
+ name: "String"
2164
+ }
2165
+ },
2166
+ hour: {
2167
+ serializedName: "hour",
2168
+ type: {
2169
+ name: "Number"
2170
+ }
2171
+ },
2172
+ minute: {
2173
+ serializedName: "minute",
2174
+ type: {
2175
+ name: "Number"
2176
+ }
2177
+ },
2178
+ usedBytes: {
2179
+ serializedName: "usedBytes",
2180
+ type: {
2181
+ name: "Number"
2182
+ }
2183
+ }
2184
+ }
2185
+ }
2186
+ };
2187
+
2188
+ export const MonthlySchedule: msRest.CompositeMapper = {
2189
+ serializedName: "monthlySchedule",
2190
+ type: {
2191
+ name: "Composite",
2192
+ className: "MonthlySchedule",
2193
+ modelProperties: {
2194
+ snapshotsToKeep: {
2195
+ serializedName: "snapshotsToKeep",
2196
+ type: {
2197
+ name: "Number"
2198
+ }
2199
+ },
2200
+ daysOfMonth: {
2201
+ serializedName: "daysOfMonth",
2202
+ type: {
2203
+ name: "String"
2204
+ }
2205
+ },
2206
+ hour: {
2207
+ serializedName: "hour",
2208
+ type: {
2209
+ name: "Number"
2210
+ }
2211
+ },
2212
+ minute: {
2213
+ serializedName: "minute",
2214
+ type: {
2215
+ name: "Number"
2216
+ }
2217
+ },
2218
+ usedBytes: {
2219
+ serializedName: "usedBytes",
2220
+ type: {
2221
+ name: "Number"
2222
+ }
2223
+ }
2224
+ }
2225
+ }
2226
+ };
2227
+
2228
+ export const SnapshotPolicy: msRest.CompositeMapper = {
2229
+ serializedName: "snapshotPolicy",
2230
+ type: {
2231
+ name: "Composite",
2232
+ className: "SnapshotPolicy",
2233
+ modelProperties: {
2234
+ location: {
2235
+ required: true,
2236
+ serializedName: "location",
2237
+ type: {
2238
+ name: "String"
2239
+ }
2240
+ },
2241
+ id: {
2242
+ readOnly: true,
2243
+ serializedName: "id",
2244
+ type: {
2245
+ name: "String"
2246
+ }
2247
+ },
2248
+ name: {
2249
+ readOnly: true,
2250
+ serializedName: "name",
2251
+ type: {
2252
+ name: "String"
2253
+ }
2254
+ },
2255
+ etag: {
2256
+ readOnly: true,
2257
+ serializedName: "etag",
2258
+ type: {
2259
+ name: "String"
2260
+ }
2261
+ },
2262
+ type: {
2263
+ readOnly: true,
2264
+ serializedName: "type",
2265
+ type: {
2266
+ name: "String"
2267
+ }
2268
+ },
2269
+ tags: {
2270
+ serializedName: "tags",
2271
+ type: {
2272
+ name: "Dictionary",
2273
+ value: {
2274
+ type: {
2275
+ name: "String"
2276
+ }
2277
+ }
2278
+ }
2279
+ },
2280
+ hourlySchedule: {
2281
+ serializedName: "properties.hourlySchedule",
2282
+ type: {
2283
+ name: "Composite",
2284
+ className: "HourlySchedule"
2285
+ }
2286
+ },
2287
+ dailySchedule: {
2288
+ serializedName: "properties.dailySchedule",
2289
+ type: {
2290
+ name: "Composite",
2291
+ className: "DailySchedule"
2292
+ }
2293
+ },
2294
+ weeklySchedule: {
2295
+ serializedName: "properties.weeklySchedule",
2296
+ type: {
2297
+ name: "Composite",
2298
+ className: "WeeklySchedule"
2299
+ }
2300
+ },
2301
+ monthlySchedule: {
2302
+ serializedName: "properties.monthlySchedule",
2303
+ type: {
2304
+ name: "Composite",
2305
+ className: "MonthlySchedule"
2306
+ }
2307
+ },
2308
+ enabled: {
2309
+ serializedName: "properties.enabled",
2310
+ type: {
2311
+ name: "Boolean"
2312
+ }
2313
+ },
2314
+ provisioningState: {
2315
+ readOnly: true,
2316
+ serializedName: "properties.provisioningState",
2317
+ type: {
2318
+ name: "String"
2319
+ }
2320
+ }
2321
+ }
2322
+ }
2323
+ };
2324
+
2325
+ export const SnapshotPolicyDetails: msRest.CompositeMapper = {
2326
+ serializedName: "snapshotPolicyDetails",
2327
+ type: {
2328
+ name: "Composite",
2329
+ className: "SnapshotPolicyDetails",
2330
+ modelProperties: {
2331
+ location: {
2332
+ serializedName: "location",
2333
+ type: {
2334
+ name: "String"
2335
+ }
2336
+ },
2337
+ id: {
2338
+ readOnly: true,
2339
+ serializedName: "id",
2340
+ type: {
2341
+ name: "String"
2342
+ }
2343
+ },
2344
+ name: {
2345
+ readOnly: true,
2346
+ serializedName: "name",
2347
+ type: {
2348
+ name: "String"
2349
+ }
2350
+ },
2351
+ type: {
2352
+ readOnly: true,
2353
+ serializedName: "type",
2354
+ type: {
2355
+ name: "String"
2356
+ }
2357
+ },
2358
+ tags: {
2359
+ serializedName: "tags",
2360
+ type: {
2361
+ name: "Dictionary",
2362
+ value: {
2363
+ type: {
2364
+ name: "String"
2365
+ }
2366
+ }
2367
+ }
2368
+ },
2369
+ hourlySchedule: {
2370
+ serializedName: "properties.hourlySchedule",
2371
+ type: {
2372
+ name: "Composite",
2373
+ className: "HourlySchedule"
2374
+ }
2375
+ },
2376
+ dailySchedule: {
2377
+ serializedName: "properties.dailySchedule",
2378
+ type: {
2379
+ name: "Composite",
2380
+ className: "DailySchedule"
2381
+ }
2382
+ },
2383
+ weeklySchedule: {
2384
+ serializedName: "properties.weeklySchedule",
2385
+ type: {
2386
+ name: "Composite",
2387
+ className: "WeeklySchedule"
2388
+ }
2389
+ },
2390
+ monthlySchedule: {
2391
+ serializedName: "properties.monthlySchedule",
2392
+ type: {
2393
+ name: "Composite",
2394
+ className: "MonthlySchedule"
2395
+ }
2396
+ },
2397
+ enabled: {
2398
+ serializedName: "properties.enabled",
2399
+ type: {
2400
+ name: "Boolean"
2401
+ }
2402
+ },
2403
+ provisioningState: {
2404
+ readOnly: true,
2405
+ serializedName: "properties.provisioningState",
2406
+ type: {
2407
+ name: "String"
2408
+ }
2409
+ }
2410
+ }
2411
+ }
2412
+ };
2413
+
2414
+ export const SnapshotPolicyPatch: msRest.CompositeMapper = {
2415
+ serializedName: "snapshotPolicyPatch",
2416
+ type: {
2417
+ name: "Composite",
2418
+ className: "SnapshotPolicyPatch",
2419
+ modelProperties: {
2420
+ location: {
2421
+ serializedName: "location",
2422
+ type: {
2423
+ name: "String"
2424
+ }
2425
+ },
2426
+ id: {
2427
+ readOnly: true,
2428
+ serializedName: "id",
2429
+ type: {
2430
+ name: "String"
2431
+ }
2432
+ },
2433
+ name: {
2434
+ readOnly: true,
2435
+ serializedName: "name",
2436
+ type: {
2437
+ name: "String"
2438
+ }
2439
+ },
2440
+ type: {
2441
+ readOnly: true,
2442
+ serializedName: "type",
2443
+ type: {
2444
+ name: "String"
2445
+ }
2446
+ },
2447
+ tags: {
2448
+ serializedName: "tags",
2449
+ type: {
2450
+ name: "Dictionary",
2451
+ value: {
2452
+ type: {
2453
+ name: "String"
2454
+ }
2455
+ }
2456
+ }
2457
+ },
2458
+ hourlySchedule: {
2459
+ serializedName: "properties.hourlySchedule",
2460
+ type: {
2461
+ name: "Composite",
2462
+ className: "HourlySchedule"
2463
+ }
2464
+ },
2465
+ dailySchedule: {
2466
+ serializedName: "properties.dailySchedule",
2467
+ type: {
2468
+ name: "Composite",
2469
+ className: "DailySchedule"
2470
+ }
2471
+ },
2472
+ weeklySchedule: {
2473
+ serializedName: "properties.weeklySchedule",
2474
+ type: {
2475
+ name: "Composite",
2476
+ className: "WeeklySchedule"
2477
+ }
2478
+ },
2479
+ monthlySchedule: {
2480
+ serializedName: "properties.monthlySchedule",
2481
+ type: {
2482
+ name: "Composite",
2483
+ className: "MonthlySchedule"
2484
+ }
2485
+ },
2486
+ enabled: {
2487
+ serializedName: "properties.enabled",
2488
+ type: {
2489
+ name: "Boolean"
2490
+ }
2491
+ },
2492
+ provisioningState: {
2493
+ readOnly: true,
2494
+ serializedName: "properties.provisioningState",
2495
+ type: {
2496
+ name: "String"
2497
+ }
2498
+ }
2499
+ }
2500
+ }
2501
+ };
2502
+
2503
+ export const SnapshotPolicyVolumeList: msRest.CompositeMapper = {
2504
+ serializedName: "snapshotPolicyVolumeList",
2505
+ type: {
2506
+ name: "Composite",
2507
+ className: "SnapshotPolicyVolumeList",
2508
+ modelProperties: {
2509
+ value: {
2510
+ serializedName: "value",
2511
+ type: {
2512
+ name: "Sequence",
2513
+ element: {
2514
+ type: {
2515
+ name: "Object"
2516
+ }
2517
+ }
2518
+ }
2519
+ }
2520
+ }
2521
+ }
2522
+ };
2523
+
2524
+ export const VolumeRevert: msRest.CompositeMapper = {
2525
+ serializedName: "volumeRevert",
2526
+ type: {
2527
+ name: "Composite",
2528
+ className: "VolumeRevert",
2529
+ modelProperties: {
2530
+ snapshotId: {
2531
+ serializedName: "snapshotId",
2532
+ type: {
2533
+ name: "String"
2534
+ }
2535
+ }
2536
+ }
2537
+ }
2538
+ };
2539
+
2540
+ export const AuthorizeRequest: msRest.CompositeMapper = {
2541
+ serializedName: "authorizeRequest",
2542
+ type: {
2543
+ name: "Composite",
2544
+ className: "AuthorizeRequest",
2545
+ modelProperties: {
2546
+ remoteVolumeResourceId: {
2547
+ serializedName: "remoteVolumeResourceId",
2548
+ type: {
2549
+ name: "String"
2550
+ }
2551
+ }
2552
+ }
2553
+ }
2554
+ };
2555
+
2556
+ export const BreakReplicationRequest: msRest.CompositeMapper = {
2557
+ serializedName: "breakReplicationRequest",
2558
+ type: {
2559
+ name: "Composite",
2560
+ className: "BreakReplicationRequest",
2561
+ modelProperties: {
2562
+ forceBreakReplication: {
2563
+ serializedName: "forceBreakReplication",
2564
+ type: {
2565
+ name: "Boolean"
2566
+ }
2567
+ }
2568
+ }
2569
+ }
2570
+ };
2571
+
2572
+ export const PoolChangeRequest: msRest.CompositeMapper = {
2573
+ serializedName: "poolChangeRequest",
2574
+ type: {
2575
+ name: "Composite",
2576
+ className: "PoolChangeRequest",
2577
+ modelProperties: {
2578
+ newPoolResourceId: {
2579
+ required: true,
2580
+ serializedName: "newPoolResourceId",
2581
+ type: {
2582
+ name: "String"
2583
+ }
2584
+ }
2585
+ }
2586
+ }
2587
+ };
2588
+
2589
+ export const Backup: msRest.CompositeMapper = {
2590
+ serializedName: "backup",
2591
+ type: {
2592
+ name: "Composite",
2593
+ className: "Backup",
2594
+ modelProperties: {
2595
+ location: {
2596
+ required: true,
2597
+ serializedName: "location",
2598
+ type: {
2599
+ name: "String"
2600
+ }
2601
+ },
2602
+ id: {
2603
+ readOnly: true,
2604
+ serializedName: "id",
2605
+ type: {
2606
+ name: "String"
2607
+ }
2608
+ },
2609
+ name: {
2610
+ readOnly: true,
2611
+ serializedName: "name",
2612
+ type: {
2613
+ name: "String"
2614
+ }
2615
+ },
2616
+ type: {
2617
+ readOnly: true,
2618
+ serializedName: "type",
2619
+ type: {
2620
+ name: "String"
2621
+ }
2622
+ },
2623
+ backupId: {
2624
+ readOnly: true,
2625
+ serializedName: "properties.backupId",
2626
+ constraints: {
2627
+ MaxLength: 36,
2628
+ MinLength: 36,
2629
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
2630
+ },
2631
+ type: {
2632
+ name: "String"
2633
+ }
2634
+ },
2635
+ creationDate: {
2636
+ readOnly: true,
2637
+ serializedName: "properties.creationDate",
2638
+ type: {
2639
+ name: "DateTime"
2640
+ }
2641
+ },
2642
+ provisioningState: {
2643
+ readOnly: true,
2644
+ serializedName: "properties.provisioningState",
2645
+ type: {
2646
+ name: "String"
2647
+ }
2648
+ },
2649
+ size: {
2650
+ readOnly: true,
2651
+ serializedName: "properties.size",
2652
+ type: {
2653
+ name: "Number"
2654
+ }
2655
+ },
2656
+ label: {
2657
+ serializedName: "properties.label",
2658
+ type: {
2659
+ name: "String"
2660
+ }
2661
+ },
2662
+ backupType: {
2663
+ readOnly: true,
2664
+ serializedName: "properties.backupType",
2665
+ type: {
2666
+ name: "String"
2667
+ }
2668
+ },
2669
+ failureReason: {
2670
+ readOnly: true,
2671
+ serializedName: "properties.failureReason",
2672
+ type: {
2673
+ name: "String"
2674
+ }
2675
+ },
2676
+ volumeName: {
2677
+ readOnly: true,
2678
+ serializedName: "properties.volumeName",
2679
+ type: {
2680
+ name: "String"
2681
+ }
2682
+ },
2683
+ useExistingSnapshot: {
2684
+ serializedName: "properties.useExistingSnapshot",
2685
+ defaultValue: false,
2686
+ type: {
2687
+ name: "Boolean"
2688
+ }
2689
+ }
2690
+ }
2691
+ }
2692
+ };
2693
+
2694
+ export const BackupPatch: msRest.CompositeMapper = {
2695
+ serializedName: "backupPatch",
2696
+ type: {
2697
+ name: "Composite",
2698
+ className: "BackupPatch",
2699
+ modelProperties: {
2700
+ tags: {
2701
+ serializedName: "tags",
2702
+ type: {
2703
+ name: "Dictionary",
2704
+ value: {
2705
+ type: {
2706
+ name: "String"
2707
+ }
2708
+ }
2709
+ }
2710
+ },
2711
+ backupId: {
2712
+ readOnly: true,
2713
+ serializedName: "properties.backupId",
2714
+ constraints: {
2715
+ MaxLength: 36,
2716
+ MinLength: 36,
2717
+ Pattern: /^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}$/
2718
+ },
2719
+ type: {
2720
+ name: "String"
2721
+ }
2722
+ },
2723
+ creationDate: {
2724
+ readOnly: true,
2725
+ serializedName: "properties.creationDate",
2726
+ type: {
2727
+ name: "DateTime"
2728
+ }
2729
+ },
2730
+ provisioningState: {
2731
+ readOnly: true,
2732
+ serializedName: "properties.provisioningState",
2733
+ type: {
2734
+ name: "String"
2735
+ }
2736
+ },
2737
+ size: {
2738
+ readOnly: true,
2739
+ serializedName: "properties.size",
2740
+ type: {
2741
+ name: "Number"
2742
+ }
2743
+ },
2744
+ label: {
2745
+ serializedName: "properties.label",
2746
+ type: {
2747
+ name: "String"
2748
+ }
2749
+ },
2750
+ backupType: {
2751
+ readOnly: true,
2752
+ serializedName: "properties.backupType",
2753
+ type: {
2754
+ name: "String"
2755
+ }
2756
+ },
2757
+ failureReason: {
2758
+ readOnly: true,
2759
+ serializedName: "properties.failureReason",
2760
+ type: {
2761
+ name: "String"
2762
+ }
2763
+ },
2764
+ volumeName: {
2765
+ readOnly: true,
2766
+ serializedName: "properties.volumeName",
2767
+ type: {
2768
+ name: "String"
2769
+ }
2770
+ },
2771
+ useExistingSnapshot: {
2772
+ serializedName: "properties.useExistingSnapshot",
2773
+ defaultValue: false,
2774
+ type: {
2775
+ name: "Boolean"
2776
+ }
2777
+ }
2778
+ }
2779
+ }
2780
+ };
2781
+
2782
+ export const VolumeBackups: msRest.CompositeMapper = {
2783
+ serializedName: "volumeBackups",
2784
+ type: {
2785
+ name: "Composite",
2786
+ className: "VolumeBackups",
2787
+ modelProperties: {
2788
+ volumeName: {
2789
+ serializedName: "volumeName",
2790
+ type: {
2791
+ name: "String"
2792
+ }
2793
+ },
2794
+ backupsCount: {
2795
+ serializedName: "backupsCount",
2796
+ type: {
2797
+ name: "Number"
2798
+ }
2799
+ },
2800
+ policyEnabled: {
2801
+ serializedName: "policyEnabled",
2802
+ type: {
2803
+ name: "Boolean"
2804
+ }
2805
+ }
2806
+ }
2807
+ }
2808
+ };
2809
+
2810
+ export const BackupPolicy: msRest.CompositeMapper = {
2811
+ serializedName: "backupPolicy",
2812
+ type: {
2813
+ name: "Composite",
2814
+ className: "BackupPolicy",
2815
+ modelProperties: {
2816
+ location: {
2817
+ required: true,
2818
+ serializedName: "location",
2819
+ type: {
2820
+ name: "String"
2821
+ }
2822
+ },
2823
+ id: {
2824
+ readOnly: true,
2825
+ serializedName: "id",
2826
+ type: {
2827
+ name: "String"
2828
+ }
2829
+ },
2830
+ name: {
2831
+ readOnly: true,
2832
+ serializedName: "name",
2833
+ type: {
2834
+ name: "String"
2835
+ }
2836
+ },
2837
+ etag: {
2838
+ readOnly: true,
2839
+ serializedName: "etag",
2840
+ type: {
2841
+ name: "String"
2842
+ }
2843
+ },
2844
+ type: {
2845
+ readOnly: true,
2846
+ serializedName: "type",
2847
+ type: {
2848
+ name: "String"
2849
+ }
2850
+ },
2851
+ tags: {
2852
+ serializedName: "tags",
2853
+ type: {
2854
+ name: "Dictionary",
2855
+ value: {
2856
+ type: {
2857
+ name: "String"
2858
+ }
2859
+ }
2860
+ }
2861
+ },
2862
+ name1: {
2863
+ readOnly: true,
2864
+ serializedName: "properties.name",
2865
+ type: {
2866
+ name: "String"
2867
+ }
2868
+ },
2869
+ backupPolicyId: {
2870
+ readOnly: true,
2871
+ serializedName: "properties.backupPolicyId",
2872
+ type: {
2873
+ name: "String"
2874
+ }
2875
+ },
2876
+ provisioningState: {
2877
+ readOnly: true,
2878
+ serializedName: "properties.provisioningState",
2879
+ type: {
2880
+ name: "String"
2881
+ }
2882
+ },
2883
+ dailyBackupsToKeep: {
2884
+ serializedName: "properties.dailyBackupsToKeep",
2885
+ type: {
2886
+ name: "Number"
2887
+ }
2888
+ },
2889
+ weeklyBackupsToKeep: {
2890
+ serializedName: "properties.weeklyBackupsToKeep",
2891
+ type: {
2892
+ name: "Number"
2893
+ }
2894
+ },
2895
+ monthlyBackupsToKeep: {
2896
+ serializedName: "properties.monthlyBackupsToKeep",
2897
+ type: {
2898
+ name: "Number"
2899
+ }
2900
+ },
2901
+ volumesAssigned: {
2902
+ readOnly: true,
2903
+ serializedName: "properties.volumesAssigned",
2904
+ type: {
2905
+ name: "Number"
2906
+ }
2907
+ },
2908
+ enabled: {
2909
+ serializedName: "properties.enabled",
2910
+ type: {
2911
+ name: "Boolean"
2912
+ }
2913
+ },
2914
+ volumeBackups: {
2915
+ readOnly: true,
2916
+ serializedName: "properties.volumeBackups",
2917
+ type: {
2918
+ name: "Sequence",
2919
+ element: {
2920
+ type: {
2921
+ name: "Composite",
2922
+ className: "VolumeBackups"
2923
+ }
2924
+ }
2925
+ }
2926
+ }
2927
+ }
2928
+ }
2929
+ };
2930
+
2931
+ export const BackupPolicyDetails: msRest.CompositeMapper = {
2932
+ serializedName: "backupPolicyDetails",
2933
+ type: {
2934
+ name: "Composite",
2935
+ className: "BackupPolicyDetails",
2936
+ modelProperties: {
2937
+ location: {
2938
+ serializedName: "location",
2939
+ type: {
2940
+ name: "String"
2941
+ }
2942
+ },
2943
+ id: {
2944
+ readOnly: true,
2945
+ serializedName: "id",
2946
+ type: {
2947
+ name: "String"
2948
+ }
2949
+ },
2950
+ name: {
2951
+ readOnly: true,
2952
+ serializedName: "name",
2953
+ type: {
2954
+ name: "String"
2955
+ }
2956
+ },
2957
+ type: {
2958
+ readOnly: true,
2959
+ serializedName: "type",
2960
+ type: {
2961
+ name: "String"
2962
+ }
2963
+ },
2964
+ tags: {
2965
+ serializedName: "tags",
2966
+ type: {
2967
+ name: "Dictionary",
2968
+ value: {
2969
+ type: {
2970
+ name: "String"
2971
+ }
2972
+ }
2973
+ }
2974
+ },
2975
+ name1: {
2976
+ readOnly: true,
2977
+ serializedName: "properties.name",
2978
+ type: {
2979
+ name: "String"
2980
+ }
2981
+ },
2982
+ backupPolicyId: {
2983
+ readOnly: true,
2984
+ serializedName: "properties.backupPolicyId",
2985
+ type: {
2986
+ name: "String"
2987
+ }
2988
+ },
2989
+ provisioningState: {
2990
+ readOnly: true,
2991
+ serializedName: "properties.provisioningState",
2992
+ type: {
2993
+ name: "String"
2994
+ }
2995
+ },
2996
+ dailyBackupsToKeep: {
2997
+ serializedName: "properties.dailyBackupsToKeep",
2998
+ type: {
2999
+ name: "Number"
3000
+ }
3001
+ },
3002
+ weeklyBackupsToKeep: {
3003
+ serializedName: "properties.weeklyBackupsToKeep",
3004
+ type: {
3005
+ name: "Number"
3006
+ }
3007
+ },
3008
+ monthlyBackupsToKeep: {
3009
+ serializedName: "properties.monthlyBackupsToKeep",
3010
+ type: {
3011
+ name: "Number"
3012
+ }
3013
+ },
3014
+ volumesAssigned: {
3015
+ readOnly: true,
3016
+ serializedName: "properties.volumesAssigned",
3017
+ type: {
3018
+ name: "Number"
3019
+ }
3020
+ },
3021
+ enabled: {
3022
+ serializedName: "properties.enabled",
3023
+ type: {
3024
+ name: "Boolean"
3025
+ }
3026
+ },
3027
+ volumeBackups: {
3028
+ readOnly: true,
3029
+ serializedName: "properties.volumeBackups",
3030
+ type: {
3031
+ name: "Sequence",
3032
+ element: {
3033
+ type: {
3034
+ name: "Composite",
3035
+ className: "VolumeBackups"
3036
+ }
3037
+ }
3038
+ }
3039
+ }
3040
+ }
3041
+ }
3042
+ };
3043
+
3044
+ export const BackupPolicyPatch: msRest.CompositeMapper = {
3045
+ serializedName: "backupPolicyPatch",
3046
+ type: {
3047
+ name: "Composite",
3048
+ className: "BackupPolicyPatch",
3049
+ modelProperties: {
3050
+ location: {
3051
+ serializedName: "location",
3052
+ type: {
3053
+ name: "String"
3054
+ }
3055
+ },
3056
+ id: {
3057
+ readOnly: true,
3058
+ serializedName: "id",
3059
+ type: {
3060
+ name: "String"
3061
+ }
3062
+ },
3063
+ name: {
3064
+ readOnly: true,
3065
+ serializedName: "name",
3066
+ type: {
3067
+ name: "String"
3068
+ }
3069
+ },
3070
+ type: {
3071
+ readOnly: true,
3072
+ serializedName: "type",
3073
+ type: {
3074
+ name: "String"
3075
+ }
3076
+ },
3077
+ tags: {
3078
+ serializedName: "tags",
3079
+ type: {
3080
+ name: "Dictionary",
3081
+ value: {
3082
+ type: {
3083
+ name: "String"
3084
+ }
3085
+ }
3086
+ }
3087
+ },
3088
+ name1: {
3089
+ readOnly: true,
3090
+ serializedName: "properties.name",
3091
+ type: {
3092
+ name: "String"
3093
+ }
3094
+ },
3095
+ backupPolicyId: {
3096
+ readOnly: true,
3097
+ serializedName: "properties.backupPolicyId",
3098
+ type: {
3099
+ name: "String"
3100
+ }
3101
+ },
3102
+ provisioningState: {
3103
+ readOnly: true,
3104
+ serializedName: "properties.provisioningState",
3105
+ type: {
3106
+ name: "String"
3107
+ }
3108
+ },
3109
+ dailyBackupsToKeep: {
3110
+ serializedName: "properties.dailyBackupsToKeep",
3111
+ type: {
3112
+ name: "Number"
3113
+ }
3114
+ },
3115
+ weeklyBackupsToKeep: {
3116
+ serializedName: "properties.weeklyBackupsToKeep",
3117
+ type: {
3118
+ name: "Number"
3119
+ }
3120
+ },
3121
+ monthlyBackupsToKeep: {
3122
+ serializedName: "properties.monthlyBackupsToKeep",
3123
+ type: {
3124
+ name: "Number"
3125
+ }
3126
+ },
3127
+ volumesAssigned: {
3128
+ readOnly: true,
3129
+ serializedName: "properties.volumesAssigned",
3130
+ type: {
3131
+ name: "Number"
3132
+ }
3133
+ },
3134
+ enabled: {
3135
+ serializedName: "properties.enabled",
3136
+ type: {
3137
+ name: "Boolean"
3138
+ }
3139
+ },
3140
+ volumeBackups: {
3141
+ readOnly: true,
3142
+ serializedName: "properties.volumeBackups",
3143
+ type: {
3144
+ name: "Sequence",
3145
+ element: {
3146
+ type: {
3147
+ name: "Composite",
3148
+ className: "VolumeBackups"
3149
+ }
3150
+ }
3151
+ }
3152
+ }
3153
+ }
3154
+ }
3155
+ };
3156
+
3157
+ export const Vault: msRest.CompositeMapper = {
3158
+ serializedName: "vault",
3159
+ type: {
3160
+ name: "Composite",
3161
+ className: "Vault",
3162
+ modelProperties: {
3163
+ location: {
3164
+ required: true,
3165
+ serializedName: "location",
3166
+ type: {
3167
+ name: "String"
3168
+ }
3169
+ },
3170
+ id: {
3171
+ readOnly: true,
3172
+ serializedName: "id",
3173
+ type: {
3174
+ name: "String"
3175
+ }
3176
+ },
3177
+ name: {
3178
+ readOnly: true,
3179
+ serializedName: "name",
3180
+ type: {
3181
+ name: "String"
3182
+ }
3183
+ },
3184
+ type: {
3185
+ readOnly: true,
3186
+ serializedName: "type",
3187
+ type: {
3188
+ name: "String"
3189
+ }
3190
+ },
3191
+ vaultName: {
3192
+ serializedName: "properties.vaultName",
3193
+ type: {
3194
+ name: "String"
3195
+ }
3196
+ }
3197
+ }
3198
+ }
3199
+ };
3200
+
3201
+ export const BackupStatus: msRest.CompositeMapper = {
3202
+ serializedName: "backupStatus",
3203
+ type: {
3204
+ name: "Composite",
3205
+ className: "BackupStatus",
3206
+ modelProperties: {
3207
+ healthy: {
3208
+ readOnly: true,
3209
+ serializedName: "healthy",
3210
+ type: {
3211
+ name: "Boolean"
3212
+ }
3213
+ },
3214
+ relationshipStatus: {
3215
+ readOnly: true,
3216
+ serializedName: "relationshipStatus",
3217
+ type: {
3218
+ name: "String"
3219
+ }
3220
+ },
3221
+ mirrorState: {
3222
+ readOnly: true,
3223
+ serializedName: "mirrorState",
3224
+ type: {
3225
+ name: "String"
3226
+ }
3227
+ },
3228
+ unhealthyReason: {
3229
+ readOnly: true,
3230
+ serializedName: "unhealthyReason",
3231
+ type: {
3232
+ name: "String"
3233
+ }
3234
+ },
3235
+ errorMessage: {
3236
+ readOnly: true,
3237
+ serializedName: "errorMessage",
3238
+ type: {
3239
+ name: "String"
3240
+ }
3241
+ },
3242
+ lastTransferSize: {
3243
+ readOnly: true,
3244
+ serializedName: "lastTransferSize",
3245
+ type: {
3246
+ name: "Number"
3247
+ }
3248
+ },
3249
+ lastTransferType: {
3250
+ readOnly: true,
3251
+ serializedName: "lastTransferType",
3252
+ type: {
3253
+ name: "String"
3254
+ }
3255
+ },
3256
+ totalTransferBytes: {
3257
+ readOnly: true,
3258
+ serializedName: "totalTransferBytes",
3259
+ type: {
3260
+ name: "Number"
3261
+ }
3262
+ }
3263
+ }
3264
+ }
3265
+ };
3266
+
3267
+ export const RestoreStatus: msRest.CompositeMapper = {
3268
+ serializedName: "restoreStatus",
3269
+ type: {
3270
+ name: "Composite",
3271
+ className: "RestoreStatus",
3272
+ modelProperties: {
3273
+ healthy: {
3274
+ readOnly: true,
3275
+ serializedName: "healthy",
3276
+ type: {
3277
+ name: "Boolean"
3278
+ }
3279
+ },
3280
+ relationshipStatus: {
3281
+ readOnly: true,
3282
+ serializedName: "relationshipStatus",
3283
+ type: {
3284
+ name: "String"
3285
+ }
3286
+ },
3287
+ mirrorState: {
3288
+ readOnly: true,
3289
+ serializedName: "mirrorState",
3290
+ type: {
3291
+ name: "String"
3292
+ }
3293
+ },
3294
+ unhealthyReason: {
3295
+ readOnly: true,
3296
+ serializedName: "unhealthyReason",
3297
+ type: {
3298
+ name: "String"
3299
+ }
3300
+ },
3301
+ errorMessage: {
3302
+ readOnly: true,
3303
+ serializedName: "errorMessage",
3304
+ type: {
3305
+ name: "String"
3306
+ }
3307
+ },
3308
+ totalTransferBytes: {
3309
+ readOnly: true,
3310
+ serializedName: "totalTransferBytes",
3311
+ type: {
3312
+ name: "Number"
3313
+ }
3314
+ }
3315
+ }
3316
+ }
3317
+ };
3318
+
3319
+ export const TrackedResource: msRest.CompositeMapper = {
3320
+ serializedName: "TrackedResource",
3321
+ type: {
3322
+ name: "Composite",
3323
+ className: "TrackedResource",
3324
+ modelProperties: {
3325
+ ...Resource.type.modelProperties,
3326
+ tags: {
3327
+ serializedName: "tags",
3328
+ type: {
3329
+ name: "Dictionary",
3330
+ value: {
3331
+ type: {
3332
+ name: "String"
3333
+ }
3334
+ }
3335
+ }
3336
+ },
3337
+ location: {
3338
+ required: true,
3339
+ serializedName: "location",
3340
+ type: {
3341
+ name: "String"
3342
+ }
3343
+ }
3344
+ }
3345
+ }
3346
+ };
3347
+
3348
+ export const AzureEntityResource: msRest.CompositeMapper = {
3349
+ serializedName: "AzureEntityResource",
3350
+ type: {
3351
+ name: "Composite",
3352
+ className: "AzureEntityResource",
3353
+ modelProperties: {
3354
+ ...Resource.type.modelProperties,
3355
+ etag: {
3356
+ readOnly: true,
3357
+ serializedName: "etag",
3358
+ type: {
3359
+ name: "String"
3360
+ }
3361
+ }
3362
+ }
3363
+ }
3364
+ };
3365
+
3366
+ export const OperationListResult: msRest.CompositeMapper = {
3367
+ serializedName: "OperationListResult",
3368
+ type: {
3369
+ name: "Composite",
3370
+ className: "OperationListResult",
3371
+ modelProperties: {
3372
+ value: {
3373
+ serializedName: "",
3374
+ type: {
3375
+ name: "Sequence",
3376
+ element: {
3377
+ type: {
3378
+ name: "Composite",
3379
+ className: "Operation"
3380
+ }
3381
+ }
3382
+ }
3383
+ }
3384
+ }
3385
+ }
3386
+ };
3387
+
3388
+ export const SubscriptionQuotaItemList: msRest.CompositeMapper = {
3389
+ serializedName: "SubscriptionQuotaItemList",
3390
+ type: {
3391
+ name: "Composite",
3392
+ className: "SubscriptionQuotaItemList",
3393
+ modelProperties: {
3394
+ value: {
3395
+ serializedName: "",
3396
+ type: {
3397
+ name: "Sequence",
3398
+ element: {
3399
+ type: {
3400
+ name: "Composite",
3401
+ className: "SubscriptionQuotaItem"
3402
+ }
3403
+ }
3404
+ }
3405
+ }
3406
+ }
3407
+ }
3408
+ };
3409
+
3410
+ export const NetAppAccountList: msRest.CompositeMapper = {
3411
+ serializedName: "netAppAccountList",
3412
+ type: {
3413
+ name: "Composite",
3414
+ className: "NetAppAccountList",
3415
+ modelProperties: {
3416
+ value: {
3417
+ serializedName: "",
3418
+ type: {
3419
+ name: "Sequence",
3420
+ element: {
3421
+ type: {
3422
+ name: "Composite",
3423
+ className: "NetAppAccount"
3424
+ }
3425
+ }
3426
+ }
3427
+ },
3428
+ nextLink: {
3429
+ serializedName: "nextLink",
3430
+ type: {
3431
+ name: "String"
3432
+ }
3433
+ }
3434
+ }
3435
+ }
3436
+ };
3437
+
3438
+ export const CapacityPoolList: msRest.CompositeMapper = {
3439
+ serializedName: "capacityPoolList",
3440
+ type: {
3441
+ name: "Composite",
3442
+ className: "CapacityPoolList",
3443
+ modelProperties: {
3444
+ value: {
3445
+ serializedName: "",
3446
+ type: {
3447
+ name: "Sequence",
3448
+ element: {
3449
+ type: {
3450
+ name: "Composite",
3451
+ className: "CapacityPool"
3452
+ }
3453
+ }
3454
+ }
3455
+ },
3456
+ nextLink: {
3457
+ serializedName: "nextLink",
3458
+ type: {
3459
+ name: "String"
3460
+ }
3461
+ }
3462
+ }
3463
+ }
3464
+ };
3465
+
3466
+ export const VolumeList: msRest.CompositeMapper = {
3467
+ serializedName: "volumeList",
3468
+ type: {
3469
+ name: "Composite",
3470
+ className: "VolumeList",
3471
+ modelProperties: {
3472
+ value: {
3473
+ serializedName: "",
3474
+ type: {
3475
+ name: "Sequence",
3476
+ element: {
3477
+ type: {
3478
+ name: "Composite",
3479
+ className: "Volume"
3480
+ }
3481
+ }
3482
+ }
3483
+ },
3484
+ nextLink: {
3485
+ serializedName: "nextLink",
3486
+ type: {
3487
+ name: "String"
3488
+ }
3489
+ }
3490
+ }
3491
+ }
3492
+ };
3493
+
3494
+ export const SnapshotsList: msRest.CompositeMapper = {
3495
+ serializedName: "snapshotsList",
3496
+ type: {
3497
+ name: "Composite",
3498
+ className: "SnapshotsList",
3499
+ modelProperties: {
3500
+ value: {
3501
+ serializedName: "",
3502
+ type: {
3503
+ name: "Sequence",
3504
+ element: {
3505
+ type: {
3506
+ name: "Composite",
3507
+ className: "Snapshot"
3508
+ }
3509
+ }
3510
+ }
3511
+ }
3512
+ }
3513
+ }
3514
+ };
3515
+
3516
+ export const SnapshotPoliciesList: msRest.CompositeMapper = {
3517
+ serializedName: "snapshotPoliciesList",
3518
+ type: {
3519
+ name: "Composite",
3520
+ className: "SnapshotPoliciesList",
3521
+ modelProperties: {
3522
+ value: {
3523
+ serializedName: "",
3524
+ type: {
3525
+ name: "Sequence",
3526
+ element: {
3527
+ type: {
3528
+ name: "Composite",
3529
+ className: "SnapshotPolicy"
3530
+ }
3531
+ }
3532
+ }
3533
+ }
3534
+ }
3535
+ }
3536
+ };
3537
+
3538
+ export const BackupsList: msRest.CompositeMapper = {
3539
+ serializedName: "backupsList",
3540
+ type: {
3541
+ name: "Composite",
3542
+ className: "BackupsList",
3543
+ modelProperties: {
3544
+ value: {
3545
+ serializedName: "",
3546
+ type: {
3547
+ name: "Sequence",
3548
+ element: {
3549
+ type: {
3550
+ name: "Composite",
3551
+ className: "Backup"
3552
+ }
3553
+ }
3554
+ }
3555
+ }
3556
+ }
3557
+ }
3558
+ };
3559
+
3560
+ export const BackupPoliciesList: msRest.CompositeMapper = {
3561
+ serializedName: "backupPoliciesList",
3562
+ type: {
3563
+ name: "Composite",
3564
+ className: "BackupPoliciesList",
3565
+ modelProperties: {
3566
+ value: {
3567
+ serializedName: "",
3568
+ type: {
3569
+ name: "Sequence",
3570
+ element: {
3571
+ type: {
3572
+ name: "Composite",
3573
+ className: "BackupPolicy"
3574
+ }
3575
+ }
3576
+ }
3577
+ }
3578
+ }
3579
+ }
3580
+ };
3581
+
3582
+ export const VaultList: msRest.CompositeMapper = {
3583
+ serializedName: "vaultList",
3584
+ type: {
3585
+ name: "Composite",
3586
+ className: "VaultList",
3587
+ modelProperties: {
3588
+ value: {
3589
+ serializedName: "",
3590
+ type: {
3591
+ name: "Sequence",
3592
+ element: {
3593
+ type: {
3594
+ name: "Composite",
3595
+ className: "Vault"
3596
+ }
3597
+ }
3598
+ }
3599
+ }
3600
+ }
3601
+ }
3602
+ };