@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
@@ -67,6 +67,30 @@ export interface MetricSpecification {
67
67
  * Unit could be Bytes or Count.
68
68
  */
69
69
  unit?: string;
70
+ /**
71
+ * Support metric aggregation type.
72
+ */
73
+ supportedAggregationTypes?: MetricAggregationType[];
74
+ /**
75
+ * The supported time grain types for the metrics.
76
+ */
77
+ supportedTimeGrainTypes?: string[];
78
+ /**
79
+ * The internal metric name.
80
+ */
81
+ internalMetricName?: string;
82
+ /**
83
+ * Whether or not the service is using regional MDM accounts.
84
+ */
85
+ enableRegionalMdmAccount?: boolean;
86
+ /**
87
+ * The source MDM account.
88
+ */
89
+ sourceMdmAccount?: string;
90
+ /**
91
+ * The source MDM namespace.
92
+ */
93
+ sourceMdmNamespace?: string;
70
94
  /**
71
95
  * Dimensions of blobs, including blob type and access tier.
72
96
  */
@@ -87,6 +111,24 @@ export interface MetricSpecification {
87
111
  * Account Resource Id.
88
112
  */
89
113
  resourceIdDimensionNameOverride?: string;
114
+ /**
115
+ * Whether the metric is internal.
116
+ */
117
+ isInternal?: boolean;
118
+ }
119
+
120
+ /**
121
+ * Log Definition of a single resource metric.
122
+ */
123
+ export interface LogSpecification {
124
+ /**
125
+ * Name of log specification.
126
+ */
127
+ name?: string;
128
+ /**
129
+ * Display name of log specification.
130
+ */
131
+ displayName?: string;
90
132
  }
91
133
 
92
134
  /**
@@ -97,6 +139,10 @@ export interface ServiceSpecification {
97
139
  * Metric specifications of operation.
98
140
  */
99
141
  metricSpecifications?: MetricSpecification[];
142
+ /**
143
+ * Log specification of operation.
144
+ */
145
+ logSpecifications?: LogSpecification[];
100
146
  }
101
147
 
102
148
  /**
@@ -202,6 +248,91 @@ export interface QuotaAvailabilityRequest {
202
248
  resourceGroup: string;
203
249
  }
204
250
 
251
+ /**
252
+ * Metadata pertaining to creation and last modification of the resource.
253
+ */
254
+ export interface SystemData {
255
+ /**
256
+ * The identity that created the resource.
257
+ */
258
+ createdBy?: string;
259
+ /**
260
+ * The type of identity that created the resource. Possible values include: 'User',
261
+ * 'Application', 'ManagedIdentity', 'Key'
262
+ */
263
+ createdByType?: CreatedByType;
264
+ /**
265
+ * The timestamp of resource creation (UTC).
266
+ */
267
+ createdAt?: Date;
268
+ /**
269
+ * The identity that last modified the resource.
270
+ */
271
+ lastModifiedBy?: string;
272
+ /**
273
+ * The type of identity that last modified the resource. Possible values include: 'User',
274
+ * 'Application', 'ManagedIdentity', 'Key'
275
+ */
276
+ lastModifiedByType?: CreatedByType;
277
+ /**
278
+ * The timestamp of resource last modification (UTC)
279
+ */
280
+ lastModifiedAt?: Date;
281
+ }
282
+
283
+ /**
284
+ * Common fields that are returned in the response for all Azure Resource Manager resources
285
+ * @summary Resource
286
+ */
287
+ export interface Resource extends BaseResource {
288
+ /**
289
+ * Fully qualified resource ID for the resource. Ex -
290
+ * /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
291
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
292
+ */
293
+ readonly id?: string;
294
+ /**
295
+ * The name of the resource
296
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
297
+ */
298
+ readonly name?: string;
299
+ /**
300
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or
301
+ * "Microsoft.Storage/storageAccounts"
302
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
303
+ */
304
+ readonly type?: string;
305
+ }
306
+
307
+ /**
308
+ * The resource model definition for a Azure Resource Manager proxy resource. It will not have tags
309
+ * and a location
310
+ * @summary Proxy Resource
311
+ */
312
+ export interface ProxyResource extends Resource {
313
+ }
314
+
315
+ /**
316
+ * Information regarding Subscription Quota Item.
317
+ */
318
+ export interface SubscriptionQuotaItem extends ProxyResource {
319
+ /**
320
+ * The current quota value.
321
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
322
+ */
323
+ readonly current?: number;
324
+ /**
325
+ * The default quota value.
326
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
327
+ */
328
+ readonly default?: number;
329
+ /**
330
+ * The system meta data relating to this resource.
331
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
332
+ */
333
+ readonly systemData?: SystemData;
334
+ }
335
+
205
336
  /**
206
337
  * Active Directory
207
338
  */
@@ -299,6 +430,10 @@ export interface ActiveDirectory {
299
430
  * volumes.
300
431
  */
301
432
  allowLocalNfsUsersWithLdap?: boolean;
433
+ /**
434
+ * If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted.
435
+ */
436
+ encryptDCConnections?: boolean;
302
437
  }
303
438
 
304
439
  /**
@@ -311,38 +446,6 @@ export interface AccountEncryption {
311
446
  keySource?: string;
312
447
  }
313
448
 
314
- /**
315
- * Metadata pertaining to creation and last modification of the resource.
316
- */
317
- export interface SystemData {
318
- /**
319
- * The identity that created the resource.
320
- */
321
- createdBy?: string;
322
- /**
323
- * The type of identity that created the resource. Possible values include: 'User',
324
- * 'Application', 'ManagedIdentity', 'Key'
325
- */
326
- createdByType?: CreatedByType;
327
- /**
328
- * The timestamp of resource creation (UTC).
329
- */
330
- createdAt?: Date;
331
- /**
332
- * The identity that last modified the resource.
333
- */
334
- lastModifiedBy?: string;
335
- /**
336
- * The type of identity that last modified the resource. Possible values include: 'User',
337
- * 'Application', 'ManagedIdentity', 'Key'
338
- */
339
- lastModifiedByType?: CreatedByType;
340
- /**
341
- * The timestamp of resource last modification (UTC)
342
- */
343
- lastModifiedAt?: Date;
344
- }
345
-
346
449
  /**
347
450
  * NetApp account resource
348
451
  */
