@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/esm/models/mappers.js
CHANGED
|
@@ -471,13 +471,7 @@ export var SubscriptionQuotaItem = {
|
|
|
471
471
|
type: {
|
|
472
472
|
name: "Composite",
|
|
473
473
|
className: "SubscriptionQuotaItem",
|
|
474
|
-
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), {
|
|
475
|
-
readOnly: true,
|
|
476
|
-
serializedName: "properties.name",
|
|
477
|
-
type: {
|
|
478
|
-
name: "String"
|
|
479
|
-
}
|
|
480
|
-
}, current: {
|
|
474
|
+
modelProperties: __assign(__assign({}, ProxyResource.type.modelProperties), { current: {
|
|
481
475
|
readOnly: true,
|
|
482
476
|
serializedName: "properties.current",
|
|
483
477
|
type: {
|
|
@@ -657,6 +651,12 @@ export var ActiveDirectory = {
|
|
|
657
651
|
type: {
|
|
658
652
|
name: "Boolean"
|
|
659
653
|
}
|
|
654
|
+
},
|
|
655
|
+
encryptDCConnections: {
|
|
656
|
+
serializedName: "encryptDCConnections",
|
|
657
|
+
type: {
|
|
658
|
+
name: "Boolean"
|
|
659
|
+
}
|
|
660
660
|
}
|
|
661
661
|
}
|
|
662
662
|
}
|
|
@@ -1324,6 +1324,29 @@ export var VolumePropertiesDataProtection = {
|
|
|
1324
1324
|
}
|
|
1325
1325
|
}
|
|
1326
1326
|
};
|
|
1327
|
+
export var PlacementKeyValuePairs = {
|
|
1328
|
+
serializedName: "placementKeyValuePairs",
|
|
1329
|
+
type: {
|
|
1330
|
+
name: "Composite",
|
|
1331
|
+
className: "PlacementKeyValuePairs",
|
|
1332
|
+
modelProperties: {
|
|
1333
|
+
key: {
|
|
1334
|
+
required: true,
|
|
1335
|
+
serializedName: "key",
|
|
1336
|
+
type: {
|
|
1337
|
+
name: "String"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
value: {
|
|
1341
|
+
required: true,
|
|
1342
|
+
serializedName: "value",
|
|
1343
|
+
type: {
|
|
1344
|
+
name: "String"
|
|
1345
|
+
}
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
};
|
|
1327
1350
|
export var Volume = {
|
|
1328
1351
|
serializedName: "volume",
|
|
1329
1352
|
type: {
|
|
@@ -1578,10 +1601,6 @@ export var Volume = {
|
|
|
1578
1601
|
throughputMibps: {
|
|
1579
1602
|
serializedName: "properties.throughputMibps",
|
|
1580
1603
|
defaultValue: 0,
|
|
1581
|
-
constraints: {
|
|
1582
|
-
InclusiveMaximum: 4500,
|
|
1583
|
-
InclusiveMinimum: 0
|
|
1584
|
-
},
|
|
1585
1604
|
type: {
|
|
1586
1605
|
name: "Number"
|
|
1587
1606
|
}
|
|
@@ -1663,6 +1682,50 @@ export var Volume = {
|
|
|
1663
1682
|
type: {
|
|
1664
1683
|
name: "Number"
|
|
1665
1684
|
}
|
|
1685
|
+
},
|
|
1686
|
+
volumeGroupName: {
|
|
1687
|
+
readOnly: true,
|
|
1688
|
+
serializedName: "properties.volumeGroupName",
|
|
1689
|
+
type: {
|
|
1690
|
+
name: "String"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
capacityPoolResourceId: {
|
|
1694
|
+
serializedName: "properties.capacityPoolResourceId",
|
|
1695
|
+
type: {
|
|
1696
|
+
name: "String"
|
|
1697
|
+
}
|
|
1698
|
+
},
|
|
1699
|
+
proximityPlacementGroup: {
|
|
1700
|
+
serializedName: "properties.proximityPlacementGroup",
|
|
1701
|
+
type: {
|
|
1702
|
+
name: "String"
|
|
1703
|
+
}
|
|
1704
|
+
},
|
|
1705
|
+
t2Network: {
|
|
1706
|
+
readOnly: true,
|
|
1707
|
+
serializedName: "properties.t2Network",
|
|
1708
|
+
type: {
|
|
1709
|
+
name: "String"
|
|
1710
|
+
}
|
|
1711
|
+
},
|
|
1712
|
+
volumeSpecName: {
|
|
1713
|
+
serializedName: "properties.volumeSpecName",
|
|
1714
|
+
type: {
|
|
1715
|
+
name: "String"
|
|
1716
|
+
}
|
|
1717
|
+
},
|
|
1718
|
+
placementRules: {
|
|
1719
|
+
serializedName: "properties.placementRules",
|
|
1720
|
+
type: {
|
|
1721
|
+
name: "Sequence",
|
|
1722
|
+
element: {
|
|
1723
|
+
type: {
|
|
1724
|
+
name: "Composite",
|
|
1725
|
+
className: "PlacementKeyValuePairs"
|
|
1726
|
+
}
|
|
1727
|
+
}
|
|
1728
|
+
}
|
|
1666
1729
|
}
|
|
1667
1730
|
}
|
|
1668
1731
|
}
|
|
@@ -1850,10 +1913,7 @@ export var VolumePatch = {
|
|
|
1850
1913
|
},
|
|
1851
1914
|
throughputMibps: {
|
|
1852
1915
|
serializedName: "properties.throughputMibps",
|
|
1853
|
-
|
|
1854
|
-
InclusiveMaximum: 4500,
|
|
1855
|
-
InclusiveMinimum: 1
|
|
1856
|
-
},
|
|
1916
|
+
defaultValue: 0,
|
|
1857
1917
|
type: {
|
|
1858
1918
|
name: "Number"
|
|
1859
1919
|
}
|
|
@@ -2459,7 +2519,8 @@ export var SnapshotPolicyVolumeList = {
|
|
|
2459
2519
|
name: "Sequence",
|
|
2460
2520
|
element: {
|
|
2461
2521
|
type: {
|
|
2462
|
-
name: "
|
|
2522
|
+
name: "Composite",
|
|
2523
|
+
className: "Volume"
|
|
2463
2524
|
}
|
|
2464
2525
|
}
|
|
2465
2526
|
}
|
|
@@ -2798,13 +2859,6 @@ export var BackupPolicy = {
|
|
|
2798
2859
|
}
|
|
2799
2860
|
}
|
|
2800
2861
|
},
|
|
2801
|
-
name1: {
|
|
2802
|
-
readOnly: true,
|
|
2803
|
-
serializedName: "properties.name",
|
|
2804
|
-
type: {
|
|
2805
|
-
name: "String"
|
|
2806
|
-
}
|
|
2807
|
-
},
|
|
2808
2862
|
backupPolicyId: {
|
|
2809
2863
|
readOnly: true,
|
|
2810
2864
|
serializedName: "properties.backupPolicyId",
|
|
@@ -2910,13 +2964,6 @@ export var BackupPolicyDetails = {
|
|
|
2910
2964
|
}
|
|
2911
2965
|
}
|
|
2912
2966
|
},
|
|
2913
|
-
name1: {
|
|
2914
|
-
readOnly: true,
|
|
2915
|
-
serializedName: "properties.name",
|
|
2916
|
-
type: {
|
|
2917
|
-
name: "String"
|
|
2918
|
-
}
|
|
2919
|
-
},
|
|
2920
2967
|
backupPolicyId: {
|
|
2921
2968
|
readOnly: true,
|
|
2922
2969
|
serializedName: "properties.backupPolicyId",
|
|
@@ -3022,13 +3069,6 @@ export var BackupPolicyPatch = {
|
|
|
3022
3069
|
}
|
|
3023
3070
|
}
|
|
3024
3071
|
},
|
|
3025
|
-
name1: {
|
|
3026
|
-
readOnly: true,
|
|
3027
|
-
serializedName: "properties.name",
|
|
3028
|
-
type: {
|
|
3029
|
-
name: "String"
|
|
3030
|
-
}
|
|
3031
|
-
},
|
|
3032
3072
|
backupPolicyId: {
|
|
3033
3073
|
readOnly: true,
|
|
3034
3074
|
serializedName: "properties.backupPolicyId",
|
|
@@ -3249,201 +3289,755 @@ export var RestoreStatus = {
|
|
|
3249
3289
|
}
|
|
3250
3290
|
}
|
|
3251
3291
|
};
|
|
3252
|
-
export var
|
|
3253
|
-
serializedName: "
|
|
3292
|
+
export var VolumeGroupMetaData = {
|
|
3293
|
+
serializedName: "volumeGroupMetaData",
|
|
3254
3294
|
type: {
|
|
3255
3295
|
name: "Composite",
|
|
3256
|
-
className: "
|
|
3257
|
-
modelProperties:
|
|
3258
|
-
|
|
3296
|
+
className: "VolumeGroupMetaData",
|
|
3297
|
+
modelProperties: {
|
|
3298
|
+
groupDescription: {
|
|
3299
|
+
serializedName: "groupDescription",
|
|
3259
3300
|
type: {
|
|
3260
|
-
name: "
|
|
3261
|
-
value: {
|
|
3262
|
-
type: {
|
|
3263
|
-
name: "String"
|
|
3264
|
-
}
|
|
3265
|
-
}
|
|
3301
|
+
name: "String"
|
|
3266
3302
|
}
|
|
3267
|
-
},
|
|
3268
|
-
|
|
3269
|
-
serializedName: "
|
|
3303
|
+
},
|
|
3304
|
+
applicationType: {
|
|
3305
|
+
serializedName: "applicationType",
|
|
3270
3306
|
type: {
|
|
3271
3307
|
name: "String"
|
|
3272
3308
|
}
|
|
3273
|
-
}
|
|
3274
|
-
|
|
3275
|
-
|
|
3276
|
-
export var AzureEntityResource = {
|
|
3277
|
-
serializedName: "AzureEntityResource",
|
|
3278
|
-
type: {
|
|
3279
|
-
name: "Composite",
|
|
3280
|
-
className: "AzureEntityResource",
|
|
3281
|
-
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { etag: {
|
|
3282
|
-
readOnly: true,
|
|
3283
|
-
serializedName: "etag",
|
|
3309
|
+
},
|
|
3310
|
+
applicationIdentifier: {
|
|
3311
|
+
serializedName: "applicationIdentifier",
|
|
3284
3312
|
type: {
|
|
3285
3313
|
name: "String"
|
|
3286
3314
|
}
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
export var OperationListResult = {
|
|
3291
|
-
serializedName: "OperationListResult",
|
|
3292
|
-
type: {
|
|
3293
|
-
name: "Composite",
|
|
3294
|
-
className: "OperationListResult",
|
|
3295
|
-
modelProperties: {
|
|
3296
|
-
value: {
|
|
3297
|
-
serializedName: "",
|
|
3315
|
+
},
|
|
3316
|
+
globalPlacementRules: {
|
|
3317
|
+
serializedName: "globalPlacementRules",
|
|
3298
3318
|
type: {
|
|
3299
3319
|
name: "Sequence",
|
|
3300
3320
|
element: {
|
|
3301
3321
|
type: {
|
|
3302
3322
|
name: "Composite",
|
|
3303
|
-
className: "
|
|
3323
|
+
className: "PlacementKeyValuePairs"
|
|
3304
3324
|
}
|
|
3305
3325
|
}
|
|
3306
3326
|
}
|
|
3307
|
-
}
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
};
|
|
3311
|
-
export var SubscriptionQuotaItemList = {
|
|
3312
|
-
serializedName: "SubscriptionQuotaItemList",
|
|
3313
|
-
type: {
|
|
3314
|
-
name: "Composite",
|
|
3315
|
-
className: "SubscriptionQuotaItemList",
|
|
3316
|
-
modelProperties: {
|
|
3317
|
-
value: {
|
|
3318
|
-
serializedName: "",
|
|
3327
|
+
},
|
|
3328
|
+
deploymentSpecId: {
|
|
3329
|
+
serializedName: "deploymentSpecId",
|
|
3319
3330
|
type: {
|
|
3320
|
-
name: "
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3331
|
+
name: "String"
|
|
3332
|
+
}
|
|
3333
|
+
},
|
|
3334
|
+
volumesCount: {
|
|
3335
|
+
readOnly: true,
|
|
3336
|
+
serializedName: "volumesCount",
|
|
3337
|
+
type: {
|
|
3338
|
+
name: "Number"
|
|
3327
3339
|
}
|
|
3328
3340
|
}
|
|
3329
3341
|
}
|
|
3330
3342
|
}
|
|
3331
3343
|
};
|
|
3332
|
-
export var
|
|
3333
|
-
serializedName: "
|
|
3344
|
+
export var VolumeGroup = {
|
|
3345
|
+
serializedName: "volumeGroup",
|
|
3334
3346
|
type: {
|
|
3335
3347
|
name: "Composite",
|
|
3336
|
-
className: "
|
|
3348
|
+
className: "VolumeGroup",
|
|
3337
3349
|
modelProperties: {
|
|
3338
|
-
|
|
3339
|
-
serializedName: "",
|
|
3350
|
+
location: {
|
|
3351
|
+
serializedName: "location",
|
|
3340
3352
|
type: {
|
|
3341
|
-
name: "
|
|
3342
|
-
element: {
|
|
3343
|
-
type: {
|
|
3344
|
-
name: "Composite",
|
|
3345
|
-
className: "NetAppAccount"
|
|
3346
|
-
}
|
|
3347
|
-
}
|
|
3353
|
+
name: "String"
|
|
3348
3354
|
}
|
|
3349
3355
|
},
|
|
3350
|
-
|
|
3351
|
-
|
|
3356
|
+
id: {
|
|
3357
|
+
readOnly: true,
|
|
3358
|
+
serializedName: "id",
|
|
3352
3359
|
type: {
|
|
3353
3360
|
name: "String"
|
|
3354
3361
|
}
|
|
3355
|
-
}
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
export var CapacityPoolList = {
|
|
3360
|
-
serializedName: "capacityPoolList",
|
|
3361
|
-
type: {
|
|
3362
|
-
name: "Composite",
|
|
3363
|
-
className: "CapacityPoolList",
|
|
3364
|
-
modelProperties: {
|
|
3365
|
-
value: {
|
|
3366
|
-
serializedName: "",
|
|
3362
|
+
},
|
|
3363
|
+
name: {
|
|
3364
|
+
readOnly: true,
|
|
3365
|
+
serializedName: "name",
|
|
3367
3366
|
type: {
|
|
3368
|
-
name: "
|
|
3369
|
-
element: {
|
|
3370
|
-
type: {
|
|
3371
|
-
name: "Composite",
|
|
3372
|
-
className: "CapacityPool"
|
|
3373
|
-
}
|
|
3374
|
-
}
|
|
3367
|
+
name: "String"
|
|
3375
3368
|
}
|
|
3376
3369
|
},
|
|
3377
|
-
|
|
3378
|
-
|
|
3370
|
+
type: {
|
|
3371
|
+
readOnly: true,
|
|
3372
|
+
serializedName: "type",
|
|
3379
3373
|
type: {
|
|
3380
3374
|
name: "String"
|
|
3381
3375
|
}
|
|
3382
|
-
}
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
};
|
|
3386
|
-
export var VolumeList = {
|
|
3387
|
-
serializedName: "volumeList",
|
|
3388
|
-
type: {
|
|
3389
|
-
name: "Composite",
|
|
3390
|
-
className: "VolumeList",
|
|
3391
|
-
modelProperties: {
|
|
3392
|
-
value: {
|
|
3393
|
-
serializedName: "",
|
|
3376
|
+
},
|
|
3377
|
+
tags: {
|
|
3378
|
+
serializedName: "tags",
|
|
3394
3379
|
type: {
|
|
3395
|
-
name: "
|
|
3396
|
-
|
|
3380
|
+
name: "Dictionary",
|
|
3381
|
+
value: {
|
|
3397
3382
|
type: {
|
|
3398
|
-
name: "
|
|
3399
|
-
className: "Volume"
|
|
3383
|
+
name: "String"
|
|
3400
3384
|
}
|
|
3401
3385
|
}
|
|
3402
3386
|
}
|
|
3403
3387
|
},
|
|
3404
|
-
|
|
3405
|
-
|
|
3388
|
+
provisioningState: {
|
|
3389
|
+
readOnly: true,
|
|
3390
|
+
serializedName: "properties.provisioningState",
|
|
3406
3391
|
type: {
|
|
3407
3392
|
name: "String"
|
|
3408
3393
|
}
|
|
3409
|
-
}
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
};
|
|
3413
|
-
export var SnapshotsList = {
|
|
3414
|
-
serializedName: "snapshotsList",
|
|
3415
|
-
type: {
|
|
3416
|
-
name: "Composite",
|
|
3417
|
-
className: "SnapshotsList",
|
|
3418
|
-
modelProperties: {
|
|
3419
|
-
value: {
|
|
3420
|
-
serializedName: "",
|
|
3394
|
+
},
|
|
3395
|
+
groupMetaData: {
|
|
3396
|
+
serializedName: "properties.groupMetaData",
|
|
3421
3397
|
type: {
|
|
3422
|
-
name: "
|
|
3423
|
-
|
|
3424
|
-
type: {
|
|
3425
|
-
name: "Composite",
|
|
3426
|
-
className: "Snapshot"
|
|
3427
|
-
}
|
|
3428
|
-
}
|
|
3398
|
+
name: "Composite",
|
|
3399
|
+
className: "VolumeGroupMetaData"
|
|
3429
3400
|
}
|
|
3430
3401
|
}
|
|
3431
3402
|
}
|
|
3432
3403
|
}
|
|
3433
3404
|
};
|
|
3434
|
-
export var
|
|
3435
|
-
serializedName: "
|
|
3405
|
+
export var VolumeGroupVolumeProperties = {
|
|
3406
|
+
serializedName: "volumeGroupVolumeProperties",
|
|
3436
3407
|
type: {
|
|
3437
3408
|
name: "Composite",
|
|
3438
|
-
className: "
|
|
3409
|
+
className: "VolumeGroupVolumeProperties",
|
|
3439
3410
|
modelProperties: {
|
|
3440
|
-
|
|
3441
|
-
|
|
3411
|
+
id: {
|
|
3412
|
+
readOnly: true,
|
|
3413
|
+
serializedName: "id",
|
|
3442
3414
|
type: {
|
|
3443
|
-
name: "
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3415
|
+
name: "String"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
name: {
|
|
3419
|
+
serializedName: "name",
|
|
3420
|
+
type: {
|
|
3421
|
+
name: "String"
|
|
3422
|
+
}
|
|
3423
|
+
},
|
|
3424
|
+
type: {
|
|
3425
|
+
readOnly: true,
|
|
3426
|
+
serializedName: "type",
|
|
3427
|
+
type: {
|
|
3428
|
+
name: "String"
|
|
3429
|
+
}
|
|
3430
|
+
},
|
|
3431
|
+
tags: {
|
|
3432
|
+
serializedName: "tags",
|
|
3433
|
+
type: {
|
|
3434
|
+
name: "Dictionary",
|
|
3435
|
+
value: {
|
|
3436
|
+
type: {
|
|
3437
|
+
name: "String"
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
3442
|
+
fileSystemId: {
|
|
3443
|
+
readOnly: true,
|
|
3444
|
+
serializedName: "properties.fileSystemId",
|
|
3445
|
+
constraints: {
|
|
3446
|
+
MaxLength: 36,
|
|
3447
|
+
MinLength: 36,
|
|
3448
|
+
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}$/
|
|
3449
|
+
},
|
|
3450
|
+
type: {
|
|
3451
|
+
name: "String"
|
|
3452
|
+
}
|
|
3453
|
+
},
|
|
3454
|
+
creationToken: {
|
|
3455
|
+
required: true,
|
|
3456
|
+
serializedName: "properties.creationToken",
|
|
3457
|
+
constraints: {
|
|
3458
|
+
MaxLength: 80,
|
|
3459
|
+
MinLength: 1,
|
|
3460
|
+
Pattern: /^[a-zA-Z][a-zA-Z0-9\-]{0,79}$/
|
|
3461
|
+
},
|
|
3462
|
+
type: {
|
|
3463
|
+
name: "String"
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
serviceLevel: {
|
|
3467
|
+
serializedName: "properties.serviceLevel",
|
|
3468
|
+
defaultValue: 'Premium',
|
|
3469
|
+
type: {
|
|
3470
|
+
name: "String"
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3473
|
+
usageThreshold: {
|
|
3474
|
+
required: true,
|
|
3475
|
+
serializedName: "properties.usageThreshold",
|
|
3476
|
+
defaultValue: 107374182400,
|
|
3477
|
+
constraints: {
|
|
3478
|
+
InclusiveMaximum: 109951162777600,
|
|
3479
|
+
InclusiveMinimum: 107374182400
|
|
3480
|
+
},
|
|
3481
|
+
type: {
|
|
3482
|
+
name: "Number"
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3485
|
+
exportPolicy: {
|
|
3486
|
+
serializedName: "properties.exportPolicy",
|
|
3487
|
+
type: {
|
|
3488
|
+
name: "Composite",
|
|
3489
|
+
className: "VolumePropertiesExportPolicy"
|
|
3490
|
+
}
|
|
3491
|
+
},
|
|
3492
|
+
protocolTypes: {
|
|
3493
|
+
serializedName: "properties.protocolTypes",
|
|
3494
|
+
type: {
|
|
3495
|
+
name: "Sequence",
|
|
3496
|
+
element: {
|
|
3497
|
+
type: {
|
|
3498
|
+
name: "String"
|
|
3499
|
+
}
|
|
3500
|
+
}
|
|
3501
|
+
}
|
|
3502
|
+
},
|
|
3503
|
+
provisioningState: {
|
|
3504
|
+
readOnly: true,
|
|
3505
|
+
serializedName: "properties.provisioningState",
|
|
3506
|
+
type: {
|
|
3507
|
+
name: "String"
|
|
3508
|
+
}
|
|
3509
|
+
},
|
|
3510
|
+
snapshotId: {
|
|
3511
|
+
nullable: true,
|
|
3512
|
+
serializedName: "properties.snapshotId",
|
|
3513
|
+
constraints: {
|
|
3514
|
+
MaxLength: 36,
|
|
3515
|
+
MinLength: 36,
|
|
3516
|
+
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}|(\\?([^\/]*[\/])*)([^\/]+)$/
|
|
3517
|
+
},
|
|
3518
|
+
type: {
|
|
3519
|
+
name: "String"
|
|
3520
|
+
}
|
|
3521
|
+
},
|
|
3522
|
+
backupId: {
|
|
3523
|
+
nullable: true,
|
|
3524
|
+
serializedName: "properties.backupId",
|
|
3525
|
+
constraints: {
|
|
3526
|
+
MaxLength: 36,
|
|
3527
|
+
MinLength: 36,
|
|
3528
|
+
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}|(\\?([^\/]*[\/])*)([^\/]+)$/
|
|
3529
|
+
},
|
|
3530
|
+
type: {
|
|
3531
|
+
name: "String"
|
|
3532
|
+
}
|
|
3533
|
+
},
|
|
3534
|
+
baremetalTenantId: {
|
|
3535
|
+
readOnly: true,
|
|
3536
|
+
serializedName: "properties.baremetalTenantId",
|
|
3537
|
+
type: {
|
|
3538
|
+
name: "String"
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3541
|
+
subnetId: {
|
|
3542
|
+
required: true,
|
|
3543
|
+
serializedName: "properties.subnetId",
|
|
3544
|
+
type: {
|
|
3545
|
+
name: "String"
|
|
3546
|
+
}
|
|
3547
|
+
},
|
|
3548
|
+
networkFeatures: {
|
|
3549
|
+
serializedName: "properties.networkFeatures",
|
|
3550
|
+
defaultValue: 'Basic',
|
|
3551
|
+
type: {
|
|
3552
|
+
name: "String"
|
|
3553
|
+
}
|
|
3554
|
+
},
|
|
3555
|
+
networkSiblingSetId: {
|
|
3556
|
+
readOnly: true,
|
|
3557
|
+
serializedName: "properties.networkSiblingSetId",
|
|
3558
|
+
constraints: {
|
|
3559
|
+
MaxLength: 36,
|
|
3560
|
+
MinLength: 36,
|
|
3561
|
+
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}$/
|
|
3562
|
+
},
|
|
3563
|
+
type: {
|
|
3564
|
+
name: "String"
|
|
3565
|
+
}
|
|
3566
|
+
},
|
|
3567
|
+
storageToNetworkProximity: {
|
|
3568
|
+
readOnly: true,
|
|
3569
|
+
serializedName: "properties.storageToNetworkProximity",
|
|
3570
|
+
type: {
|
|
3571
|
+
name: "String"
|
|
3572
|
+
}
|
|
3573
|
+
},
|
|
3574
|
+
mountTargets: {
|
|
3575
|
+
readOnly: true,
|
|
3576
|
+
serializedName: "properties.mountTargets",
|
|
3577
|
+
type: {
|
|
3578
|
+
name: "Sequence",
|
|
3579
|
+
element: {
|
|
3580
|
+
type: {
|
|
3581
|
+
name: "Composite",
|
|
3582
|
+
className: "MountTargetProperties"
|
|
3583
|
+
}
|
|
3584
|
+
}
|
|
3585
|
+
}
|
|
3586
|
+
},
|
|
3587
|
+
volumeType: {
|
|
3588
|
+
serializedName: "properties.volumeType",
|
|
3589
|
+
type: {
|
|
3590
|
+
name: "String"
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
dataProtection: {
|
|
3594
|
+
serializedName: "properties.dataProtection",
|
|
3595
|
+
type: {
|
|
3596
|
+
name: "Composite",
|
|
3597
|
+
className: "VolumePropertiesDataProtection"
|
|
3598
|
+
}
|
|
3599
|
+
},
|
|
3600
|
+
isRestoring: {
|
|
3601
|
+
serializedName: "properties.isRestoring",
|
|
3602
|
+
type: {
|
|
3603
|
+
name: "Boolean"
|
|
3604
|
+
}
|
|
3605
|
+
},
|
|
3606
|
+
snapshotDirectoryVisible: {
|
|
3607
|
+
serializedName: "properties.snapshotDirectoryVisible",
|
|
3608
|
+
defaultValue: true,
|
|
3609
|
+
type: {
|
|
3610
|
+
name: "Boolean"
|
|
3611
|
+
}
|
|
3612
|
+
},
|
|
3613
|
+
kerberosEnabled: {
|
|
3614
|
+
serializedName: "properties.kerberosEnabled",
|
|
3615
|
+
defaultValue: false,
|
|
3616
|
+
type: {
|
|
3617
|
+
name: "Boolean"
|
|
3618
|
+
}
|
|
3619
|
+
},
|
|
3620
|
+
securityStyle: {
|
|
3621
|
+
serializedName: "properties.securityStyle",
|
|
3622
|
+
defaultValue: 'unix',
|
|
3623
|
+
type: {
|
|
3624
|
+
name: "String"
|
|
3625
|
+
}
|
|
3626
|
+
},
|
|
3627
|
+
smbEncryption: {
|
|
3628
|
+
serializedName: "properties.smbEncryption",
|
|
3629
|
+
defaultValue: false,
|
|
3630
|
+
type: {
|
|
3631
|
+
name: "Boolean"
|
|
3632
|
+
}
|
|
3633
|
+
},
|
|
3634
|
+
smbContinuouslyAvailable: {
|
|
3635
|
+
serializedName: "properties.smbContinuouslyAvailable",
|
|
3636
|
+
defaultValue: false,
|
|
3637
|
+
type: {
|
|
3638
|
+
name: "Boolean"
|
|
3639
|
+
}
|
|
3640
|
+
},
|
|
3641
|
+
throughputMibps: {
|
|
3642
|
+
serializedName: "properties.throughputMibps",
|
|
3643
|
+
defaultValue: 0,
|
|
3644
|
+
type: {
|
|
3645
|
+
name: "Number"
|
|
3646
|
+
}
|
|
3647
|
+
},
|
|
3648
|
+
encryptionKeySource: {
|
|
3649
|
+
serializedName: "properties.encryptionKeySource",
|
|
3650
|
+
type: {
|
|
3651
|
+
name: "String"
|
|
3652
|
+
}
|
|
3653
|
+
},
|
|
3654
|
+
ldapEnabled: {
|
|
3655
|
+
serializedName: "properties.ldapEnabled",
|
|
3656
|
+
defaultValue: false,
|
|
3657
|
+
type: {
|
|
3658
|
+
name: "Boolean"
|
|
3659
|
+
}
|
|
3660
|
+
},
|
|
3661
|
+
coolAccess: {
|
|
3662
|
+
serializedName: "properties.coolAccess",
|
|
3663
|
+
defaultValue: false,
|
|
3664
|
+
type: {
|
|
3665
|
+
name: "Boolean"
|
|
3666
|
+
}
|
|
3667
|
+
},
|
|
3668
|
+
coolnessPeriod: {
|
|
3669
|
+
serializedName: "properties.coolnessPeriod",
|
|
3670
|
+
constraints: {
|
|
3671
|
+
InclusiveMaximum: 63,
|
|
3672
|
+
InclusiveMinimum: 7
|
|
3673
|
+
},
|
|
3674
|
+
type: {
|
|
3675
|
+
name: "Number"
|
|
3676
|
+
}
|
|
3677
|
+
},
|
|
3678
|
+
unixPermissions: {
|
|
3679
|
+
nullable: true,
|
|
3680
|
+
serializedName: "properties.unixPermissions",
|
|
3681
|
+
defaultValue: '0770',
|
|
3682
|
+
constraints: {
|
|
3683
|
+
MaxLength: 4,
|
|
3684
|
+
MinLength: 4
|
|
3685
|
+
},
|
|
3686
|
+
type: {
|
|
3687
|
+
name: "String"
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
cloneProgress: {
|
|
3691
|
+
nullable: true,
|
|
3692
|
+
readOnly: true,
|
|
3693
|
+
serializedName: "properties.cloneProgress",
|
|
3694
|
+
type: {
|
|
3695
|
+
name: "Number"
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
avsDataStore: {
|
|
3699
|
+
serializedName: "properties.avsDataStore",
|
|
3700
|
+
defaultValue: 'Disabled',
|
|
3701
|
+
type: {
|
|
3702
|
+
name: "String"
|
|
3703
|
+
}
|
|
3704
|
+
},
|
|
3705
|
+
isDefaultQuotaEnabled: {
|
|
3706
|
+
serializedName: "properties.isDefaultQuotaEnabled",
|
|
3707
|
+
defaultValue: false,
|
|
3708
|
+
type: {
|
|
3709
|
+
name: "Boolean"
|
|
3710
|
+
}
|
|
3711
|
+
},
|
|
3712
|
+
defaultUserQuotaInKiBs: {
|
|
3713
|
+
serializedName: "properties.defaultUserQuotaInKiBs",
|
|
3714
|
+
defaultValue: 0,
|
|
3715
|
+
type: {
|
|
3716
|
+
name: "Number"
|
|
3717
|
+
}
|
|
3718
|
+
},
|
|
3719
|
+
defaultGroupQuotaInKiBs: {
|
|
3720
|
+
serializedName: "properties.defaultGroupQuotaInKiBs",
|
|
3721
|
+
defaultValue: 0,
|
|
3722
|
+
type: {
|
|
3723
|
+
name: "Number"
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
volumeGroupName: {
|
|
3727
|
+
readOnly: true,
|
|
3728
|
+
serializedName: "properties.volumeGroupName",
|
|
3729
|
+
type: {
|
|
3730
|
+
name: "String"
|
|
3731
|
+
}
|
|
3732
|
+
},
|
|
3733
|
+
capacityPoolResourceId: {
|
|
3734
|
+
serializedName: "properties.capacityPoolResourceId",
|
|
3735
|
+
type: {
|
|
3736
|
+
name: "String"
|
|
3737
|
+
}
|
|
3738
|
+
},
|
|
3739
|
+
proximityPlacementGroup: {
|
|
3740
|
+
serializedName: "properties.proximityPlacementGroup",
|
|
3741
|
+
type: {
|
|
3742
|
+
name: "String"
|
|
3743
|
+
}
|
|
3744
|
+
},
|
|
3745
|
+
t2Network: {
|
|
3746
|
+
readOnly: true,
|
|
3747
|
+
serializedName: "properties.t2Network",
|
|
3748
|
+
type: {
|
|
3749
|
+
name: "String"
|
|
3750
|
+
}
|
|
3751
|
+
},
|
|
3752
|
+
volumeSpecName: {
|
|
3753
|
+
serializedName: "properties.volumeSpecName",
|
|
3754
|
+
type: {
|
|
3755
|
+
name: "String"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
placementRules: {
|
|
3759
|
+
serializedName: "properties.placementRules",
|
|
3760
|
+
type: {
|
|
3761
|
+
name: "Sequence",
|
|
3762
|
+
element: {
|
|
3763
|
+
type: {
|
|
3764
|
+
name: "Composite",
|
|
3765
|
+
className: "PlacementKeyValuePairs"
|
|
3766
|
+
}
|
|
3767
|
+
}
|
|
3768
|
+
}
|
|
3769
|
+
}
|
|
3770
|
+
}
|
|
3771
|
+
}
|
|
3772
|
+
};
|
|
3773
|
+
export var VolumeGroupDetails = {
|
|
3774
|
+
serializedName: "volumeGroupDetails",
|
|
3775
|
+
type: {
|
|
3776
|
+
name: "Composite",
|
|
3777
|
+
className: "VolumeGroupDetails",
|
|
3778
|
+
modelProperties: {
|
|
3779
|
+
location: {
|
|
3780
|
+
serializedName: "location",
|
|
3781
|
+
type: {
|
|
3782
|
+
name: "String"
|
|
3783
|
+
}
|
|
3784
|
+
},
|
|
3785
|
+
id: {
|
|
3786
|
+
readOnly: true,
|
|
3787
|
+
serializedName: "id",
|
|
3788
|
+
type: {
|
|
3789
|
+
name: "String"
|
|
3790
|
+
}
|
|
3791
|
+
},
|
|
3792
|
+
name: {
|
|
3793
|
+
readOnly: true,
|
|
3794
|
+
serializedName: "name",
|
|
3795
|
+
type: {
|
|
3796
|
+
name: "String"
|
|
3797
|
+
}
|
|
3798
|
+
},
|
|
3799
|
+
type: {
|
|
3800
|
+
readOnly: true,
|
|
3801
|
+
serializedName: "type",
|
|
3802
|
+
type: {
|
|
3803
|
+
name: "String"
|
|
3804
|
+
}
|
|
3805
|
+
},
|
|
3806
|
+
tags: {
|
|
3807
|
+
serializedName: "tags",
|
|
3808
|
+
type: {
|
|
3809
|
+
name: "Dictionary",
|
|
3810
|
+
value: {
|
|
3811
|
+
type: {
|
|
3812
|
+
name: "String"
|
|
3813
|
+
}
|
|
3814
|
+
}
|
|
3815
|
+
}
|
|
3816
|
+
},
|
|
3817
|
+
provisioningState: {
|
|
3818
|
+
readOnly: true,
|
|
3819
|
+
serializedName: "properties.provisioningState",
|
|
3820
|
+
type: {
|
|
3821
|
+
name: "String"
|
|
3822
|
+
}
|
|
3823
|
+
},
|
|
3824
|
+
groupMetaData: {
|
|
3825
|
+
serializedName: "properties.groupMetaData",
|
|
3826
|
+
type: {
|
|
3827
|
+
name: "Composite",
|
|
3828
|
+
className: "VolumeGroupMetaData"
|
|
3829
|
+
}
|
|
3830
|
+
},
|
|
3831
|
+
volumes: {
|
|
3832
|
+
serializedName: "properties.volumes",
|
|
3833
|
+
type: {
|
|
3834
|
+
name: "Sequence",
|
|
3835
|
+
element: {
|
|
3836
|
+
type: {
|
|
3837
|
+
name: "Composite",
|
|
3838
|
+
className: "VolumeGroupVolumeProperties"
|
|
3839
|
+
}
|
|
3840
|
+
}
|
|
3841
|
+
}
|
|
3842
|
+
}
|
|
3843
|
+
}
|
|
3844
|
+
}
|
|
3845
|
+
};
|
|
3846
|
+
export var TrackedResource = {
|
|
3847
|
+
serializedName: "TrackedResource",
|
|
3848
|
+
type: {
|
|
3849
|
+
name: "Composite",
|
|
3850
|
+
className: "TrackedResource",
|
|
3851
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { tags: {
|
|
3852
|
+
serializedName: "tags",
|
|
3853
|
+
type: {
|
|
3854
|
+
name: "Dictionary",
|
|
3855
|
+
value: {
|
|
3856
|
+
type: {
|
|
3857
|
+
name: "String"
|
|
3858
|
+
}
|
|
3859
|
+
}
|
|
3860
|
+
}
|
|
3861
|
+
}, location: {
|
|
3862
|
+
required: true,
|
|
3863
|
+
serializedName: "location",
|
|
3864
|
+
type: {
|
|
3865
|
+
name: "String"
|
|
3866
|
+
}
|
|
3867
|
+
} })
|
|
3868
|
+
}
|
|
3869
|
+
};
|
|
3870
|
+
export var AzureEntityResource = {
|
|
3871
|
+
serializedName: "AzureEntityResource",
|
|
3872
|
+
type: {
|
|
3873
|
+
name: "Composite",
|
|
3874
|
+
className: "AzureEntityResource",
|
|
3875
|
+
modelProperties: __assign(__assign({}, Resource.type.modelProperties), { etag: {
|
|
3876
|
+
readOnly: true,
|
|
3877
|
+
serializedName: "etag",
|
|
3878
|
+
type: {
|
|
3879
|
+
name: "String"
|
|
3880
|
+
}
|
|
3881
|
+
} })
|
|
3882
|
+
}
|
|
3883
|
+
};
|
|
3884
|
+
export var OperationListResult = {
|
|
3885
|
+
serializedName: "OperationListResult",
|
|
3886
|
+
type: {
|
|
3887
|
+
name: "Composite",
|
|
3888
|
+
className: "OperationListResult",
|
|
3889
|
+
modelProperties: {
|
|
3890
|
+
value: {
|
|
3891
|
+
serializedName: "",
|
|
3892
|
+
type: {
|
|
3893
|
+
name: "Sequence",
|
|
3894
|
+
element: {
|
|
3895
|
+
type: {
|
|
3896
|
+
name: "Composite",
|
|
3897
|
+
className: "Operation"
|
|
3898
|
+
}
|
|
3899
|
+
}
|
|
3900
|
+
}
|
|
3901
|
+
}
|
|
3902
|
+
}
|
|
3903
|
+
}
|
|
3904
|
+
};
|
|
3905
|
+
export var SubscriptionQuotaItemList = {
|
|
3906
|
+
serializedName: "SubscriptionQuotaItemList",
|
|
3907
|
+
type: {
|
|
3908
|
+
name: "Composite",
|
|
3909
|
+
className: "SubscriptionQuotaItemList",
|
|
3910
|
+
modelProperties: {
|
|
3911
|
+
value: {
|
|
3912
|
+
serializedName: "",
|
|
3913
|
+
type: {
|
|
3914
|
+
name: "Sequence",
|
|
3915
|
+
element: {
|
|
3916
|
+
type: {
|
|
3917
|
+
name: "Composite",
|
|
3918
|
+
className: "SubscriptionQuotaItem"
|
|
3919
|
+
}
|
|
3920
|
+
}
|
|
3921
|
+
}
|
|
3922
|
+
}
|
|
3923
|
+
}
|
|
3924
|
+
}
|
|
3925
|
+
};
|
|
3926
|
+
export var NetAppAccountList = {
|
|
3927
|
+
serializedName: "netAppAccountList",
|
|
3928
|
+
type: {
|
|
3929
|
+
name: "Composite",
|
|
3930
|
+
className: "NetAppAccountList",
|
|
3931
|
+
modelProperties: {
|
|
3932
|
+
value: {
|
|
3933
|
+
serializedName: "",
|
|
3934
|
+
type: {
|
|
3935
|
+
name: "Sequence",
|
|
3936
|
+
element: {
|
|
3937
|
+
type: {
|
|
3938
|
+
name: "Composite",
|
|
3939
|
+
className: "NetAppAccount"
|
|
3940
|
+
}
|
|
3941
|
+
}
|
|
3942
|
+
}
|
|
3943
|
+
},
|
|
3944
|
+
nextLink: {
|
|
3945
|
+
serializedName: "nextLink",
|
|
3946
|
+
type: {
|
|
3947
|
+
name: "String"
|
|
3948
|
+
}
|
|
3949
|
+
}
|
|
3950
|
+
}
|
|
3951
|
+
}
|
|
3952
|
+
};
|
|
3953
|
+
export var CapacityPoolList = {
|
|
3954
|
+
serializedName: "capacityPoolList",
|
|
3955
|
+
type: {
|
|
3956
|
+
name: "Composite",
|
|
3957
|
+
className: "CapacityPoolList",
|
|
3958
|
+
modelProperties: {
|
|
3959
|
+
value: {
|
|
3960
|
+
serializedName: "",
|
|
3961
|
+
type: {
|
|
3962
|
+
name: "Sequence",
|
|
3963
|
+
element: {
|
|
3964
|
+
type: {
|
|
3965
|
+
name: "Composite",
|
|
3966
|
+
className: "CapacityPool"
|
|
3967
|
+
}
|
|
3968
|
+
}
|
|
3969
|
+
}
|
|
3970
|
+
},
|
|
3971
|
+
nextLink: {
|
|
3972
|
+
serializedName: "nextLink",
|
|
3973
|
+
type: {
|
|
3974
|
+
name: "String"
|
|
3975
|
+
}
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3978
|
+
}
|
|
3979
|
+
};
|
|
3980
|
+
export var VolumeList = {
|
|
3981
|
+
serializedName: "volumeList",
|
|
3982
|
+
type: {
|
|
3983
|
+
name: "Composite",
|
|
3984
|
+
className: "VolumeList",
|
|
3985
|
+
modelProperties: {
|
|
3986
|
+
value: {
|
|
3987
|
+
serializedName: "",
|
|
3988
|
+
type: {
|
|
3989
|
+
name: "Sequence",
|
|
3990
|
+
element: {
|
|
3991
|
+
type: {
|
|
3992
|
+
name: "Composite",
|
|
3993
|
+
className: "Volume"
|
|
3994
|
+
}
|
|
3995
|
+
}
|
|
3996
|
+
}
|
|
3997
|
+
},
|
|
3998
|
+
nextLink: {
|
|
3999
|
+
serializedName: "nextLink",
|
|
4000
|
+
type: {
|
|
4001
|
+
name: "String"
|
|
4002
|
+
}
|
|
4003
|
+
}
|
|
4004
|
+
}
|
|
4005
|
+
}
|
|
4006
|
+
};
|
|
4007
|
+
export var SnapshotsList = {
|
|
4008
|
+
serializedName: "snapshotsList",
|
|
4009
|
+
type: {
|
|
4010
|
+
name: "Composite",
|
|
4011
|
+
className: "SnapshotsList",
|
|
4012
|
+
modelProperties: {
|
|
4013
|
+
value: {
|
|
4014
|
+
serializedName: "",
|
|
4015
|
+
type: {
|
|
4016
|
+
name: "Sequence",
|
|
4017
|
+
element: {
|
|
4018
|
+
type: {
|
|
4019
|
+
name: "Composite",
|
|
4020
|
+
className: "Snapshot"
|
|
4021
|
+
}
|
|
4022
|
+
}
|
|
4023
|
+
}
|
|
4024
|
+
}
|
|
4025
|
+
}
|
|
4026
|
+
}
|
|
4027
|
+
};
|
|
4028
|
+
export var SnapshotPoliciesList = {
|
|
4029
|
+
serializedName: "snapshotPoliciesList",
|
|
4030
|
+
type: {
|
|
4031
|
+
name: "Composite",
|
|
4032
|
+
className: "SnapshotPoliciesList",
|
|
4033
|
+
modelProperties: {
|
|
4034
|
+
value: {
|
|
4035
|
+
serializedName: "",
|
|
4036
|
+
type: {
|
|
4037
|
+
name: "Sequence",
|
|
4038
|
+
element: {
|
|
4039
|
+
type: {
|
|
4040
|
+
name: "Composite",
|
|
3447
4041
|
className: "SnapshotPolicy"
|
|
3448
4042
|
}
|
|
3449
4043
|
}
|
|
@@ -3515,4 +4109,25 @@ export var VaultList = {
|
|
|
3515
4109
|
}
|
|
3516
4110
|
}
|
|
3517
4111
|
};
|
|
4112
|
+
export var VolumeGroupList = {
|
|
4113
|
+
serializedName: "volumeGroupList",
|
|
4114
|
+
type: {
|
|
4115
|
+
name: "Composite",
|
|
4116
|
+
className: "VolumeGroupList",
|
|
4117
|
+
modelProperties: {
|
|
4118
|
+
value: {
|
|
4119
|
+
serializedName: "",
|
|
4120
|
+
type: {
|
|
4121
|
+
name: "Sequence",
|
|
4122
|
+
element: {
|
|
4123
|
+
type: {
|
|
4124
|
+
name: "Composite",
|
|
4125
|
+
className: "VolumeGroup"
|
|
4126
|
+
}
|
|
4127
|
+
}
|
|
4128
|
+
}
|
|
4129
|
+
}
|
|
4130
|
+
}
|
|
4131
|
+
}
|
|
4132
|
+
};
|
|
3518
4133
|
//# sourceMappingURL=mappers.js.map
|