@azure/arm-netapp 14.1.0 → 14.4.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 (112) hide show
  1. package/README.md +2 -2
  2. package/dist/arm-netapp.js +1861 -335
  3. package/dist/arm-netapp.js.map +1 -1
  4. package/dist/arm-netapp.min.js +1 -1
  5. package/dist/arm-netapp.min.js.map +1 -1
  6. package/esm/azureNetAppFilesManagementClient.d.ts +2 -0
  7. package/esm/azureNetAppFilesManagementClient.d.ts.map +1 -1
  8. package/esm/azureNetAppFilesManagementClient.js +2 -0
  9. package/esm/azureNetAppFilesManagementClient.js.map +1 -1
  10. package/esm/azureNetAppFilesManagementClientContext.js +2 -2
  11. package/esm/models/accountBackupsMappers.d.ts +1 -1
  12. package/esm/models/accountBackupsMappers.d.ts.map +1 -1
  13. package/esm/models/accountBackupsMappers.js +1 -1
  14. package/esm/models/accountBackupsMappers.js.map +1 -1
  15. package/esm/models/accountsMappers.d.ts +1 -1
  16. package/esm/models/accountsMappers.d.ts.map +1 -1
  17. package/esm/models/accountsMappers.js +1 -1
  18. package/esm/models/accountsMappers.js.map +1 -1
  19. package/esm/models/backupPoliciesMappers.d.ts +1 -1
  20. package/esm/models/backupPoliciesMappers.d.ts.map +1 -1
  21. package/esm/models/backupPoliciesMappers.js +1 -1
  22. package/esm/models/backupPoliciesMappers.js.map +1 -1
  23. package/esm/models/backupsMappers.d.ts +1 -1
  24. package/esm/models/backupsMappers.d.ts.map +1 -1
  25. package/esm/models/backupsMappers.js +1 -1
  26. package/esm/models/backupsMappers.js.map +1 -1
  27. package/esm/models/index.d.ts +913 -127
  28. package/esm/models/index.d.ts.map +1 -1
  29. package/esm/models/mappers.d.ts +14 -1
  30. package/esm/models/mappers.d.ts.map +1 -1
  31. package/esm/models/mappers.js +1123 -156
  32. package/esm/models/mappers.js.map +1 -1
  33. package/esm/models/netAppResourceQuotaLimitsMappers.d.ts +2 -0
  34. package/esm/models/netAppResourceQuotaLimitsMappers.d.ts.map +1 -0
  35. package/esm/models/netAppResourceQuotaLimitsMappers.js +9 -0
  36. package/esm/models/netAppResourceQuotaLimitsMappers.js.map +1 -0
  37. package/esm/models/operationsMappers.d.ts +1 -1
  38. package/esm/models/operationsMappers.d.ts.map +1 -1
  39. package/esm/models/operationsMappers.js +1 -1
  40. package/esm/models/operationsMappers.js.map +1 -1
  41. package/esm/models/parameters.d.ts +2 -0
  42. package/esm/models/parameters.d.ts.map +1 -1
  43. package/esm/models/parameters.js +25 -0
  44. package/esm/models/parameters.js.map +1 -1
  45. package/esm/models/poolsMappers.d.ts +1 -1
  46. package/esm/models/poolsMappers.d.ts.map +1 -1
  47. package/esm/models/poolsMappers.js +1 -1
  48. package/esm/models/poolsMappers.js.map +1 -1
  49. package/esm/models/snapshotPoliciesMappers.d.ts +1 -1
  50. package/esm/models/snapshotPoliciesMappers.d.ts.map +1 -1
  51. package/esm/models/snapshotPoliciesMappers.js +1 -1
  52. package/esm/models/snapshotPoliciesMappers.js.map +1 -1
  53. package/esm/models/snapshotsMappers.d.ts +1 -1
  54. package/esm/models/snapshotsMappers.d.ts.map +1 -1
  55. package/esm/models/snapshotsMappers.js +1 -1
  56. package/esm/models/snapshotsMappers.js.map +1 -1
  57. package/esm/models/vaultsMappers.d.ts +1 -1
  58. package/esm/models/vaultsMappers.d.ts.map +1 -1
  59. package/esm/models/vaultsMappers.js +1 -1
  60. package/esm/models/vaultsMappers.js.map +1 -1
  61. package/esm/models/volumeGroupsMappers.d.ts +2 -0
  62. package/esm/models/volumeGroupsMappers.d.ts.map +1 -0
  63. package/esm/models/volumeGroupsMappers.js +9 -0
  64. package/esm/models/volumeGroupsMappers.js.map +1 -0
  65. package/esm/models/volumesMappers.d.ts +1 -1
  66. package/esm/models/volumesMappers.d.ts.map +1 -1
  67. package/esm/models/volumesMappers.js +1 -1
  68. package/esm/models/volumesMappers.js.map +1 -1
  69. package/esm/operations/accounts.d.ts +35 -0
  70. package/esm/operations/accounts.d.ts.map +1 -1
  71. package/esm/operations/accounts.js +56 -0
  72. package/esm/operations/accounts.js.map +1 -1
  73. package/esm/operations/index.d.ts +2 -0
  74. package/esm/operations/index.d.ts.map +1 -1
  75. package/esm/operations/index.js +2 -0
  76. package/esm/operations/index.js.map +1 -1
  77. package/esm/operations/netAppResourceQuotaLimits.d.ts +54 -0
  78. package/esm/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
  79. package/esm/operations/netAppResourceQuotaLimits.js +86 -0
  80. package/esm/operations/netAppResourceQuotaLimits.js.map +1 -0
  81. package/esm/operations/snapshotPolicies.d.ts +13 -13
  82. package/esm/operations/snapshotPolicies.js +4 -4
  83. package/esm/operations/snapshots.d.ts +9 -9
  84. package/esm/operations/snapshots.js +6 -6
  85. package/esm/operations/volumeGroups.d.ts +107 -0
  86. package/esm/operations/volumeGroups.d.ts.map +1 -0
  87. package/esm/operations/volumeGroups.js +212 -0
  88. package/esm/operations/volumeGroups.js.map +1 -0
  89. package/package.json +2 -2
  90. package/src/azureNetAppFilesManagementClient.ts +4 -0
  91. package/src/azureNetAppFilesManagementClientContext.ts +2 -2
  92. package/src/models/accountBackupsMappers.ts +7 -0
  93. package/src/models/accountsMappers.ts +7 -0
  94. package/src/models/backupPoliciesMappers.ts +7 -0
  95. package/src/models/backupsMappers.ts +7 -0
  96. package/src/models/index.ts +938 -125
  97. package/src/models/mappers.ts +1164 -171
  98. package/src/models/netAppResourceQuotaLimitsMappers.ts +51 -0
  99. package/src/models/operationsMappers.ts +1 -0
  100. package/src/models/parameters.ts +25 -0
  101. package/src/models/poolsMappers.ts +7 -0
  102. package/src/models/snapshotPoliciesMappers.ts +7 -0
  103. package/src/models/snapshotsMappers.ts +7 -0
  104. package/src/models/vaultsMappers.ts +7 -0
  105. package/src/models/volumeGroupsMappers.ts +54 -0
  106. package/src/models/volumesMappers.ts +7 -0
  107. package/src/operations/accounts.ts +101 -0
  108. package/src/operations/index.ts +2 -0
  109. package/src/operations/netAppResourceQuotaLimits.ts +140 -0
  110. package/src/operations/snapshotPolicies.ts +13 -13
  111. package/src/operations/snapshots.ts +9 -9
  112. package/src/operations/volumeGroups.ts +287 -0