@@ -361,6 +464,11 @@ export interface NetAppAccount extends BaseResource {
361
464
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
362
465
  */
363
466
  readonly name?: string;
467
+ /**
468
+ * A unique read-only string that changes whenever the resource is updated.
469
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
470
+ */
471
+ readonly etag?: string;
364
472
  /**
365
473
  * Resource type
366
474
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -450,6 +558,11 @@ export interface CapacityPool extends BaseResource {
450
558
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
451
559
  */
452
560
  readonly name?: string;
561
+ /**
562
+ * A unique read-only string that changes whenever the resource is updated.
563
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
564
+ */
565
+ readonly etag?: string;
453
566
  /**
454
567
  * Resource type
455
568
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -470,8 +583,8 @@ export interface CapacityPool extends BaseResource {
470
583
  */
471
584
  size: number;
472
585
  /**
473
- * serviceLevel. The service level of the file system. Possible values include: 'Standard',
474
- * 'Premium', 'Ultra'. Default value: 'Premium'.
586
+ * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
587
+ * value: 'Premium'.
475
588
  */
476
589
  serviceLevel: ServiceLevel;
477
590
  /**
@@ -498,6 +611,12 @@ export interface CapacityPool extends BaseResource {
498
611
  * If enabled (true) the pool can contain cool Access enabled volumes. Default value: false.
499
612
  */
500
613
  coolAccess?: boolean;
614
+ /**
615
+ * encryptionType. Encryption type of the capacity pool, set encryption type for data at rest for
616
+ * this pool and all volumes in it. This value can only be set when creating new pool. Possible
617
+ * values include: 'Single', 'Double'. Default value: 'Single'.
618
+ */
619
+ encryptionType?: EncryptionType;
501
620
  }
502
621
 
503
622
  /**
@@ -688,7 +807,7 @@ export interface ReplicationObject {
688
807
  /**
689
808
  * Schedule. Possible values include: '_10minutely', 'hourly', 'daily'
690
809
  */
691
- replicationSchedule: ReplicationSchedule;
810
+ replicationSchedule?: ReplicationSchedule;
692
811
  /**
693
812
  * The resource ID of the remote volume.
694
813
  */
@@ -728,6 +847,20 @@ export interface VolumePropertiesDataProtection {
728
847
  snapshot?: VolumeSnapshotProperties;
729
848
  }
730
849
 
850
+ /**
851
+ * Application specific parameters for the placement of volumes in the volume group
852
+ */
853
+ export interface PlacementKeyValuePairs {
854
+ /**
855
+ * Key for an application specific parameter for the placement of volumes in the volume group
856
+ */
857
+ key: string;
858
+ /**
859
+ * Value for an application specific parameter for the placement of volumes in the volume group
860
+ */
861
+ value: string;
862
+ }
863
+
731
864
  /**
732
865
  * Volume resource
733
866
  */
@@ -746,6 +879,11 @@ export interface Volume extends BaseResource {
746
879
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
747
880
  */
748
881
  readonly name?: string;
882
+ /**
883
+ * A unique read-only string that changes whenever the resource is updated.
884
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
885
+ */
886
+ readonly etag?: string;
749
887
  /**
750
888
  * Resource type
751
889
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -766,8 +904,8 @@ export interface Volume extends BaseResource {
766
904
  */
767
905
  creationToken: string;
768
906
  /**
769
- * serviceLevel. The service level of the file system. Possible values include: 'Standard',
770
- * 'Premium', 'Ultra'. Default value: 'Premium'.
907
+ * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
908
+ * value: 'Premium'.
771
909
  */
772
910
  serviceLevel?: ServiceLevel;
773
911
  /**
@@ -807,13 +945,31 @@ export interface Volume extends BaseResource {
807
945
  * Microsoft.NetApp/volumes
808
946
  */
809
947
  subnetId: string;
948
+ /**
949
+ * Network features. Basic network, or Standard features available to the volume. Possible values
950
+ * include: 'Basic', 'Standard'. Default value: 'Basic'.
951
+ */
952
+ networkFeatures?: NetworkFeatures;
953
+ /**
954
+ * Network Sibling Set ID. Network Sibling Set ID for the the group of volumes sharing networking
955
+ * resources.
956
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
957
+ */
958
+ readonly networkSiblingSetId?: string;
959
+ /**
960
+ * Storage to Network Proximity. Provides storage to network proximity information for the
961
+ * volume. Possible values include: 'Default', 'T1', 'T2'
962
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
963
+ */
964
+ readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
810
965
  /**
811
966
  * mountTargets. List of mount targets
812
967
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
813
968
  */
814
969
  readonly mountTargets?: MountTargetProperties[];
815
970
  /**
816
- * What type of volume is this
971
+ * What type of volume is this. For destination volumes in Cross Region Replication, set type to
972
+ * DataProtection
817
973
  */
818
974
  volumeType?: string;
819
975
  /**
@@ -851,7 +1007,8 @@ export interface Volume extends BaseResource {
851
1007
  */
852
1008
  smbContinuouslyAvailable?: boolean;
853
1009
  /**
854
- * Maximum throughput in Mibps that can be achieved by this volume. Default value: 0.
1010
+ * Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as
1011
+ * input only for manual qosType volume. Default value: 0.
855
1012
  */
856
1013
  throughputMibps?: number;
857
1014
  /**
@@ -875,9 +1032,63 @@ export interface Volume extends BaseResource {
875
1032
  * user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for
876
1033
  * the owner of the file: read (4), write (2) and execute (1). Third selects permissions for
877
1034
  * other users in the same group. the fourth for other users not in the group. 0755 - gives
878
- * read/write/execute permissions to owner and read/execute to group and other users.
1035
+ * read/write/execute permissions to owner and read/execute to group and other users. Default
1036
+ * value: '0770'.
879
1037
  */
880
1038
  unixPermissions?: string;
1039
+ /**
1040
+ * When a volume is being restored from another volume's snapshot, will show the percentage
1041
+ * completion of this cloning process. When this value is empty/null there is no cloning process
1042
+ * currently happening on this volume. This value will update every 5 minutes during cloning.
1043
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1044
+ */
1045
+ readonly cloneProgress?: number;
1046
+ /**
1047
+ * avsDataStore. Specifies whether the volume is enabled for Azure VMware Solution (AVS)
1048
+ * datastore purpose. Possible values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.
1049
+ */
1050
+ avsDataStore?: AvsDataStore;
1051
+ /**
1052
+ * Specifies if default quota is enabled for the volume. Default value: false.
1053
+ */
1054
+ isDefaultQuotaEnabled?: boolean;
1055
+ /**
1056
+ * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
1057
+ * KiBs applies . Default value: 0.
1058
+ */
1059
+ defaultUserQuotaInKiBs?: number;
1060
+ /**
1061
+ * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
1062
+ * 4 KiBs applies. Default value: 0.
1063
+ */
1064
+ defaultGroupQuotaInKiBs?: number;
1065
+ /**
1066
+ * Volume Group Name
1067
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1068
+ */
1069
+ readonly volumeGroupName?: string;
1070
+ /**
1071
+ * Pool Resource Id used in case of creating a volume through volume group
1072
+ */
1073
+ capacityPoolResourceId?: string;
1074
+ /**
1075
+ * Proximity placement group associated with the volume
1076
+ */
1077
+ proximityPlacementGroup?: string;
1078
+ /**
1079
+ * T2 network information
1080
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1081
+ */
1082
+ readonly t2Network?: string;
1083
+ /**
1084
+ * Volume spec name is the application specific designation or identifier for the particular
1085
+ * volume in a volume group for e.g. data, log
1086
+ */
1087
+ volumeSpecName?: string;
1088
+ /**
1089
+ * Volume placement rules. Application specific placement rules for the particular volume
1090
+ */
1091
+ placementRules?: PlacementKeyValuePairs[];
881
1092
  }
