@azure/arm-netapp 14.3.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.
- package/dist/arm-netapp.js +972 -51
- package/dist/arm-netapp.js.map +1 -1
- package/dist/arm-netapp.min.js +1 -1
- package/dist/arm-netapp.min.js.map +1 -1
- package/esm/azureNetAppFilesManagementClient.d.ts +1 -0
- package/esm/azureNetAppFilesManagementClient.d.ts.map +1 -1
- package/esm/azureNetAppFilesManagementClient.js +1 -0
- package/esm/azureNetAppFilesManagementClient.js.map +1 -1
- package/esm/azureNetAppFilesManagementClientContext.js +2 -2
- package/esm/models/accountBackupsMappers.d.ts +1 -1
- package/esm/models/accountBackupsMappers.d.ts.map +1 -1
- package/esm/models/accountBackupsMappers.js +1 -1
- package/esm/models/accountBackupsMappers.js.map +1 -1
- package/esm/models/accountsMappers.d.ts +1 -1
- package/esm/models/accountsMappers.d.ts.map +1 -1
- package/esm/models/accountsMappers.js +1 -1
- package/esm/models/accountsMappers.js.map +1 -1
- package/esm/models/backupPoliciesMappers.d.ts +1 -1
- package/esm/models/backupPoliciesMappers.d.ts.map +1 -1
- package/esm/models/backupPoliciesMappers.js +1 -1
- package/esm/models/backupPoliciesMappers.js.map +1 -1
- package/esm/models/backupsMappers.d.ts +1 -1
- package/esm/models/backupsMappers.d.ts.map +1 -1
- package/esm/models/backupsMappers.js +1 -1
- package/esm/models/backupsMappers.js.map +1 -1
- package/esm/models/index.d.ts +477 -23
- package/esm/models/index.d.ts.map +1 -1
- package/esm/models/mappers.d.ts +6 -0
- package/esm/models/mappers.d.ts.map +1 -1
- package/esm/models/mappers.js +789 -174
- package/esm/models/mappers.js.map +1 -1
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts +1 -1
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts.map +1 -1
- package/esm/models/netAppResourceQuotaLimitsMappers.js +1 -1
- package/esm/models/netAppResourceQuotaLimitsMappers.js.map +1 -1
- package/esm/models/parameters.d.ts +1 -0
- package/esm/models/parameters.d.ts.map +1 -1
- package/esm/models/parameters.js +15 -0
- package/esm/models/parameters.js.map +1 -1
- package/esm/models/poolsMappers.d.ts +1 -1
- package/esm/models/poolsMappers.d.ts.map +1 -1
- package/esm/models/poolsMappers.js +1 -1
- package/esm/models/poolsMappers.js.map +1 -1
- package/esm/models/snapshotPoliciesMappers.d.ts +1 -1
- package/esm/models/snapshotPoliciesMappers.d.ts.map +1 -1
- package/esm/models/snapshotPoliciesMappers.js +1 -1
- package/esm/models/snapshotPoliciesMappers.js.map +1 -1
- package/esm/models/snapshotsMappers.d.ts +1 -1
- package/esm/models/snapshotsMappers.d.ts.map +1 -1
- package/esm/models/snapshotsMappers.js +1 -1
- package/esm/models/snapshotsMappers.js.map +1 -1
- package/esm/models/vaultsMappers.d.ts +1 -1
- package/esm/models/vaultsMappers.d.ts.map +1 -1
- package/esm/models/vaultsMappers.js +1 -1
- package/esm/models/vaultsMappers.js.map +1 -1
- package/esm/models/volumeGroupsMappers.d.ts +2 -0
- package/esm/models/volumeGroupsMappers.d.ts.map +1 -0
- package/esm/models/volumeGroupsMappers.js +9 -0
- package/esm/models/volumeGroupsMappers.js.map +1 -0
- package/esm/models/volumesMappers.d.ts +1 -1
- package/esm/models/volumesMappers.d.ts.map +1 -1
- package/esm/models/volumesMappers.js +1 -1
- package/esm/models/volumesMappers.js.map +1 -1
- package/esm/operations/index.d.ts +1 -0
- package/esm/operations/index.d.ts.map +1 -1
- package/esm/operations/index.js +1 -0
- package/esm/operations/index.js.map +1 -1
- package/esm/operations/volumeGroups.d.ts +107 -0
- package/esm/operations/volumeGroups.d.ts.map +1 -0
- package/esm/operations/volumeGroups.js +212 -0
- package/esm/operations/volumeGroups.js.map +1 -0
- package/package.json +1 -1
- package/src/azureNetAppFilesManagementClient.ts +2 -0
- package/src/azureNetAppFilesManagementClientContext.ts +2 -2
- package/src/models/accountBackupsMappers.ts +2 -0
- package/src/models/accountsMappers.ts +2 -0
- package/src/models/backupPoliciesMappers.ts +2 -0
- package/src/models/backupsMappers.ts +2 -0
- package/src/models/index.ts +486 -23
- package/src/models/mappers.ts +791 -171
- package/src/models/netAppResourceQuotaLimitsMappers.ts +2 -0
- package/src/models/parameters.ts +15 -0
- package/src/models/poolsMappers.ts +2 -0
- package/src/models/snapshotPoliciesMappers.ts +2 -0
- package/src/models/snapshotsMappers.ts +2 -0
- package/src/models/vaultsMappers.ts +2 -0
- package/src/models/volumeGroupsMappers.ts +54 -0
- package/src/models/volumesMappers.ts +2 -0
- package/src/operations/index.ts +1 -0
- package/src/operations/volumeGroups.ts +287 -0
package/src/models/mappers.ts
CHANGED
|
@@ -491,13 +491,6 @@ export const SubscriptionQuotaItem: msRest.CompositeMapper = {
|
|
|
491
491
|
className: "SubscriptionQuotaItem",
|
|
492
492
|
modelProperties: {
|
|
493
493
|
...ProxyResource.type.modelProperties,
|
|
494
|
-
subscriptionQuotaItemName: {
|
|
495
|
-
readOnly: true,
|
|
496
|
-
serializedName: "properties.name",
|
|
497
|
-
type: {
|
|
498
|
-
name: "String"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
494
|
current: {
|
|
502
495
|
readOnly: true,
|
|
503
496
|
serializedName: "properties.current",
|
|
@@ -682,6 +675,12 @@ export const ActiveDirectory: msRest.CompositeMapper = {
|
|
|
682
675
|
type: {
|
|
683
676
|
name: "Boolean"
|
|
684
677
|
}
|
|
678
|
+
},
|
|
679
|
+
encryptDCConnections: {
|
|
680
|
+
serializedName: "encryptDCConnections",
|
|
681
|
+
type: {
|
|
682
|
+
name: "Boolean"
|
|
683
|
+
}
|
|
685
684
|
}
|
|
686
685
|
}
|
|
687
686
|
}
|
|
@@ -1362,6 +1361,30 @@ export const VolumePropertiesDataProtection: msRest.CompositeMapper = {
|
|
|
1362
1361
|
}
|
|
1363
1362
|
};
|
|
1364
1363
|
|
|
1364
|
+
export const PlacementKeyValuePairs: msRest.CompositeMapper = {
|
|
1365
|
+
serializedName: "placementKeyValuePairs",
|
|
1366
|
+
type: {
|
|
1367
|
+
name: "Composite",
|
|
1368
|
+
className: "PlacementKeyValuePairs",
|
|
1369
|
+
modelProperties: {
|
|
1370
|
+
key: {
|
|
1371
|
+
required: true,
|
|
1372
|
+
serializedName: "key",
|
|
1373
|
+
type: {
|
|
1374
|
+
name: "String"
|
|
1375
|
+
}
|
|
1376
|
+
},
|
|
1377
|
+
value: {
|
|
1378
|
+
required: true,
|
|
1379
|
+
serializedName: "value",
|
|
1380
|
+
type: {
|
|
1381
|
+
name: "String"
|
|
1382
|
+
}
|
|
1383
|
+
}
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
};
|
|
1387
|
+
|
|
1365
1388
|
export const Volume: msRest.CompositeMapper = {
|
|
1366
1389
|
serializedName: "volume",
|
|
1367
1390
|
type: {
|
|
@@ -1616,10 +1639,6 @@ export const Volume: msRest.CompositeMapper = {
|
|
|
1616
1639
|
throughputMibps: {
|
|
1617
1640
|
serializedName: "properties.throughputMibps",
|
|
1618
1641
|
defaultValue: 0,
|
|
1619
|
-
constraints: {
|
|
1620
|
-
InclusiveMaximum: 4500,
|
|
1621
|
-
InclusiveMinimum: 0
|
|
1622
|
-
},
|
|
1623
1642
|
type: {
|
|
1624
1643
|
name: "Number"
|
|
1625
1644
|
}
|
|
@@ -1701,6 +1720,50 @@ export const Volume: msRest.CompositeMapper = {
|
|
|
1701
1720
|
type: {
|
|
1702
1721
|
name: "Number"
|
|
1703
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
|
+
}
|
|
1704
1767
|
}
|
|
1705
1768
|
}
|
|
1706
1769
|
}
|
|
@@ -1893,10 +1956,7 @@ export const VolumePatch: msRest.CompositeMapper = {
|
|
|
1893
1956
|
},
|
|
1894
1957
|
throughputMibps: {
|
|
1895
1958
|
serializedName: "properties.throughputMibps",
|
|
1896
|
-
|
|
1897
|
-
InclusiveMaximum: 4500,
|
|
1898
|
-
InclusiveMinimum: 1
|
|
1899
|
-
},
|
|
1959
|
+
defaultValue: 0,
|
|
1900
1960
|
type: {
|
|
1901
1961
|
name: "Number"
|
|
1902
1962
|
}
|
|
@@ -2512,7 +2572,8 @@ export const SnapshotPolicyVolumeList: msRest.CompositeMapper = {
|
|
|
2512
2572
|
name: "Sequence",
|
|
2513
2573
|
element: {
|
|
2514
2574
|
type: {
|
|
2515
|
-
name: "
|
|
2575
|
+
name: "Composite",
|
|
2576
|
+
className: "Volume"
|
|
2516
2577
|
}
|
|
2517
2578
|
}
|
|
2518
2579
|
}
|
|
@@ -2859,13 +2920,6 @@ export const BackupPolicy: msRest.CompositeMapper = {
|
|
|
2859
2920
|
}
|
|
2860
2921
|
}
|
|
2861
2922
|
},
|
|
2862
|
-
name1: {
|
|
2863
|
-
readOnly: true,
|
|
2864
|
-
serializedName: "properties.name",
|
|
2865
|
-
type: {
|
|
2866
|
-
name: "String"
|
|
2867
|
-
}
|
|
2868
|
-
},
|
|
2869
2923
|
backupPolicyId: {
|
|
2870
2924
|
readOnly: true,
|
|
2871
2925
|
serializedName: "properties.backupPolicyId",
|
|
@@ -2972,13 +3026,6 @@ export const BackupPolicyDetails: msRest.CompositeMapper = {
|
|
|
2972
3026
|
}
|
|
2973
3027
|
}
|
|
2974
3028
|
},
|
|
2975
|
-
name1: {
|
|
2976
|
-
readOnly: true,
|
|
2977
|
-
serializedName: "properties.name",
|
|
2978
|
-
type: {
|
|
2979
|
-
name: "String"
|
|
2980
|
-
}
|
|
2981
|
-
},
|
|
2982
3029
|
backupPolicyId: {
|
|
2983
3030
|
readOnly: true,
|
|
2984
3031
|
serializedName: "properties.backupPolicyId",
|
|
@@ -3085,13 +3132,6 @@ export const BackupPolicyPatch: msRest.CompositeMapper = {
|
|
|
3085
3132
|
}
|
|
3086
3133
|
}
|
|
3087
3134
|
},
|
|
3088
|
-
name1: {
|
|
3089
|
-
readOnly: true,
|
|
3090
|
-
serializedName: "properties.name",
|
|
3091
|
-
type: {
|
|
3092
|
-
name: "String"
|
|
3093
|
-
}
|
|
3094
|
-
},
|
|
3095
3135
|
backupPolicyId: {
|
|
3096
3136
|
readOnly: true,
|
|
3097
3137
|
serializedName: "properties.backupPolicyId",
|
|
@@ -3316,201 +3356,759 @@ export const RestoreStatus: msRest.CompositeMapper = {
|
|
|
3316
3356
|
}
|
|
3317
3357
|
};
|
|
3318
3358
|
|
|
3319
|
-
export const
|
|
3320
|
-
serializedName: "
|
|
3359
|
+
export const VolumeGroupMetaData: msRest.CompositeMapper = {
|
|
3360
|
+
serializedName: "volumeGroupMetaData",
|
|
3321
3361
|
type: {
|
|
3322
3362
|
name: "Composite",
|
|
3323
|
-
className: "
|
|
3363
|
+
className: "VolumeGroupMetaData",
|
|
3324
3364
|
modelProperties: {
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
serializedName: "tags",
|
|
3365
|
+
groupDescription: {
|
|
3366
|
+
serializedName: "groupDescription",
|
|
3328
3367
|
type: {
|
|
3329
|
-
name: "
|
|
3330
|
-
value: {
|
|
3331
|
-
type: {
|
|
3332
|
-
name: "String"
|
|
3333
|
-
}
|
|
3334
|
-
}
|
|
3368
|
+
name: "String"
|
|
3335
3369
|
}
|
|
3336
3370
|
},
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
serializedName: "location",
|
|
3371
|
+
applicationType: {
|
|
3372
|
+
serializedName: "applicationType",
|
|
3340
3373
|
type: {
|
|
3341
3374
|
name: "String"
|
|
3342
3375
|
}
|
|
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",
|
|
3376
|
+
},
|
|
3377
|
+
applicationIdentifier: {
|
|
3378
|
+
serializedName: "applicationIdentifier",
|
|
3358
3379
|
type: {
|
|
3359
3380
|
name: "String"
|
|
3360
3381
|
}
|
|
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: "",
|
|
3382
|
+
},
|
|
3383
|
+
globalPlacementRules: {
|
|
3384
|
+
serializedName: "globalPlacementRules",
|
|
3374
3385
|
type: {
|
|
3375
3386
|
name: "Sequence",
|
|
3376
3387
|
element: {
|
|
3377
3388
|
type: {
|
|
3378
3389
|
name: "Composite",
|
|
3379
|
-
className: "
|
|
3390
|
+
className: "PlacementKeyValuePairs"
|
|
3380
3391
|
}
|
|
3381
3392
|
}
|
|
3382
3393
|
}
|
|
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: "",
|
|
3394
|
+
},
|
|
3395
|
+
deploymentSpecId: {
|
|
3396
|
+
serializedName: "deploymentSpecId",
|
|
3396
3397
|
type: {
|
|
3397
|
-
name: "
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3398
|
+
name: "String"
|
|
3399
|
+
}
|
|
3400
|
+
},
|
|
3401
|
+
volumesCount: {
|
|
3402
|
+
readOnly: true,
|
|
3403
|
+
serializedName: "volumesCount",
|
|
3404
|
+
type: {
|
|
3405
|
+
name: "Number"
|
|
3404
3406
|
}
|
|
3405
3407
|
}
|
|
3406
3408
|
}
|
|
3407
3409
|
}
|
|
3408
3410
|
};
|
|
3409
3411
|
|
|
3410
|
-
export const
|
|
3411
|
-
serializedName: "
|
|
3412
|
+
export const VolumeGroup: msRest.CompositeMapper = {
|
|
3413
|
+
serializedName: "volumeGroup",
|
|
3412
3414
|
type: {
|
|
3413
3415
|
name: "Composite",
|
|
3414
|
-
className: "
|
|
3416
|
+
className: "VolumeGroup",
|
|
3415
3417
|
modelProperties: {
|
|
3416
|
-
|
|
3417
|
-
serializedName: "",
|
|
3418
|
+
location: {
|
|
3419
|
+
serializedName: "location",
|
|
3418
3420
|
type: {
|
|
3419
|
-
name: "
|
|
3420
|
-
element: {
|
|
3421
|
-
type: {
|
|
3422
|
-
name: "Composite",
|
|
3423
|
-
className: "NetAppAccount"
|
|
3424
|
-
}
|
|
3425
|
-
}
|
|
3421
|
+
name: "String"
|
|
3426
3422
|
}
|
|
3427
3423
|
},
|
|
3428
|
-
|
|
3429
|
-
|
|
3424
|
+
id: {
|
|
3425
|
+
readOnly: true,
|
|
3426
|
+
serializedName: "id",
|
|
3430
3427
|
type: {
|
|
3431
3428
|
name: "String"
|
|
3432
3429
|
}
|
|
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: "",
|
|
3430
|
+
},
|
|
3431
|
+
name: {
|
|
3432
|
+
readOnly: true,
|
|
3433
|
+
serializedName: "name",
|
|
3446
3434
|
type: {
|
|
3447
|
-
name: "
|
|
3448
|
-
element: {
|
|
3449
|
-
type: {
|
|
3450
|
-
name: "Composite",
|
|
3451
|
-
className: "CapacityPool"
|
|
3452
|
-
}
|
|
3453
|
-
}
|
|
3435
|
+
name: "String"
|
|
3454
3436
|
}
|
|
3455
3437
|
},
|
|
3456
|
-
|
|
3457
|
-
|
|
3438
|
+
type: {
|
|
3439
|
+
readOnly: true,
|
|
3440
|
+
serializedName: "type",
|
|
3458
3441
|
type: {
|
|
3459
3442
|
name: "String"
|
|
3460
3443
|
}
|
|
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: "",
|
|
3444
|
+
},
|
|
3445
|
+
tags: {
|
|
3446
|
+
serializedName: "tags",
|
|
3474
3447
|
type: {
|
|
3475
|
-
name: "
|
|
3476
|
-
|
|
3448
|
+
name: "Dictionary",
|
|
3449
|
+
value: {
|
|
3477
3450
|
type: {
|
|
3478
|
-
name: "
|
|
3479
|
-
className: "Volume"
|
|
3451
|
+
name: "String"
|
|
3480
3452
|
}
|
|
3481
3453
|
}
|
|
3482
3454
|
}
|
|
3483
3455
|
},
|
|
3484
|
-
|
|
3485
|
-
|
|
3456
|
+
provisioningState: {
|
|
3457
|
+
readOnly: true,
|
|
3458
|
+
serializedName: "properties.provisioningState",
|
|
3486
3459
|
type: {
|
|
3487
3460
|
name: "String"
|
|
3488
3461
|
}
|
|
3462
|
+
},
|
|
3463
|
+
groupMetaData: {
|
|
3464
|
+
serializedName: "properties.groupMetaData",
|
|
3465
|
+
type: {
|
|
3466
|
+
name: "Composite",
|
|
3467
|
+
className: "VolumeGroupMetaData"
|
|
3468
|
+
}
|
|
3489
3469
|
}
|
|
3490
3470
|
}
|
|
3491
3471
|
}
|
|
3492
3472
|
};
|
|
3493
3473
|
|
|
3494
|
-
export const
|
|
3495
|
-
serializedName: "
|
|
3474
|
+
export const VolumeGroupVolumeProperties: msRest.CompositeMapper = {
|
|
3475
|
+
serializedName: "volumeGroupVolumeProperties",
|
|
3496
3476
|
type: {
|
|
3497
3477
|
name: "Composite",
|
|
3498
|
-
className: "
|
|
3478
|
+
className: "VolumeGroupVolumeProperties",
|
|
3499
3479
|
modelProperties: {
|
|
3500
|
-
|
|
3501
|
-
|
|
3480
|
+
id: {
|
|
3481
|
+
readOnly: true,
|
|
3482
|
+
serializedName: "id",
|
|
3502
3483
|
type: {
|
|
3503
|
-
name: "
|
|
3504
|
-
element: {
|
|
3505
|
-
type: {
|
|
3506
|
-
name: "Composite",
|
|
3507
|
-
className: "Snapshot"
|
|
3508
|
-
}
|
|
3509
|
-
}
|
|
3484
|
+
name: "String"
|
|
3510
3485
|
}
|
|
3511
|
-
}
|
|
3512
|
-
|
|
3513
|
-
|
|
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: {
|
|
4099
|
+
serializedName: "",
|
|
4100
|
+
type: {
|
|
4101
|
+
name: "Sequence",
|
|
4102
|
+
element: {
|
|
4103
|
+
type: {
|
|
4104
|
+
name: "Composite",
|
|
4105
|
+
className: "Snapshot"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
}
|
|
4109
|
+
}
|
|
4110
|
+
}
|
|
4111
|
+
}
|
|
3514
4112
|
};
|
|
3515
4113
|
|
|
3516
4114
|
export const SnapshotPoliciesList: msRest.CompositeMapper = {
|
|
@@ -3600,3 +4198,25 @@ export const VaultList: msRest.CompositeMapper = {
|
|
|
3600
4198
|
}
|
|
3601
4199
|
}
|
|
3602
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
|
+
};
|