@@ -98,6 +98,52 @@ export const MetricSpecification: msRest.CompositeMapper = {
98
98
  name: "String"
99
99
  }
100
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
+ },
101
147
  dimensions: {
102
148
  serializedName: "dimensions",
103
149
  type: {
@@ -133,6 +179,34 @@ export const MetricSpecification: msRest.CompositeMapper = {
133
179
  type: {
134
180
  name: "String"
135
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
+ }
136
210
  }
137
211
  }
138
212
  }
@@ -155,6 +229,18 @@ export const ServiceSpecification: msRest.CompositeMapper = {
155
229
  }
156
230
  }
157
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
+ }
158
244
  }
159
245
  }
160
246
  }
@@ -310,6 +396,127 @@ export const QuotaAvailabilityRequest: msRest.CompositeMapper = {
310
396
  }
311
397
  };
312
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
+ current: {
495
+ readOnly: true,
496
+ serializedName: "properties.current",
497
+ type: {
498
+ name: "Number"
499
+ }
500
+ },
501
+ default: {
502
+ readOnly: true,
503
+ serializedName: "properties.default",
504
+ type: {
505
+ name: "Number"
506
+ }
507
+ },
508
+ systemData: {
509
+ readOnly: true,
510
+ serializedName: "systemData",
511
+ type: {
512
+ name: "Composite",
513
+ className: "SystemData"
514
+ }
515
+ }
516
+ }
517
+ }
518
+ };
519
+
313
520
  export const ActiveDirectory: msRest.CompositeMapper = {
314
521
  serializedName: "activeDirectory",
315
522
  type: {
@@ -468,6 +675,12 @@ export const ActiveDirectory: msRest.CompositeMapper = {
468
675
  type: {
469
676
  name: "Boolean"
470
677
  }
678
+ },
679
+ encryptDCConnections: {
680
+ serializedName: "encryptDCConnections",
681
+ type: {
682
+ name: "Boolean"
683
+ }
471
684
  }
472
685
  }
473
686
  }
@@ -489,52 +702,6 @@ export const AccountEncryption: msRest.CompositeMapper = {
489
702
  }
490
703
  };
491
704
 
492
- export const SystemData: msRest.CompositeMapper = {
493
- serializedName: "systemData",
494
- type: {
495
- name: "Composite",
496
- className: "SystemData",
497
- modelProperties: {
498
- createdBy: {
499
- serializedName: "createdBy",
500
- type: {
501
- name: "String"
502
- }
503
- },
504
- createdByType: {
505
- serializedName: "createdByType",
506
- type: {
507
- name: "String"
508
- }
509
- },
510
- createdAt: {
511
- serializedName: "createdAt",
512
- type: {
513
- name: "DateTime"
514
- }
515
- },
516
- lastModifiedBy: {
517
- serializedName: "lastModifiedBy",
518
- type: {
519
- name: "String"
520
- }
521
- },
522
- lastModifiedByType: {
523
- serializedName: "lastModifiedByType",
524
- type: {
525
- name: "String"
526
- }
527
- },
528
- lastModifiedAt: {
529
- serializedName: "lastModifiedAt",
530
- type: {
531
- name: "DateTime"
532
- }
533
- }
534
- }
535
- }
536
- };
537
-
538
705
  export const NetAppAccount: msRest.CompositeMapper = {
539
706
  serializedName: "netAppAccount",
540
707
  type: {
@@ -562,6 +729,13 @@ export const NetAppAccount: msRest.CompositeMapper = {
562
729
  name: "String"
563
730
  }
564
731
  },
732
+ etag: {
733
+ readOnly: true,
734
+ serializedName: "etag",
735
+ type: {
736
+ name: "String"
737
+ }
738
+ },
565
739
  type: {
566
740
  readOnly: true,
567
741
  serializedName: "type",
@@ -719,6 +893,13 @@ export const CapacityPool: msRest.CompositeMapper = {
719
893
  name: "String"
720
894
  }
721
895
  },
896
+ etag: {
897
+ readOnly: true,
898
+ serializedName: "etag",
899
+ type: {
900
+ name: "String"
901
+ }
902
+ },
722
903
  type: {
723
904
  readOnly: true,
724
905
  serializedName: "type",
@@ -802,6 +983,14 @@ export const CapacityPool: msRest.CompositeMapper = {
802
983
  type: {
803
984
  name: "Boolean"
804
985
  }
986
+ },
987
+ encryptionType: {
988
+ nullable: true,
989
+ serializedName: "properties.encryptionType",
990
+ defaultValue: 'Single',
991
+ type: {
992
+ name: "String"
993
+ }
805
994
  }
806
995
  }
807
996
  }
@@ -1103,7 +1292,6 @@ export const ReplicationObject: msRest.CompositeMapper = {
1103
1292
  }
1104
1293
  },