882
1093
 
883
1094
  /**
@@ -980,8 +1191,8 @@ export interface VolumePatch extends BaseResource {
980
1191
  */
981
1192
  tags?: { [propertyName: string]: string };
982
1193
  /**
983
- * serviceLevel. The service level of the file system. Possible values include: 'Standard',
984
- * 'Premium', 'Ultra'. Default value: 'Premium'.
1194
+ * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
1195
+ * value: 'Premium'.
985
1196
  */
986
1197
  serviceLevel?: ServiceLevel;
987
1198
  /**
@@ -995,7 +1206,8 @@ export interface VolumePatch extends BaseResource {
995
1206
  */
996
1207
  exportPolicy?: VolumePatchPropertiesExportPolicy;
997
1208
  /**
998
- * Maximum throughput in Mibps that can be achieved by this volume.
1209
+ * Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as
1210
+ * input only for manual qosType volume. Default value: 0.
999
1211
  */
1000
1212
  throughputMibps?: number;
1001
1213
  /**
@@ -1003,6 +1215,20 @@ export interface VolumePatch extends BaseResource {
1003
1215
  * replication
1004
1216
  */
1005
1217
  dataProtection?: VolumePatchPropertiesDataProtection;
1218
+ /**
1219
+ * Specifies if default quota is enabled for the volume. Default value: false.
1220
+ */
1221
+ isDefaultQuotaEnabled?: boolean;
1222
+ /**
1223
+ * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
1224
+ * KiBs applies . Default value: 0.
1225
+ */
1226
+ defaultUserQuotaInKiBs?: number;
1227
+ /**
1228
+ * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
1229
+ * 4 KiBs applies. Default value: 0.
1230
+ */
1231
+ defaultGroupQuotaInKiBs?: number;
1006
1232
  }
1007
1233
 
1008
1234
  /**
@@ -1203,6 +1429,11 @@ export interface SnapshotPolicy extends BaseResource {
1203
1429
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
1204
1430
  */
1205
1431
  readonly name?: string;
1432
+ /**
1433
+ * A unique read-only string that changes whenever the resource is updated.
1434
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1435
+ */
1436
+ readonly etag?: string;
1206
1437
  /**
1207
1438
  * Resource type
1208
1439
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -1354,7 +1585,7 @@ export interface SnapshotPolicyVolumeList {
1354
1585
  /**
1355
1586
  * List of volumes
1356
1587
  */
1357
- value?: any[];
1588
+ value?: Volume[];
1358
1589
  }
1359
1590
 
1360
1591
  /**
@@ -1557,6 +1788,11 @@ export interface BackupPolicy extends BaseResource {
1557
1788
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
1558
1789
  */
1559
1790
  readonly name?: string;
1791
+ /**
1792
+ * A unique read-only string that changes whenever the resource is updated.
1793
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1794
+ */
1795
+ readonly etag?: string;
1560
1796
  /**
1561
1797
  * Resource type
1562
1798
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -1567,10 +1803,10 @@ export interface BackupPolicy extends BaseResource {
1567
1803
  */
1568
1804
  tags?: { [propertyName: string]: string };
1569
1805
  /**
1570
- * Name of backup policy
1806
+ * Backup Policy Resource ID
1571
1807
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
1572
1808
  */
1573
- readonly name1?: string;
1809
+ readonly backupPolicyId?: string;
1574
1810
  /**
1575
1811
  * Azure lifecycle management
1576
1812
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -1588,22 +1824,20 @@ export interface BackupPolicy extends BaseResource {
1588
1824
  * Monthly backups count to keep
1589
1825
  */
1590
1826
  monthlyBackupsToKeep?: number;
1591
- /**
1592
- * Yearly backups count to keep
1593
- */
1594
- yearlyBackupsToKeep?: number;
1595
1827
  /**
1596
1828
  * Volumes using current backup policy
1829
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1597
1830
  */
1598
- volumesAssigned?: number;
1831
+ readonly volumesAssigned?: number;
1599
1832
  /**
1600
1833
  * The property to decide policy is enabled or not
1601
1834
  */
1602
1835
  enabled?: boolean;
1603
1836
  /**
1604
1837
  * A list of volumes assigned to this policy
1838
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1605
1839
  */
1606
- volumeBackups?: VolumeBackups[];
1840
+ readonly volumeBackups?: VolumeBackups[];
1607
1841
  }
1608
1842
 
1609
1843
  /**
@@ -1634,10 +1868,10 @@ export interface BackupPolicyDetails extends BaseResource {
1634
1868
  */
1635
1869
  tags?: { [propertyName: string]: string };
1636
1870
  /**
1637
- * Name of backup policy
1871
+ * Backup Policy Resource ID
1638
1872
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
1639
1873
  */
