@azure/arm-netapp 17.0.2-alpha.20230302.1 → 18.0.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/CHANGELOG.md +52 -8
- package/dist/index.js +1454 -1117
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist-esm/samples-dev/accountBackupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/accountBackupsGetSample.js +1 -1
- package/dist-esm/samples-dev/accountBackupsListSample.js +1 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js +21 -1
- package/dist-esm/samples-dev/accountsCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/accountsGetSample.js +1 -1
- package/dist-esm/samples-dev/accountsListBySubscriptionSample.js +1 -1
- package/dist-esm/samples-dev/accountsListSample.js +1 -1
- package/dist-esm/samples-dev/accountsRenewCredentialsSample.js +1 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/backupPoliciesCreateSample.js +1 -1
- package/dist-esm/samples-dev/backupPoliciesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/backupPoliciesGetSample.js +1 -1
- package/dist-esm/samples-dev/backupPoliciesListSample.js +1 -1
- package/dist-esm/samples-dev/backupPoliciesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/backupsCreateSample.js +1 -1
- package/dist-esm/samples-dev/backupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/backupsGetSample.js +1 -1
- package/dist-esm/samples-dev/backupsGetStatusSample.js +1 -1
- package/dist-esm/samples-dev/backupsGetVolumeRestoreStatusSample.js +1 -1
- package/dist-esm/samples-dev/backupsListSample.js +1 -1
- package/dist-esm/samples-dev/backupsRestoreFilesSample.d.ts +2 -0
- package/dist-esm/samples-dev/backupsRestoreFilesSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/backupsRestoreFilesSample.js +46 -0
- package/dist-esm/samples-dev/backupsRestoreFilesSample.js.map +1 -0
- package/dist-esm/samples-dev/backupsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/netAppResourceCheckFilePathAvailabilitySample.js +1 -1
- package/dist-esm/samples-dev/netAppResourceCheckNameAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/netAppResourceCheckNameAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/netAppResourceCheckQuotaAvailabilitySample.js +2 -2
- package/dist-esm/samples-dev/netAppResourceCheckQuotaAvailabilitySample.js.map +1 -1
- package/dist-esm/samples-dev/netAppResourceQueryRegionInfoSample.js +1 -1
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsGetSample.js +1 -1
- package/dist-esm/samples-dev/netAppResourceQuotaLimitsListSample.js +1 -1
- package/dist-esm/samples-dev/operationsListSample.js +1 -1
- package/dist-esm/samples-dev/poolsCreateOrUpdateSample.js +1 -1
- package/dist-esm/samples-dev/poolsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/poolsGetSample.js +1 -1
- package/dist-esm/samples-dev/poolsListSample.js +1 -1
- package/dist-esm/samples-dev/poolsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/snapshotPoliciesCreateSample.js +1 -1
- package/dist-esm/samples-dev/snapshotPoliciesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/snapshotPoliciesGetSample.js +1 -1
- package/dist-esm/samples-dev/snapshotPoliciesListSample.js +1 -1
- package/dist-esm/samples-dev/snapshotPoliciesListVolumesSample.js +1 -1
- package/dist-esm/samples-dev/snapshotPoliciesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsCreateSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsGetSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsListSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsRestoreFilesSample.js +1 -1
- package/dist-esm/samples-dev/snapshotsUpdateSample.js +1 -1
- package/dist-esm/samples-dev/subvolumesCreateSample.js +1 -1
- package/dist-esm/samples-dev/subvolumesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/subvolumesGetMetadataSample.js +1 -1
- package/dist-esm/samples-dev/subvolumesGetSample.js +1 -1
- package/dist-esm/samples-dev/subvolumesListByVolumeSample.js +1 -1
- package/dist-esm/samples-dev/subvolumesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js +8 -8
- package/dist-esm/samples-dev/volumeGroupsCreateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumeGroupsDeleteSample.js +1 -1
- package/dist-esm/samples-dev/volumeGroupsGetSample.js +1 -1
- package/dist-esm/samples-dev/volumeGroupsListByNetAppAccountSample.js +1 -1
- package/dist-esm/samples-dev/volumeQuotaRulesCreateSample.js +1 -1
- package/dist-esm/samples-dev/volumeQuotaRulesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/volumeQuotaRulesGetSample.js +1 -1
- package/dist-esm/samples-dev/volumeQuotaRulesListByVolumeSample.js +1 -1
- package/dist-esm/samples-dev/volumeQuotaRulesUpdateSample.js +1 -1
- package/dist-esm/samples-dev/volumesAuthorizeReplicationSample.js +1 -1
- package/dist-esm/samples-dev/volumesBreakFileLocksSample.d.ts +2 -0
- package/dist-esm/samples-dev/volumesBreakFileLocksSample.d.ts.map +1 -0
- package/dist-esm/samples-dev/{vaultsListSample.js → volumesBreakFileLocksSample.js} +16 -23
- package/dist-esm/samples-dev/volumesBreakFileLocksSample.js.map +1 -0
- package/dist-esm/samples-dev/volumesBreakReplicationSample.js +1 -1
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js +1 -3
- package/dist-esm/samples-dev/volumesCreateOrUpdateSample.js.map +1 -1
- package/dist-esm/samples-dev/volumesDeleteReplicationSample.js +1 -1
- package/dist-esm/samples-dev/volumesDeleteSample.js +1 -1
- package/dist-esm/samples-dev/volumesFinalizeRelocationSample.js +1 -1
- package/dist-esm/samples-dev/volumesGetSample.js +1 -1
- package/dist-esm/samples-dev/volumesListReplicationsSample.js +1 -1
- package/dist-esm/samples-dev/volumesListSample.js +1 -1
- package/dist-esm/samples-dev/volumesPoolChangeSample.js +1 -1
- package/dist-esm/samples-dev/volumesReInitializeReplicationSample.js +1 -1
- package/dist-esm/samples-dev/volumesReestablishReplicationSample.js +1 -1
- package/dist-esm/samples-dev/volumesRelocateSample.js +1 -1
- package/dist-esm/samples-dev/volumesReplicationStatusSample.js +1 -1
- package/dist-esm/samples-dev/volumesResetCifsPasswordSample.js +1 -1
- package/dist-esm/samples-dev/volumesResyncReplicationSample.js +1 -1
- package/dist-esm/samples-dev/volumesRevertRelocationSample.js +1 -1
- package/dist-esm/samples-dev/volumesRevertSample.js +1 -1
- package/dist-esm/samples-dev/volumesUpdateSample.js +1 -1
- package/dist-esm/src/lroImpl.d.ts +6 -11
- package/dist-esm/src/lroImpl.d.ts.map +1 -1
- package/dist-esm/src/lroImpl.js +12 -20
- package/dist-esm/src/lroImpl.js.map +1 -1
- package/dist-esm/src/models/index.d.ts +218 -202
- package/dist-esm/src/models/index.d.ts.map +1 -1
- package/dist-esm/src/models/index.js +16 -8
- package/dist-esm/src/models/index.js.map +1 -1
- package/dist-esm/src/models/mappers.d.ts +9 -7
- package/dist-esm/src/models/mappers.d.ts.map +1 -1
- package/dist-esm/src/models/mappers.js +392 -371
- package/dist-esm/src/models/mappers.js.map +1 -1
- package/dist-esm/src/models/parameters.d.ts +9 -7
- package/dist-esm/src/models/parameters.d.ts.map +1 -1
- package/dist-esm/src/models/parameters.js +40 -21
- package/dist-esm/src/models/parameters.js.map +1 -1
- package/dist-esm/src/netAppManagementClient.d.ts +2 -4
- package/dist-esm/src/netAppManagementClient.d.ts.map +1 -1
- package/dist-esm/src/netAppManagementClient.js +4 -6
- package/dist-esm/src/netAppManagementClient.js.map +1 -1
- package/dist-esm/src/operations/accountBackups.d.ts +7 -7
- package/dist-esm/src/operations/accountBackups.d.ts.map +1 -1
- package/dist-esm/src/operations/accountBackups.js +16 -12
- package/dist-esm/src/operations/accountBackups.js.map +1 -1
- package/dist-esm/src/operations/accounts.d.ts +17 -17
- package/dist-esm/src/operations/accounts.d.ts.map +1 -1
- package/dist-esm/src/operations/accounts.js +51 -34
- package/dist-esm/src/operations/accounts.js.map +1 -1
- package/dist-esm/src/operations/backupPolicies.d.ts +13 -13
- package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -1
- package/dist-esm/src/operations/backupPolicies.js +40 -28
- package/dist-esm/src/operations/backupPolicies.js.map +1 -1
- package/dist-esm/src/operations/backups.d.ts +38 -16
- package/dist-esm/src/operations/backups.d.ts.map +1 -1
- package/dist-esm/src/operations/backups.js +155 -52
- package/dist-esm/src/operations/backups.js.map +1 -1
- package/dist-esm/src/operations/index.d.ts +0 -1
- package/dist-esm/src/operations/index.d.ts.map +1 -1
- package/dist-esm/src/operations/index.js +0 -1
- package/dist-esm/src/operations/index.js.map +1 -1
- package/dist-esm/src/operations/netAppResource.d.ts +8 -8
- package/dist-esm/src/operations/netAppResource.d.ts.map +1 -1
- package/dist-esm/src/operations/netAppResource.js +10 -10
- package/dist-esm/src/operations/netAppResource.js.map +1 -1
- package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts +3 -3
- package/dist-esm/src/operations/netAppResourceQuotaLimits.js +3 -3
- package/dist-esm/src/operations/pools.d.ts +14 -14
- package/dist-esm/src/operations/pools.d.ts.map +1 -1
- package/dist-esm/src/operations/pools.js +39 -27
- package/dist-esm/src/operations/pools.js.map +1 -1
- package/dist-esm/src/operations/snapshotPolicies.d.ts +12 -12
- package/dist-esm/src/operations/snapshotPolicies.d.ts.map +1 -1
- package/dist-esm/src/operations/snapshotPolicies.js +37 -23
- package/dist-esm/src/operations/snapshotPolicies.js.map +1 -1
- package/dist-esm/src/operations/snapshots.d.ts +16 -16
- package/dist-esm/src/operations/snapshots.d.ts.map +1 -1
- package/dist-esm/src/operations/snapshots.js +82 -66
- package/dist-esm/src/operations/snapshots.js.map +1 -1
- package/dist-esm/src/operations/subvolumes.d.ts +17 -17
- package/dist-esm/src/operations/subvolumes.d.ts.map +1 -1
- package/dist-esm/src/operations/subvolumes.js +82 -66
- package/dist-esm/src/operations/subvolumes.js.map +1 -1
- package/dist-esm/src/operations/volumeGroups.d.ts +10 -10
- package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeGroups.js +26 -18
- package/dist-esm/src/operations/volumeGroups.js.map +1 -1
- package/dist-esm/src/operations/volumeQuotaRules.d.ts +13 -13
- package/dist-esm/src/operations/volumeQuotaRules.d.ts.map +1 -1
- package/dist-esm/src/operations/volumeQuotaRules.js +63 -51
- package/dist-esm/src/operations/volumeQuotaRules.js.map +1 -1
- package/dist-esm/src/operations/volumes.d.ts +72 -54
- package/dist-esm/src/operations/volumes.d.ts.map +1 -1
- package/dist-esm/src/operations/volumes.js +295 -115
- package/dist-esm/src/operations/volumes.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/accountBackups.d.ts +6 -6
- package/dist-esm/src/operationsInterfaces/accountBackups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/backups.d.ts +37 -15
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -1
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
- package/dist-esm/src/operationsInterfaces/netAppResource.d.ts +8 -8
- package/dist-esm/src/operationsInterfaces/netAppResource.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts +2 -2
- package/dist-esm/src/operationsInterfaces/pools.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/pools.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts +11 -11
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/subvolumes.d.ts +15 -15
- package/dist-esm/src/operationsInterfaces/subvolumes.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +9 -9
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/volumeQuotaRules.d.ts +12 -12
- package/dist-esm/src/operationsInterfaces/volumeQuotaRules.d.ts.map +1 -1
- package/dist-esm/src/operationsInterfaces/volumes.d.ts +69 -51
- package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -1
- package/package.json +7 -7
- package/review/arm-netapp.api.md +135 -113
- package/src/lroImpl.ts +31 -23
- package/src/models/index.ts +229 -206
- package/src/models/mappers.ts +425 -366
- package/src/models/parameters.ts +43 -20
- package/src/netAppManagementClient.ts +3 -8
- package/src/operations/accountBackups.ts +21 -17
- package/src/operations/accounts.ts +67 -56
- package/src/operations/backupPolicies.ts +55 -45
- package/src/operations/backups.ts +195 -46
- package/src/operations/index.ts +0 -1
- package/src/operations/netAppResource.ts +10 -10
- package/src/operations/netAppResourceQuotaLimits.ts +3 -3
- package/src/operations/pools.ts +53 -43
- package/src/operations/snapshotPolicies.ts +47 -34
- package/src/operations/snapshots.ts +67 -57
- package/src/operations/subvolumes.ts +72 -59
- package/src/operations/volumeGroups.ts +36 -29
- package/src/operations/volumeQuotaRules.ts +55 -45
- package/src/operations/volumes.ts +359 -191
- package/src/operationsInterfaces/accountBackups.ts +6 -6
- package/src/operationsInterfaces/accounts.ts +17 -17
- package/src/operationsInterfaces/backupPolicies.ts +14 -14
- package/src/operationsInterfaces/backups.ts +61 -15
- package/src/operationsInterfaces/index.ts +0 -1
- package/src/operationsInterfaces/netAppResource.ts +8 -8
- package/src/operationsInterfaces/netAppResourceQuotaLimits.ts +2 -2
- package/src/operationsInterfaces/pools.ts +13 -13
- package/src/operationsInterfaces/snapshotPolicies.ts +12 -12
- package/src/operationsInterfaces/snapshots.ts +17 -17
- package/src/operationsInterfaces/subvolumes.ts +18 -18
- package/src/operationsInterfaces/volumeGroups.ts +10 -10
- package/src/operationsInterfaces/volumeQuotaRules.ts +14 -14
- package/src/operationsInterfaces/volumes.ts +85 -51
- package/types/arm-netapp.d.ts +378 -331
- package/dist-esm/samples-dev/vaultsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/vaultsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/vaultsListSample.js.map +0 -1
- package/dist-esm/src/operations/vaults.d.ts +0 -30
- package/dist-esm/src/operations/vaults.d.ts.map +0 -1
- package/dist-esm/src/operations/vaults.js +0 -101
- package/dist-esm/src/operations/vaults.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +0 -13
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/vaults.js +0 -9
- package/dist-esm/src/operationsInterfaces/vaults.js.map +0 -1
- package/src/operations/vaults.ts +0 -127
- package/src/operationsInterfaces/vaults.ts +0 -26
|
@@ -183,7 +183,7 @@ export interface NetAppAccountList {
|
|
|
183
183
|
export interface ActiveDirectory {
|
|
184
184
|
/** Id of the Active Directory */
|
|
185
185
|
activeDirectoryId?: string;
|
|
186
|
-
/**
|
|
186
|
+
/** A domain user account with permission to create machine accounts */
|
|
187
187
|
username?: string;
|
|
188
188
|
/** Plain text password of Active Directory domain administrator, value is masked in the response */
|
|
189
189
|
password?: string;
|
|
@@ -231,6 +231,8 @@ export interface ActiveDirectory {
|
|
|
231
231
|
encryptDCConnections?: boolean;
|
|
232
232
|
/** LDAP Search scope options */
|
|
233
233
|
ldapSearchScope?: LdapSearchScopeOpt;
|
|
234
|
+
/** Comma separated list of IPv4 addresses of preferred servers for LDAP client. At most two comma separated IPv4 addresses can be passed. */
|
|
235
|
+
preferredServersForLdapClient?: string;
|
|
234
236
|
}
|
|
235
237
|
/** LDAP search scope */
|
|
236
238
|
export interface LdapSearchScopeOpt {
|
|
@@ -279,34 +281,34 @@ export interface EncryptionIdentity {
|
|
|
279
281
|
/** The ARM resource identifier of the user assigned identity used to authenticate with key vault. Applicable if identity.type has 'UserAssigned'. It should match key of identity.userAssignedIdentities. */
|
|
280
282
|
userAssignedIdentity?: string;
|
|
281
283
|
}
|
|
282
|
-
/**
|
|
283
|
-
export interface
|
|
284
|
+
/** Managed service identity (system assigned and/or user assigned identities) */
|
|
285
|
+
export interface ManagedServiceIdentity {
|
|
284
286
|
/**
|
|
285
|
-
* The principal ID of
|
|
287
|
+
* The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
286
288
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
287
289
|
*/
|
|
288
290
|
readonly principalId?: string;
|
|
289
291
|
/**
|
|
290
|
-
* The tenant ID of
|
|
292
|
+
* The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
291
293
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
292
294
|
*/
|
|
293
295
|
readonly tenantId?: string;
|
|
294
|
-
/**
|
|
295
|
-
type:
|
|
296
|
-
/**
|
|
296
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
297
|
+
type: ManagedServiceIdentityType;
|
|
298
|
+
/** The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. */
|
|
297
299
|
userAssignedIdentities?: {
|
|
298
300
|
[propertyName: string]: UserAssignedIdentity;
|
|
299
301
|
};
|
|
300
302
|
}
|
|
301
|
-
/**
|
|
303
|
+
/** User assigned identity properties */
|
|
302
304
|
export interface UserAssignedIdentity {
|
|
303
305
|
/**
|
|
304
|
-
* The principal ID of the identity.
|
|
306
|
+
* The principal ID of the assigned identity.
|
|
305
307
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
306
308
|
*/
|
|
307
309
|
readonly principalId?: string;
|
|
308
310
|
/**
|
|
309
|
-
* The client ID of the identity.
|
|
311
|
+
* The client ID of the assigned identity.
|
|
310
312
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
311
313
|
*/
|
|
312
314
|
readonly clientId?: string;
|
|
@@ -468,6 +470,8 @@ export interface VolumePropertiesDataProtection {
|
|
|
468
470
|
replication?: ReplicationObject;
|
|
469
471
|
/** Snapshot properties. */
|
|
470
472
|
snapshot?: VolumeSnapshotProperties;
|
|
473
|
+
/** VolumeRelocation properties */
|
|
474
|
+
volumeRelocation?: VolumeRelocationProperties;
|
|
471
475
|
}
|
|
472
476
|
/** Volume Backup Properties */
|
|
473
477
|
export interface VolumeBackupProperties {
|
|
@@ -475,8 +479,6 @@ export interface VolumeBackupProperties {
|
|
|
475
479
|
backupPolicyId?: string;
|
|
476
480
|
/** Policy Enforced */
|
|
477
481
|
policyEnforced?: boolean;
|
|
478
|
-
/** Vault Resource ID */
|
|
479
|
-
vaultId?: string;
|
|
480
482
|
/** Backup Enabled */
|
|
481
483
|
backupEnabled?: boolean;
|
|
482
484
|
}
|
|
@@ -498,6 +500,16 @@ export interface VolumeSnapshotProperties {
|
|
|
498
500
|
/** Snapshot Policy ResourceId */
|
|
499
501
|
snapshotPolicyId?: string;
|
|
500
502
|
}
|
|
503
|
+
/** Volume relocation properties */
|
|
504
|
+
export interface VolumeRelocationProperties {
|
|
505
|
+
/** Has relocation been requested for this volume */
|
|
506
|
+
relocationRequested?: boolean;
|
|
507
|
+
/**
|
|
508
|
+
* Has relocation finished and is ready to be cleaned up
|
|
509
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
510
|
+
*/
|
|
511
|
+
readonly readyToBeFinalized?: boolean;
|
|
512
|
+
}
|
|
501
513
|
/** Application specific parameters for the placement of volumes in the volume group */
|
|
502
514
|
export interface PlacementKeyValuePairs {
|
|
503
515
|
/** Key for an application specific parameter for the placement of volumes in the volume group */
|
|
@@ -534,7 +546,7 @@ export interface VolumePatch {
|
|
|
534
546
|
usageThreshold?: number;
|
|
535
547
|
/** Set of export policy rules */
|
|
536
548
|
exportPolicy?: VolumePatchPropertiesExportPolicy;
|
|
537
|
-
/** Maximum throughput in
|
|
549
|
+
/** Maximum throughput in MiB/s that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
|
|
538
550
|
throughputMibps?: number;
|
|
539
551
|
/** DataProtection type volumes include an object containing details of the replication */
|
|
540
552
|
dataProtection?: VolumePatchPropertiesDataProtection;
|
|
@@ -568,6 +580,13 @@ export interface VolumeRevert {
|
|
|
568
580
|
/** Resource id of the snapshot */
|
|
569
581
|
snapshotId?: string;
|
|
570
582
|
}
|
|
583
|
+
/** Break file locks request */
|
|
584
|
+
export interface BreakFileLocksRequest {
|
|
585
|
+
/** To clear file locks on a volume for a particular client */
|
|
586
|
+
clientIp?: string;
|
|
587
|
+
/** Break File locks could be a disruptive operation for application as locks on the volume will be broken, if want to process, set to true. */
|
|
588
|
+
confirmRunningDisruptiveOperation?: boolean;
|
|
589
|
+
}
|
|
571
590
|
/** Break replication request */
|
|
572
591
|
export interface BreakReplicationRequest {
|
|
573
592
|
/** If replication is in status transferring and you want to force break the replication, set to true */
|
|
@@ -627,41 +646,6 @@ export interface SnapshotsList {
|
|
|
627
646
|
/** A list of Snapshots */
|
|
628
647
|
value?: Snapshot[];
|
|
629
648
|
}
|
|
630
|
-
/** Snapshot of a Volume */
|
|
631
|
-
export interface Snapshot {
|
|
632
|
-
/** Resource location */
|
|
633
|
-
location: string;
|
|
634
|
-
/**
|
|
635
|
-
* Resource Id
|
|
636
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
637
|
-
*/
|
|
638
|
-
readonly id?: string;
|
|
639
|
-
/**
|
|
640
|
-
* Resource name
|
|
641
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
642
|
-
*/
|
|
643
|
-
readonly name?: string;
|
|
644
|
-
/**
|
|
645
|
-
* Resource type
|
|
646
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
647
|
-
*/
|
|
648
|
-
readonly type?: string;
|
|
649
|
-
/**
|
|
650
|
-
* UUID v4 used to identify the Snapshot
|
|
651
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
652
|
-
*/
|
|
653
|
-
readonly snapshotId?: string;
|
|
654
|
-
/**
|
|
655
|
-
* The creation date of the snapshot
|
|
656
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
657
|
-
*/
|
|
658
|
-
readonly created?: Date;
|
|
659
|
-
/**
|
|
660
|
-
* Azure lifecycle management
|
|
661
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
662
|
-
*/
|
|
663
|
-
readonly provisioningState?: string;
|
|
664
|
-
}
|
|
665
649
|
/** Restore payload for Single File Snapshot Restore */
|
|
666
650
|
export interface SnapshotRestoreFiles {
|
|
667
651
|
/** List of files to be restored */
|
|
@@ -845,65 +829,6 @@ export interface BackupsList {
|
|
|
845
829
|
/** A list of Backups */
|
|
846
830
|
value?: Backup[];
|
|
847
831
|
}
|
|
848
|
-
/** Backup of a Volume */
|
|
849
|
-
export interface Backup {
|
|
850
|
-
/** Resource location */
|
|
851
|
-
location: string;
|
|
852
|
-
/**
|
|
853
|
-
* Resource Id
|
|
854
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
855
|
-
*/
|
|
856
|
-
readonly id?: string;
|
|
857
|
-
/**
|
|
858
|
-
* Resource name
|
|
859
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
860
|
-
*/
|
|
861
|
-
readonly name?: string;
|
|
862
|
-
/**
|
|
863
|
-
* Resource type
|
|
864
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
865
|
-
*/
|
|
866
|
-
readonly type?: string;
|
|
867
|
-
/**
|
|
868
|
-
* UUID v4 used to identify the Backup
|
|
869
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
870
|
-
*/
|
|
871
|
-
readonly backupId?: string;
|
|
872
|
-
/**
|
|
873
|
-
* The creation date of the backup
|
|
874
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
875
|
-
*/
|
|
876
|
-
readonly creationDate?: Date;
|
|
877
|
-
/**
|
|
878
|
-
* Azure lifecycle management
|
|
879
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
880
|
-
*/
|
|
881
|
-
readonly provisioningState?: string;
|
|
882
|
-
/**
|
|
883
|
-
* Size of backup
|
|
884
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
885
|
-
*/
|
|
886
|
-
readonly size?: number;
|
|
887
|
-
/** Label for backup */
|
|
888
|
-
label?: string;
|
|
889
|
-
/**
|
|
890
|
-
* Type of backup Manual or Scheduled
|
|
891
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
892
|
-
*/
|
|
893
|
-
readonly backupType?: BackupType;
|
|
894
|
-
/**
|
|
895
|
-
* Failure reason
|
|
896
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
897
|
-
*/
|
|
898
|
-
readonly failureReason?: string;
|
|
899
|
-
/**
|
|
900
|
-
* Volume name
|
|
901
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
902
|
-
*/
|
|
903
|
-
readonly volumeName?: string;
|
|
904
|
-
/** Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups */
|
|
905
|
-
useExistingSnapshot?: boolean;
|
|
906
|
-
}
|
|
907
832
|
/** Backup patch */
|
|
908
833
|
export interface BackupPatch {
|
|
909
834
|
/** Resource tags */
|
|
@@ -1023,6 +948,10 @@ export interface VolumeQuotaRulesList {
|
|
|
1023
948
|
}
|
|
1024
949
|
/** Patchable Quota Rule of a Volume */
|
|
1025
950
|
export interface VolumeQuotaRulePatch {
|
|
951
|
+
/** Resource tags */
|
|
952
|
+
tags?: {
|
|
953
|
+
[propertyName: string]: string;
|
|
954
|
+
};
|
|
1026
955
|
/**
|
|
1027
956
|
* Gets the status of the VolumeQuotaRule at the time the operation was called.
|
|
1028
957
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1035,31 +964,6 @@ export interface VolumeQuotaRulePatch {
|
|
|
1035
964
|
/** UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid> */
|
|
1036
965
|
quotaTarget?: string;
|
|
1037
966
|
}
|
|
1038
|
-
/** List of Vaults */
|
|
1039
|
-
export interface VaultList {
|
|
1040
|
-
/** A list of vaults */
|
|
1041
|
-
value?: Vault[];
|
|
1042
|
-
}
|
|
1043
|
-
/** Vault information */
|
|
1044
|
-
export interface Vault {
|
|
1045
|
-
/**
|
|
1046
|
-
* Resource Id
|
|
1047
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1048
|
-
*/
|
|
1049
|
-
readonly id?: string;
|
|
1050
|
-
/**
|
|
1051
|
-
* Resource name
|
|
1052
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1053
|
-
*/
|
|
1054
|
-
readonly name?: string;
|
|
1055
|
-
/**
|
|
1056
|
-
* Resource type
|
|
1057
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1058
|
-
*/
|
|
1059
|
-
readonly type?: string;
|
|
1060
|
-
/** Vault Name */
|
|
1061
|
-
vaultName?: string;
|
|
1062
|
-
}
|
|
1063
967
|
/** List of volume group resources */
|
|
1064
968
|
export interface VolumeGroupList {
|
|
1065
969
|
/** List of volume Groups */
|
|
@@ -1166,7 +1070,7 @@ export interface VolumeGroupVolumeProperties {
|
|
|
1166
1070
|
creationToken: string;
|
|
1167
1071
|
/** The service level of the file system */
|
|
1168
1072
|
serviceLevel?: ServiceLevel;
|
|
1169
|
-
/** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is
|
|
1073
|
+
/** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume. Specified in bytes. */
|
|
1170
1074
|
usageThreshold: number;
|
|
1171
1075
|
/** Set of export policy rules */
|
|
1172
1076
|
exportPolicy?: VolumePropertiesExportPolicy;
|
|
@@ -1246,8 +1150,18 @@ export interface VolumeGroupVolumeProperties {
|
|
|
1246
1150
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1247
1151
|
*/
|
|
1248
1152
|
readonly cloneProgress?: number;
|
|
1153
|
+
/**
|
|
1154
|
+
* Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
|
|
1155
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1156
|
+
*/
|
|
1157
|
+
readonly fileAccessLogs?: FileAccessLogs;
|
|
1249
1158
|
/** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
|
|
1250
1159
|
avsDataStore?: AvsDataStore;
|
|
1160
|
+
/**
|
|
1161
|
+
* Data store resource unique identifier
|
|
1162
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1163
|
+
*/
|
|
1164
|
+
readonly dataStoreResourceId?: string[];
|
|
1251
1165
|
/** Specifies if default quota is enabled for the volume. */
|
|
1252
1166
|
isDefaultQuotaEnabled?: boolean;
|
|
1253
1167
|
/** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
|
|
@@ -1284,6 +1198,13 @@ export interface VolumeGroupVolumeProperties {
|
|
|
1284
1198
|
placementRules?: PlacementKeyValuePairs[];
|
|
1285
1199
|
/** Flag indicating whether subvolume operations are enabled on the volume */
|
|
1286
1200
|
enableSubvolumes?: EnableSubvolumes;
|
|
1201
|
+
/**
|
|
1202
|
+
* The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
|
|
1203
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1204
|
+
*/
|
|
1205
|
+
readonly provisionedAvailabilityZone?: string;
|
|
1206
|
+
/** Specifies whether volume is a Large Volume or Regular Volume. */
|
|
1207
|
+
isLargeVolume?: boolean;
|
|
1287
1208
|
}
|
|
1288
1209
|
/** List of Subvolumes */
|
|
1289
1210
|
export interface SubvolumesList {
|
|
@@ -1337,6 +1258,15 @@ export interface SubvolumeModel {
|
|
|
1337
1258
|
/** Azure lifecycle management */
|
|
1338
1259
|
provisioningState?: string;
|
|
1339
1260
|
}
|
|
1261
|
+
/** Restore payload for single file backup restore */
|
|
1262
|
+
export interface BackupRestoreFiles {
|
|
1263
|
+
/** List of files to be restored */
|
|
1264
|
+
fileList: string[];
|
|
1265
|
+
/** Destination folder where the files will be restored. The path name should start with a forward slash. If it is omitted from request then restore is done at the root folder of the destination volume by default */
|
|
1266
|
+
restoreFilePath?: string;
|
|
1267
|
+
/** Resource Id of the destination volume on which the files need to be restored */
|
|
1268
|
+
destinationVolumeId: string;
|
|
1269
|
+
}
|
|
1340
1270
|
/** Identity for the resource. */
|
|
1341
1271
|
export interface ResourceIdentity {
|
|
1342
1272
|
/**
|
|
@@ -1352,15 +1282,6 @@ export interface ResourceIdentity {
|
|
|
1352
1282
|
/** Type of Identity. Supported values are: 'None', 'SystemAssigned' */
|
|
1353
1283
|
type?: string;
|
|
1354
1284
|
}
|
|
1355
|
-
/** Volume relocation properties */
|
|
1356
|
-
export interface VolumeRelocationProperties {
|
|
1357
|
-
/** The id of the old volume that is being relocated */
|
|
1358
|
-
oldVolumeId?: string;
|
|
1359
|
-
/** The id of the bare metal tenant owned by the existing volume */
|
|
1360
|
-
oldBareMetalTenantId?: string;
|
|
1361
|
-
/** Has relocation been requested for this volume */
|
|
1362
|
-
relocationRequested?: boolean;
|
|
1363
|
-
}
|
|
1364
1285
|
/** Mount Target */
|
|
1365
1286
|
export interface MountTarget {
|
|
1366
1287
|
/** Resource location */
|
|
@@ -1438,82 +1359,94 @@ export interface SnapshotPolicyDetails {
|
|
|
1438
1359
|
*/
|
|
1439
1360
|
readonly provisioningState?: string;
|
|
1440
1361
|
}
|
|
1441
|
-
/**
|
|
1442
|
-
export interface
|
|
1362
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1363
|
+
export interface ProxyResource extends Resource {
|
|
1364
|
+
}
|
|
1365
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1366
|
+
export interface TrackedResource extends Resource {
|
|
1367
|
+
/** Resource tags. */
|
|
1368
|
+
tags?: {
|
|
1369
|
+
[propertyName: string]: string;
|
|
1370
|
+
};
|
|
1371
|
+
/** The geo-location where the resource lives */
|
|
1372
|
+
location: string;
|
|
1373
|
+
}
|
|
1374
|
+
/** Information regarding Subscription Quota Item. */
|
|
1375
|
+
export interface SubscriptionQuotaItem extends ProxyResource {
|
|
1376
|
+
/**
|
|
1377
|
+
* The current quota value.
|
|
1378
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1379
|
+
*/
|
|
1380
|
+
readonly current?: number;
|
|
1381
|
+
/**
|
|
1382
|
+
* The default quota value.
|
|
1383
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1384
|
+
*/
|
|
1385
|
+
readonly default?: number;
|
|
1386
|
+
}
|
|
1387
|
+
/** Snapshot of a Volume */
|
|
1388
|
+
export interface Snapshot extends ProxyResource {
|
|
1443
1389
|
/** Resource location */
|
|
1444
|
-
location
|
|
1390
|
+
location: string;
|
|
1445
1391
|
/**
|
|
1446
|
-
*
|
|
1392
|
+
* UUID v4 used to identify the Snapshot
|
|
1447
1393
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1448
1394
|
*/
|
|
1449
|
-
readonly
|
|
1395
|
+
readonly snapshotId?: string;
|
|
1450
1396
|
/**
|
|
1451
|
-
*
|
|
1397
|
+
* The creation date of the snapshot
|
|
1452
1398
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1453
1399
|
*/
|
|
1454
|
-
readonly
|
|
1400
|
+
readonly created?: Date;
|
|
1455
1401
|
/**
|
|
1456
|
-
*
|
|
1402
|
+
* Azure lifecycle management
|
|
1457
1403
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1458
1404
|
*/
|
|
1459
|
-
readonly
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1405
|
+
readonly provisioningState?: string;
|
|
1406
|
+
}
|
|
1407
|
+
/** Backup of a Volume */
|
|
1408
|
+
export interface Backup extends ProxyResource {
|
|
1409
|
+
/** Resource location */
|
|
1410
|
+
location: string;
|
|
1464
1411
|
/**
|
|
1465
|
-
*
|
|
1412
|
+
* UUID v4 used to identify the Backup
|
|
1466
1413
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1467
1414
|
*/
|
|
1468
|
-
readonly
|
|
1415
|
+
readonly backupId?: string;
|
|
1416
|
+
/**
|
|
1417
|
+
* The creation date of the backup
|
|
1418
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1419
|
+
*/
|
|
1420
|
+
readonly creationDate?: Date;
|
|
1469
1421
|
/**
|
|
1470
1422
|
* Azure lifecycle management
|
|
1471
1423
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1472
1424
|
*/
|
|
1473
1425
|
readonly provisioningState?: string;
|
|
1474
|
-
/** Daily backups count to keep */
|
|
1475
|
-
dailyBackupsToKeep?: number;
|
|
1476
|
-
/** Weekly backups count to keep */
|
|
1477
|
-
weeklyBackupsToKeep?: number;
|
|
1478
|
-
/** Monthly backups count to keep */
|
|
1479
|
-
monthlyBackupsToKeep?: number;
|
|
1480
1426
|
/**
|
|
1481
|
-
*
|
|
1427
|
+
* Size of backup
|
|
1482
1428
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1483
1429
|
*/
|
|
1484
|
-
readonly
|
|
1485
|
-
/**
|
|
1486
|
-
|
|
1430
|
+
readonly size?: number;
|
|
1431
|
+
/** Label for backup */
|
|
1432
|
+
label?: string;
|
|
1487
1433
|
/**
|
|
1488
|
-
*
|
|
1434
|
+
* Type of backup Manual or Scheduled
|
|
1489
1435
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1490
1436
|
*/
|
|
1491
|
-
readonly
|
|
1492
|
-
}
|
|
1493
|
-
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1494
|
-
export interface ProxyResource extends Resource {
|
|
1495
|
-
}
|
|
1496
|
-
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
1497
|
-
export interface TrackedResource extends Resource {
|
|
1498
|
-
/** Resource tags. */
|
|
1499
|
-
tags?: {
|
|
1500
|
-
[propertyName: string]: string;
|
|
1501
|
-
};
|
|
1502
|
-
/** The geo-location where the resource lives */
|
|
1503
|
-
location: string;
|
|
1504
|
-
}
|
|
1505
|
-
/** Information regarding Subscription Quota Item. */
|
|
1506
|
-
export interface SubscriptionQuotaItem extends ProxyResource {
|
|
1437
|
+
readonly backupType?: BackupType;
|
|
1507
1438
|
/**
|
|
1508
|
-
*
|
|
1439
|
+
* Failure reason
|
|
1509
1440
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1510
1441
|
*/
|
|
1511
|
-
readonly
|
|
1442
|
+
readonly failureReason?: string;
|
|
1512
1443
|
/**
|
|
1513
|
-
*
|
|
1444
|
+
* Volume name
|
|
1514
1445
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1515
1446
|
*/
|
|
1516
|
-
readonly
|
|
1447
|
+
readonly volumeName?: string;
|
|
1448
|
+
/** Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups */
|
|
1449
|
+
useExistingSnapshot?: boolean;
|
|
1517
1450
|
}
|
|
1518
1451
|
/** Subvolume Information properties */
|
|
1519
1452
|
export interface SubvolumeInfo extends ProxyResource {
|
|
@@ -1536,8 +1469,8 @@ export interface NetAppAccount extends TrackedResource {
|
|
|
1536
1469
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1537
1470
|
*/
|
|
1538
1471
|
readonly etag?: string;
|
|
1539
|
-
/** The identity
|
|
1540
|
-
identity?:
|
|
1472
|
+
/** The identity used for the resource. */
|
|
1473
|
+
identity?: ManagedServiceIdentity;
|
|
1541
1474
|
/**
|
|
1542
1475
|
* Azure lifecycle management
|
|
1543
1476
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
@@ -1609,7 +1542,7 @@ export interface Volume extends TrackedResource {
|
|
|
1609
1542
|
creationToken: string;
|
|
1610
1543
|
/** The service level of the file system */
|
|
1611
1544
|
serviceLevel?: ServiceLevel;
|
|
1612
|
-
/** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is
|
|
1545
|
+
/** Maximum storage quota allowed for a file system in bytes. This is a soft quota used for alerting only. Minimum size is 100 GiB. Upper limit is 100TiB, 500Tib for LargeVolume. Specified in bytes. */
|
|
1613
1546
|
usageThreshold: number;
|
|
1614
1547
|
/** Set of export policy rules */
|
|
1615
1548
|
exportPolicy?: VolumePropertiesExportPolicy;
|
|
@@ -1689,8 +1622,18 @@ export interface Volume extends TrackedResource {
|
|
|
1689
1622
|
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1690
1623
|
*/
|
|
1691
1624
|
readonly cloneProgress?: number;
|
|
1625
|
+
/**
|
|
1626
|
+
* Flag indicating whether file access logs are enabled for the volume, based on active diagnostic settings present on the volume.
|
|
1627
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1628
|
+
*/
|
|
1629
|
+
readonly fileAccessLogs?: FileAccessLogs;
|
|
1692
1630
|
/** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
|
|
1693
1631
|
avsDataStore?: AvsDataStore;
|
|
1632
|
+
/**
|
|
1633
|
+
* Data store resource unique identifier
|
|
1634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1635
|
+
*/
|
|
1636
|
+
readonly dataStoreResourceId?: string[];
|
|
1694
1637
|
/** Specifies if default quota is enabled for the volume. */
|
|
1695
1638
|
isDefaultQuotaEnabled?: boolean;
|
|
1696
1639
|
/** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
|
|
@@ -1727,6 +1670,13 @@ export interface Volume extends TrackedResource {
|
|
|
1727
1670
|
placementRules?: PlacementKeyValuePairs[];
|
|
1728
1671
|
/** Flag indicating whether subvolume operations are enabled on the volume */
|
|
1729
1672
|
enableSubvolumes?: EnableSubvolumes;
|
|
1673
|
+
/**
|
|
1674
|
+
* The availability zone where the volume is provisioned. This refers to the logical availability zone where the volume resides.
|
|
1675
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1676
|
+
*/
|
|
1677
|
+
readonly provisionedAvailabilityZone?: string;
|
|
1678
|
+
/** Specifies whether volume is a Large Volume or Regular Volume. */
|
|
1679
|
+
isLargeVolume?: boolean;
|
|
1730
1680
|
}
|
|
1731
1681
|
/** Snapshot policy information */
|
|
1732
1682
|
export interface SnapshotPolicy extends TrackedResource {
|
|
@@ -1801,6 +1751,45 @@ export interface VolumeQuotaRule extends TrackedResource {
|
|
|
1801
1751
|
/** UserID/GroupID/SID based on the quota target type. UserID and groupID can be found by running ‘id’ or ‘getent’ command for the user or group and SID can be found by running <wmic useraccount where name='user-name' get sid> */
|
|
1802
1752
|
quotaTarget?: string;
|
|
1803
1753
|
}
|
|
1754
|
+
/** Backup policy properties */
|
|
1755
|
+
export interface BackupPolicyDetails extends TrackedResource {
|
|
1756
|
+
/**
|
|
1757
|
+
* Backup Policy Resource ID
|
|
1758
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1759
|
+
*/
|
|
1760
|
+
readonly backupPolicyId?: string;
|
|
1761
|
+
/**
|
|
1762
|
+
* Azure lifecycle management
|
|
1763
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1764
|
+
*/
|
|
1765
|
+
readonly provisioningState?: string;
|
|
1766
|
+
/** Daily backups count to keep */
|
|
1767
|
+
dailyBackupsToKeep?: number;
|
|
1768
|
+
/** Weekly backups count to keep */
|
|
1769
|
+
weeklyBackupsToKeep?: number;
|
|
1770
|
+
/** Monthly backups count to keep */
|
|
1771
|
+
monthlyBackupsToKeep?: number;
|
|
1772
|
+
/**
|
|
1773
|
+
* Volumes using current backup policy
|
|
1774
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1775
|
+
*/
|
|
1776
|
+
readonly volumesAssigned?: number;
|
|
1777
|
+
/** The property to decide policy is enabled or not */
|
|
1778
|
+
enabled?: boolean;
|
|
1779
|
+
/**
|
|
1780
|
+
* A list of volumes assigned to this policy
|
|
1781
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1782
|
+
*/
|
|
1783
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
1784
|
+
}
|
|
1785
|
+
/** Defines headers for Volumes_breakFileLocks operation. */
|
|
1786
|
+
export interface VolumesBreakFileLocksHeaders {
|
|
1787
|
+
location?: string;
|
|
1788
|
+
}
|
|
1789
|
+
/** Defines headers for Backups_restoreFiles operation. */
|
|
1790
|
+
export interface BackupsRestoreFilesHeaders {
|
|
1791
|
+
location?: string;
|
|
1792
|
+
}
|
|
1804
1793
|
/** Known values of {@link MetricAggregationType} that the service accepts. */
|
|
1805
1794
|
export declare enum KnownMetricAggregationType {
|
|
1806
1795
|
/** Average */
|
|
@@ -1984,8 +1973,8 @@ export declare enum KnownKeyVaultStatus {
|
|
|
1984
1973
|
* **Updating**: KeyVault connection Updating
|
|
1985
1974
|
*/
|
|
1986
1975
|
export declare type KeyVaultStatus = string;
|
|
1987
|
-
/** Known values of {@link
|
|
1988
|
-
export declare enum
|
|
1976
|
+
/** Known values of {@link ManagedServiceIdentityType} that the service accepts. */
|
|
1977
|
+
export declare enum KnownManagedServiceIdentityType {
|
|
1989
1978
|
/** None */
|
|
1990
1979
|
None = "None",
|
|
1991
1980
|
/** SystemAssigned */
|
|
@@ -1996,8 +1985,8 @@ export declare enum KnownIdentityType {
|
|
|
1996
1985
|
SystemAssignedUserAssigned = "SystemAssigned,UserAssigned"
|
|
1997
1986
|
}
|
|
1998
1987
|
/**
|
|
1999
|
-
* Defines values for
|
|
2000
|
-
* {@link
|
|
1988
|
+
* Defines values for ManagedServiceIdentityType. \
|
|
1989
|
+
* {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,
|
|
2001
1990
|
* this enum contains the known values that the service supports.
|
|
2002
1991
|
* ### Known values supported by the service
|
|
2003
1992
|
* **None** \
|
|
@@ -2005,7 +1994,7 @@ export declare enum KnownIdentityType {
|
|
|
2005
1994
|
* **UserAssigned** \
|
|
2006
1995
|
* **SystemAssigned,UserAssigned**
|
|
2007
1996
|
*/
|
|
2008
|
-
export declare type
|
|
1997
|
+
export declare type ManagedServiceIdentityType = string;
|
|
2009
1998
|
/** Known values of {@link ServiceLevel} that the service accepts. */
|
|
2010
1999
|
export declare enum KnownServiceLevel {
|
|
2011
2000
|
/** Standard service level */
|
|
@@ -2210,6 +2199,22 @@ export declare enum KnownEncryptionKeySource {
|
|
|
2210
2199
|
* **Microsoft.KeyVault**: Customer-managed key encryption
|
|
2211
2200
|
*/
|
|
2212
2201
|
export declare type EncryptionKeySource = string;
|
|
2202
|
+
/** Known values of {@link FileAccessLogs} that the service accepts. */
|
|
2203
|
+
export declare enum KnownFileAccessLogs {
|
|
2204
|
+
/** fileAccessLogs are enabled */
|
|
2205
|
+
Enabled = "Enabled",
|
|
2206
|
+
/** fileAccessLogs are not enabled */
|
|
2207
|
+
Disabled = "Disabled"
|
|
2208
|
+
}
|
|
2209
|
+
/**
|
|
2210
|
+
* Defines values for FileAccessLogs. \
|
|
2211
|
+
* {@link KnownFileAccessLogs} can be used interchangeably with FileAccessLogs,
|
|
2212
|
+
* this enum contains the known values that the service supports.
|
|
2213
|
+
* ### Known values supported by the service
|
|
2214
|
+
* **Enabled**: fileAccessLogs are enabled \
|
|
2215
|
+
* **Disabled**: fileAccessLogs are not enabled
|
|
2216
|
+
*/
|
|
2217
|
+
export declare type FileAccessLogs = string;
|
|
2213
2218
|
/** Known values of {@link AvsDataStore} that the service accepts. */
|
|
2214
2219
|
export declare enum KnownAvsDataStore {
|
|
2215
2220
|
/** avsDataStore is enabled */
|
|
@@ -2514,6 +2519,15 @@ export interface VolumesResetCifsPasswordOptionalParams extends coreClient.Opera
|
|
|
2514
2519
|
resumeFrom?: string;
|
|
2515
2520
|
}
|
|
2516
2521
|
/** Optional parameters. */
|
|
2522
|
+
export interface VolumesBreakFileLocksOptionalParams extends coreClient.OperationOptions {
|
|
2523
|
+
/** Optional body to provide the ability to clear file locks with selected options */
|
|
2524
|
+
body?: BreakFileLocksRequest;
|
|
2525
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2526
|
+
updateIntervalInMs?: number;
|
|
2527
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2528
|
+
resumeFrom?: string;
|
|
2529
|
+
}
|
|
2530
|
+
/** Optional parameters. */
|
|
2517
2531
|
export interface VolumesBreakReplicationOptionalParams extends coreClient.OperationOptions {
|
|
2518
2532
|
/** Optional body to force break the replication. */
|
|
2519
2533
|
body?: BreakReplicationRequest;
|
|
@@ -2728,6 +2742,13 @@ export interface BackupsDeleteOptionalParams extends coreClient.OperationOptions
|
|
|
2728
2742
|
resumeFrom?: string;
|
|
2729
2743
|
}
|
|
2730
2744
|
/** Optional parameters. */
|
|
2745
|
+
export interface BackupsRestoreFilesOptionalParams extends coreClient.OperationOptions {
|
|
2746
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2747
|
+
updateIntervalInMs?: number;
|
|
2748
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2749
|
+
resumeFrom?: string;
|
|
2750
|
+
}
|
|
2751
|
+
/** Optional parameters. */
|
|
2731
2752
|
export interface AccountBackupsListOptionalParams extends coreClient.OperationOptions {
|
|
2732
2753
|
}
|
|
2733
2754
|
/** Contains response data for the list operation. */
|
|
@@ -2815,11 +2836,6 @@ export interface VolumeQuotaRulesDeleteOptionalParams extends coreClient.Operati
|
|
|
2815
2836
|
resumeFrom?: string;
|
|
2816
2837
|
}
|
|
2817
2838
|
/** Optional parameters. */
|
|
2818
|
-
export interface VaultsListOptionalParams extends coreClient.OperationOptions {
|
|
2819
|
-
}
|
|
2820
|
-
/** Contains response data for the list operation. */
|
|
2821
|
-
export declare type VaultsListResponse = VaultList;
|
|
2822
|
-
/** Optional parameters. */
|
|
2823
2839
|
export interface VolumeGroupsListByNetAppAccountOptionalParams extends coreClient.OperationOptions {
|
|
2824
2840
|
}
|
|
2825
2841
|
/** Contains response data for the listByNetAppAccount operation. */
|