1105
1294
  replicationSchedule: {
1106
- required: true,
1107
1295
  serializedName: "replicationSchedule",
1108
1296
  type: {
1109
1297
  name: "String"
@@ -1173,29 +1361,60 @@ export const VolumePropertiesDataProtection: msRest.CompositeMapper = {
1173
1361
  }
1174
1362
  };
1175
1363
 
1176
- export const Volume: msRest.CompositeMapper = {
1177
- serializedName: "volume",
1364
+ export const PlacementKeyValuePairs: msRest.CompositeMapper = {
1365
+ serializedName: "placementKeyValuePairs",
1178
1366
  type: {
1179
1367
  name: "Composite",
1180
- className: "Volume",
1368
+ className: "PlacementKeyValuePairs",
1181
1369
  modelProperties: {
1182
- location: {
1370
+ key: {
1183
1371
  required: true,
1184
- serializedName: "location",
1185
- type: {
1186
- name: "String"
1187
- }
1188
- },
1189
- id: {
1190
- readOnly: true,
1191
- serializedName: "id",
1372
+ serializedName: "key",
1192
1373
  type: {
1193
1374
  name: "String"
1194
1375
  }
1195
1376
  },
1196
- name: {
1197
- readOnly: true,
1198
- serializedName: "name",
1377
+ value: {
1378
+ required: true,
1379
+ serializedName: "value",
1380
+ type: {
1381
+ name: "String"
1382
+ }
1383
+ }
1384
+ }
1385
+ }
1386
+ };
1387
+
1388
+ export const Volume: msRest.CompositeMapper = {
1389
+ serializedName: "volume",
1390
+ type: {
1391
+ name: "Composite",
1392
+ className: "Volume",
1393
+ modelProperties: {
1394
+ location: {
1395
+ required: true,
1396
+ serializedName: "location",
1397
+ type: {
1398
+ name: "String"
1399
+ }
1400
+ },
1401
+ id: {
1402
+ readOnly: true,
1403
+ serializedName: "id",
1404
+ type: {
1405
+ name: "String"
1406
+ }
1407
+ },
1408
+ name: {
1409
+ readOnly: true,
1410
+ serializedName: "name",
1411
+ type: {
1412
+ name: "String"
1413
+ }
1414
+ },
1415
+ etag: {
1416
+ readOnly: true,
1417
+ serializedName: "etag",
1199
1418
  type: {
1200
1419
  name: "String"
1201
1420
  }
@@ -1299,6 +1518,7 @@ export const Volume: msRest.CompositeMapper = {
1299
1518
  }
1300
1519
  },
1301
1520
  backupId: {
1521
+ nullable: true,
1302
1522
  serializedName: "properties.backupId",
1303
1523
  constraints: {
1304
1524
  MaxLength: 36,
@@ -1323,6 +1543,32 @@ export const Volume: msRest.CompositeMapper = {
1323
1543
  name: "String"
1324
1544
  }
1325
1545
  },
1546
+ networkFeatures: {
1547
+ serializedName: "properties.networkFeatures",
1548
+ defaultValue: 'Basic',
1549
+ type: {
1550
+ name: "String"
1551
+ }
1552
+ },
1553
+ networkSiblingSetId: {
1554
+ readOnly: true,
1555
+ serializedName: "properties.networkSiblingSetId",
1556
+ constraints: {
1557
+ MaxLength: 36,
1558
+ MinLength: 36,
1559
+ 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}$/
1560
+ },
1561
+ type: {
1562
+ name: "String"
1563
+ }
1564
+ },
1565
+ storageToNetworkProximity: {
1566
+ readOnly: true,
1567
+ serializedName: "properties.storageToNetworkProximity",
1568
+ type: {
1569
+ name: "String"
1570
+ }
1571
+ },
1326
1572
  mountTargets: {
1327
1573
  readOnly: true,
1328
1574
  serializedName: "properties.mountTargets",
@@ -1393,10 +1639,6 @@ export const Volume: msRest.CompositeMapper = {
1393
1639
  throughputMibps: {
1394
1640
  serializedName: "properties.throughputMibps",
1395
1641
  defaultValue: 0,
1396
- constraints: {
1397
- InclusiveMaximum: 4500,
1398
- InclusiveMinimum: 0
1399
- },
1400
1642
  type: {
1401
1643
  name: "Number"
1402
1644
  }
@@ -1434,6 +1676,7 @@ export const Volume: msRest.CompositeMapper = {
1434
1676
  unixPermissions: {
1435
1677
  nullable: true,
1436
1678
  serializedName: "properties.unixPermissions",
1679
+ defaultValue: '0770',
1437
1680
  constraints: {
1438
1681
  MaxLength: 4,
1439
1682
  MinLength: 4
@@ -1441,6 +1684,86 @@ export const Volume: msRest.CompositeMapper = {
1441
1684
  type: {
1442
1685
  name: "String"
1443
1686
  }
1687
+ },
1688
+ cloneProgress: {
1689
+ nullable: true,
1690
+ readOnly: true,
1691
+ serializedName: "properties.cloneProgress",
1692
+ type: {
1693
+ name: "Number"
1694
+ }
1695
+ },
1696
+ avsDataStore: {
1697
+ serializedName: "properties.avsDataStore",
1698
+ defaultValue: 'Disabled',
1699
+ type: {
1700
+ name: "String"
1701
+ }
1702
+ },
1703
+ isDefaultQuotaEnabled: {
1704
+ serializedName: "properties.isDefaultQuotaEnabled",
1705
+ defaultValue: false,
1706
+ type: {
1707
+ name: "Boolean"
1708
+ }
1709
+ },
1710
+ defaultUserQuotaInKiBs: {
1711
+ serializedName: "properties.defaultUserQuotaInKiBs",
1712
+ defaultValue: 0,
1713
+ type: {
1714
+ name: "Number"
1715
+ }
1716
+ },
1717
+ defaultGroupQuotaInKiBs: {
1718
+ serializedName: "properties.defaultGroupQuotaInKiBs",
1719
+ defaultValue: 0,
1720
+ type: {
1721
+ name: "Number"
1722
+ }
1723
+ },
1724
+ volumeGroupName: {
1725
+ readOnly: true,
1726
+ serializedName: "properties.volumeGroupName",
1727
+ type: {
1728
+ name: "String"
1729
+ }
1730
+ },
1731
+ capacityPoolResourceId: {
1732
+ serializedName: "properties.capacityPoolResourceId",
1733
+ type: {
1734
+ name: "String"
1735
+ }
1736
+ },
1737
+ proximityPlacementGroup: {
1738
+ serializedName: "properties.proximityPlacementGroup",
1739
+ type: {
1740
+ name: "String"
1741
+ }
1742
+ },
1743
+ t2Network: {
1744
+ readOnly: true,
1745
+ serializedName: "properties.t2Network",
1746
+ type: {
1747
+ name: "String"
1748
+ }
1749
+ },
1750
+ volumeSpecName: {
1751
+ serializedName: "properties.volumeSpecName",
1752
+ type: {
1753
+ name: "String"
1754
+ }
1755
+ },
1756
+ placementRules: {
1757
+ serializedName: "properties.placementRules",
1758
+ type: {
1759
+ name: "Sequence",
1760
+ element: {
1761
+ type: {
1762
+ name: "Composite",
1763
+ className: "PlacementKeyValuePairs"
1764
+ }
1765
+ }
1766
+ }
1444
1767
  }
1445
1768
  }
1446
1769
  }
@@ -1633,10 +1956,7 @@ export const VolumePatch: msRest.CompositeMapper = {
1633
1956
  },
1634
1957
  throughputMibps: {
1635
1958
  serializedName: "properties.throughputMibps",
1636
- constraints: {
1637
- InclusiveMaximum: 4500,
1638
- InclusiveMinimum: 1
1639
- },
1959
+ defaultValue: 0,
1640
1960
  type: {
1641
1961
  name: "Number"
1642
1962
  }
@@ -1647,6 +1967,27 @@ export const VolumePatch: msRest.CompositeMapper = {
1647
1967
  name: "Composite",
1648
1968
  className: "VolumePatchPropertiesDataProtection"
1649
1969
  }
1970
+ },
1971
+ isDefaultQuotaEnabled: {
1972
+ serializedName: "properties.isDefaultQuotaEnabled",
1973
+ defaultValue: false,
1974
+ type: {
1975
+ name: "Boolean"
1976
+ }
1977
+ },
1978
+ defaultUserQuotaInKiBs: {
1979
+ serializedName: "properties.defaultUserQuotaInKiBs",
1980
+ defaultValue: 0,
1981
+ type: {
1982
+ name: "Number"
1983
+ }
1984
+ },
1985
+ defaultGroupQuotaInKiBs: {
1986
+ serializedName: "properties.defaultGroupQuotaInKiBs",
1987
+ defaultValue: 0,
1988
+ type: {
1989
+ name: "Number"
1990
+ }
1650
1991
  }
1651
1992
  }
1652
1993
  }
@@ -1971,6 +2312,13 @@ export const SnapshotPolicy: msRest.CompositeMapper = {
1971
2312
  name: "String"
1972
2313
  }
1973
2314
  },
2315
+ etag: {
2316
+ readOnly: true,
2317
+ serializedName: "etag",
2318
+ type: {
2319
+ name: "String"
2320
+ }
2321
+ },
1974
2322
  type: {
1975
2323
  readOnly: true,
1976
2324
  serializedName: "type",
@@ -2224,7 +2572,8 @@ export const SnapshotPolicyVolumeList: msRest.CompositeMapper = {
2224
2572
  name: "Sequence",
2225
2573
  element: {
2226
2574
  type: {
2227
- name: "Object"
2575
+ name: "Composite",
2576
+ className: "Volume"
2228
2577
  }
2229
2578
  }
2230
2579
  }
@@ -2546,6 +2895,13 @@ export const BackupPolicy: msRest.CompositeMapper = {
2546
2895
  name: "String"
2547
2896
  }
2548
2897
  },
2898
+ etag: {
2899
+ readOnly: true,
2900
+ serializedName: "etag",
2901
+ type: {
2902
+ name: "String"
2903
+ }
2904
+ },
2549
2905
  type: {
2550
2906
  readOnly: true,
2551
2907
  serializedName: "type",
@@ -2564,9 +2920,9 @@ export const BackupPolicy: msRest.CompositeMapper = {
2564
2920
  }
2565
2921
  }
2566
2922
  },
2567
- name1: {
2923
+ backupPolicyId: {
2568
2924
  readOnly: true,
2569
- serializedName: "properties.name",
2925
+ serializedName: "properties.backupPolicyId",
2570
2926
  type: {
2571
2927
  name: "String"
2572
2928
  }
@@ -2596,13 +2952,8 @@ export const BackupPolicy: msRest.CompositeMapper = {
2596
2952
  name: "Number"
2597
2953
  }
2598
2954
  },
2599
- yearlyBackupsToKeep: {
2600
- serializedName: "properties.yearlyBackupsToKeep",
2601
- type: {
2602
- name: "Number"
2603
- }
2604
- },
2605
2955
  volumesAssigned: {
2956
+ readOnly: true,
2606
2957
  serializedName: "properties.volumesAssigned",
2607
2958
  type: {
2608
2959
  name: "Number"
@@ -2615,6 +2966,7 @@ export const BackupPolicy: msRest.CompositeMapper = {
2615
2966
  }
2616
2967
  },
2617
2968
  volumeBackups: {
2969
+ readOnly: true,
2618
2970
  serializedName: "properties.volumeBackups",
2619
2971
  type: {
2620
2972
  name: "Sequence",
@@ -2674,9 +3026,9 @@ export const BackupPolicyDetails: msRest.CompositeMapper = {
2674
3026
  }
2675
3027
  }
2676
3028
  },
2677
- name1: {
3029
+ backupPolicyId: {
2678
3030
  readOnly: true,
2679
- serializedName: "properties.name",
3031
+ serializedName: "properties.backupPolicyId",
2680
3032
  type: {
2681
3033
  name: "String"
2682
3034
  }
@@ -2706,13 +3058,8 @@ export const BackupPolicyDetails: msRest.CompositeMapper = {
2706
3058
  name: "Number"
2707
3059
  }
2708
3060
  },
2709
- yearlyBackupsToKeep: {
2710
- serializedName: "properties.yearlyBackupsToKeep",
2711
- type: {
2712
- name: "Number"
2713
- }
2714
- },
2715
3061
  volumesAssigned: {
3062
+ readOnly: true,
2716
3063
  serializedName: "properties.volumesAssigned",
2717
3064
  type: {
2718
3065
  name: "Number"
@@ -2725,6 +3072,7 @@ export const BackupPolicyDetails: msRest.CompositeMapper = {
2725
3072
  }
2726
3073
  },
2727
3074
  volumeBackups: {
3075
+ readOnly: true,
2728
3076
  serializedName: "properties.volumeBackups",
2729
3077
  type: {
2730
3078
  name: "Sequence",
@@ -2784,9 +3132,9 @@ export const BackupPolicyPatch: msRest.CompositeMapper = {
2784
3132
  }
2785
3133
  }
2786
3134
  },
2787
- name1: {
3135
+ backupPolicyId: {
2788
3136
  readOnly: true,
2789
- serializedName: "properties.name",
3137
+ serializedName: "properties.backupPolicyId",
2790
3138
  type: {
2791
3139
  name: "String"
2792
3140
  }
@@ -2816,13 +3164,8 @@ export const BackupPolicyPatch: msRest.CompositeMapper = {
2816
3164
  name: "Number"
2817
3165
  }
2818
3166
  },
2819
- yearlyBackupsToKeep: {
2820
- serializedName: "properties.yearlyBackupsToKeep",
2821
- type: {
2822
- name: "Number"
2823
- }
2824
- },
2825
3167
  volumesAssigned: {
3168
+ readOnly: true,
2826
3169
  serializedName: "properties.volumesAssigned",
2827
3170
  type: {
2828
3171
  name: "Number"
@@ -2835,6 +3178,7 @@ export const BackupPolicyPatch: msRest.CompositeMapper = {
2835
3178
  }
2836
3179
  },
2837
3180
  volumeBackups: {
3181
+ readOnly: true,
2838
3182
  serializedName: "properties.volumeBackups",
2839
3183
  type: {
2840
3184
  name: "Sequence",
@@ -3012,119 +3356,746 @@ export const RestoreStatus: msRest.CompositeMapper = {
3012
3356
  }
3013
3357
  };
3014
3358
 
3015
- export const OperationListResult: msRest.CompositeMapper = {
3016
- serializedName: "OperationListResult",
3359
+ export const VolumeGroupMetaData: msRest.CompositeMapper = {
3360
+ serializedName: "volumeGroupMetaData",
3017
3361
  type: {
3018
3362
  name: "Composite",
3019
- className: "OperationListResult",
3363
+ className: "VolumeGroupMetaData",
3020
3364
  modelProperties: {
3021
- value: {
3022
- serializedName: "",
3365
+ groupDescription: {
3366
+ serializedName: "groupDescription",
3023
3367
  type: {
3024
- name: "Sequence",
3025
- element: {
3026
- type: {
3027
- name: "Composite",
3028
- className: "Operation"
3029
- }
3030
- }
3368
+ name: "String"
3031
3369
  }
3032
- }
3033
- }
3034
- }
3035
- };
3036
-
3037
- export const NetAppAccountList: msRest.CompositeMapper = {
3038
- serializedName: "netAppAccountList",
3039
- type: {
3040
- name: "Composite",
3041
- className: "NetAppAccountList",
3042
- modelProperties: {
3043
- value: {
3044
- serializedName: "",
3370
+ },
3371
+ applicationType: {
3372
+ serializedName: "applicationType",
3045
3373
  type: {
3046
- name: "Sequence",
3047
- element: {
3048
- type: {
3049
- name: "Composite",
3050
- className: "NetAppAccount"
3051
- }
3052
- }
3374
+ name: "String"
3053
3375
  }
3054
3376
  },
3055
- nextLink: {
3056
- serializedName: "nextLink",
3377
+ applicationIdentifier: {
3378
+ serializedName: "applicationIdentifier",
3057
3379
  type: {
3058
3380
  name: "String"
3059
3381
  }
3060
- }
3061
- }
3062
- }
3063
- };
3064
-
3065
- export const CapacityPoolList: msRest.CompositeMapper = {
3066
- serializedName: "capacityPoolList",
3067
- type: {
3068
- name: "Composite",
3069
- className: "CapacityPoolList",
3070
- modelProperties: {
3071
- value: {
3072
- serializedName: "",
3382
+ },
3383
+ globalPlacementRules: {
3384
+ serializedName: "globalPlacementRules",
3073
3385
  type: {
3074
3386
  name: "Sequence",
3075
3387
  element: {
3076
3388
  type: {
3077
3389
  name: "Composite",
3078
- className: "CapacityPool"
3390
+ className: "PlacementKeyValuePairs"
3079
3391
  }
3080
3392
  }
3081
3393
  }
3082
3394
  },
3083
- nextLink: {
3084
- serializedName: "nextLink",
3395
+ deploymentSpecId: {
3396
+ serializedName: "deploymentSpecId",
3085
3397
  type: {
3086
3398
  name: "String"
3087
3399
  }
3400
+ },
3401
+ volumesCount: {
3402
+ readOnly: true,
3403
+ serializedName: "volumesCount",
3404
+ type: {
3405
+ name: "Number"
3406
+ }
3088
3407
  }
3089
3408
  }
3090
3409
  }
3091
3410
  };
3092
3411
 
3093
- export const VolumeList: msRest.CompositeMapper = {
3094
- serializedName: "volumeList",
3412
+ export const VolumeGroup: msRest.CompositeMapper = {
3413
+ serializedName: "volumeGroup",
3095
3414
  type: {
3096
3415
  name: "Composite",
3097
- className: "VolumeList",
3416
+ className: "VolumeGroup",
3098
3417
  modelProperties: {
3099
- value: {
3100
- serializedName: "",
3418
+ location: {
3419
+ serializedName: "location",
3101
3420
  type: {
3102
- name: "Sequence",
3103
- element: {
3104
- type: {
3105
- name: "Composite",
3106
- className: "Volume"
3107
- }
3108
- }
3421
+ name: "String"
3109
3422
  }
3110
3423
  },
3111
- nextLink: {
3112
- serializedName: "nextLink",
3424
+ id: {
3425
+ readOnly: true,
3426
+ serializedName: "id",
3113
3427
  type: {
3114
3428
  name: "String"
3115
3429
  }
3116
- }
3117
- }
3118
- }
3119
- };
3120
-
3121
- export const SnapshotsList: msRest.CompositeMapper = {
3122
- serializedName: "snapshotsList",
3123
- type: {
3124
- name: "Composite",
3125
- className: "SnapshotsList",
3126
- modelProperties: {
3127
- value: {
3430
+ },
3431
+ name: {
3432
+ readOnly: true,
3433
+ serializedName: "name",
3434
+ type: {
3435
+ name: "String"
3436
+ }
3437
+ },
3438
+ type: {
3439
+ readOnly: true,
3440
+ serializedName: "type",
3441
+ type: {
3442
+ name: "String"
3443
+ }
3444
+ },
3445
+ tags: {
3446
+ serializedName: "tags",
3447
+ type: {
3448
+ name: "Dictionary",
3449
+ value: {
3450
+ type: {
3451
+ name: "String"
3452
+ }
3453
+ }
3454
+ }
3455
+ },
3456
+ provisioningState: {
3457
+ readOnly: true,
3458
+ serializedName: "properties.provisioningState",
3459
+ type: {
3460
+ name: "String"
3461
+ }
3462
+ },
3463
+ groupMetaData: {
3464
+ serializedName: "properties.groupMetaData",
3465
+ type: {
3466
+ name: "Composite",
3467
+ className: "VolumeGroupMetaData"
3468
+ }
3469
+ }
3470
+ }
3471
+ }
3472
+ };
3473
+
3474
+ export const VolumeGroupVolumeProperties: msRest.CompositeMapper = {
3475
+ serializedName: "volumeGroupVolumeProperties",
3476
+ type: {
3477
+ name: "Composite",
3478
+ className: "VolumeGroupVolumeProperties",
3479
+ modelProperties: {
3480
+ id: {
3481
+ readOnly: true,
3482
+ serializedName: "id",
3483
+ type: {
3484
+ name: "String"
3485
+ }
3486
+ },
3487
+ name: {
3488
+ serializedName: "name",
3489
+ type: {
3490
+ name: "String"
3491
+ }
3492
+ },
3493
+ type: {
3494
+ readOnly: true,
3495
+ serializedName: "type",
3496
+ type: {
3497
+ name: "String"
3498
+ }
3499
+ },
3500
+ tags: {
3501
+ serializedName: "tags",
3502
+ type: {
3503
+ name: "Dictionary",
3504
+ value: {
3505
+ type: {
3506
+ name: "String"
3507
+ }
3508
+ }
3509
+ }
3510
+ },
3511
+ fileSystemId: {
3512
+ readOnly: true,
3513
+ serializedName: "properties.fileSystemId",
3514
+ constraints: {
3515
+ MaxLength: 36,
3516
+ MinLength: 36,
3517
+ 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}$/
3518
+ },
3519
+ type: {
3520
+ name: "String"
3521
+ }
3522
+ },
3523
+ creationToken: {
3524
+ required: true,
3525
+ serializedName: "properties.creationToken",
3526
+ constraints: {
3527
+ MaxLength: 80,
3528
+ MinLength: 1,
3529
+ Pattern: /^[a-zA-Z][a-zA-Z0-9\-]{0,79}$/
3530
+ },
3531
+ type: {
3532
+ name: "String"
3533
+ }
3534
+ },
3535
+ serviceLevel: {
3536
+ serializedName: "properties.serviceLevel",
3537
+ defaultValue: 'Premium',
3538
+ type: {
3539
+ name: "String"
3540
+ }
3541
+ },
3542
+ usageThreshold: {
3543
+ required: true,
3544
+ serializedName: "properties.usageThreshold",
3545
+ defaultValue: 107374182400,
3546
+ constraints: {
3547
+ InclusiveMaximum: 109951162777600,
3548
+ InclusiveMinimum: 107374182400
3549
+ },
3550
+ type: {
3551
+ name: "Number"
3552
+ }
3553
+ },
3554
+ exportPolicy: {
3555
+ serializedName: "properties.exportPolicy",
3556
+ type: {
3557
+ name: "Composite",
3558
+ className: "VolumePropertiesExportPolicy"
3559
+ }
3560
+ },
3561
+ protocolTypes: {
3562
+ serializedName: "properties.protocolTypes",
3563
+ type: {
3564
+ name: "Sequence",
3565
+ element: {
3566
+ type: {
3567
+ name: "String"
3568
+ }
3569
+ }
3570
+ }
3571
+ },
3572
+ provisioningState: {
3573
+ readOnly: true,
3574
+ serializedName: "properties.provisioningState",
3575
+ type: {
3576
+ name: "String"
3577
+ }
3578
+ },
3579
+ snapshotId: {
3580
+ nullable: true,
3581
+ serializedName: "properties.snapshotId",
3582
+ constraints: {
3583
+ MaxLength: 36,
3584
+ MinLength: 36,
3585
+ 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}|(\\?([^\/]*[\/])*)([^\/]+)$/
3586
+ },
3587
+ type: {
3588
+ name: "String"
3589
+ }
3590
+ },
3591
+ backupId: {
3592
+ nullable: true,
3593
+ serializedName: "properties.backupId",
3594
+ constraints: {
3595
+ MaxLength: 36,
3596
+ MinLength: 36,
3597
+ 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}|(\\?([^\/]*[\/])*)([^\/]+)$/
3598
+ },
3599
+ type: {
3600
+ name: "String"
3601
+ }
3602
+ },
3603
+ baremetalTenantId: {
3604
+ readOnly: true,
3605
+ serializedName: "properties.baremetalTenantId",
3606
+ type: {
3607
+ name: "String"
3608
+ }
3609
+ },
3610
+ subnetId: {
3611
+ required: true,
3612
+ serializedName: "properties.subnetId",
3613
+ type: {
3614
+ name: "String"
3615
+ }
3616
+ },
3617
+ networkFeatures: {
3618
+ serializedName: "properties.networkFeatures",
3619
+ defaultValue: 'Basic',
3620
+ type: {
3621
+ name: "String"
3622
+ }
3623
+ },
3624
+ networkSiblingSetId: {
3625
+ readOnly: true,
3626
+ serializedName: "properties.networkSiblingSetId",
3627
+ constraints: {
3628
+ MaxLength: 36,
3629
+ MinLength: 36,
3630
+ 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}$/
3631
+ },
3632
+ type: {
3633
+ name: "String"
3634
+ }
3635
+ },
3636
+ storageToNetworkProximity: {
3637
+ readOnly: true,
3638
+ serializedName: "properties.storageToNetworkProximity",
3639
+ type: {
3640
+ name: "String"
3641
+ }
3642
+ },
3643
+ mountTargets: {
3644
+ readOnly: true,
3645
+ serializedName: "properties.mountTargets",
3646
+ type: {
3647
+ name: "Sequence",
3648
+ element: {
3649
+ type: {
3650
+ name: "Composite",
3651
+ className: "MountTargetProperties"
3652
+ }
3653
+ }
3654
+ }
3655
+ },
3656
+ volumeType: {
3657
+ serializedName: "properties.volumeType",
3658
+ type: {
3659
+ name: "String"
3660
+ }
3661
+ },
3662
+ dataProtection: {
3663
+ serializedName: "properties.dataProtection",
3664
+ type: {
3665
+ name: "Composite",
3666
+ className: "VolumePropertiesDataProtection"
3667
+ }
3668
+ },
3669
+ isRestoring: {
3670
+ serializedName: "properties.isRestoring",
3671
+ type: {
3672
+ name: "Boolean"
3673
+ }
3674
+ },
3675
+ snapshotDirectoryVisible: {
3676
+ serializedName: "properties.snapshotDirectoryVisible",
3677
+ defaultValue: true,
3678
+ type: {
3679
+ name: "Boolean"
3680
+ }
3681
+ },
3682
+ kerberosEnabled: {
3683
+ serializedName: "properties.kerberosEnabled",
3684
+ defaultValue: false,
3685
+ type: {
3686
+ name: "Boolean"
3687
+ }
3688
+ },
3689
+ securityStyle: {
3690
+ serializedName: "properties.securityStyle",
3691
+ defaultValue: 'unix',
3692
+ type: {
3693
+ name: "String"
3694
+ }
3695
+ },
3696
+ smbEncryption: {
3697
+ serializedName: "properties.smbEncryption",
3698
+ defaultValue: false,
3699
+ type: {
3700
+ name: "Boolean"
3701
+ }
3702
+ },
3703
+ smbContinuouslyAvailable: {
3704
+ serializedName: "properties.smbContinuouslyAvailable",
3705
+ defaultValue: false,
3706
+ type: {
3707
+ name: "Boolean"
3708
+ }
3709
+ },
3710
+ throughputMibps: {
3711
+ serializedName: "properties.throughputMibps",
3712
+ defaultValue: 0,
3713
+ type: {
3714
+ name: "Number"
3715
+ }
3716
+ },
3717
+ encryptionKeySource: {
3718
+ serializedName: "properties.encryptionKeySource",
3719
+ type: {
3720
+ name: "String"
3721
+ }
3722
+ },
3723
+ ldapEnabled: {
3724
+ serializedName: "properties.ldapEnabled",
3725
+ defaultValue: false,
3726
+ type: {
3727
+ name: "Boolean"
3728
+ }
3729
+ },
3730
+ coolAccess: {
3731
+ serializedName: "properties.coolAccess",
3732
+ defaultValue: false,
3733
+ type: {
3734
+ name: "Boolean"
3735
+ }
3736
+ },
3737
+ coolnessPeriod: {
3738
+ serializedName: "properties.coolnessPeriod",
3739
+ constraints: {
3740
+ InclusiveMaximum: 63,
3741
+ InclusiveMinimum: 7
3742
+ },
3743
+ type: {
3744
+ name: "Number"
3745
+ }
3746
+ },
3747
+ unixPermissions: {
3748
+ nullable: true,
3749
+ serializedName: "properties.unixPermissions",
3750
+ defaultValue: '0770',
3751
+ constraints: {
3752
+ MaxLength: 4,
3753
+ MinLength: 4
3754
+ },
3755
+ type: {
3756
+ name: "String"
3757
+ }
3758
+ },
3759
+ cloneProgress: {
3760
+ nullable: true,
3761
+ readOnly: true,
3762
+ serializedName: "properties.cloneProgress",
3763
+ type: {
3764
+ name: "Number"
3765
+ }
3766
+ },
3767
+ avsDataStore: {
3768
+ serializedName: "properties.avsDataStore",
3769
+ defaultValue: 'Disabled',
3770
+ type: {
3771
+ name: "String"
3772
+ }
3773
+ },
3774
+ isDefaultQuotaEnabled: {
3775
+ serializedName: "properties.isDefaultQuotaEnabled",
3776
+ defaultValue: false,
3777
+ type: {
3778
+ name: "Boolean"
3779
+ }
3780
+ },
3781
+ defaultUserQuotaInKiBs: {
3782
+ serializedName: "properties.defaultUserQuotaInKiBs",
3783
+ defaultValue: 0,
3784
+ type: {
3785
+ name: "Number"
3786
+ }
3787
+ },
3788
+ defaultGroupQuotaInKiBs: {
3789
+ serializedName: "properties.defaultGroupQuotaInKiBs",
3790
+ defaultValue: 0,
3791
+ type: {
3792
+ name: "Number"
3793
+ }
3794
+ },
3795
+ volumeGroupName: {
3796
+ readOnly: true,
3797
+ serializedName: "properties.volumeGroupName",
3798
+ type: {
3799
+ name: "String"
3800
+ }
3801
+ },
3802
+ capacityPoolResourceId: {
3803
+ serializedName: "properties.capacityPoolResourceId",
3804
+ type: {
3805
+ name: "String"
3806
+ }
3807
+ },
3808
+ proximityPlacementGroup: {
3809
+ serializedName: "properties.proximityPlacementGroup",
3810
+ type: {
3811
+ name: "String"
3812
+ }
3813
+ },
3814
+ t2Network: {
3815
+ readOnly: true,
3816
+ serializedName: "properties.t2Network",
3817
+ type: {
3818
+ name: "String"
3819
+ }
3820
+ },
3821
+ volumeSpecName: {
3822
+ serializedName: "properties.volumeSpecName",
3823
+ type: {
3824
+ name: "String"
3825
+ }
3826
+ },
3827
+ placementRules: {
3828
+ serializedName: "properties.placementRules",
3829
+ type: {
3830
+ name: "Sequence",
3831
+ element: {
3832
+ type: {
3833
+ name: "Composite",
3834
+ className: "PlacementKeyValuePairs"
3835
+ }
3836
+ }
3837
+ }
3838
+ }
3839
+ }
3840
+ }
3841
+ };
3842
+
3843
+ export const VolumeGroupDetails: msRest.CompositeMapper = {
3844
+ serializedName: "volumeGroupDetails",
3845
+ type: {
3846
+ name: "Composite",
3847
+ className: "VolumeGroupDetails",
3848
+ modelProperties: {
3849
+ location: {
3850
+ serializedName: "location",
3851
+ type: {
3852
+ name: "String"
3853
+ }
3854
+ },
3855
+ id: {
3856
+ readOnly: true,
3857
+ serializedName: "id",
3858
+ type: {
3859
+ name: "String"
3860
+ }
3861
+ },
3862
+ name: {
3863
+ readOnly: true,
3864
+ serializedName: "name",
3865
+ type: {
3866
+ name: "String"
3867
+ }
3868
+ },
3869
+ type: {
3870
+ readOnly: true,
3871
+ serializedName: "type",
3872
+ type: {
3873
+ name: "String"
3874
+ }
3875
+ },
3876
+ tags: {
3877
+ serializedName: "tags",
3878
+ type: {
3879
+ name: "Dictionary",
3880
+ value: {
3881
+ type: {
3882
+ name: "String"
3883
+ }
3884
+ }
3885
+ }
3886
+ },
3887
+ provisioningState: {
3888
+ readOnly: true,
3889
+ serializedName: "properties.provisioningState",
3890
+ type: {
3891
+ name: "String"
3892
+ }
3893
+ },
3894
+ groupMetaData: {
3895
+ serializedName: "properties.groupMetaData",
3896
+ type: {
3897
+ name: "Composite",
3898
+ className: "VolumeGroupMetaData"
3899
+ }
3900
+ },
3901
+ volumes: {
3902
+ serializedName: "properties.volumes",
3903
+ type: {
3904
+ name: "Sequence",
3905
+ element: {
3906
+ type: {
3907
+ name: "Composite",
3908
+ className: "VolumeGroupVolumeProperties"
3909
+ }
3910
+ }
3911
+ }
3912
+ }
3913
+ }
3914
+ }
3915
+ };
3916
+
3917
+ export const TrackedResource: msRest.CompositeMapper = {
3918
+ serializedName: "TrackedResource",
3919
+ type: {
3920
+ name: "Composite",
3921
+ className: "TrackedResource",
3922
+ modelProperties: {
3923
+ ...Resource.type.modelProperties,
3924
+ tags: {
3925
+ serializedName: "tags",
3926
+ type: {
3927
+ name: "Dictionary",
3928
+ value: {
3929
+ type: {
3930
+ name: "String"
3931
+ }
3932
+ }
3933
+ }
3934
+ },
3935
+ location: {
3936
+ required: true,
3937
+ serializedName: "location",
3938
+ type: {
3939
+ name: "String"
3940
+ }
3941
+ }
3942
+ }
3943
+ }
3944
+ };
3945
+
3946
+ export const AzureEntityResource: msRest.CompositeMapper = {
3947
+ serializedName: "AzureEntityResource",
3948
+ type: {
3949
+ name: "Composite",
3950
+ className: "AzureEntityResource",
3951
+ modelProperties: {
3952
+ ...Resource.type.modelProperties,
3953
+ etag: {
3954
+ readOnly: true,
3955
+ serializedName: "etag",
3956
+ type: {
3957
+ name: "String"
3958
+ }
3959
+ }
3960
+ }
3961
+ }
3962
+ };
3963
+
3964
+ export const OperationListResult: msRest.CompositeMapper = {
3965
+ serializedName: "OperationListResult",
3966
+ type: {
3967
+ name: "Composite",
3968
+ className: "OperationListResult",
3969
+ modelProperties: {
3970
+ value: {
3971
+ serializedName: "",
3972
+ type: {
3973
+ name: "Sequence",
3974
+ element: {
3975
+ type: {
3976
+ name: "Composite",
3977
+ className: "Operation"
3978
+ }
3979
+ }
3980
+ }
3981
+ }
3982
+ }
3983
+ }
3984
+ };
3985
+
3986
+ export const SubscriptionQuotaItemList: msRest.CompositeMapper = {
3987
+ serializedName: "SubscriptionQuotaItemList",
3988
+ type: {
3989
+ name: "Composite",
3990
+ className: "SubscriptionQuotaItemList",
3991
+ modelProperties: {
3992
+ value: {
3993
+ serializedName: "",
3994
+ type: {
3995
+ name: "Sequence",
3996
+ element: {
3997
+ type: {
3998
+ name: "Composite",
3999
+ className: "SubscriptionQuotaItem"
4000
+ }
4001
+ }
4002
+ }
4003
+ }
4004
+ }
4005
+ }
4006
+ };
4007
+
4008
+ export const NetAppAccountList: msRest.CompositeMapper = {
4009
+ serializedName: "netAppAccountList",
4010
+ type: {
4011
+ name: "Composite",
4012
+ className: "NetAppAccountList",
4013
+ modelProperties: {
4014
+ value: {
4015
+ serializedName: "",
4016
+ type: {
4017
+ name: "Sequence",
4018
+ element: {
4019
+ type: {
4020
+ name: "Composite",
4021
+ className: "NetAppAccount"
4022
+ }
4023
+ }
4024
+ }
4025
+ },
4026
+ nextLink: {
4027
+ serializedName: "nextLink",
4028
+ type: {
4029
+ name: "String"
4030
+ }
4031
+ }
4032
+ }
4033
+ }
4034
+ };
4035
+
4036
+ export const CapacityPoolList: msRest.CompositeMapper = {
4037
+ serializedName: "capacityPoolList",
4038
+ type: {
4039
+ name: "Composite",
4040
+ className: "CapacityPoolList",
4041
+ modelProperties: {
4042
+ value: {
4043
+ serializedName: "",
4044
+ type: {
4045
+ name: "Sequence",
4046
+ element: {
4047
+ type: {
4048
+ name: "Composite",
4049
+ className: "CapacityPool"
4050
+ }
4051
+ }
4052
+ }
4053
+ },
4054
+ nextLink: {
4055
+ serializedName: "nextLink",
4056
+ type: {
4057
+ name: "String"
4058
+ }
4059
+ }
4060
+ }
4061
+ }
4062
+ };
4063
+
4064
+ export const VolumeList: msRest.CompositeMapper = {
4065
+ serializedName: "volumeList",
4066
+ type: {
4067
+ name: "Composite",
4068
+ className: "VolumeList",
4069
+ modelProperties: {
4070
+ value: {
4071
+ serializedName: "",
4072
+ type: {
4073
+ name: "Sequence",
4074
+ element: {
4075
+ type: {
4076
+ name: "Composite",
4077
+ className: "Volume"
4078
+ }
4079
+ }
4080
+ }
4081
+ },
4082
+ nextLink: {
4083
+ serializedName: "nextLink",
4084
+ type: {
4085
+ name: "String"
4086
+ }
4087
+ }
4088
+ }
4089
+ }
4090
+ };
4091
+
4092
+ export const SnapshotsList: msRest.CompositeMapper = {
4093
+ serializedName: "snapshotsList",
4094
+ type: {
4095
+ name: "Composite",
4096
+ className: "SnapshotsList",
4097
+ modelProperties: {
4098
+ value: {
3128
4099
  serializedName: "",
3129
4100
  type: {
3130
4101
  name: "Sequence",
@@ -3227,3 +4198,25 @@ export const VaultList: msRest.CompositeMapper = {
3227
4198
  }
3228
4199
  }
3229
4200
  };
4201
+
4202
+ export const VolumeGroupList: msRest.CompositeMapper = {
4203
+ serializedName: "volumeGroupList",
4204
+ type: {
4205
+ name: "Composite",
4206
+ className: "VolumeGroupList",
4207
+ modelProperties: {
4208
+ value: {
4209
+ serializedName: "",
4210
+ type: {
4211
+ name: "Sequence",
4212
+ element: {
4213
+ type: {
4214
+ name: "Composite",
4215
+ className: "VolumeGroup"
4216
+ }
4217
+ }
4218
+ }
4219
+ }
4220
+ }
4221
+ }
4222
+ };