1640
- readonly name1?: string;
1874
+ readonly backupPolicyId?: string;
1641
1875
  /**
1642
1876
  * Azure lifecycle management
1643
1877
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -1655,22 +1889,20 @@ export interface BackupPolicyDetails extends BaseResource {
1655
1889
  * Monthly backups count to keep
1656
1890
  */
1657
1891
  monthlyBackupsToKeep?: number;
1658
- /**
1659
- * Yearly backups count to keep
1660
- */
1661
- yearlyBackupsToKeep?: number;
1662
1892
  /**
1663
1893
  * Volumes using current backup policy
1894
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1664
1895
  */
1665
- volumesAssigned?: number;
1896
+ readonly volumesAssigned?: number;
1666
1897
  /**
1667
1898
  * The property to decide policy is enabled or not
1668
1899
  */
1669
1900
  enabled?: boolean;
1670
1901
  /**
1671
1902
  * A list of volumes assigned to this policy
1903
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1672
1904
  */
1673
- volumeBackups?: VolumeBackups[];
1905
+ readonly volumeBackups?: VolumeBackups[];
1674
1906
  }
1675
1907
 
1676
1908
  /**
@@ -1701,10 +1933,10 @@ export interface BackupPolicyPatch extends BaseResource {
1701
1933
  */
1702
1934
  tags?: { [propertyName: string]: string };
1703
1935
  /**
1704
- * Name of backup policy
1936
+ * Backup Policy Resource ID
1705
1937
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
1706
1938
  */
1707
- readonly name1?: string;
1939
+ readonly backupPolicyId?: string;
1708
1940
  /**
1709
1941
  * Azure lifecycle management
1710
1942
  * **NOTE: This property will not be serialized. It can only be populated by the server.**
@@ -1722,22 +1954,20 @@ export interface BackupPolicyPatch extends BaseResource {
1722
1954
  * Monthly backups count to keep
1723
1955
  */
1724
1956
  monthlyBackupsToKeep?: number;
1725
- /**
1726
- * Yearly backups count to keep
1727
- */
1728
- yearlyBackupsToKeep?: number;
1729
1957
  /**
1730
1958
  * Volumes using current backup policy
1959
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1731
1960
  */
1732
- volumesAssigned?: number;
1961
+ readonly volumesAssigned?: number;
1733
1962
  /**
1734
1963
  * The property to decide policy is enabled or not
1735
1964
  */
1736
1965
  enabled?: boolean;
1737
1966
  /**
1738
1967
  * A list of volumes assigned to this policy
1968
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1739
1969
  */
1740
- volumeBackups?: VolumeBackups[];
1970
+ readonly volumeBackups?: VolumeBackups[];
1741
1971
  }
1742
1972
 
1743
1973
  /**
@@ -1852,73 +2082,432 @@ export interface RestoreStatus {
1852
2082
  }
1853
2083
 
1854
2084
  /**
1855
- * Optional Parameters.
2085
+ * Volume group properties
1856
2086
  */
1857
- export interface VolumesRevertOptionalParams extends msRest.RequestOptionsBase {
2087
+ export interface VolumeGroupMetaData {
1858
2088
  /**
1859
- * Resource id of the snapshot
2089
+ * Group Description
1860
2090
  */
1861
- snapshotId?: string;
1862
- }
1863
-
1864
- /**
1865
- * Optional Parameters.
1866
- */
1867
- export interface VolumesBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
2091
+ groupDescription?: string;
1868
2092
  /**
1869
- * If replication is in status transferring and you want to force break the replication, set to
1870
- * true
2093
+ * Application Type. Possible values include: 'SAP-HANA'
1871
2094
  */
1872
- forceBreakReplication?: boolean;
1873
- }
1874
-
1875
- /**
1876
- * Optional Parameters.
1877
- */
1878
- export interface VolumesAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
2095
+ applicationType?: ApplicationType;
1879
2096
  /**
1880
- * Resource id of the remote volume
2097
+ * Application specific identifier
1881
2098
  */
1882
- remoteVolumeResourceId?: string;
1883
- }
1884
-
1885
- /**
1886
- * Optional Parameters.
1887
- */
1888
- export interface VolumesBeginRevertOptionalParams extends msRest.RequestOptionsBase {
2099
+ applicationIdentifier?: string;
1889
2100
  /**
1890
- * Resource id of the snapshot
2101
+ * Global volume placement rules. Application specific placement rules for the volume group
1891
2102
  */
1892
- snapshotId?: string;
1893
- }
1894
-
1895
- /**
1896
- * Optional Parameters.
1897
- */
1898
- export interface VolumesBeginBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
2103
+ globalPlacementRules?: PlacementKeyValuePairs[];
1899
2104
  /**
1900
- * If replication is in status transferring and you want to force break the replication, set to
1901
- * true
2105
+ * Application specific identifier of deployment rules for the volume group
1902
2106
  */
1903
- forceBreakReplication?: boolean;
1904
- }
1905
-
1906
- /**
1907
- * Optional Parameters.
1908
- */
1909
- export interface VolumesBeginAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
2107
+ deploymentSpecId?: string;
1910
2108
  /**
1911
- * Resource id of the remote volume
2109
+ * Number of volumes in volume group
2110
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
1912
2111
  */
1913
- remoteVolumeResourceId?: string;
2112
+ readonly volumesCount?: number;
1914
2113
  }
1915
2114
 
1916
2115
  /**
1917
- * Optional Parameters.
2116
+ * Volume group resource
1918
2117
  */
1919
- export interface BackupsUpdateOptionalParams extends msRest.RequestOptionsBase {
2118
+ export interface VolumeGroup {
1920
2119
  /**
1921
- * Backup object supplied in the body of the operation.
2120
+ * Resource location
2121
+ */
2122
+ location?: string;
2123
+ /**
2124
+ * Resource Id
2125
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2126
+ */
2127
+ readonly id?: string;
2128
+ /**
2129
+ * Resource name
2130
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2131
+ */
2132
+ readonly name?: string;
2133
+ /**
2134
+ * Resource type
2135
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2136
+ */
2137
+ readonly type?: string;
2138
+ /**
2139
+ * Resource tags
2140
+ */
2141
+ tags?: { [propertyName: string]: string };
2142
+ /**
2143
+ * Azure lifecycle management
2144
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2145
+ */
2146
+ readonly provisioningState?: string;
2147
+ /**
2148
+ * groupMetaData. Volume group details
2149
+ */
2150
+ groupMetaData?: VolumeGroupMetaData;
2151
+ }
2152
+
2153
+ /**
2154
+ * Volume resource
2155
+ */
2156
+ export interface VolumeGroupVolumeProperties extends BaseResource {
2157
+ /**
2158
+ * Resource Id
2159
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2160
+ */
2161
+ readonly id?: string;
2162
+ /**
2163
+ * Resource name
2164
+ */
2165
+ name?: string;
2166
+ /**
2167
+ * Resource type
2168
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2169
+ */
2170
+ readonly type?: string;
2171
+ /**
2172
+ * Resource tags
2173
+ */
2174
+ tags?: { [propertyName: string]: string };
2175
+ /**
2176
+ * FileSystem ID. Unique FileSystem Identifier.
2177
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2178
+ */
2179
+ readonly fileSystemId?: string;
2180
+ /**
2181
+ * Creation Token or File Path. A unique file path for the volume. Used when creating mount
2182
+ * targets
2183
+ */
2184
+ creationToken: string;
2185
+ /**
2186
+ * serviceLevel. Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'. Default
2187
+ * value: 'Premium'.
2188
+ */
2189
+ serviceLevel?: ServiceLevel;
2190
+ /**
2191
+ * usageThreshold. Maximum storage quota allowed for a file system in bytes. This is a soft quota
2192
+ * used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB. Specified in bytes.
2193
+ * Default value: 107374182400.
2194
+ */
2195
+ usageThreshold: number;
2196
+ /**
2197
+ * exportPolicy. Set of export policy rules
2198
+ */
2199
+ exportPolicy?: VolumePropertiesExportPolicy;
2200
+ /**
2201
+ * protocolTypes. Set of protocol types, default NFSv3, CIFS for SMB protocol
2202
+ */
2203
+ protocolTypes?: string[];
2204
+ /**
2205
+ * Azure lifecycle management
2206
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2207
+ */
2208
+ readonly provisioningState?: string;
2209
+ /**
2210
+ * Snapshot ID. UUID v4 or resource identifier used to identify the Snapshot.
2211
+ */
2212
+ snapshotId?: string;
2213
+ /**
2214
+ * Backup ID. UUID v4 or resource identifier used to identify the Backup.
2215
+ */
2216
+ backupId?: string;
2217
+ /**
2218
+ * Baremetal Tenant ID. Unique Baremetal Tenant Identifier.
2219
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2220
+ */
2221
+ readonly baremetalTenantId?: string;
2222
+ /**
2223
+ * The Azure Resource URI for a delegated subnet. Must have the delegation
2224
+ * Microsoft.NetApp/volumes
2225
+ */
2226
+ subnetId: string;
2227
+ /**
2228
+ * Network features. Basic network, or Standard features available to the volume. Possible values
2229
+ * include: 'Basic', 'Standard'. Default value: 'Basic'.
2230
+ */
2231
+ networkFeatures?: NetworkFeatures;
2232
+ /**
2233
+ * Network Sibling Set ID. Network Sibling Set ID for the the group of volumes sharing networking
2234
+ * resources.
2235
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2236
+ */
2237
+ readonly networkSiblingSetId?: string;
2238
+ /**
2239
+ * Storage to Network Proximity. Provides storage to network proximity information for the
2240
+ * volume. Possible values include: 'Default', 'T1', 'T2'
2241
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2242
+ */
2243
+ readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
2244
+ /**
2245
+ * mountTargets. List of mount targets
2246
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2247
+ */
2248
+ readonly mountTargets?: MountTargetProperties[];
2249
+ /**
2250
+ * What type of volume is this. For destination volumes in Cross Region Replication, set type to
2251
+ * DataProtection
2252
+ */
2253
+ volumeType?: string;
2254
+ /**
2255
+ * DataProtection. DataProtection type volumes include an object containing details of the
2256
+ * replication
2257
+ */
2258
+ dataProtection?: VolumePropertiesDataProtection;
2259
+ /**
2260
+ * Restoring
2261
+ */
2262
+ isRestoring?: boolean;
2263
+ /**
2264
+ * If enabled (true) the volume will contain a read-only snapshot directory which provides access
2265
+ * to each of the volume's snapshots (default to true). Default value: true.
2266
+ */
2267
+ snapshotDirectoryVisible?: boolean;
2268
+ /**
2269
+ * Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later.
2270
+ * Default value: false.
2271
+ */
2272
+ kerberosEnabled?: boolean;
2273
+ /**
2274
+ * The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS
2275
+ * protocol. Possible values include: 'ntfs', 'unix'. Default value: 'unix'.
2276
+ */
2277
+ securityStyle?: SecurityStyle;
2278
+ /**
2279
+ * Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be
2280
+ * used with swagger version 2020-08-01 or later. Default value: false.
2281
+ */
2282
+ smbEncryption?: boolean;
2283
+ /**
2284
+ * Enables continuously available share property for smb volume. Only applicable for SMB volume.
2285
+ * Default value: false.
2286
+ */
2287
+ smbContinuouslyAvailable?: boolean;
2288
+ /**
2289
+ * Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as
2290
+ * input only for manual qosType volume. Default value: 0.
2291
+ */
2292
+ throughputMibps?: number;
2293
+ /**
2294
+ * Encryption Key Source. Possible values are: 'Microsoft.NetApp'
2295
+ */
2296
+ encryptionKeySource?: string;
2297
+ /**
2298
+ * Specifies whether LDAP is enabled or not for a given NFS volume. Default value: false.
2299
+ */
2300
+ ldapEnabled?: boolean;
2301
+ /**
2302
+ * Specifies whether Cool Access(tiering) is enabled for the volume. Default value: false.
2303
+ */
2304
+ coolAccess?: boolean;
2305
+ /**
2306
+ * Specifies the number of days after which data that is not accessed by clients will be tiered.
2307
+ */
2308
+ coolnessPeriod?: number;
2309
+ /**
2310
+ * UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set
2311
+ * user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for
2312
+ * the owner of the file: read (4), write (2) and execute (1). Third selects permissions for
2313
+ * other users in the same group. the fourth for other users not in the group. 0755 - gives
2314
+ * read/write/execute permissions to owner and read/execute to group and other users. Default
2315
+ * value: '0770'.
2316
+ */
2317
+ unixPermissions?: string;
2318
+ /**
2319
+ * When a volume is being restored from another volume's snapshot, will show the percentage
2320
+ * completion of this cloning process. When this value is empty/null there is no cloning process
2321
+ * currently happening on this volume. This value will update every 5 minutes during cloning.
2322
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2323
+ */
2324
+ readonly cloneProgress?: number;
2325
+ /**
2326
+ * avsDataStore. Specifies whether the volume is enabled for Azure VMware Solution (AVS)
2327
+ * datastore purpose. Possible values include: 'Enabled', 'Disabled'. Default value: 'Disabled'.
2328
+ */
2329
+ avsDataStore?: AvsDataStore;
2330
+ /**
2331
+ * Specifies if default quota is enabled for the volume. Default value: false.
2332
+ */
2333
+ isDefaultQuotaEnabled?: boolean;
2334
+ /**
2335
+ * Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4
2336
+ * KiBs applies . Default value: 0.
2337
+ */
2338
+ defaultUserQuotaInKiBs?: number;
2339
+ /**
2340
+ * Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of
2341
+ * 4 KiBs applies. Default value: 0.
2342
+ */
2343
+ defaultGroupQuotaInKiBs?: number;
2344
+ /**
2345
+ * Volume Group Name
2346
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2347
+ */
2348
+ readonly volumeGroupName?: string;
2349
+ /**
2350
+ * Pool Resource Id used in case of creating a volume through volume group
2351
+ */
2352
+ capacityPoolResourceId?: string;
2353
+ /**
2354
+ * Proximity placement group associated with the volume
2355
+ */
2356
+ proximityPlacementGroup?: string;
2357
+ /**
2358
+ * T2 network information
2359
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2360
+ */
2361
+ readonly t2Network?: string;
2362
+ /**
2363
+ * Volume spec name is the application specific designation or identifier for the particular
2364
+ * volume in a volume group for e.g. data, log
2365
+ */
2366
+ volumeSpecName?: string;
2367
+ /**
2368
+ * Volume placement rules. Application specific placement rules for the particular volume
2369
+ */
2370
+ placementRules?: PlacementKeyValuePairs[];
2371
+ }
2372
+
2373
+ /**
2374
+ * Volume group resource for create
2375
+ */
2376
+ export interface VolumeGroupDetails {
2377
+ /**
2378
+ * Resource location
2379
+ */
2380
+ location?: string;
2381
+ /**
2382
+ * Resource Id
2383
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2384
+ */
2385
+ readonly id?: string;
2386
+ /**
2387
+ * Resource name
2388
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2389
+ */
2390
+ readonly name?: string;
2391
+ /**
2392
+ * Resource type
2393
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2394
+ */
2395
+ readonly type?: string;
2396
+ /**
2397
+ * Resource tags
2398
+ */
2399
+ tags?: { [propertyName: string]: string };
2400
+ /**
2401
+ * Azure lifecycle management
2402
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2403
+ */
2404
+ readonly provisioningState?: string;
2405
+ /**
2406
+ * groupMetaData. Volume group details
2407
+ */
2408
+ groupMetaData?: VolumeGroupMetaData;
2409
+ /**
2410
+ * List of volumes from group
2411
+ */
2412
+ volumes?: VolumeGroupVolumeProperties[];
2413
+ }
2414
+
2415
+ /**
2416
+ * The resource model definition for an Azure Resource Manager tracked top level resource which has
2417
+ * 'tags' and a 'location'
2418
+ * @summary Tracked Resource
2419
+ */
2420
+ export interface TrackedResource extends Resource {
2421
+ /**
2422
+ * Resource tags.
2423
+ */
2424
+ tags?: { [propertyName: string]: string };
2425
+ /**
2426
+ * The geo-location where the resource lives
2427
+ */
2428
+ location: string;
2429
+ }
2430
+
2431
+ /**
2432
+ * The resource model definition for an Azure Resource Manager resource with an etag.
2433
+ * @summary Entity Resource
2434
+ */
2435
+ export interface AzureEntityResource extends Resource {
2436
+ /**
2437
+ * Resource Etag.
2438
+ * **NOTE: This property will not be serialized. It can only be populated by the server.**
2439
+ */
2440
+ readonly etag?: string;
2441
+ }
2442
+
2443
+ /**
2444
+ * Optional Parameters.
2445
+ */
2446
+ export interface VolumesRevertOptionalParams extends msRest.RequestOptionsBase {
2447
+ /**
2448
+ * Resource id of the snapshot
2449
+ */
2450
+ snapshotId?: string;
2451
+ }
2452
+
2453
+ /**
2454
+ * Optional Parameters.
2455
+ */
2456
+ export interface VolumesBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
2457
+ /**
2458
+ * If replication is in status transferring and you want to force break the replication, set to
2459
+ * true
2460
+ */
2461
+ forceBreakReplication?: boolean;
2462
+ }
2463
+
2464
+ /**
2465
+ * Optional Parameters.
2466
+ */
2467
+ export interface VolumesAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
2468
+ /**
2469
+ * Resource id of the remote volume
2470
+ */
2471
+ remoteVolumeResourceId?: string;
2472
+ }
2473
+
2474
+ /**
2475
+ * Optional Parameters.
2476
+ */
2477
+ export interface VolumesBeginRevertOptionalParams extends msRest.RequestOptionsBase {
2478
+ /**
2479
+ * Resource id of the snapshot
2480
+ */
2481
+ snapshotId?: string;
2482
+ }
2483
+
2484
+ /**
2485
+ * Optional Parameters.
2486
+ */
2487
+ export interface VolumesBeginBreakReplicationOptionalParams extends msRest.RequestOptionsBase {
2488
+ /**
2489
+ * If replication is in status transferring and you want to force break the replication, set to
2490
+ * true
2491
+ */
2492
+ forceBreakReplication?: boolean;
2493
+ }
2494
+
2495
+ /**
2496
+ * Optional Parameters.
2497
+ */
2498
+ export interface VolumesBeginAuthorizeReplicationOptionalParams extends msRest.RequestOptionsBase {
2499
+ /**
2500
+ * Resource id of the remote volume
2501
+ */
2502
+ remoteVolumeResourceId?: string;
2503
+ }
2504
+
2505
+ /**
2506
+ * Optional Parameters.
2507
+ */
2508
+ export interface BackupsUpdateOptionalParams extends msRest.RequestOptionsBase {
2509
+ /**
2510
+ * Backup object supplied in the body of the operation.
1922
2511
  */
1923
2512
  body?: BackupPatch;
1924
2513
  }
@@ -1949,6 +2538,14 @@ export interface AzureNetAppFilesManagementClientOptions extends AzureServiceCli
1949
2538
  export interface OperationListResult extends Array<Operation> {
1950
2539
  }
1951
2540
 
2541
+ /**
2542
+ * @interface
2543
+ * List of Subscription Quota Items
2544
+ * @extends Array<SubscriptionQuotaItem>
2545
+ */
2546
+ export interface SubscriptionQuotaItemList extends Array<SubscriptionQuotaItem> {
2547
+ }
2548
+
1952
2549
  /**
1953
2550
  * @interface
1954
2551
  * List of NetApp account resources
@@ -2025,6 +2622,22 @@ export interface BackupPoliciesList extends Array<BackupPolicy> {
2025
2622
  export interface VaultList extends Array<Vault> {
2026
2623
  }
2027
2624
 
2625
+ /**
2626
+ * @interface
2627
+ * List of volume group resources
2628
+ * @extends Array<VolumeGroup>
2629
+ */
2630
+ export interface VolumeGroupList extends Array<VolumeGroup> {
2631
+ }
2632
+
2633
+ /**
2634
+ * Defines values for MetricAggregationType.
2635
+ * Possible values include: 'Average'
2636
+ * @readonly
2637
+ * @enum {string}
2638
+ */
2639
+ export type MetricAggregationType = 'Average';
2640
+
2028
2641
  /**
2029
2642
  * Defines values for InAvailabilityReasonType.
2030
2643
  * Possible values include: 'Invalid', 'AlreadyExists'
@@ -2056,28 +2669,28 @@ export type CheckNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Micros
2056
2669
  export type CheckQuotaNameResourceTypes = 'Microsoft.NetApp/netAppAccounts' | 'Microsoft.NetApp/netAppAccounts/capacityPools' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes' | 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots';
2057
2670
 
2058
2671
  /**
2059
- * Defines values for ActiveDirectoryStatus.
2060
- * Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating'
2672
+ * Defines values for CreatedByType.
2673
+ * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
2061
2674
  * @readonly
2062
2675
  * @enum {string}
2063
2676
  */
2064
- export type ActiveDirectoryStatus = 'Created' | 'InUse' | 'Deleted' | 'Error' | 'Updating';
2677
+ export type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
2065
2678
 
2066
2679
  /**
2067
- * Defines values for CreatedByType.
2068
- * Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key'
2680
+ * Defines values for ActiveDirectoryStatus.
2681
+ * Possible values include: 'Created', 'InUse', 'Deleted', 'Error', 'Updating'
2069
2682
  * @readonly
2070
2683
  * @enum {string}
2071
2684
  */
2072
- export type CreatedByType = 'User' | 'Application' | 'ManagedIdentity' | 'Key';
2685
+ export type ActiveDirectoryStatus = 'Created' | 'InUse' | 'Deleted' | 'Error' | 'Updating';
2073
2686
 
2074
2687
  /**
2075
2688
  * Defines values for ServiceLevel.
2076
- * Possible values include: 'Standard', 'Premium', 'Ultra'
2689
+ * Possible values include: 'Standard', 'Premium', 'Ultra', 'StandardZRS'
2077
2690
  * @readonly
2078
2691
  * @enum {string}
2079
2692
  */
2080
- export type ServiceLevel = 'Standard' | 'Premium' | 'Ultra';
2693
+ export type ServiceLevel = 'Standard' | 'Premium' | 'Ultra' | 'StandardZRS';
2081
2694
 
2082
2695
  /**
2083
2696
  * Defines values for QosType.
@@ -2087,6 +2700,14 @@ export type ServiceLevel = 'Standard' | 'Premium' | 'Ultra';
2087
2700
  */
2088
2701
  export type QosType = 'Auto' | 'Manual';
2089
2702
 
2703
+ /**
2704
+ * Defines values for EncryptionType.
2705
+ * Possible values include: 'Single', 'Double'
2706
+ * @readonly
2707
+ * @enum {string}
2708
+ */
2709
+ export type EncryptionType = 'Single' | 'Double';
2710
+
2090
2711
  /**
2091
2712
  * Defines values for ChownMode.
2092
2713
  * Possible values include: 'Restricted', 'Unrestricted'
@@ -2095,6 +2716,22 @@ export type QosType = 'Auto' | 'Manual';
2095
2716
  */
2096
2717
  export type ChownMode = 'Restricted' | 'Unrestricted';
2097
2718
 
2719
+ /**
2720
+ * Defines values for NetworkFeatures.
2721
+ * Possible values include: 'Basic', 'Standard'
2722
+ * @readonly
2723
+ * @enum {string}
2724
+ */
2725
+ export type NetworkFeatures = 'Basic' | 'Standard';
2726
+
2727
+ /**
2728
+ * Defines values for VolumeStorageToNetworkProximity.
2729
+ * Possible values include: 'Default', 'T1', 'T2'
2730
+ * @readonly
2731
+ * @enum {string}
2732
+ */
2733
+ export type VolumeStorageToNetworkProximity = 'Default' | 'T1' | 'T2';
2734
+
2098
2735
  /**
2099
2736
  * Defines values for EndpointType.
2100
2737
  * Possible values include: 'src', 'dst'
@@ -2119,6 +2756,14 @@ export type ReplicationSchedule = '_10minutely' | 'hourly' | 'daily';
2119
2756
  */
2120
2757
  export type SecurityStyle = 'ntfs' | 'unix';
2121
2758
 
2759
+ /**
2760
+ * Defines values for AvsDataStore.
2761
+ * Possible values include: 'Enabled', 'Disabled'
2762
+ * @readonly
2763
+ * @enum {string}
2764
+ */
2765
+ export type AvsDataStore = 'Enabled' | 'Disabled';
2766
+
2122
2767
  /**
2123
2768
  * Defines values for RelationshipStatus.
2124
2769
  * Possible values include: 'Idle', 'Transferring'
@@ -2143,6 +2788,14 @@ export type MirrorState = 'Uninitialized' | 'Mirrored' | 'Broken';
2143
2788
  */
2144
2789
  export type BackupType = 'Manual' | 'Scheduled';
2145
2790
 
2791
+ /**
2792
+ * Defines values for ApplicationType.
2793
+ * Possible values include: 'SAP-HANA'
2794
+ * @readonly
2795
+ * @enum {string}
2796
+ */
2797
+ export type ApplicationType = 'SAP-HANA';
2798
+
2146
2799
  /**
2147
2800
  * Contains response data for the list operation.
2148
2801
  */
@@ -2223,6 +2876,66 @@ export type NetAppResourceCheckQuotaAvailabilityResponse = CheckAvailabilityResp
2223
2876
  };
2224
2877
  };
2225
2878
 
2879
+ /**
2880
+ * Contains response data for the list operation.
2881
+ */
2882
+ export type NetAppResourceQuotaLimitsListResponse = SubscriptionQuotaItemList & {
2883
+ /**
2884
+ * The underlying HTTP response.
2885
+ */
2886
+ _response: msRest.HttpResponse & {
2887
+ /**
2888
+ * The response body as text (string format)
2889
+ */
2890
+ bodyAsText: string;
2891
+
2892
+ /**
2893
+ * The response body as parsed JSON or XML
2894
+ */
2895
+ parsedBody: SubscriptionQuotaItemList;
2896
+ };
2897
+ };
2898
+
2899
+ /**
2900
+ * Contains response data for the get operation.
2901
+ */
2902
+ export type NetAppResourceQuotaLimitsGetResponse = SubscriptionQuotaItem & {
2903
+ /**
2904
+ * The underlying HTTP response.
2905
+ */
2906
+ _response: msRest.HttpResponse & {
2907
+ /**
2908
+ * The response body as text (string format)
2909
+ */
2910
+ bodyAsText: string;
2911
+
2912
+ /**
2913
+ * The response body as parsed JSON or XML
2914
+ */
2915
+ parsedBody: SubscriptionQuotaItem;
2916
+ };
2917
+ };
2918
+
2919
+ /**
2920
+ * Contains response data for the listBySubscription operation.
2921
+ */
2922
+ export type AccountsListBySubscriptionResponse = NetAppAccountList & {
2923
+ /**
2924
+ * The underlying HTTP response.
2925
+ */
2926
+ _response: msRest.HttpResponse & {
2927
+ /**
2928
+ * The response body as text (string format)
2929
+ */
2930
+ bodyAsText: string;
2931
+
2932
+ /**
2933
+ * The response body as parsed JSON or XML
2934
+ */
2935
+ parsedBody: NetAppAccountList;
2936
+ };
2937
+ };
2938
+
2226
2939
  /**
2227
2940
  * Contains response data for the list operation.
2228
2941
  */
@@ -2343,6 +3056,26 @@ export type AccountsBeginUpdateResponse = NetAppAccount & {
2343
3056
  };
2344
3057
  };
2345
3058
 
3059
+ /**
3060
+ * Contains response data for the listBySubscriptionNext operation.
3061
+ */
3062
+ export type AccountsListBySubscriptionNextResponse = NetAppAccountList & {
3063
+ /**
3064
+ * The underlying HTTP response.
3065
+ */
3066
+ _response: msRest.HttpResponse & {
3067
+ /**
3068
+ * The response body as text (string format)
3069
+ */
3070
+ bodyAsText: string;
3071
+
3072
+ /**
3073
+ * The response body as parsed JSON or XML
3074
+ */
3075
+ parsedBody: NetAppAccountList;
3076
+ };
3077
+ };
3078
+
2346
3079
  /**
2347
3080
  * Contains response data for the listNext operation.
2348
3081
  */
@@ -3242,3 +3975,83 @@ export type VaultsListResponse = VaultList & {
3242
3975
  parsedBody: VaultList;
3243
3976
  };
3244
3977
  };
3978
+
3979
+ /**
3980
+ * Contains response data for the listByNetAppAccount operation.
3981
+ */
3982
+ export type VolumeGroupsListByNetAppAccountResponse = VolumeGroupList & {
3983
+ /**
3984
+ * The underlying HTTP response.
3985
+ */
3986
+ _response: msRest.HttpResponse & {
3987
+ /**
3988
+ * The response body as text (string format)
3989
+ */
3990
+ bodyAsText: string;
3991
+
3992
+ /**
3993
+ * The response body as parsed JSON or XML
3994
+ */
3995
+ parsedBody: VolumeGroupList;
3996
+ };
3997
+ };
3998
+
3999
+ /**
4000
+ * Contains response data for the get operation.
4001
+ */
4002
+ export type VolumeGroupsGetResponse = VolumeGroupDetails & {
4003
+ /**
4004
+ * The underlying HTTP response.
4005
+ */
4006
+ _response: msRest.HttpResponse & {
4007
+ /**
4008
+ * The response body as text (string format)
4009
+ */
4010
+ bodyAsText: string;
4011
+
4012
+ /**
4013
+ * The response body as parsed JSON or XML
4014
+ */
4015
+ parsedBody: VolumeGroupDetails;
4016
+ };
4017
+ };
4018
+
4019
+ /**
4020
+ * Contains response data for the create operation.
4021
+ */
4022
+ export type VolumeGroupsCreateResponse = VolumeGroupDetails & {
4023
+ /**
4024
+ * The underlying HTTP response.
4025
+ */
4026
+ _response: msRest.HttpResponse & {
4027
+ /**
4028
+ * The response body as text (string format)
4029
+ */
4030
+ bodyAsText: string;
4031
+
4032
+ /**
4033
+ * The response body as parsed JSON or XML
4034
+ */
4035
+ parsedBody: VolumeGroupDetails;
4036
+ };
4037
+ };
4038
+
4039
+ /**
4040
+ * Contains response data for the beginCreate operation.
4041
+ */
4042
+ export type VolumeGroupsBeginCreateResponse = VolumeGroupDetails & {
4043
+ /**
4044
+ * The underlying HTTP response.
4045
+ */
4046
+ _response: msRest.HttpResponse & {
4047
+ /**
4048
+ * The response body as text (string format)
4049
+ */
4050
+ bodyAsText: string;
4051
+
4052
+ /**
4053
+ * The response body as parsed JSON or XML
4054
+ */
4055
+ parsedBody: VolumeGroupDetails;
4056
+ };
4057
+ };