@azure/arm-netapp 14.4.0 → 15.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 +11 -0
- package/LICENSE +21 -0
- package/README.md +70 -78
- package/dist/index.js +8881 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +5 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/{esm/models/netAppResourceMappers.js → dist-esm/src/index.js} +5 -2
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +2374 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +162 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +76 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1505 -1644
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +46 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +319 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/netAppManagementClient.d.ts +31 -0
- package/dist-esm/src/netAppManagementClient.d.ts.map +1 -0
- package/dist-esm/src/netAppManagementClient.js +64 -0
- package/dist-esm/src/netAppManagementClient.js.map +1 -0
- package/dist-esm/src/operations/accountBackups.d.ts +55 -0
- package/dist-esm/src/operations/accountBackups.d.ts.map +1 -0
- package/dist-esm/src/operations/accountBackups.js +195 -0
- package/dist-esm/src/operations/accountBackups.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +107 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +482 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/backupPolicies.d.ts +91 -0
- package/dist-esm/src/operations/backupPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/backupPolicies.js +365 -0
- package/dist-esm/src/operations/backupPolicies.js.map +1 -0
- package/dist-esm/src/operations/backups.d.ts +125 -0
- package/dist-esm/src/operations/backups.d.ts.map +1 -0
- package/dist-esm/src/operations/backups.js +484 -0
- package/dist-esm/src/operations/backups.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/netAppResource.d.ts +40 -0
- package/dist-esm/src/operations/netAppResource.d.ts.map +1 -0
- package/dist-esm/src/operations/netAppResource.js +133 -0
- package/dist-esm/src/operations/netAppResource.js.map +1 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts +35 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.d.ts.map +1 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.js +122 -0
- package/dist-esm/src/operations/netAppResourceQuotaLimits.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +26 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +88 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/pools.d.ts +99 -0
- package/dist-esm/src/operations/pools.d.ts.map +1 -0
- package/dist-esm/src/operations/pools.js +401 -0
- package/dist-esm/src/operations/pools.js.map +1 -0
- package/dist-esm/src/operations/snapshotPolicies.d.ts +90 -0
- package/dist-esm/src/operations/snapshotPolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/snapshotPolicies.js +346 -0
- package/dist-esm/src/operations/snapshotPolicies.js.map +1 -0
- package/dist-esm/src/operations/snapshots.d.ts +109 -0
- package/dist-esm/src/operations/snapshots.d.ts.map +1 -0
- package/dist-esm/src/operations/snapshots.js +423 -0
- package/dist-esm/src/operations/snapshots.js.map +1 -0
- package/dist-esm/src/operations/vaults.d.ts +30 -0
- package/dist-esm/src/operations/vaults.d.ts.map +1 -0
- package/dist-esm/src/operations/vaults.js +97 -0
- package/dist-esm/src/operations/vaults.js.map +1 -0
- package/dist-esm/src/operations/volumeGroups.d.ts +73 -0
- package/dist-esm/src/operations/volumeGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/volumeGroups.js +278 -0
- package/dist-esm/src/operations/volumeGroups.js.map +1 -0
- package/dist-esm/src/operations/volumes.d.ts +254 -0
- package/dist-esm/src/operations/volumes.d.ts.map +1 -0
- package/dist-esm/src/operations/volumes.js +956 -0
- package/dist-esm/src/operations/volumes.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accountBackups.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/accountBackups.d.ts.map +1 -0
- package/{src/models/netAppResourceMappers.ts → dist-esm/src/operationsInterfaces/accountBackups.js} +2 -8
- package/dist-esm/src/operationsInterfaces/accountBackups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/backupPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/backupPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/backupPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/backups.d.ts +106 -0
- package/dist-esm/src/operationsInterfaces/backups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/backups.js +9 -0
- package/dist-esm/src/operationsInterfaces/backups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +14 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +21 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.d.ts +32 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.js +9 -0
- package/dist-esm/src/operationsInterfaces/netAppResource.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts +19 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.js +9 -0
- package/dist-esm/src/operationsInterfaces/netAppResourceQuotaLimits.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/pools.d.ts +74 -0
- package/dist-esm/src/operationsInterfaces/pools.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/pools.js} +2 -1
- package/dist-esm/src/operationsInterfaces/pools.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts +73 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.js +9 -0
- package/dist-esm/src/operationsInterfaces/snapshotPolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts +90 -0
- package/dist-esm/src/operationsInterfaces/snapshots.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/snapshots.js +9 -0
- package/dist-esm/src/operationsInterfaces/snapshots.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts +13 -0
- package/dist-esm/src/operationsInterfaces/vaults.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/vaults.js +9 -0
- package/dist-esm/src/operationsInterfaces/vaults.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts +56 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/volumeGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumes.d.ts +227 -0
- package/dist-esm/src/operationsInterfaces/volumes.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/volumes.js +9 -0
- package/dist-esm/src/operationsInterfaces/volumes.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +70 -32
- package/review/arm-netapp.api.md +1681 -0
- package/rollup.config.js +181 -30
- package/src/{models/operationsMappers.ts → index.ts} +4 -10
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1888 -3345
- package/src/models/mappers.ts +1542 -1652
- package/src/models/parameters.ts +271 -66
- package/src/netAppManagementClient.ts +128 -0
- package/src/operations/accountBackups.ts +187 -132
- package/src/operations/accounts.ts +487 -325
- package/src/operations/backupPolicies.ts +390 -223
- package/src/operations/backups.ts +486 -313
- package/src/operations/index.ts +1 -2
- package/src/operations/netAppResource.ts +112 -204
- package/src/operations/netAppResourceQuotaLimits.ts +100 -90
- package/src/operations/operations.ts +65 -43
- package/src/operations/pools.ts +430 -263
- package/src/operations/snapshotPolicies.ts +345 -275
- package/src/operations/snapshots.ts +454 -226
- package/src/operations/vaults.ts +81 -51
- package/src/operations/volumeGroups.ts +303 -182
- package/src/operations/volumes.ts +1101 -637
- package/src/operationsInterfaces/accountBackups.ts +72 -0
- package/src/operationsInterfaces/accounts.ts +139 -0
- package/src/operationsInterfaces/backupPolicies.ts +147 -0
- package/src/operationsInterfaces/backups.ts +202 -0
- package/src/operationsInterfaces/index.ts +21 -0
- package/src/operationsInterfaces/netAppResource.ts +66 -0
- package/src/operationsInterfaces/netAppResourceQuotaLimits.ts +40 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/src/operationsInterfaces/pools.ts +144 -0
- package/src/operationsInterfaces/snapshotPolicies.ts +142 -0
- package/src/operationsInterfaces/snapshots.ts +178 -0
- package/src/operationsInterfaces/vaults.ts +26 -0
- package/src/operationsInterfaces/volumeGroups.ts +110 -0
- package/src/operationsInterfaces/volumes.ts +413 -0
- package/tsconfig.json +3 -3
- package/types/arm-netapp.d.ts +3485 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-netapp.js +0 -8542
- package/dist/arm-netapp.js.map +0 -1
- package/dist/arm-netapp.min.js +0 -1
- package/dist/arm-netapp.min.js.map +0 -1
- package/esm/azureNetAppFilesManagementClient.d.ts +0 -37
- package/esm/azureNetAppFilesManagementClient.d.ts.map +0 -1
- package/esm/azureNetAppFilesManagementClient.js +0 -50
- package/esm/azureNetAppFilesManagementClient.js.map +0 -1
- package/esm/azureNetAppFilesManagementClientContext.d.ts +0 -23
- package/esm/azureNetAppFilesManagementClientContext.d.ts.map +0 -1
- package/esm/azureNetAppFilesManagementClientContext.js +0 -61
- package/esm/azureNetAppFilesManagementClientContext.js.map +0 -1
- package/esm/models/accountBackupsMappers.d.ts +0 -2
- package/esm/models/accountBackupsMappers.d.ts.map +0 -1
- package/esm/models/accountBackupsMappers.js +0 -9
- package/esm/models/accountBackupsMappers.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/backupPoliciesMappers.d.ts +0 -2
- package/esm/models/backupPoliciesMappers.d.ts.map +0 -1
- package/esm/models/backupPoliciesMappers.js +0 -9
- package/esm/models/backupPoliciesMappers.js.map +0 -1
- package/esm/models/backupsMappers.d.ts +0 -2
- package/esm/models/backupsMappers.d.ts.map +0 -1
- package/esm/models/backupsMappers.js +0 -9
- package/esm/models/backupsMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -3856
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -78
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/netAppResourceMappers.d.ts +0 -2
- package/esm/models/netAppResourceMappers.d.ts.map +0 -1
- package/esm/models/netAppResourceMappers.js.map +0 -1
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts +0 -2
- package/esm/models/netAppResourceQuotaLimitsMappers.d.ts.map +0 -1
- package/esm/models/netAppResourceQuotaLimitsMappers.js +0 -9
- package/esm/models/netAppResourceQuotaLimitsMappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -17
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -183
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/poolsMappers.d.ts +0 -2
- package/esm/models/poolsMappers.d.ts.map +0 -1
- package/esm/models/poolsMappers.js +0 -9
- package/esm/models/poolsMappers.js.map +0 -1
- package/esm/models/snapshotPoliciesMappers.d.ts +0 -2
- package/esm/models/snapshotPoliciesMappers.d.ts.map +0 -1
- package/esm/models/snapshotPoliciesMappers.js +0 -9
- package/esm/models/snapshotPoliciesMappers.js.map +0 -1
- package/esm/models/snapshotsMappers.d.ts +0 -2
- package/esm/models/snapshotsMappers.d.ts.map +0 -1
- package/esm/models/snapshotsMappers.js +0 -9
- package/esm/models/snapshotsMappers.js.map +0 -1
- package/esm/models/vaultsMappers.d.ts +0 -2
- package/esm/models/vaultsMappers.d.ts.map +0 -1
- package/esm/models/vaultsMappers.js +0 -9
- package/esm/models/vaultsMappers.js.map +0 -1
- package/esm/models/volumeGroupsMappers.d.ts +0 -2
- package/esm/models/volumeGroupsMappers.d.ts.map +0 -1
- package/esm/models/volumeGroupsMappers.js +0 -9
- package/esm/models/volumeGroupsMappers.js.map +0 -1
- package/esm/models/volumesMappers.d.ts +0 -2
- package/esm/models/volumesMappers.d.ts.map +0 -1
- package/esm/models/volumesMappers.js +0 -9
- package/esm/models/volumesMappers.js.map +0 -1
- package/esm/operations/accountBackups.d.ts +0 -81
- package/esm/operations/accountBackups.d.ts.map +0 -1
- package/esm/operations/accountBackups.js +0 -145
- package/esm/operations/accountBackups.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -167
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -344
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/backupPolicies.d.ts +0 -125
- package/esm/operations/backupPolicies.d.ts.map +0 -1
- package/esm/operations/backupPolicies.js +0 -277
- package/esm/operations/backupPolicies.js.map +0 -1
- package/esm/operations/backups.d.ts +0 -203
- package/esm/operations/backups.d.ts.map +0 -1
- package/esm/operations/backups.js +0 -379
- package/esm/operations/backups.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/netAppResource.d.ts +0 -115
- package/esm/operations/netAppResource.d.ts.map +0 -1
- package/esm/operations/netAppResource.js +0 -145
- package/esm/operations/netAppResource.js.map +0 -1
- package/esm/operations/netAppResourceQuotaLimits.d.ts +0 -54
- package/esm/operations/netAppResourceQuotaLimits.d.ts.map +0 -1
- package/esm/operations/netAppResourceQuotaLimits.js +0 -86
- package/esm/operations/netAppResourceQuotaLimits.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -29
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/pools.d.ts +0 -144
- package/esm/operations/pools.d.ts.map +0 -1
- package/esm/operations/pools.js +0 -302
- package/esm/operations/pools.js.map +0 -1
- package/esm/operations/snapshotPolicies.d.ts +0 -149
- package/esm/operations/snapshotPolicies.d.ts.map +0 -1
- package/esm/operations/snapshotPolicies.js +0 -281
- package/esm/operations/snapshotPolicies.js.map +0 -1
- package/esm/operations/snapshots.d.ts +0 -149
- package/esm/operations/snapshots.d.ts.map +0 -1
- package/esm/operations/snapshots.js +0 -312
- package/esm/operations/snapshots.js.map +0 -1
- package/esm/operations/vaults.d.ts +0 -35
- package/esm/operations/vaults.d.ts.map +0 -1
- package/esm/operations/vaults.js +0 -57
- package/esm/operations/vaults.js.map +0 -1
- package/esm/operations/volumeGroups.d.ts +0 -107
- package/esm/operations/volumeGroups.d.ts.map +0 -1
- package/esm/operations/volumeGroups.js +0 -212
- package/esm/operations/volumeGroups.js.map +0 -1
- package/esm/operations/volumes.d.ts +0 -344
- package/esm/operations/volumes.d.ts.map +0 -1
- package/esm/operations/volumes.js +0 -800
- package/esm/operations/volumes.js.map +0 -1
- package/src/azureNetAppFilesManagementClient.ts +0 -72
- package/src/azureNetAppFilesManagementClientContext.ts +0 -68
- package/src/models/accountBackupsMappers.ts +0 -51
- package/src/models/accountsMappers.ts +0 -51
- package/src/models/backupPoliciesMappers.ts +0 -51
- package/src/models/backupsMappers.ts +0 -53
- package/src/models/netAppResourceQuotaLimitsMappers.ts +0 -51
- package/src/models/poolsMappers.ts +0 -51
- package/src/models/snapshotPoliciesMappers.ts +0 -53
- package/src/models/snapshotsMappers.ts +0 -51
- package/src/models/vaultsMappers.ts +0 -51
- package/src/models/volumeGroupsMappers.ts +0 -54
- package/src/models/volumesMappers.ts +0 -56
|
@@ -0,0 +1,3485 @@
|
|
|
1
|
+
import * as coreAuth from '@azure/core-auth';
|
|
2
|
+
import * as coreClient from '@azure/core-client';
|
|
3
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
4
|
+
import { PollerLike } from '@azure/core-lro';
|
|
5
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
6
|
+
|
|
7
|
+
/** Interface representing a AccountBackups. */
|
|
8
|
+
export declare interface AccountBackups {
|
|
9
|
+
/**
|
|
10
|
+
* List all Backups for a Netapp Account
|
|
11
|
+
* @param resourceGroupName The name of the resource group.
|
|
12
|
+
* @param accountName The name of the NetApp account
|
|
13
|
+
* @param options The options parameters.
|
|
14
|
+
*/
|
|
15
|
+
list(resourceGroupName: string, accountName: string, options?: AccountBackupsListOptionalParams): PagedAsyncIterableIterator<Backup>;
|
|
16
|
+
/**
|
|
17
|
+
* Gets the specified backup for a Netapp Account
|
|
18
|
+
* @param resourceGroupName The name of the resource group.
|
|
19
|
+
* @param accountName The name of the NetApp account
|
|
20
|
+
* @param backupName The name of the backup
|
|
21
|
+
* @param options The options parameters.
|
|
22
|
+
*/
|
|
23
|
+
get(resourceGroupName: string, accountName: string, backupName: string, options?: AccountBackupsGetOptionalParams): Promise<AccountBackupsGetResponse>;
|
|
24
|
+
/**
|
|
25
|
+
* Delete the specified Backup for a Netapp Account
|
|
26
|
+
* @param resourceGroupName The name of the resource group.
|
|
27
|
+
* @param accountName The name of the NetApp account
|
|
28
|
+
* @param backupName The name of the backup
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
beginDelete(resourceGroupName: string, accountName: string, backupName: string, options?: AccountBackupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
32
|
+
/**
|
|
33
|
+
* Delete the specified Backup for a Netapp Account
|
|
34
|
+
* @param resourceGroupName The name of the resource group.
|
|
35
|
+
* @param accountName The name of the NetApp account
|
|
36
|
+
* @param backupName The name of the backup
|
|
37
|
+
* @param options The options parameters.
|
|
38
|
+
*/
|
|
39
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, backupName: string, options?: AccountBackupsDeleteOptionalParams): Promise<void>;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
/** Optional parameters. */
|
|
43
|
+
export declare interface AccountBackupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
44
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
45
|
+
updateIntervalInMs?: number;
|
|
46
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
47
|
+
resumeFrom?: string;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
/** Optional parameters. */
|
|
51
|
+
export declare interface AccountBackupsGetOptionalParams extends coreClient.OperationOptions {
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/** Contains response data for the get operation. */
|
|
55
|
+
export declare type AccountBackupsGetResponse = Backup;
|
|
56
|
+
|
|
57
|
+
/** Optional parameters. */
|
|
58
|
+
export declare interface AccountBackupsListOptionalParams extends coreClient.OperationOptions {
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/** Contains response data for the list operation. */
|
|
62
|
+
export declare type AccountBackupsListResponse = BackupsList;
|
|
63
|
+
|
|
64
|
+
/** Encryption settings */
|
|
65
|
+
export declare interface AccountEncryption {
|
|
66
|
+
/** Encryption Key Source. Possible values are: 'Microsoft.NetApp'. */
|
|
67
|
+
keySource?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/** Interface representing a Accounts. */
|
|
71
|
+
export declare interface Accounts {
|
|
72
|
+
/**
|
|
73
|
+
* List and describe all NetApp accounts in the subscription.
|
|
74
|
+
* @param options The options parameters.
|
|
75
|
+
*/
|
|
76
|
+
listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetAppAccount>;
|
|
77
|
+
/**
|
|
78
|
+
* List and describe all NetApp accounts in the resource group.
|
|
79
|
+
* @param resourceGroupName The name of the resource group.
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
list(resourceGroupName: string, options?: AccountsListOptionalParams): PagedAsyncIterableIterator<NetAppAccount>;
|
|
83
|
+
/**
|
|
84
|
+
* Get the NetApp account
|
|
85
|
+
* @param resourceGroupName The name of the resource group.
|
|
86
|
+
* @param accountName The name of the NetApp account
|
|
87
|
+
* @param options The options parameters.
|
|
88
|
+
*/
|
|
89
|
+
get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
|
|
90
|
+
/**
|
|
91
|
+
* Create or update the specified NetApp account within the resource group
|
|
92
|
+
* @param resourceGroupName The name of the resource group.
|
|
93
|
+
* @param accountName The name of the NetApp account
|
|
94
|
+
* @param body NetApp Account object supplied in the body of the operation.
|
|
95
|
+
* @param options The options parameters.
|
|
96
|
+
*/
|
|
97
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, body: NetAppAccount, options?: AccountsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateOrUpdateResponse>, AccountsCreateOrUpdateResponse>>;
|
|
98
|
+
/**
|
|
99
|
+
* Create or update the specified NetApp account within the resource group
|
|
100
|
+
* @param resourceGroupName The name of the resource group.
|
|
101
|
+
* @param accountName The name of the NetApp account
|
|
102
|
+
* @param body NetApp Account object supplied in the body of the operation.
|
|
103
|
+
* @param options The options parameters.
|
|
104
|
+
*/
|
|
105
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, body: NetAppAccount, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
|
|
106
|
+
/**
|
|
107
|
+
* Delete the specified NetApp account
|
|
108
|
+
* @param resourceGroupName The name of the resource group.
|
|
109
|
+
* @param accountName The name of the NetApp account
|
|
110
|
+
* @param options The options parameters.
|
|
111
|
+
*/
|
|
112
|
+
beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
113
|
+
/**
|
|
114
|
+
* Delete the specified NetApp account
|
|
115
|
+
* @param resourceGroupName The name of the resource group.
|
|
116
|
+
* @param accountName The name of the NetApp account
|
|
117
|
+
* @param options The options parameters.
|
|
118
|
+
*/
|
|
119
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
|
|
120
|
+
/**
|
|
121
|
+
* Patch the specified NetApp account
|
|
122
|
+
* @param resourceGroupName The name of the resource group.
|
|
123
|
+
* @param accountName The name of the NetApp account
|
|
124
|
+
* @param body NetApp Account object supplied in the body of the operation.
|
|
125
|
+
* @param options The options parameters.
|
|
126
|
+
*/
|
|
127
|
+
beginUpdate(resourceGroupName: string, accountName: string, body: NetAppAccountPatch, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
|
|
128
|
+
/**
|
|
129
|
+
* Patch the specified NetApp account
|
|
130
|
+
* @param resourceGroupName The name of the resource group.
|
|
131
|
+
* @param accountName The name of the NetApp account
|
|
132
|
+
* @param body NetApp Account object supplied in the body of the operation.
|
|
133
|
+
* @param options The options parameters.
|
|
134
|
+
*/
|
|
135
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, body: NetAppAccountPatch, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
/** Optional parameters. */
|
|
139
|
+
export declare interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
140
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
141
|
+
updateIntervalInMs?: number;
|
|
142
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
143
|
+
resumeFrom?: string;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
147
|
+
export declare type AccountsCreateOrUpdateResponse = NetAppAccount;
|
|
148
|
+
|
|
149
|
+
/** Optional parameters. */
|
|
150
|
+
export declare interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
151
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
152
|
+
updateIntervalInMs?: number;
|
|
153
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
154
|
+
resumeFrom?: string;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/** Optional parameters. */
|
|
158
|
+
export declare interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
/** Contains response data for the get operation. */
|
|
162
|
+
export declare type AccountsGetResponse = NetAppAccount;
|
|
163
|
+
|
|
164
|
+
/** Optional parameters. */
|
|
165
|
+
export declare interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
166
|
+
}
|
|
167
|
+
|
|
168
|
+
/** Contains response data for the listBySubscriptionNext operation. */
|
|
169
|
+
export declare type AccountsListBySubscriptionNextResponse = NetAppAccountList;
|
|
170
|
+
|
|
171
|
+
/** Optional parameters. */
|
|
172
|
+
export declare interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
/** Contains response data for the listBySubscription operation. */
|
|
176
|
+
export declare type AccountsListBySubscriptionResponse = NetAppAccountList;
|
|
177
|
+
|
|
178
|
+
/** Optional parameters. */
|
|
179
|
+
export declare interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
/** Contains response data for the listNext operation. */
|
|
183
|
+
export declare type AccountsListNextResponse = NetAppAccountList;
|
|
184
|
+
|
|
185
|
+
/** Optional parameters. */
|
|
186
|
+
export declare interface AccountsListOptionalParams extends coreClient.OperationOptions {
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/** Contains response data for the list operation. */
|
|
190
|
+
export declare type AccountsListResponse = NetAppAccountList;
|
|
191
|
+
|
|
192
|
+
/** Optional parameters. */
|
|
193
|
+
export declare interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
194
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
195
|
+
updateIntervalInMs?: number;
|
|
196
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
197
|
+
resumeFrom?: string;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
/** Contains response data for the update operation. */
|
|
201
|
+
export declare type AccountsUpdateResponse = NetAppAccount;
|
|
202
|
+
|
|
203
|
+
/** Active Directory */
|
|
204
|
+
export declare interface ActiveDirectory {
|
|
205
|
+
/** Id of the Active Directory */
|
|
206
|
+
activeDirectoryId?: string;
|
|
207
|
+
/** Username of Active Directory domain administrator */
|
|
208
|
+
username?: string;
|
|
209
|
+
/** Plain text password of Active Directory domain administrator, value is masked in the response */
|
|
210
|
+
password?: string;
|
|
211
|
+
/** Name of the Active Directory domain */
|
|
212
|
+
domain?: string;
|
|
213
|
+
/** Comma separated list of DNS server IP addresses (IPv4 only) for the Active Directory domain */
|
|
214
|
+
dns?: string;
|
|
215
|
+
/**
|
|
216
|
+
* Status of the Active Directory
|
|
217
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
218
|
+
*/
|
|
219
|
+
readonly status?: ActiveDirectoryStatus;
|
|
220
|
+
/**
|
|
221
|
+
* Any details in regards to the Status of the Active Directory
|
|
222
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
223
|
+
*/
|
|
224
|
+
readonly statusDetails?: string;
|
|
225
|
+
/** NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes */
|
|
226
|
+
smbServerName?: string;
|
|
227
|
+
/** The Organizational Unit (OU) within the Windows Active Directory */
|
|
228
|
+
organizationalUnit?: string;
|
|
229
|
+
/** The Active Directory site the service will limit Domain Controller discovery to */
|
|
230
|
+
site?: string;
|
|
231
|
+
/** Users to be added to the Built-in Backup Operator active directory group. A list of unique usernames without domain specifier */
|
|
232
|
+
backupOperators?: string[];
|
|
233
|
+
/** Users to be added to the Built-in Administrators active directory group. A list of unique usernames without domain specifier */
|
|
234
|
+
administrators?: string[];
|
|
235
|
+
/** kdc server IP addresses for the active directory machine. This optional parameter is used only while creating kerberos volume. */
|
|
236
|
+
kdcIP?: string;
|
|
237
|
+
/** Name of the active directory machine. This optional parameter is used only while creating kerberos volume */
|
|
238
|
+
adName?: string;
|
|
239
|
+
/** When LDAP over SSL/TLS is enabled, the LDAP client is required to have base64 encoded Active Directory Certificate Service's self-signed root CA certificate, this optional parameter is used only for dual protocol with LDAP user-mapping volumes. */
|
|
240
|
+
serverRootCACertificate?: string;
|
|
241
|
+
/** If enabled, AES encryption will be enabled for SMB communication. */
|
|
242
|
+
aesEncryption?: boolean;
|
|
243
|
+
/** Specifies whether or not the LDAP traffic needs to be signed. */
|
|
244
|
+
ldapSigning?: boolean;
|
|
245
|
+
/** Domain Users in the Active directory to be given SeSecurityPrivilege privilege (Needed for SMB Continuously available shares for SQL). A list of unique usernames without domain specifier */
|
|
246
|
+
securityOperators?: string[];
|
|
247
|
+
/** Specifies whether or not the LDAP traffic needs to be secured via TLS. */
|
|
248
|
+
ldapOverTLS?: boolean;
|
|
249
|
+
/** If enabled, NFS client local users can also (in addition to LDAP users) access the NFS volumes. */
|
|
250
|
+
allowLocalNfsUsersWithLdap?: boolean;
|
|
251
|
+
/** If enabled, Traffic between the SMB server to Domain Controller (DC) will be encrypted. */
|
|
252
|
+
encryptDCConnections?: boolean;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/**
|
|
256
|
+
* Defines values for ActiveDirectoryStatus. \
|
|
257
|
+
* {@link KnownActiveDirectoryStatus} can be used interchangeably with ActiveDirectoryStatus,
|
|
258
|
+
* this enum contains the known values that the service supports.
|
|
259
|
+
* ### Known values supported by the service
|
|
260
|
+
* **Created**: Active Directory created but not in use \
|
|
261
|
+
* **InUse**: Active Directory in use by SMB Volume \
|
|
262
|
+
* **Deleted**: Active Directory Deleted \
|
|
263
|
+
* **Error**: Error with the Active Directory \
|
|
264
|
+
* **Updating**: Active Directory Updating
|
|
265
|
+
*/
|
|
266
|
+
export declare type ActiveDirectoryStatus = string;
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Defines values for ApplicationType. \
|
|
270
|
+
* {@link KnownApplicationType} can be used interchangeably with ApplicationType,
|
|
271
|
+
* this enum contains the known values that the service supports.
|
|
272
|
+
* ### Known values supported by the service
|
|
273
|
+
* **SAP-HANA**
|
|
274
|
+
*/
|
|
275
|
+
export declare type ApplicationType = string;
|
|
276
|
+
|
|
277
|
+
/** Authorize request */
|
|
278
|
+
export declare interface AuthorizeRequest {
|
|
279
|
+
/** Resource id of the remote volume */
|
|
280
|
+
remoteVolumeResourceId?: string;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
/**
|
|
284
|
+
* Defines values for AvsDataStore. \
|
|
285
|
+
* {@link KnownAvsDataStore} can be used interchangeably with AvsDataStore,
|
|
286
|
+
* this enum contains the known values that the service supports.
|
|
287
|
+
* ### Known values supported by the service
|
|
288
|
+
* **Enabled**: avsDataStore is enabled \
|
|
289
|
+
* **Disabled**: avsDataStore is disabled
|
|
290
|
+
*/
|
|
291
|
+
export declare type AvsDataStore = string;
|
|
292
|
+
|
|
293
|
+
/** Backup of a Volume */
|
|
294
|
+
export declare interface Backup {
|
|
295
|
+
/** Resource location */
|
|
296
|
+
location: string;
|
|
297
|
+
/**
|
|
298
|
+
* Resource Id
|
|
299
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
300
|
+
*/
|
|
301
|
+
readonly id?: string;
|
|
302
|
+
/**
|
|
303
|
+
* Resource name
|
|
304
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
305
|
+
*/
|
|
306
|
+
readonly name?: string;
|
|
307
|
+
/**
|
|
308
|
+
* Resource type
|
|
309
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
310
|
+
*/
|
|
311
|
+
readonly type?: string;
|
|
312
|
+
/**
|
|
313
|
+
* UUID v4 used to identify the Backup
|
|
314
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
315
|
+
*/
|
|
316
|
+
readonly backupId?: string;
|
|
317
|
+
/**
|
|
318
|
+
* The creation date of the backup
|
|
319
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
320
|
+
*/
|
|
321
|
+
readonly creationDate?: Date;
|
|
322
|
+
/**
|
|
323
|
+
* Azure lifecycle management
|
|
324
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
325
|
+
*/
|
|
326
|
+
readonly provisioningState?: string;
|
|
327
|
+
/**
|
|
328
|
+
* Size of backup
|
|
329
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
330
|
+
*/
|
|
331
|
+
readonly size?: number;
|
|
332
|
+
/** Label for backup */
|
|
333
|
+
label?: string;
|
|
334
|
+
/**
|
|
335
|
+
* Type of backup Manual or Scheduled
|
|
336
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
337
|
+
*/
|
|
338
|
+
readonly backupType?: BackupType;
|
|
339
|
+
/**
|
|
340
|
+
* Failure reason
|
|
341
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
342
|
+
*/
|
|
343
|
+
readonly failureReason?: string;
|
|
344
|
+
/**
|
|
345
|
+
* Volume name
|
|
346
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
347
|
+
*/
|
|
348
|
+
readonly volumeName?: string;
|
|
349
|
+
/** Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups */
|
|
350
|
+
useExistingSnapshot?: boolean;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
/** Backup patch */
|
|
354
|
+
export declare interface BackupPatch {
|
|
355
|
+
/** Resource tags */
|
|
356
|
+
tags?: {
|
|
357
|
+
[propertyName: string]: string;
|
|
358
|
+
};
|
|
359
|
+
/**
|
|
360
|
+
* UUID v4 used to identify the Backup
|
|
361
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
362
|
+
*/
|
|
363
|
+
readonly backupId?: string;
|
|
364
|
+
/**
|
|
365
|
+
* The creation date of the backup
|
|
366
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
367
|
+
*/
|
|
368
|
+
readonly creationDate?: Date;
|
|
369
|
+
/**
|
|
370
|
+
* Azure lifecycle management
|
|
371
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
372
|
+
*/
|
|
373
|
+
readonly provisioningState?: string;
|
|
374
|
+
/**
|
|
375
|
+
* Size of backup
|
|
376
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
377
|
+
*/
|
|
378
|
+
readonly size?: number;
|
|
379
|
+
/** Label for backup */
|
|
380
|
+
label?: string;
|
|
381
|
+
/**
|
|
382
|
+
* Type of backup Manual or Scheduled
|
|
383
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
384
|
+
*/
|
|
385
|
+
readonly backupType?: BackupType;
|
|
386
|
+
/**
|
|
387
|
+
* Failure reason
|
|
388
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
389
|
+
*/
|
|
390
|
+
readonly failureReason?: string;
|
|
391
|
+
/**
|
|
392
|
+
* Volume name
|
|
393
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
394
|
+
*/
|
|
395
|
+
readonly volumeName?: string;
|
|
396
|
+
/** Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups */
|
|
397
|
+
useExistingSnapshot?: boolean;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
/** Interface representing a BackupPolicies. */
|
|
401
|
+
export declare interface BackupPolicies {
|
|
402
|
+
/**
|
|
403
|
+
* List backup policies for Netapp Account
|
|
404
|
+
* @param resourceGroupName The name of the resource group.
|
|
405
|
+
* @param accountName The name of the NetApp account
|
|
406
|
+
* @param options The options parameters.
|
|
407
|
+
*/
|
|
408
|
+
list(resourceGroupName: string, accountName: string, options?: BackupPoliciesListOptionalParams): PagedAsyncIterableIterator<BackupPolicy>;
|
|
409
|
+
/**
|
|
410
|
+
* Get a particular backup Policy
|
|
411
|
+
* @param resourceGroupName The name of the resource group.
|
|
412
|
+
* @param accountName The name of the NetApp account
|
|
413
|
+
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
|
|
414
|
+
* @param options The options parameters.
|
|
415
|
+
*/
|
|
416
|
+
get(resourceGroupName: string, accountName: string, backupPolicyName: string, options?: BackupPoliciesGetOptionalParams): Promise<BackupPoliciesGetResponse>;
|
|
417
|
+
/**
|
|
418
|
+
* Create a backup policy for Netapp Account
|
|
419
|
+
* @param resourceGroupName The name of the resource group.
|
|
420
|
+
* @param accountName The name of the NetApp account
|
|
421
|
+
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
|
|
422
|
+
* @param body Backup policy object supplied in the body of the operation.
|
|
423
|
+
* @param options The options parameters.
|
|
424
|
+
*/
|
|
425
|
+
beginCreate(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicy, options?: BackupPoliciesCreateOptionalParams): Promise<PollerLike<PollOperationState<BackupPoliciesCreateResponse>, BackupPoliciesCreateResponse>>;
|
|
426
|
+
/**
|
|
427
|
+
* Create a backup policy for Netapp Account
|
|
428
|
+
* @param resourceGroupName The name of the resource group.
|
|
429
|
+
* @param accountName The name of the NetApp account
|
|
430
|
+
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
|
|
431
|
+
* @param body Backup policy object supplied in the body of the operation.
|
|
432
|
+
* @param options The options parameters.
|
|
433
|
+
*/
|
|
434
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicy, options?: BackupPoliciesCreateOptionalParams): Promise<BackupPoliciesCreateResponse>;
|
|
435
|
+
/**
|
|
436
|
+
* Patch a backup policy for Netapp Account
|
|
437
|
+
* @param resourceGroupName The name of the resource group.
|
|
438
|
+
* @param accountName The name of the NetApp account
|
|
439
|
+
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
|
|
440
|
+
* @param body Backup policy object supplied in the body of the operation.
|
|
441
|
+
* @param options The options parameters.
|
|
442
|
+
*/
|
|
443
|
+
beginUpdate(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicyPatch, options?: BackupPoliciesUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupPoliciesUpdateResponse>, BackupPoliciesUpdateResponse>>;
|
|
444
|
+
/**
|
|
445
|
+
* Patch a backup policy for Netapp Account
|
|
446
|
+
* @param resourceGroupName The name of the resource group.
|
|
447
|
+
* @param accountName The name of the NetApp account
|
|
448
|
+
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
|
|
449
|
+
* @param body Backup policy object supplied in the body of the operation.
|
|
450
|
+
* @param options The options parameters.
|
|
451
|
+
*/
|
|
452
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicyPatch, options?: BackupPoliciesUpdateOptionalParams): Promise<BackupPoliciesUpdateResponse>;
|
|
453
|
+
/**
|
|
454
|
+
* Delete backup policy
|
|
455
|
+
* @param resourceGroupName The name of the resource group.
|
|
456
|
+
* @param accountName The name of the NetApp account
|
|
457
|
+
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
|
|
458
|
+
* @param options The options parameters.
|
|
459
|
+
*/
|
|
460
|
+
beginDelete(resourceGroupName: string, accountName: string, backupPolicyName: string, options?: BackupPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
461
|
+
/**
|
|
462
|
+
* Delete backup policy
|
|
463
|
+
* @param resourceGroupName The name of the resource group.
|
|
464
|
+
* @param accountName The name of the NetApp account
|
|
465
|
+
* @param backupPolicyName Backup policy Name which uniquely identify backup policy.
|
|
466
|
+
* @param options The options parameters.
|
|
467
|
+
*/
|
|
468
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, backupPolicyName: string, options?: BackupPoliciesDeleteOptionalParams): Promise<void>;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
/** Optional parameters. */
|
|
472
|
+
export declare interface BackupPoliciesCreateOptionalParams extends coreClient.OperationOptions {
|
|
473
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
474
|
+
updateIntervalInMs?: number;
|
|
475
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
476
|
+
resumeFrom?: string;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
/** Contains response data for the create operation. */
|
|
480
|
+
export declare type BackupPoliciesCreateResponse = BackupPolicy;
|
|
481
|
+
|
|
482
|
+
/** Optional parameters. */
|
|
483
|
+
export declare interface BackupPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
484
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
485
|
+
updateIntervalInMs?: number;
|
|
486
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
487
|
+
resumeFrom?: string;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
/** Optional parameters. */
|
|
491
|
+
export declare interface BackupPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
/** Contains response data for the get operation. */
|
|
495
|
+
export declare type BackupPoliciesGetResponse = BackupPolicy;
|
|
496
|
+
|
|
497
|
+
/** List of Backup Policies */
|
|
498
|
+
export declare interface BackupPoliciesList {
|
|
499
|
+
/** A list of backup policies */
|
|
500
|
+
value?: BackupPolicy[];
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
/** Optional parameters. */
|
|
504
|
+
export declare interface BackupPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
/** Contains response data for the list operation. */
|
|
508
|
+
export declare type BackupPoliciesListResponse = BackupPoliciesList;
|
|
509
|
+
|
|
510
|
+
/** Optional parameters. */
|
|
511
|
+
export declare interface BackupPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
512
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
513
|
+
updateIntervalInMs?: number;
|
|
514
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
515
|
+
resumeFrom?: string;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
/** Contains response data for the update operation. */
|
|
519
|
+
export declare type BackupPoliciesUpdateResponse = BackupPolicy;
|
|
520
|
+
|
|
521
|
+
/** Backup policy information */
|
|
522
|
+
export declare interface BackupPolicy {
|
|
523
|
+
/** Resource location */
|
|
524
|
+
location: string;
|
|
525
|
+
/**
|
|
526
|
+
* Resource Id
|
|
527
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
528
|
+
*/
|
|
529
|
+
readonly id?: string;
|
|
530
|
+
/**
|
|
531
|
+
* Resource name
|
|
532
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
533
|
+
*/
|
|
534
|
+
readonly name?: string;
|
|
535
|
+
/**
|
|
536
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
537
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
538
|
+
*/
|
|
539
|
+
readonly etag?: string;
|
|
540
|
+
/**
|
|
541
|
+
* Resource type
|
|
542
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
543
|
+
*/
|
|
544
|
+
readonly type?: string;
|
|
545
|
+
/** Resource tags */
|
|
546
|
+
tags?: {
|
|
547
|
+
[propertyName: string]: string;
|
|
548
|
+
};
|
|
549
|
+
/**
|
|
550
|
+
* Backup Policy Resource ID
|
|
551
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
552
|
+
*/
|
|
553
|
+
readonly backupPolicyId?: string;
|
|
554
|
+
/**
|
|
555
|
+
* Azure lifecycle management
|
|
556
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
557
|
+
*/
|
|
558
|
+
readonly provisioningState?: string;
|
|
559
|
+
/** Daily backups count to keep */
|
|
560
|
+
dailyBackupsToKeep?: number;
|
|
561
|
+
/** Weekly backups count to keep */
|
|
562
|
+
weeklyBackupsToKeep?: number;
|
|
563
|
+
/** Monthly backups count to keep */
|
|
564
|
+
monthlyBackupsToKeep?: number;
|
|
565
|
+
/**
|
|
566
|
+
* Volumes using current backup policy
|
|
567
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
568
|
+
*/
|
|
569
|
+
readonly volumesAssigned?: number;
|
|
570
|
+
/** The property to decide policy is enabled or not */
|
|
571
|
+
enabled?: boolean;
|
|
572
|
+
/**
|
|
573
|
+
* A list of volumes assigned to this policy
|
|
574
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
575
|
+
*/
|
|
576
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
/** Backup policy properties */
|
|
580
|
+
export declare interface BackupPolicyDetails {
|
|
581
|
+
/** Resource location */
|
|
582
|
+
location?: string;
|
|
583
|
+
/**
|
|
584
|
+
* Resource Id
|
|
585
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
586
|
+
*/
|
|
587
|
+
readonly id?: string;
|
|
588
|
+
/**
|
|
589
|
+
* Resource name
|
|
590
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
591
|
+
*/
|
|
592
|
+
readonly name?: string;
|
|
593
|
+
/**
|
|
594
|
+
* Resource type
|
|
595
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
596
|
+
*/
|
|
597
|
+
readonly type?: string;
|
|
598
|
+
/** Resource tags */
|
|
599
|
+
tags?: {
|
|
600
|
+
[propertyName: string]: string;
|
|
601
|
+
};
|
|
602
|
+
/**
|
|
603
|
+
* Backup Policy Resource ID
|
|
604
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
605
|
+
*/
|
|
606
|
+
readonly backupPolicyId?: string;
|
|
607
|
+
/**
|
|
608
|
+
* Azure lifecycle management
|
|
609
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
610
|
+
*/
|
|
611
|
+
readonly provisioningState?: string;
|
|
612
|
+
/** Daily backups count to keep */
|
|
613
|
+
dailyBackupsToKeep?: number;
|
|
614
|
+
/** Weekly backups count to keep */
|
|
615
|
+
weeklyBackupsToKeep?: number;
|
|
616
|
+
/** Monthly backups count to keep */
|
|
617
|
+
monthlyBackupsToKeep?: number;
|
|
618
|
+
/**
|
|
619
|
+
* Volumes using current backup policy
|
|
620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
621
|
+
*/
|
|
622
|
+
readonly volumesAssigned?: number;
|
|
623
|
+
/** The property to decide policy is enabled or not */
|
|
624
|
+
enabled?: boolean;
|
|
625
|
+
/**
|
|
626
|
+
* A list of volumes assigned to this policy
|
|
627
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
628
|
+
*/
|
|
629
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
630
|
+
}
|
|
631
|
+
|
|
632
|
+
/** Backup policy Details for create and update */
|
|
633
|
+
export declare interface BackupPolicyPatch {
|
|
634
|
+
/** Resource location */
|
|
635
|
+
location?: string;
|
|
636
|
+
/**
|
|
637
|
+
* Resource Id
|
|
638
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
639
|
+
*/
|
|
640
|
+
readonly id?: string;
|
|
641
|
+
/**
|
|
642
|
+
* Resource name
|
|
643
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
644
|
+
*/
|
|
645
|
+
readonly name?: string;
|
|
646
|
+
/**
|
|
647
|
+
* Resource type
|
|
648
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
649
|
+
*/
|
|
650
|
+
readonly type?: string;
|
|
651
|
+
/** Resource tags */
|
|
652
|
+
tags?: {
|
|
653
|
+
[propertyName: string]: string;
|
|
654
|
+
};
|
|
655
|
+
/**
|
|
656
|
+
* Backup Policy Resource ID
|
|
657
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
658
|
+
*/
|
|
659
|
+
readonly backupPolicyId?: string;
|
|
660
|
+
/**
|
|
661
|
+
* Azure lifecycle management
|
|
662
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
663
|
+
*/
|
|
664
|
+
readonly provisioningState?: string;
|
|
665
|
+
/** Daily backups count to keep */
|
|
666
|
+
dailyBackupsToKeep?: number;
|
|
667
|
+
/** Weekly backups count to keep */
|
|
668
|
+
weeklyBackupsToKeep?: number;
|
|
669
|
+
/** Monthly backups count to keep */
|
|
670
|
+
monthlyBackupsToKeep?: number;
|
|
671
|
+
/**
|
|
672
|
+
* Volumes using current backup policy
|
|
673
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
674
|
+
*/
|
|
675
|
+
readonly volumesAssigned?: number;
|
|
676
|
+
/** The property to decide policy is enabled or not */
|
|
677
|
+
enabled?: boolean;
|
|
678
|
+
/**
|
|
679
|
+
* A list of volumes assigned to this policy
|
|
680
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
681
|
+
*/
|
|
682
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
683
|
+
}
|
|
684
|
+
|
|
685
|
+
/** Interface representing a Backups. */
|
|
686
|
+
export declare interface Backups {
|
|
687
|
+
/**
|
|
688
|
+
* List all backups for a volume
|
|
689
|
+
* @param resourceGroupName The name of the resource group.
|
|
690
|
+
* @param accountName The name of the NetApp account
|
|
691
|
+
* @param poolName The name of the capacity pool
|
|
692
|
+
* @param volumeName The name of the volume
|
|
693
|
+
* @param options The options parameters.
|
|
694
|
+
*/
|
|
695
|
+
list(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: BackupsListOptionalParams): PagedAsyncIterableIterator<Backup>;
|
|
696
|
+
/**
|
|
697
|
+
* Get the status of the backup for a volume
|
|
698
|
+
* @param resourceGroupName The name of the resource group.
|
|
699
|
+
* @param accountName The name of the NetApp account
|
|
700
|
+
* @param poolName The name of the capacity pool
|
|
701
|
+
* @param volumeName The name of the volume
|
|
702
|
+
* @param options The options parameters.
|
|
703
|
+
*/
|
|
704
|
+
getStatus(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: BackupsGetStatusOptionalParams): Promise<BackupsGetStatusResponse>;
|
|
705
|
+
/**
|
|
706
|
+
* Get the status of the restore for a volume
|
|
707
|
+
* @param resourceGroupName The name of the resource group.
|
|
708
|
+
* @param accountName The name of the NetApp account
|
|
709
|
+
* @param poolName The name of the capacity pool
|
|
710
|
+
* @param volumeName The name of the volume
|
|
711
|
+
* @param options The options parameters.
|
|
712
|
+
*/
|
|
713
|
+
getVolumeRestoreStatus(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: BackupsGetVolumeRestoreStatusOptionalParams): Promise<BackupsGetVolumeRestoreStatusResponse>;
|
|
714
|
+
/**
|
|
715
|
+
* Gets the specified backup of the volume
|
|
716
|
+
* @param resourceGroupName The name of the resource group.
|
|
717
|
+
* @param accountName The name of the NetApp account
|
|
718
|
+
* @param poolName The name of the capacity pool
|
|
719
|
+
* @param volumeName The name of the volume
|
|
720
|
+
* @param backupName The name of the backup
|
|
721
|
+
* @param options The options parameters.
|
|
722
|
+
*/
|
|
723
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsGetOptionalParams): Promise<BackupsGetResponse>;
|
|
724
|
+
/**
|
|
725
|
+
* Create a backup for the volume
|
|
726
|
+
* @param resourceGroupName The name of the resource group.
|
|
727
|
+
* @param accountName The name of the NetApp account
|
|
728
|
+
* @param poolName The name of the capacity pool
|
|
729
|
+
* @param volumeName The name of the volume
|
|
730
|
+
* @param backupName The name of the backup
|
|
731
|
+
* @param body Backup object supplied in the body of the operation.
|
|
732
|
+
* @param options The options parameters.
|
|
733
|
+
*/
|
|
734
|
+
beginCreate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, body: Backup, options?: BackupsCreateOptionalParams): Promise<PollerLike<PollOperationState<BackupsCreateResponse>, BackupsCreateResponse>>;
|
|
735
|
+
/**
|
|
736
|
+
* Create a backup for the volume
|
|
737
|
+
* @param resourceGroupName The name of the resource group.
|
|
738
|
+
* @param accountName The name of the NetApp account
|
|
739
|
+
* @param poolName The name of the capacity pool
|
|
740
|
+
* @param volumeName The name of the volume
|
|
741
|
+
* @param backupName The name of the backup
|
|
742
|
+
* @param body Backup object supplied in the body of the operation.
|
|
743
|
+
* @param options The options parameters.
|
|
744
|
+
*/
|
|
745
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, body: Backup, options?: BackupsCreateOptionalParams): Promise<BackupsCreateResponse>;
|
|
746
|
+
/**
|
|
747
|
+
* Patch a backup for the volume
|
|
748
|
+
* @param resourceGroupName The name of the resource group.
|
|
749
|
+
* @param accountName The name of the NetApp account
|
|
750
|
+
* @param poolName The name of the capacity pool
|
|
751
|
+
* @param volumeName The name of the volume
|
|
752
|
+
* @param backupName The name of the backup
|
|
753
|
+
* @param options The options parameters.
|
|
754
|
+
*/
|
|
755
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupsUpdateResponse>, BackupsUpdateResponse>>;
|
|
756
|
+
/**
|
|
757
|
+
* Patch a backup for the volume
|
|
758
|
+
* @param resourceGroupName The name of the resource group.
|
|
759
|
+
* @param accountName The name of the NetApp account
|
|
760
|
+
* @param poolName The name of the capacity pool
|
|
761
|
+
* @param volumeName The name of the volume
|
|
762
|
+
* @param backupName The name of the backup
|
|
763
|
+
* @param options The options parameters.
|
|
764
|
+
*/
|
|
765
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsUpdateOptionalParams): Promise<BackupsUpdateResponse>;
|
|
766
|
+
/**
|
|
767
|
+
* Delete a backup of the volume
|
|
768
|
+
* @param resourceGroupName The name of the resource group.
|
|
769
|
+
* @param accountName The name of the NetApp account
|
|
770
|
+
* @param poolName The name of the capacity pool
|
|
771
|
+
* @param volumeName The name of the volume
|
|
772
|
+
* @param backupName The name of the backup
|
|
773
|
+
* @param options The options parameters.
|
|
774
|
+
*/
|
|
775
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
776
|
+
/**
|
|
777
|
+
* Delete a backup of the volume
|
|
778
|
+
* @param resourceGroupName The name of the resource group.
|
|
779
|
+
* @param accountName The name of the NetApp account
|
|
780
|
+
* @param poolName The name of the capacity pool
|
|
781
|
+
* @param volumeName The name of the volume
|
|
782
|
+
* @param backupName The name of the backup
|
|
783
|
+
* @param options The options parameters.
|
|
784
|
+
*/
|
|
785
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<void>;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
/** Optional parameters. */
|
|
789
|
+
export declare interface BackupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
790
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
791
|
+
updateIntervalInMs?: number;
|
|
792
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
793
|
+
resumeFrom?: string;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
/** Contains response data for the create operation. */
|
|
797
|
+
export declare type BackupsCreateResponse = Backup;
|
|
798
|
+
|
|
799
|
+
/** Optional parameters. */
|
|
800
|
+
export declare interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
801
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
802
|
+
updateIntervalInMs?: number;
|
|
803
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
804
|
+
resumeFrom?: string;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
/** Optional parameters. */
|
|
808
|
+
export declare interface BackupsGetOptionalParams extends coreClient.OperationOptions {
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
/** Contains response data for the get operation. */
|
|
812
|
+
export declare type BackupsGetResponse = Backup;
|
|
813
|
+
|
|
814
|
+
/** Optional parameters. */
|
|
815
|
+
export declare interface BackupsGetStatusOptionalParams extends coreClient.OperationOptions {
|
|
816
|
+
}
|
|
817
|
+
|
|
818
|
+
/** Contains response data for the getStatus operation. */
|
|
819
|
+
export declare type BackupsGetStatusResponse = BackupStatus;
|
|
820
|
+
|
|
821
|
+
/** Optional parameters. */
|
|
822
|
+
export declare interface BackupsGetVolumeRestoreStatusOptionalParams extends coreClient.OperationOptions {
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
/** Contains response data for the getVolumeRestoreStatus operation. */
|
|
826
|
+
export declare type BackupsGetVolumeRestoreStatusResponse = RestoreStatus;
|
|
827
|
+
|
|
828
|
+
/** List of Backups */
|
|
829
|
+
export declare interface BackupsList {
|
|
830
|
+
/** A list of Backups */
|
|
831
|
+
value?: Backup[];
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
/** Optional parameters. */
|
|
835
|
+
export declare interface BackupsListOptionalParams extends coreClient.OperationOptions {
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
/** Contains response data for the list operation. */
|
|
839
|
+
export declare type BackupsListResponse = BackupsList;
|
|
840
|
+
|
|
841
|
+
/** Backup status */
|
|
842
|
+
export declare interface BackupStatus {
|
|
843
|
+
/**
|
|
844
|
+
* Backup health status
|
|
845
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
846
|
+
*/
|
|
847
|
+
readonly healthy?: boolean;
|
|
848
|
+
/**
|
|
849
|
+
* Status of the backup mirror relationship
|
|
850
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
851
|
+
*/
|
|
852
|
+
readonly relationshipStatus?: RelationshipStatus;
|
|
853
|
+
/**
|
|
854
|
+
* The status of the backup
|
|
855
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
856
|
+
*/
|
|
857
|
+
readonly mirrorState?: MirrorState;
|
|
858
|
+
/**
|
|
859
|
+
* Reason for the unhealthy backup relationship
|
|
860
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
861
|
+
*/
|
|
862
|
+
readonly unhealthyReason?: string;
|
|
863
|
+
/**
|
|
864
|
+
* Displays error message if the backup is in an error state
|
|
865
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
866
|
+
*/
|
|
867
|
+
readonly errorMessage?: string;
|
|
868
|
+
/**
|
|
869
|
+
* Displays the last transfer size
|
|
870
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
871
|
+
*/
|
|
872
|
+
readonly lastTransferSize?: number;
|
|
873
|
+
/**
|
|
874
|
+
* Displays the last transfer type
|
|
875
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
876
|
+
*/
|
|
877
|
+
readonly lastTransferType?: string;
|
|
878
|
+
/**
|
|
879
|
+
* Displays the total bytes transferred
|
|
880
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
881
|
+
*/
|
|
882
|
+
readonly totalTransferBytes?: number;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
/** Optional parameters. */
|
|
886
|
+
export declare interface BackupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
887
|
+
/** Backup object supplied in the body of the operation. */
|
|
888
|
+
body?: BackupPatch;
|
|
889
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
890
|
+
updateIntervalInMs?: number;
|
|
891
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
892
|
+
resumeFrom?: string;
|
|
893
|
+
}
|
|
894
|
+
|
|
895
|
+
/** Contains response data for the update operation. */
|
|
896
|
+
export declare type BackupsUpdateResponse = Backup;
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* Defines values for BackupType. \
|
|
900
|
+
* {@link KnownBackupType} can be used interchangeably with BackupType,
|
|
901
|
+
* this enum contains the known values that the service supports.
|
|
902
|
+
* ### Known values supported by the service
|
|
903
|
+
* **Manual**: Manual backup \
|
|
904
|
+
* **Scheduled**: Scheduled backup
|
|
905
|
+
*/
|
|
906
|
+
export declare type BackupType = string;
|
|
907
|
+
|
|
908
|
+
/** Break replication request */
|
|
909
|
+
export declare interface BreakReplicationRequest {
|
|
910
|
+
/** If replication is in status transferring and you want to force break the replication, set to true */
|
|
911
|
+
forceBreakReplication?: boolean;
|
|
912
|
+
}
|
|
913
|
+
|
|
914
|
+
/** Capacity pool resource */
|
|
915
|
+
export declare interface CapacityPool {
|
|
916
|
+
/** Resource location */
|
|
917
|
+
location: string;
|
|
918
|
+
/**
|
|
919
|
+
* Resource Id
|
|
920
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
921
|
+
*/
|
|
922
|
+
readonly id?: string;
|
|
923
|
+
/**
|
|
924
|
+
* Resource name
|
|
925
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
926
|
+
*/
|
|
927
|
+
readonly name?: string;
|
|
928
|
+
/**
|
|
929
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
930
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
931
|
+
*/
|
|
932
|
+
readonly etag?: string;
|
|
933
|
+
/**
|
|
934
|
+
* Resource type
|
|
935
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
936
|
+
*/
|
|
937
|
+
readonly type?: string;
|
|
938
|
+
/** Resource tags */
|
|
939
|
+
tags?: {
|
|
940
|
+
[propertyName: string]: string;
|
|
941
|
+
};
|
|
942
|
+
/**
|
|
943
|
+
* UUID v4 used to identify the Pool
|
|
944
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
945
|
+
*/
|
|
946
|
+
readonly poolId?: string;
|
|
947
|
+
/** Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104). */
|
|
948
|
+
size: number;
|
|
949
|
+
/** The service level of the file system */
|
|
950
|
+
serviceLevel: ServiceLevel;
|
|
951
|
+
/**
|
|
952
|
+
* Azure lifecycle management
|
|
953
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
954
|
+
*/
|
|
955
|
+
readonly provisioningState?: string;
|
|
956
|
+
/**
|
|
957
|
+
* Total throughput of pool in Mibps
|
|
958
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
959
|
+
*/
|
|
960
|
+
readonly totalThroughputMibps?: number;
|
|
961
|
+
/**
|
|
962
|
+
* Utilized throughput of pool in Mibps
|
|
963
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
964
|
+
*/
|
|
965
|
+
readonly utilizedThroughputMibps?: number;
|
|
966
|
+
/** The qos type of the pool */
|
|
967
|
+
qosType?: QosType;
|
|
968
|
+
/** If enabled (true) the pool can contain cool Access enabled volumes. */
|
|
969
|
+
coolAccess?: boolean;
|
|
970
|
+
/** Encryption type of the capacity pool, set encryption type for data at rest for this pool and all volumes in it. This value can only be set when creating new pool. */
|
|
971
|
+
encryptionType?: EncryptionType;
|
|
972
|
+
}
|
|
973
|
+
|
|
974
|
+
/** List of capacity pool resources */
|
|
975
|
+
export declare interface CapacityPoolList {
|
|
976
|
+
/** List of Capacity pools */
|
|
977
|
+
value?: CapacityPool[];
|
|
978
|
+
/** URL to get the next set of results. */
|
|
979
|
+
nextLink?: string;
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
/** Capacity pool patch resource */
|
|
983
|
+
export declare interface CapacityPoolPatch {
|
|
984
|
+
/** Resource location */
|
|
985
|
+
location?: string;
|
|
986
|
+
/**
|
|
987
|
+
* Resource Id
|
|
988
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
989
|
+
*/
|
|
990
|
+
readonly id?: string;
|
|
991
|
+
/**
|
|
992
|
+
* Resource name
|
|
993
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
994
|
+
*/
|
|
995
|
+
readonly name?: string;
|
|
996
|
+
/**
|
|
997
|
+
* Resource type
|
|
998
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
999
|
+
*/
|
|
1000
|
+
readonly type?: string;
|
|
1001
|
+
/** Resource tags */
|
|
1002
|
+
tags?: {
|
|
1003
|
+
[propertyName: string]: string;
|
|
1004
|
+
};
|
|
1005
|
+
/** Provisioned size of the pool (in bytes). Allowed values are in 4TiB chunks (value must be multiply of 4398046511104). */
|
|
1006
|
+
size?: number;
|
|
1007
|
+
/** The qos type of the pool */
|
|
1008
|
+
qosType?: QosType;
|
|
1009
|
+
}
|
|
1010
|
+
|
|
1011
|
+
/** Information regarding availability of a resource. */
|
|
1012
|
+
export declare interface CheckAvailabilityResponse {
|
|
1013
|
+
/** <code>true</code> indicates name is valid and available. <code>false</code> indicates the name is invalid, unavailable, or both. */
|
|
1014
|
+
isAvailable?: boolean;
|
|
1015
|
+
/** <code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable. */
|
|
1016
|
+
reason?: InAvailabilityReasonType;
|
|
1017
|
+
/** If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that resource name is already in use, and direct them to select a different name. */
|
|
1018
|
+
message?: string;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
1021
|
+
/**
|
|
1022
|
+
* Defines values for CheckNameResourceTypes. \
|
|
1023
|
+
* {@link KnownCheckNameResourceTypes} can be used interchangeably with CheckNameResourceTypes,
|
|
1024
|
+
* this enum contains the known values that the service supports.
|
|
1025
|
+
* ### Known values supported by the service
|
|
1026
|
+
* **Microsoft.NetApp\/netAppAccounts** \
|
|
1027
|
+
* **Microsoft.NetApp\/netAppAccounts\/capacityPools** \
|
|
1028
|
+
* **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes** \
|
|
1029
|
+
* **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/snapshots**
|
|
1030
|
+
*/
|
|
1031
|
+
export declare type CheckNameResourceTypes = string;
|
|
1032
|
+
|
|
1033
|
+
/**
|
|
1034
|
+
* Defines values for CheckQuotaNameResourceTypes. \
|
|
1035
|
+
* {@link KnownCheckQuotaNameResourceTypes} can be used interchangeably with CheckQuotaNameResourceTypes,
|
|
1036
|
+
* this enum contains the known values that the service supports.
|
|
1037
|
+
* ### Known values supported by the service
|
|
1038
|
+
* **Microsoft.NetApp\/netAppAccounts** \
|
|
1039
|
+
* **Microsoft.NetApp\/netAppAccounts\/capacityPools** \
|
|
1040
|
+
* **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes** \
|
|
1041
|
+
* **Microsoft.NetApp\/netAppAccounts\/capacityPools\/volumes\/snapshots**
|
|
1042
|
+
*/
|
|
1043
|
+
export declare type CheckQuotaNameResourceTypes = string;
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* Defines values for ChownMode. \
|
|
1047
|
+
* {@link KnownChownMode} can be used interchangeably with ChownMode,
|
|
1048
|
+
* this enum contains the known values that the service supports.
|
|
1049
|
+
* ### Known values supported by the service
|
|
1050
|
+
* **Restricted** \
|
|
1051
|
+
* **Unrestricted**
|
|
1052
|
+
*/
|
|
1053
|
+
export declare type ChownMode = string;
|
|
1054
|
+
|
|
1055
|
+
/** An error response from the service. */
|
|
1056
|
+
export declare interface CloudError {
|
|
1057
|
+
/** Cloud error body. */
|
|
1058
|
+
error?: CloudErrorBody;
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
/** An error response from the service. */
|
|
1062
|
+
export declare interface CloudErrorBody {
|
|
1063
|
+
/** An identifier for the error. Codes are invariant and are intended to be consumed programmatically. */
|
|
1064
|
+
code?: string;
|
|
1065
|
+
/** A message describing the error, intended to be suitable for display in a user interface. */
|
|
1066
|
+
message?: string;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
/**
|
|
1070
|
+
* Defines values for CreatedByType. \
|
|
1071
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
1072
|
+
* this enum contains the known values that the service supports.
|
|
1073
|
+
* ### Known values supported by the service
|
|
1074
|
+
* **User** \
|
|
1075
|
+
* **Application** \
|
|
1076
|
+
* **ManagedIdentity** \
|
|
1077
|
+
* **Key**
|
|
1078
|
+
*/
|
|
1079
|
+
export declare type CreatedByType = string;
|
|
1080
|
+
|
|
1081
|
+
/** Daily Schedule properties */
|
|
1082
|
+
export declare interface DailySchedule {
|
|
1083
|
+
/** Daily snapshot count to keep */
|
|
1084
|
+
snapshotsToKeep?: number;
|
|
1085
|
+
/** Indicates which hour in UTC timezone a snapshot should be taken */
|
|
1086
|
+
hour?: number;
|
|
1087
|
+
/** Indicates which minute snapshot should be taken */
|
|
1088
|
+
minute?: number;
|
|
1089
|
+
/** Resource size in bytes, current storage usage for the volume in bytes */
|
|
1090
|
+
usedBytes?: number;
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
/** Dimension of blobs, possibly be blob type or access tier. */
|
|
1094
|
+
export declare interface Dimension {
|
|
1095
|
+
/** Display name of dimension. */
|
|
1096
|
+
name?: string;
|
|
1097
|
+
/** Display name of dimension. */
|
|
1098
|
+
displayName?: string;
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
/**
|
|
1102
|
+
* Defines values for EncryptionType. \
|
|
1103
|
+
* {@link KnownEncryptionType} can be used interchangeably with EncryptionType,
|
|
1104
|
+
* this enum contains the known values that the service supports.
|
|
1105
|
+
* ### Known values supported by the service
|
|
1106
|
+
* **Single**: EncryptionType Single, volumes will use single encryption at rest \
|
|
1107
|
+
* **Double**: EncryptionType Double, volumes will use double encryption at rest
|
|
1108
|
+
*/
|
|
1109
|
+
export declare type EncryptionType = string;
|
|
1110
|
+
|
|
1111
|
+
/**
|
|
1112
|
+
* Defines values for EndpointType. \
|
|
1113
|
+
* {@link KnownEndpointType} can be used interchangeably with EndpointType,
|
|
1114
|
+
* this enum contains the known values that the service supports.
|
|
1115
|
+
* ### Known values supported by the service
|
|
1116
|
+
* **src** \
|
|
1117
|
+
* **dst**
|
|
1118
|
+
*/
|
|
1119
|
+
export declare type EndpointType = string;
|
|
1120
|
+
|
|
1121
|
+
/** Volume Export Policy Rule */
|
|
1122
|
+
export declare interface ExportPolicyRule {
|
|
1123
|
+
/** Order index */
|
|
1124
|
+
ruleIndex?: number;
|
|
1125
|
+
/** Read only access */
|
|
1126
|
+
unixReadOnly?: boolean;
|
|
1127
|
+
/** Read and write access */
|
|
1128
|
+
unixReadWrite?: boolean;
|
|
1129
|
+
/** Kerberos5 Read only access. To be use with swagger version 2020-05-01 or later */
|
|
1130
|
+
kerberos5ReadOnly?: boolean;
|
|
1131
|
+
/** Kerberos5 Read and write access. To be use with swagger version 2020-05-01 or later */
|
|
1132
|
+
kerberos5ReadWrite?: boolean;
|
|
1133
|
+
/** Kerberos5i Read only access. To be use with swagger version 2020-05-01 or later */
|
|
1134
|
+
kerberos5IReadOnly?: boolean;
|
|
1135
|
+
/** Kerberos5i Read and write access. To be use with swagger version 2020-05-01 or later */
|
|
1136
|
+
kerberos5IReadWrite?: boolean;
|
|
1137
|
+
/** Kerberos5p Read only access. To be use with swagger version 2020-05-01 or later */
|
|
1138
|
+
kerberos5PReadOnly?: boolean;
|
|
1139
|
+
/** Kerberos5p Read and write access. To be use with swagger version 2020-05-01 or later */
|
|
1140
|
+
kerberos5PReadWrite?: boolean;
|
|
1141
|
+
/** Allows CIFS protocol */
|
|
1142
|
+
cifs?: boolean;
|
|
1143
|
+
/** Allows NFSv3 protocol. Enable only for NFSv3 type volumes */
|
|
1144
|
+
nfsv3?: boolean;
|
|
1145
|
+
/** Allows NFSv4.1 protocol. Enable only for NFSv4.1 type volumes */
|
|
1146
|
+
nfsv41?: boolean;
|
|
1147
|
+
/** Client ingress specification as comma separated string with IPv4 CIDRs, IPv4 host addresses and host names */
|
|
1148
|
+
allowedClients?: string;
|
|
1149
|
+
/** Has root access to volume */
|
|
1150
|
+
hasRootAccess?: boolean;
|
|
1151
|
+
/** This parameter specifies who is authorized to change the ownership of a file. restricted - Only root user can change the ownership of the file. unrestricted - Non-root users can change ownership of files that they own. */
|
|
1152
|
+
chownMode?: ChownMode;
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
/** File path availability request content - availability is based on the name and the subnetId. */
|
|
1156
|
+
export declare interface FilePathAvailabilityRequest {
|
|
1157
|
+
/** File path to verify. */
|
|
1158
|
+
name: string;
|
|
1159
|
+
/** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
|
|
1160
|
+
subnetId: string;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
/** Hourly Schedule properties */
|
|
1164
|
+
export declare interface HourlySchedule {
|
|
1165
|
+
/** Hourly snapshot count to keep */
|
|
1166
|
+
snapshotsToKeep?: number;
|
|
1167
|
+
/** Indicates which minute snapshot should be taken */
|
|
1168
|
+
minute?: number;
|
|
1169
|
+
/** Resource size in bytes, current storage usage for the volume in bytes */
|
|
1170
|
+
usedBytes?: number;
|
|
1171
|
+
}
|
|
1172
|
+
|
|
1173
|
+
/**
|
|
1174
|
+
* Defines values for InAvailabilityReasonType. \
|
|
1175
|
+
* {@link KnownInAvailabilityReasonType} can be used interchangeably with InAvailabilityReasonType,
|
|
1176
|
+
* this enum contains the known values that the service supports.
|
|
1177
|
+
* ### Known values supported by the service
|
|
1178
|
+
* **Invalid** \
|
|
1179
|
+
* **AlreadyExists**
|
|
1180
|
+
*/
|
|
1181
|
+
export declare type InAvailabilityReasonType = string;
|
|
1182
|
+
|
|
1183
|
+
/** Known values of {@link ActiveDirectoryStatus} that the service accepts. */
|
|
1184
|
+
export declare enum KnownActiveDirectoryStatus {
|
|
1185
|
+
/** Active Directory created but not in use */
|
|
1186
|
+
Created = "Created",
|
|
1187
|
+
/** Active Directory in use by SMB Volume */
|
|
1188
|
+
InUse = "InUse",
|
|
1189
|
+
/** Active Directory Deleted */
|
|
1190
|
+
Deleted = "Deleted",
|
|
1191
|
+
/** Error with the Active Directory */
|
|
1192
|
+
Error = "Error",
|
|
1193
|
+
/** Active Directory Updating */
|
|
1194
|
+
Updating = "Updating"
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
/** Known values of {@link ApplicationType} that the service accepts. */
|
|
1198
|
+
export declare enum KnownApplicationType {
|
|
1199
|
+
SAPHana = "SAP-HANA"
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
/** Known values of {@link AvsDataStore} that the service accepts. */
|
|
1203
|
+
export declare enum KnownAvsDataStore {
|
|
1204
|
+
/** avsDataStore is enabled */
|
|
1205
|
+
Enabled = "Enabled",
|
|
1206
|
+
/** avsDataStore is disabled */
|
|
1207
|
+
Disabled = "Disabled"
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1210
|
+
/** Known values of {@link BackupType} that the service accepts. */
|
|
1211
|
+
export declare enum KnownBackupType {
|
|
1212
|
+
/** Manual backup */
|
|
1213
|
+
Manual = "Manual",
|
|
1214
|
+
/** Scheduled backup */
|
|
1215
|
+
Scheduled = "Scheduled"
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
/** Known values of {@link CheckNameResourceTypes} that the service accepts. */
|
|
1219
|
+
export declare enum KnownCheckNameResourceTypes {
|
|
1220
|
+
MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
|
|
1221
|
+
MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
|
|
1222
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
|
|
1223
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
/** Known values of {@link CheckQuotaNameResourceTypes} that the service accepts. */
|
|
1227
|
+
export declare enum KnownCheckQuotaNameResourceTypes {
|
|
1228
|
+
MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
|
|
1229
|
+
MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
|
|
1230
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
|
|
1231
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
/** Known values of {@link ChownMode} that the service accepts. */
|
|
1235
|
+
export declare enum KnownChownMode {
|
|
1236
|
+
Restricted = "Restricted",
|
|
1237
|
+
Unrestricted = "Unrestricted"
|
|
1238
|
+
}
|
|
1239
|
+
|
|
1240
|
+
/** Known values of {@link CreatedByType} that the service accepts. */
|
|
1241
|
+
export declare enum KnownCreatedByType {
|
|
1242
|
+
User = "User",
|
|
1243
|
+
Application = "Application",
|
|
1244
|
+
ManagedIdentity = "ManagedIdentity",
|
|
1245
|
+
Key = "Key"
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
/** Known values of {@link EncryptionType} that the service accepts. */
|
|
1249
|
+
export declare enum KnownEncryptionType {
|
|
1250
|
+
/** EncryptionType Single, volumes will use single encryption at rest */
|
|
1251
|
+
Single = "Single",
|
|
1252
|
+
/** EncryptionType Double, volumes will use double encryption at rest */
|
|
1253
|
+
Double = "Double"
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
/** Known values of {@link EndpointType} that the service accepts. */
|
|
1257
|
+
export declare enum KnownEndpointType {
|
|
1258
|
+
Src = "src",
|
|
1259
|
+
Dst = "dst"
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
/** Known values of {@link InAvailabilityReasonType} that the service accepts. */
|
|
1263
|
+
export declare enum KnownInAvailabilityReasonType {
|
|
1264
|
+
Invalid = "Invalid",
|
|
1265
|
+
AlreadyExists = "AlreadyExists"
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
/** Known values of {@link MetricAggregationType} that the service accepts. */
|
|
1269
|
+
export declare enum KnownMetricAggregationType {
|
|
1270
|
+
Average = "Average"
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
/** Known values of {@link MirrorState} that the service accepts. */
|
|
1274
|
+
export declare enum KnownMirrorState {
|
|
1275
|
+
Uninitialized = "Uninitialized",
|
|
1276
|
+
Mirrored = "Mirrored",
|
|
1277
|
+
Broken = "Broken"
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1280
|
+
/** Known values of {@link NetworkFeatures} that the service accepts. */
|
|
1281
|
+
export declare enum KnownNetworkFeatures {
|
|
1282
|
+
/** Basic network feature. */
|
|
1283
|
+
Basic = "Basic",
|
|
1284
|
+
/** Standard network feature. */
|
|
1285
|
+
Standard = "Standard"
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
/** Known values of {@link QosType} that the service accepts. */
|
|
1289
|
+
export declare enum KnownQosType {
|
|
1290
|
+
/** qos type Auto */
|
|
1291
|
+
Auto = "Auto",
|
|
1292
|
+
/** qos type Manual */
|
|
1293
|
+
Manual = "Manual"
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
/** Known values of {@link RelationshipStatus} that the service accepts. */
|
|
1297
|
+
export declare enum KnownRelationshipStatus {
|
|
1298
|
+
Idle = "Idle",
|
|
1299
|
+
Transferring = "Transferring"
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
/** Known values of {@link ReplicationSchedule} that the service accepts. */
|
|
1303
|
+
export declare enum KnownReplicationSchedule {
|
|
1304
|
+
"10Minutely" = "_10minutely",
|
|
1305
|
+
Hourly = "hourly",
|
|
1306
|
+
Daily = "daily"
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
/** Known values of {@link SecurityStyle} that the service accepts. */
|
|
1310
|
+
export declare enum KnownSecurityStyle {
|
|
1311
|
+
Ntfs = "ntfs",
|
|
1312
|
+
Unix = "unix"
|
|
1313
|
+
}
|
|
1314
|
+
|
|
1315
|
+
/** Known values of {@link ServiceLevel} that the service accepts. */
|
|
1316
|
+
export declare enum KnownServiceLevel {
|
|
1317
|
+
/** Standard service level */
|
|
1318
|
+
Standard = "Standard",
|
|
1319
|
+
/** Premium service level */
|
|
1320
|
+
Premium = "Premium",
|
|
1321
|
+
/** Ultra service level */
|
|
1322
|
+
Ultra = "Ultra",
|
|
1323
|
+
/** Zone redundant storage service level */
|
|
1324
|
+
StandardZRS = "StandardZRS"
|
|
1325
|
+
}
|
|
1326
|
+
|
|
1327
|
+
/** Known values of {@link VolumeStorageToNetworkProximity} that the service accepts. */
|
|
1328
|
+
export declare enum KnownVolumeStorageToNetworkProximity {
|
|
1329
|
+
/** Basic storage to network connectivity. */
|
|
1330
|
+
Default = "Default",
|
|
1331
|
+
/** Standard T1 storage to network connectivity. */
|
|
1332
|
+
T1 = "T1",
|
|
1333
|
+
/** Standard T2 storage to network connectivity. */
|
|
1334
|
+
T2 = "T2"
|
|
1335
|
+
}
|
|
1336
|
+
|
|
1337
|
+
/** Log Definition of a single resource metric. */
|
|
1338
|
+
export declare interface LogSpecification {
|
|
1339
|
+
/** Name of log specification. */
|
|
1340
|
+
name?: string;
|
|
1341
|
+
/** Display name of log specification. */
|
|
1342
|
+
displayName?: string;
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
/**
|
|
1346
|
+
* Defines values for MetricAggregationType. \
|
|
1347
|
+
* {@link KnownMetricAggregationType} can be used interchangeably with MetricAggregationType,
|
|
1348
|
+
* this enum contains the known values that the service supports.
|
|
1349
|
+
* ### Known values supported by the service
|
|
1350
|
+
* **Average**
|
|
1351
|
+
*/
|
|
1352
|
+
export declare type MetricAggregationType = string;
|
|
1353
|
+
|
|
1354
|
+
/** Metric specification of operation. */
|
|
1355
|
+
export declare interface MetricSpecification {
|
|
1356
|
+
/** Name of metric specification. */
|
|
1357
|
+
name?: string;
|
|
1358
|
+
/** Display name of metric specification. */
|
|
1359
|
+
displayName?: string;
|
|
1360
|
+
/** Display description of metric specification. */
|
|
1361
|
+
displayDescription?: string;
|
|
1362
|
+
/** Unit could be Bytes or Count. */
|
|
1363
|
+
unit?: string;
|
|
1364
|
+
/** Support metric aggregation type. */
|
|
1365
|
+
supportedAggregationTypes?: MetricAggregationType[];
|
|
1366
|
+
/** The supported time grain types for the metrics. */
|
|
1367
|
+
supportedTimeGrainTypes?: string[];
|
|
1368
|
+
/** The internal metric name. */
|
|
1369
|
+
internalMetricName?: string;
|
|
1370
|
+
/** Whether or not the service is using regional MDM accounts. */
|
|
1371
|
+
enableRegionalMdmAccount?: boolean;
|
|
1372
|
+
/** The source MDM account. */
|
|
1373
|
+
sourceMdmAccount?: string;
|
|
1374
|
+
/** The source MDM namespace. */
|
|
1375
|
+
sourceMdmNamespace?: string;
|
|
1376
|
+
/** Dimensions of blobs, including blob type and access tier. */
|
|
1377
|
+
dimensions?: Dimension[];
|
|
1378
|
+
/** Aggregation type could be Average. */
|
|
1379
|
+
aggregationType?: string;
|
|
1380
|
+
/** The property to decide fill gap with zero or not. */
|
|
1381
|
+
fillGapWithZero?: boolean;
|
|
1382
|
+
/** The category this metric specification belong to, could be Capacity. */
|
|
1383
|
+
category?: string;
|
|
1384
|
+
/** Account Resource Id. */
|
|
1385
|
+
resourceIdDimensionNameOverride?: string;
|
|
1386
|
+
/** Whether the metric is internal. */
|
|
1387
|
+
isInternal?: boolean;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
/**
|
|
1391
|
+
* Defines values for MirrorState. \
|
|
1392
|
+
* {@link KnownMirrorState} can be used interchangeably with MirrorState,
|
|
1393
|
+
* this enum contains the known values that the service supports.
|
|
1394
|
+
* ### Known values supported by the service
|
|
1395
|
+
* **Uninitialized** \
|
|
1396
|
+
* **Mirrored** \
|
|
1397
|
+
* **Broken**
|
|
1398
|
+
*/
|
|
1399
|
+
export declare type MirrorState = string;
|
|
1400
|
+
|
|
1401
|
+
/** Monthly Schedule properties */
|
|
1402
|
+
export declare interface MonthlySchedule {
|
|
1403
|
+
/** Monthly snapshot count to keep */
|
|
1404
|
+
snapshotsToKeep?: number;
|
|
1405
|
+
/** Indicates which days of the month snapshot should be taken. A comma delimited string. */
|
|
1406
|
+
daysOfMonth?: string;
|
|
1407
|
+
/** Indicates which hour in UTC timezone a snapshot should be taken */
|
|
1408
|
+
hour?: number;
|
|
1409
|
+
/** Indicates which minute snapshot should be taken */
|
|
1410
|
+
minute?: number;
|
|
1411
|
+
/** Resource size in bytes, current storage usage for the volume in bytes */
|
|
1412
|
+
usedBytes?: number;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
/** Mount Target */
|
|
1416
|
+
export declare interface MountTarget {
|
|
1417
|
+
/** Resource location */
|
|
1418
|
+
location: string;
|
|
1419
|
+
/**
|
|
1420
|
+
* Resource Id
|
|
1421
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1422
|
+
*/
|
|
1423
|
+
readonly id?: string;
|
|
1424
|
+
/**
|
|
1425
|
+
* Resource name
|
|
1426
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1427
|
+
*/
|
|
1428
|
+
readonly name?: string;
|
|
1429
|
+
/**
|
|
1430
|
+
* Resource type
|
|
1431
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1432
|
+
*/
|
|
1433
|
+
readonly type?: string;
|
|
1434
|
+
/** Resource tags */
|
|
1435
|
+
tags?: {
|
|
1436
|
+
[propertyName: string]: string;
|
|
1437
|
+
};
|
|
1438
|
+
/**
|
|
1439
|
+
* UUID v4 used to identify the MountTarget
|
|
1440
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1441
|
+
*/
|
|
1442
|
+
readonly mountTargetId?: string;
|
|
1443
|
+
/** UUID v4 used to identify the MountTarget */
|
|
1444
|
+
fileSystemId: string;
|
|
1445
|
+
/**
|
|
1446
|
+
* The mount target's IPv4 address
|
|
1447
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1448
|
+
*/
|
|
1449
|
+
readonly ipAddress?: string;
|
|
1450
|
+
/** The SMB server's Fully Qualified Domain Name, FQDN */
|
|
1451
|
+
smbServerFqdn?: string;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
/** Mount target properties */
|
|
1455
|
+
export declare interface MountTargetProperties {
|
|
1456
|
+
/**
|
|
1457
|
+
* UUID v4 used to identify the MountTarget
|
|
1458
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1459
|
+
*/
|
|
1460
|
+
readonly mountTargetId?: string;
|
|
1461
|
+
/** UUID v4 used to identify the MountTarget */
|
|
1462
|
+
fileSystemId: string;
|
|
1463
|
+
/**
|
|
1464
|
+
* The mount target's IPv4 address
|
|
1465
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1466
|
+
*/
|
|
1467
|
+
readonly ipAddress?: string;
|
|
1468
|
+
/** The SMB server's Fully Qualified Domain Name, FQDN */
|
|
1469
|
+
smbServerFqdn?: string;
|
|
1470
|
+
}
|
|
1471
|
+
|
|
1472
|
+
/** NetApp account resource */
|
|
1473
|
+
export declare interface NetAppAccount {
|
|
1474
|
+
/** Resource location */
|
|
1475
|
+
location: string;
|
|
1476
|
+
/**
|
|
1477
|
+
* Resource Id
|
|
1478
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1479
|
+
*/
|
|
1480
|
+
readonly id?: string;
|
|
1481
|
+
/**
|
|
1482
|
+
* Resource name
|
|
1483
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1484
|
+
*/
|
|
1485
|
+
readonly name?: string;
|
|
1486
|
+
/**
|
|
1487
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
1488
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1489
|
+
*/
|
|
1490
|
+
readonly etag?: string;
|
|
1491
|
+
/**
|
|
1492
|
+
* Resource type
|
|
1493
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1494
|
+
*/
|
|
1495
|
+
readonly type?: string;
|
|
1496
|
+
/** Resource tags */
|
|
1497
|
+
tags?: {
|
|
1498
|
+
[propertyName: string]: string;
|
|
1499
|
+
};
|
|
1500
|
+
/**
|
|
1501
|
+
* The system meta data relating to this resource.
|
|
1502
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1503
|
+
*/
|
|
1504
|
+
readonly systemData?: SystemData;
|
|
1505
|
+
/**
|
|
1506
|
+
* Azure lifecycle management
|
|
1507
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1508
|
+
*/
|
|
1509
|
+
readonly provisioningState?: string;
|
|
1510
|
+
/** Active Directories */
|
|
1511
|
+
activeDirectories?: ActiveDirectory[];
|
|
1512
|
+
/** Encryption settings */
|
|
1513
|
+
encryption?: AccountEncryption;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
/** List of NetApp account resources */
|
|
1517
|
+
export declare interface NetAppAccountList {
|
|
1518
|
+
/** Multiple NetApp accounts */
|
|
1519
|
+
value?: NetAppAccount[];
|
|
1520
|
+
/** URL to get the next set of results. */
|
|
1521
|
+
nextLink?: string;
|
|
1522
|
+
}
|
|
1523
|
+
|
|
1524
|
+
/** NetApp account patch resource */
|
|
1525
|
+
export declare interface NetAppAccountPatch {
|
|
1526
|
+
/** Resource location */
|
|
1527
|
+
location?: string;
|
|
1528
|
+
/**
|
|
1529
|
+
* Resource Id
|
|
1530
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1531
|
+
*/
|
|
1532
|
+
readonly id?: string;
|
|
1533
|
+
/**
|
|
1534
|
+
* Resource name
|
|
1535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1536
|
+
*/
|
|
1537
|
+
readonly name?: string;
|
|
1538
|
+
/**
|
|
1539
|
+
* Resource type
|
|
1540
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1541
|
+
*/
|
|
1542
|
+
readonly type?: string;
|
|
1543
|
+
/** Resource tags */
|
|
1544
|
+
tags?: {
|
|
1545
|
+
[propertyName: string]: string;
|
|
1546
|
+
};
|
|
1547
|
+
/**
|
|
1548
|
+
* Azure lifecycle management
|
|
1549
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1550
|
+
*/
|
|
1551
|
+
readonly provisioningState?: string;
|
|
1552
|
+
/** Active Directories */
|
|
1553
|
+
activeDirectories?: ActiveDirectory[];
|
|
1554
|
+
/** Encryption settings */
|
|
1555
|
+
encryption?: AccountEncryption;
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
export declare class NetAppManagementClient extends coreClient.ServiceClient {
|
|
1559
|
+
$host: string;
|
|
1560
|
+
apiVersion: string;
|
|
1561
|
+
subscriptionId: string;
|
|
1562
|
+
/**
|
|
1563
|
+
* Initializes a new instance of the NetAppManagementClient class.
|
|
1564
|
+
* @param credentials Subscription credentials which uniquely identify client subscription.
|
|
1565
|
+
* @param subscriptionId Subscription credentials which uniquely identify Microsoft Azure subscription.
|
|
1566
|
+
* The subscription ID forms part of the URI for every service call.
|
|
1567
|
+
* @param options The parameter options
|
|
1568
|
+
*/
|
|
1569
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: NetAppManagementClientOptionalParams);
|
|
1570
|
+
operations: Operations;
|
|
1571
|
+
netAppResource: NetAppResource;
|
|
1572
|
+
netAppResourceQuotaLimits: NetAppResourceQuotaLimits;
|
|
1573
|
+
accounts: Accounts;
|
|
1574
|
+
pools: Pools;
|
|
1575
|
+
volumes: Volumes;
|
|
1576
|
+
snapshots: Snapshots;
|
|
1577
|
+
snapshotPolicies: SnapshotPolicies;
|
|
1578
|
+
backups: Backups;
|
|
1579
|
+
accountBackups: AccountBackups;
|
|
1580
|
+
backupPolicies: BackupPolicies;
|
|
1581
|
+
vaults: Vaults;
|
|
1582
|
+
volumeGroups: VolumeGroups;
|
|
1583
|
+
}
|
|
1584
|
+
|
|
1585
|
+
/** Optional parameters. */
|
|
1586
|
+
export declare interface NetAppManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
1587
|
+
/** server parameter */
|
|
1588
|
+
$host?: string;
|
|
1589
|
+
/** Api Version */
|
|
1590
|
+
apiVersion?: string;
|
|
1591
|
+
/** Overrides client endpoint. */
|
|
1592
|
+
endpoint?: string;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
/** Interface representing a NetAppResource. */
|
|
1596
|
+
export declare interface NetAppResource {
|
|
1597
|
+
/**
|
|
1598
|
+
* Check if a resource name is available.
|
|
1599
|
+
* @param location The location
|
|
1600
|
+
* @param name Resource name to verify.
|
|
1601
|
+
* @param resourceGroup Resource group name.
|
|
1602
|
+
* @param typeParam Resource type used for verification.
|
|
1603
|
+
* @param options The options parameters.
|
|
1604
|
+
*/
|
|
1605
|
+
checkNameAvailability(location: string, name: string, resourceGroup: string, typeParam: CheckNameResourceTypes, options?: NetAppResourceCheckNameAvailabilityOptionalParams): Promise<NetAppResourceCheckNameAvailabilityResponse>;
|
|
1606
|
+
/**
|
|
1607
|
+
* Check if a file path is available.
|
|
1608
|
+
* @param location The location
|
|
1609
|
+
* @param name File path to verify.
|
|
1610
|
+
* @param subnetId The Azure Resource URI for a delegated subnet. Must have the delegation
|
|
1611
|
+
* Microsoft.NetApp/volumes
|
|
1612
|
+
* @param options The options parameters.
|
|
1613
|
+
*/
|
|
1614
|
+
checkFilePathAvailability(location: string, name: string, subnetId: string, options?: NetAppResourceCheckFilePathAvailabilityOptionalParams): Promise<NetAppResourceCheckFilePathAvailabilityResponse>;
|
|
1615
|
+
/**
|
|
1616
|
+
* Check if a quota is available.
|
|
1617
|
+
* @param location The location
|
|
1618
|
+
* @param name Name of the resource to verify.
|
|
1619
|
+
* @param resourceGroup Resource group name.
|
|
1620
|
+
* @param typeParam Resource type used for verification.
|
|
1621
|
+
* @param options The options parameters.
|
|
1622
|
+
*/
|
|
1623
|
+
checkQuotaAvailability(location: string, name: string, resourceGroup: string, typeParam: CheckQuotaNameResourceTypes, options?: NetAppResourceCheckQuotaAvailabilityOptionalParams): Promise<NetAppResourceCheckQuotaAvailabilityResponse>;
|
|
1624
|
+
}
|
|
1625
|
+
|
|
1626
|
+
/** Optional parameters. */
|
|
1627
|
+
export declare interface NetAppResourceCheckFilePathAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1628
|
+
}
|
|
1629
|
+
|
|
1630
|
+
/** Contains response data for the checkFilePathAvailability operation. */
|
|
1631
|
+
export declare type NetAppResourceCheckFilePathAvailabilityResponse = CheckAvailabilityResponse;
|
|
1632
|
+
|
|
1633
|
+
/** Optional parameters. */
|
|
1634
|
+
export declare interface NetAppResourceCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1635
|
+
}
|
|
1636
|
+
|
|
1637
|
+
/** Contains response data for the checkNameAvailability operation. */
|
|
1638
|
+
export declare type NetAppResourceCheckNameAvailabilityResponse = CheckAvailabilityResponse;
|
|
1639
|
+
|
|
1640
|
+
/** Optional parameters. */
|
|
1641
|
+
export declare interface NetAppResourceCheckQuotaAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
/** Contains response data for the checkQuotaAvailability operation. */
|
|
1645
|
+
export declare type NetAppResourceCheckQuotaAvailabilityResponse = CheckAvailabilityResponse;
|
|
1646
|
+
|
|
1647
|
+
/** Interface representing a NetAppResourceQuotaLimits. */
|
|
1648
|
+
export declare interface NetAppResourceQuotaLimits {
|
|
1649
|
+
/**
|
|
1650
|
+
* Get the default and current limits for quotas
|
|
1651
|
+
* @param location The location
|
|
1652
|
+
* @param options The options parameters.
|
|
1653
|
+
*/
|
|
1654
|
+
list(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams): PagedAsyncIterableIterator<SubscriptionQuotaItem>;
|
|
1655
|
+
/**
|
|
1656
|
+
* Get the default and current subscription quota limit
|
|
1657
|
+
* @param location The location
|
|
1658
|
+
* @param quotaLimitName The name of the Quota Limit
|
|
1659
|
+
* @param options The options parameters.
|
|
1660
|
+
*/
|
|
1661
|
+
get(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams): Promise<NetAppResourceQuotaLimitsGetResponse>;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
/** Optional parameters. */
|
|
1665
|
+
export declare interface NetAppResourceQuotaLimitsGetOptionalParams extends coreClient.OperationOptions {
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
/** Contains response data for the get operation. */
|
|
1669
|
+
export declare type NetAppResourceQuotaLimitsGetResponse = SubscriptionQuotaItem;
|
|
1670
|
+
|
|
1671
|
+
/** Optional parameters. */
|
|
1672
|
+
export declare interface NetAppResourceQuotaLimitsListOptionalParams extends coreClient.OperationOptions {
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
/** Contains response data for the list operation. */
|
|
1676
|
+
export declare type NetAppResourceQuotaLimitsListResponse = SubscriptionQuotaItemList;
|
|
1677
|
+
|
|
1678
|
+
/**
|
|
1679
|
+
* Defines values for NetworkFeatures. \
|
|
1680
|
+
* {@link KnownNetworkFeatures} can be used interchangeably with NetworkFeatures,
|
|
1681
|
+
* this enum contains the known values that the service supports.
|
|
1682
|
+
* ### Known values supported by the service
|
|
1683
|
+
* **Basic**: Basic network feature. \
|
|
1684
|
+
* **Standard**: Standard network feature.
|
|
1685
|
+
*/
|
|
1686
|
+
export declare type NetworkFeatures = string;
|
|
1687
|
+
|
|
1688
|
+
/** Microsoft.NetApp REST API operation definition. */
|
|
1689
|
+
export declare interface Operation {
|
|
1690
|
+
/** Operation name: {provider}/{resource}/{operation} */
|
|
1691
|
+
name?: string;
|
|
1692
|
+
/** Display metadata associated with the operation. */
|
|
1693
|
+
display?: OperationDisplay;
|
|
1694
|
+
/** The origin of operations. */
|
|
1695
|
+
origin?: string;
|
|
1696
|
+
/** One property of operation, include metric specifications. */
|
|
1697
|
+
serviceSpecification?: ServiceSpecification;
|
|
1698
|
+
}
|
|
1699
|
+
|
|
1700
|
+
/** Display metadata associated with the operation. */
|
|
1701
|
+
export declare interface OperationDisplay {
|
|
1702
|
+
/** Service provider: Microsoft NetApp. */
|
|
1703
|
+
provider?: string;
|
|
1704
|
+
/** Resource on which the operation is performed etc. */
|
|
1705
|
+
resource?: string;
|
|
1706
|
+
/** Type of operation: get, read, delete, etc. */
|
|
1707
|
+
operation?: string;
|
|
1708
|
+
/** Operation description. */
|
|
1709
|
+
description?: string;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
/** Result of the request to list Cloud Volume operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
1713
|
+
export declare interface OperationListResult {
|
|
1714
|
+
/** List of Storage operations supported by the Storage resource provider. */
|
|
1715
|
+
value?: Operation[];
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1718
|
+
/** Interface representing a Operations. */
|
|
1719
|
+
export declare interface Operations {
|
|
1720
|
+
/**
|
|
1721
|
+
* Lists all of the available Microsoft.NetApp Rest API operations
|
|
1722
|
+
* @param options The options parameters.
|
|
1723
|
+
*/
|
|
1724
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
1725
|
+
}
|
|
1726
|
+
|
|
1727
|
+
/** Optional parameters. */
|
|
1728
|
+
export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
1729
|
+
}
|
|
1730
|
+
|
|
1731
|
+
/** Contains response data for the list operation. */
|
|
1732
|
+
export declare type OperationsListResponse = OperationListResult;
|
|
1733
|
+
|
|
1734
|
+
/** Application specific parameters for the placement of volumes in the volume group */
|
|
1735
|
+
export declare interface PlacementKeyValuePairs {
|
|
1736
|
+
/** Key for an application specific parameter for the placement of volumes in the volume group */
|
|
1737
|
+
key: string;
|
|
1738
|
+
/** Value for an application specific parameter for the placement of volumes in the volume group */
|
|
1739
|
+
value: string;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
/** Pool change request */
|
|
1743
|
+
export declare interface PoolChangeRequest {
|
|
1744
|
+
/** Resource id of the pool to move volume to */
|
|
1745
|
+
newPoolResourceId: string;
|
|
1746
|
+
}
|
|
1747
|
+
|
|
1748
|
+
/** Interface representing a Pools. */
|
|
1749
|
+
export declare interface Pools {
|
|
1750
|
+
/**
|
|
1751
|
+
* List all capacity pools in the NetApp Account
|
|
1752
|
+
* @param resourceGroupName The name of the resource group.
|
|
1753
|
+
* @param accountName The name of the NetApp account
|
|
1754
|
+
* @param options The options parameters.
|
|
1755
|
+
*/
|
|
1756
|
+
list(resourceGroupName: string, accountName: string, options?: PoolsListOptionalParams): PagedAsyncIterableIterator<CapacityPool>;
|
|
1757
|
+
/**
|
|
1758
|
+
* Get details of the specified capacity pool
|
|
1759
|
+
* @param resourceGroupName The name of the resource group.
|
|
1760
|
+
* @param accountName The name of the NetApp account
|
|
1761
|
+
* @param poolName The name of the capacity pool
|
|
1762
|
+
* @param options The options parameters.
|
|
1763
|
+
*/
|
|
1764
|
+
get(resourceGroupName: string, accountName: string, poolName: string, options?: PoolsGetOptionalParams): Promise<PoolsGetResponse>;
|
|
1765
|
+
/**
|
|
1766
|
+
* Create or Update a capacity pool
|
|
1767
|
+
* @param resourceGroupName The name of the resource group.
|
|
1768
|
+
* @param accountName The name of the NetApp account
|
|
1769
|
+
* @param poolName The name of the capacity pool
|
|
1770
|
+
* @param body Capacity pool object supplied in the body of the operation.
|
|
1771
|
+
* @param options The options parameters.
|
|
1772
|
+
*/
|
|
1773
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPool, options?: PoolsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PoolsCreateOrUpdateResponse>, PoolsCreateOrUpdateResponse>>;
|
|
1774
|
+
/**
|
|
1775
|
+
* Create or Update a capacity pool
|
|
1776
|
+
* @param resourceGroupName The name of the resource group.
|
|
1777
|
+
* @param accountName The name of the NetApp account
|
|
1778
|
+
* @param poolName The name of the capacity pool
|
|
1779
|
+
* @param body Capacity pool object supplied in the body of the operation.
|
|
1780
|
+
* @param options The options parameters.
|
|
1781
|
+
*/
|
|
1782
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPool, options?: PoolsCreateOrUpdateOptionalParams): Promise<PoolsCreateOrUpdateResponse>;
|
|
1783
|
+
/**
|
|
1784
|
+
* Patch the specified capacity pool
|
|
1785
|
+
* @param resourceGroupName The name of the resource group.
|
|
1786
|
+
* @param accountName The name of the NetApp account
|
|
1787
|
+
* @param poolName The name of the capacity pool
|
|
1788
|
+
* @param body Capacity pool object supplied in the body of the operation.
|
|
1789
|
+
* @param options The options parameters.
|
|
1790
|
+
*/
|
|
1791
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPoolPatch, options?: PoolsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PoolsUpdateResponse>, PoolsUpdateResponse>>;
|
|
1792
|
+
/**
|
|
1793
|
+
* Patch the specified capacity pool
|
|
1794
|
+
* @param resourceGroupName The name of the resource group.
|
|
1795
|
+
* @param accountName The name of the NetApp account
|
|
1796
|
+
* @param poolName The name of the capacity pool
|
|
1797
|
+
* @param body Capacity pool object supplied in the body of the operation.
|
|
1798
|
+
* @param options The options parameters.
|
|
1799
|
+
*/
|
|
1800
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPoolPatch, options?: PoolsUpdateOptionalParams): Promise<PoolsUpdateResponse>;
|
|
1801
|
+
/**
|
|
1802
|
+
* Delete the specified capacity pool
|
|
1803
|
+
* @param resourceGroupName The name of the resource group.
|
|
1804
|
+
* @param accountName The name of the NetApp account
|
|
1805
|
+
* @param poolName The name of the capacity pool
|
|
1806
|
+
* @param options The options parameters.
|
|
1807
|
+
*/
|
|
1808
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1809
|
+
/**
|
|
1810
|
+
* Delete the specified capacity pool
|
|
1811
|
+
* @param resourceGroupName The name of the resource group.
|
|
1812
|
+
* @param accountName The name of the NetApp account
|
|
1813
|
+
* @param poolName The name of the capacity pool
|
|
1814
|
+
* @param options The options parameters.
|
|
1815
|
+
*/
|
|
1816
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<void>;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
/** Optional parameters. */
|
|
1820
|
+
export declare interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1821
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1822
|
+
updateIntervalInMs?: number;
|
|
1823
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1824
|
+
resumeFrom?: string;
|
|
1825
|
+
}
|
|
1826
|
+
|
|
1827
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
1828
|
+
export declare type PoolsCreateOrUpdateResponse = CapacityPool;
|
|
1829
|
+
|
|
1830
|
+
/** Optional parameters. */
|
|
1831
|
+
export declare interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1832
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1833
|
+
updateIntervalInMs?: number;
|
|
1834
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1835
|
+
resumeFrom?: string;
|
|
1836
|
+
}
|
|
1837
|
+
|
|
1838
|
+
/** Optional parameters. */
|
|
1839
|
+
export declare interface PoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
1840
|
+
}
|
|
1841
|
+
|
|
1842
|
+
/** Contains response data for the get operation. */
|
|
1843
|
+
export declare type PoolsGetResponse = CapacityPool;
|
|
1844
|
+
|
|
1845
|
+
/** Optional parameters. */
|
|
1846
|
+
export declare interface PoolsListNextOptionalParams extends coreClient.OperationOptions {
|
|
1847
|
+
}
|
|
1848
|
+
|
|
1849
|
+
/** Contains response data for the listNext operation. */
|
|
1850
|
+
export declare type PoolsListNextResponse = CapacityPoolList;
|
|
1851
|
+
|
|
1852
|
+
/** Optional parameters. */
|
|
1853
|
+
export declare interface PoolsListOptionalParams extends coreClient.OperationOptions {
|
|
1854
|
+
}
|
|
1855
|
+
|
|
1856
|
+
/** Contains response data for the list operation. */
|
|
1857
|
+
export declare type PoolsListResponse = CapacityPoolList;
|
|
1858
|
+
|
|
1859
|
+
/** Optional parameters. */
|
|
1860
|
+
export declare interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1861
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
1862
|
+
updateIntervalInMs?: number;
|
|
1863
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
1864
|
+
resumeFrom?: string;
|
|
1865
|
+
}
|
|
1866
|
+
|
|
1867
|
+
/** Contains response data for the update operation. */
|
|
1868
|
+
export declare type PoolsUpdateResponse = CapacityPool;
|
|
1869
|
+
|
|
1870
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
1871
|
+
export declare type ProxyResource = Resource & {};
|
|
1872
|
+
|
|
1873
|
+
/**
|
|
1874
|
+
* Defines values for QosType. \
|
|
1875
|
+
* {@link KnownQosType} can be used interchangeably with QosType,
|
|
1876
|
+
* this enum contains the known values that the service supports.
|
|
1877
|
+
* ### Known values supported by the service
|
|
1878
|
+
* **Auto**: qos type Auto \
|
|
1879
|
+
* **Manual**: qos type Manual
|
|
1880
|
+
*/
|
|
1881
|
+
export declare type QosType = string;
|
|
1882
|
+
|
|
1883
|
+
/** Quota availability request content. */
|
|
1884
|
+
export declare interface QuotaAvailabilityRequest {
|
|
1885
|
+
/** Name of the resource to verify. */
|
|
1886
|
+
name: string;
|
|
1887
|
+
/** Resource type used for verification. */
|
|
1888
|
+
type: CheckQuotaNameResourceTypes;
|
|
1889
|
+
/** Resource group name. */
|
|
1890
|
+
resourceGroup: string;
|
|
1891
|
+
}
|
|
1892
|
+
|
|
1893
|
+
/**
|
|
1894
|
+
* Defines values for RelationshipStatus. \
|
|
1895
|
+
* {@link KnownRelationshipStatus} can be used interchangeably with RelationshipStatus,
|
|
1896
|
+
* this enum contains the known values that the service supports.
|
|
1897
|
+
* ### Known values supported by the service
|
|
1898
|
+
* **Idle** \
|
|
1899
|
+
* **Transferring**
|
|
1900
|
+
*/
|
|
1901
|
+
export declare type RelationshipStatus = string;
|
|
1902
|
+
|
|
1903
|
+
/** Replication properties */
|
|
1904
|
+
export declare interface ReplicationObject {
|
|
1905
|
+
/** Id */
|
|
1906
|
+
replicationId?: string;
|
|
1907
|
+
/** Indicates whether the local volume is the source or destination for the Volume Replication */
|
|
1908
|
+
endpointType?: EndpointType;
|
|
1909
|
+
/** Schedule */
|
|
1910
|
+
replicationSchedule?: ReplicationSchedule;
|
|
1911
|
+
/** The resource ID of the remote volume. */
|
|
1912
|
+
remoteVolumeResourceId: string;
|
|
1913
|
+
/** The remote region for the other end of the Volume Replication. */
|
|
1914
|
+
remoteVolumeRegion?: string;
|
|
1915
|
+
}
|
|
1916
|
+
|
|
1917
|
+
/**
|
|
1918
|
+
* Defines values for ReplicationSchedule. \
|
|
1919
|
+
* {@link KnownReplicationSchedule} can be used interchangeably with ReplicationSchedule,
|
|
1920
|
+
* this enum contains the known values that the service supports.
|
|
1921
|
+
* ### Known values supported by the service
|
|
1922
|
+
* **_10minutely** \
|
|
1923
|
+
* **hourly** \
|
|
1924
|
+
* **daily**
|
|
1925
|
+
*/
|
|
1926
|
+
export declare type ReplicationSchedule = string;
|
|
1927
|
+
|
|
1928
|
+
/** Replication status */
|
|
1929
|
+
export declare interface ReplicationStatus {
|
|
1930
|
+
/** Replication health check */
|
|
1931
|
+
healthy?: boolean;
|
|
1932
|
+
/** Status of the mirror relationship */
|
|
1933
|
+
relationshipStatus?: RelationshipStatus;
|
|
1934
|
+
/** The status of the replication */
|
|
1935
|
+
mirrorState?: MirrorState;
|
|
1936
|
+
/** The progress of the replication */
|
|
1937
|
+
totalProgress?: string;
|
|
1938
|
+
/** Displays error message if the replication is in an error state */
|
|
1939
|
+
errorMessage?: string;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
1943
|
+
export declare interface Resource {
|
|
1944
|
+
/**
|
|
1945
|
+
* Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
1946
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1947
|
+
*/
|
|
1948
|
+
readonly id?: string;
|
|
1949
|
+
/**
|
|
1950
|
+
* The name of the resource
|
|
1951
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1952
|
+
*/
|
|
1953
|
+
readonly name?: string;
|
|
1954
|
+
/**
|
|
1955
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
1956
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1957
|
+
*/
|
|
1958
|
+
readonly type?: string;
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
/** Identity for the resource. */
|
|
1962
|
+
export declare interface ResourceIdentity {
|
|
1963
|
+
/**
|
|
1964
|
+
* Object id of the identity resource
|
|
1965
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1966
|
+
*/
|
|
1967
|
+
readonly principalId?: string;
|
|
1968
|
+
/**
|
|
1969
|
+
* The tenant id of the resource
|
|
1970
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1971
|
+
*/
|
|
1972
|
+
readonly tenantId?: string;
|
|
1973
|
+
/** Type of Identity. Supported values are: 'None', 'SystemAssigned' */
|
|
1974
|
+
type?: string;
|
|
1975
|
+
}
|
|
1976
|
+
|
|
1977
|
+
/** Resource name availability request content. */
|
|
1978
|
+
export declare interface ResourceNameAvailabilityRequest {
|
|
1979
|
+
/** Resource name to verify. */
|
|
1980
|
+
name: string;
|
|
1981
|
+
/** Resource type used for verification. */
|
|
1982
|
+
type: CheckNameResourceTypes;
|
|
1983
|
+
/** Resource group name. */
|
|
1984
|
+
resourceGroup: string;
|
|
1985
|
+
}
|
|
1986
|
+
|
|
1987
|
+
/** Restore status */
|
|
1988
|
+
export declare interface RestoreStatus {
|
|
1989
|
+
/**
|
|
1990
|
+
* Restore health status
|
|
1991
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1992
|
+
*/
|
|
1993
|
+
readonly healthy?: boolean;
|
|
1994
|
+
/**
|
|
1995
|
+
* Status of the restore SnapMirror relationship
|
|
1996
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
1997
|
+
*/
|
|
1998
|
+
readonly relationshipStatus?: RelationshipStatus;
|
|
1999
|
+
/**
|
|
2000
|
+
* The status of the restore
|
|
2001
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2002
|
+
*/
|
|
2003
|
+
readonly mirrorState?: MirrorState;
|
|
2004
|
+
/**
|
|
2005
|
+
* Reason for the unhealthy restore relationship
|
|
2006
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2007
|
+
*/
|
|
2008
|
+
readonly unhealthyReason?: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* Displays error message if the restore is in an error state
|
|
2011
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2012
|
+
*/
|
|
2013
|
+
readonly errorMessage?: string;
|
|
2014
|
+
/**
|
|
2015
|
+
* Displays the total bytes transferred
|
|
2016
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2017
|
+
*/
|
|
2018
|
+
readonly totalTransferBytes?: number;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
/**
|
|
2022
|
+
* Defines values for SecurityStyle. \
|
|
2023
|
+
* {@link KnownSecurityStyle} can be used interchangeably with SecurityStyle,
|
|
2024
|
+
* this enum contains the known values that the service supports.
|
|
2025
|
+
* ### Known values supported by the service
|
|
2026
|
+
* **ntfs** \
|
|
2027
|
+
* **unix**
|
|
2028
|
+
*/
|
|
2029
|
+
export declare type SecurityStyle = string;
|
|
2030
|
+
|
|
2031
|
+
/**
|
|
2032
|
+
* Defines values for ServiceLevel. \
|
|
2033
|
+
* {@link KnownServiceLevel} can be used interchangeably with ServiceLevel,
|
|
2034
|
+
* this enum contains the known values that the service supports.
|
|
2035
|
+
* ### Known values supported by the service
|
|
2036
|
+
* **Standard**: Standard service level \
|
|
2037
|
+
* **Premium**: Premium service level \
|
|
2038
|
+
* **Ultra**: Ultra service level \
|
|
2039
|
+
* **StandardZRS**: Zone redundant storage service level
|
|
2040
|
+
*/
|
|
2041
|
+
export declare type ServiceLevel = string;
|
|
2042
|
+
|
|
2043
|
+
/** One property of operation, include metric specifications. */
|
|
2044
|
+
export declare interface ServiceSpecification {
|
|
2045
|
+
/** Metric specifications of operation. */
|
|
2046
|
+
metricSpecifications?: MetricSpecification[];
|
|
2047
|
+
/** Log specification of operation. */
|
|
2048
|
+
logSpecifications?: LogSpecification[];
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
/** Snapshot of a Volume */
|
|
2052
|
+
export declare interface Snapshot {
|
|
2053
|
+
/** Resource location */
|
|
2054
|
+
location: string;
|
|
2055
|
+
/**
|
|
2056
|
+
* Resource Id
|
|
2057
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2058
|
+
*/
|
|
2059
|
+
readonly id?: string;
|
|
2060
|
+
/**
|
|
2061
|
+
* Resource name
|
|
2062
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2063
|
+
*/
|
|
2064
|
+
readonly name?: string;
|
|
2065
|
+
/**
|
|
2066
|
+
* Resource type
|
|
2067
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2068
|
+
*/
|
|
2069
|
+
readonly type?: string;
|
|
2070
|
+
/**
|
|
2071
|
+
* UUID v4 used to identify the Snapshot
|
|
2072
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2073
|
+
*/
|
|
2074
|
+
readonly snapshotId?: string;
|
|
2075
|
+
/**
|
|
2076
|
+
* The creation date of the snapshot
|
|
2077
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2078
|
+
*/
|
|
2079
|
+
readonly created?: Date;
|
|
2080
|
+
/**
|
|
2081
|
+
* Azure lifecycle management
|
|
2082
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2083
|
+
*/
|
|
2084
|
+
readonly provisioningState?: string;
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
/** Interface representing a SnapshotPolicies. */
|
|
2088
|
+
export declare interface SnapshotPolicies {
|
|
2089
|
+
/**
|
|
2090
|
+
* List snapshot policy
|
|
2091
|
+
* @param resourceGroupName The name of the resource group.
|
|
2092
|
+
* @param accountName The name of the NetApp account
|
|
2093
|
+
* @param options The options parameters.
|
|
2094
|
+
*/
|
|
2095
|
+
list(resourceGroupName: string, accountName: string, options?: SnapshotPoliciesListOptionalParams): PagedAsyncIterableIterator<SnapshotPolicy>;
|
|
2096
|
+
/**
|
|
2097
|
+
* Get a snapshot Policy
|
|
2098
|
+
* @param resourceGroupName The name of the resource group.
|
|
2099
|
+
* @param accountName The name of the NetApp account
|
|
2100
|
+
* @param snapshotPolicyName The name of the snapshot policy
|
|
2101
|
+
* @param options The options parameters.
|
|
2102
|
+
*/
|
|
2103
|
+
get(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesGetOptionalParams): Promise<SnapshotPoliciesGetResponse>;
|
|
2104
|
+
/**
|
|
2105
|
+
* Create a snapshot policy
|
|
2106
|
+
* @param resourceGroupName The name of the resource group.
|
|
2107
|
+
* @param accountName The name of the NetApp account
|
|
2108
|
+
* @param snapshotPolicyName The name of the snapshot policy
|
|
2109
|
+
* @param body Snapshot policy object supplied in the body of the operation.
|
|
2110
|
+
* @param options The options parameters.
|
|
2111
|
+
*/
|
|
2112
|
+
create(resourceGroupName: string, accountName: string, snapshotPolicyName: string, body: SnapshotPolicy, options?: SnapshotPoliciesCreateOptionalParams): Promise<SnapshotPoliciesCreateResponse>;
|
|
2113
|
+
/**
|
|
2114
|
+
* Patch a snapshot policy
|
|
2115
|
+
* @param resourceGroupName The name of the resource group.
|
|
2116
|
+
* @param accountName The name of the NetApp account
|
|
2117
|
+
* @param snapshotPolicyName The name of the snapshot policy
|
|
2118
|
+
* @param body Snapshot policy object supplied in the body of the operation.
|
|
2119
|
+
* @param options The options parameters.
|
|
2120
|
+
*/
|
|
2121
|
+
beginUpdate(resourceGroupName: string, accountName: string, snapshotPolicyName: string, body: SnapshotPolicyPatch, options?: SnapshotPoliciesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SnapshotPoliciesUpdateResponse>, SnapshotPoliciesUpdateResponse>>;
|
|
2122
|
+
/**
|
|
2123
|
+
* Patch a snapshot policy
|
|
2124
|
+
* @param resourceGroupName The name of the resource group.
|
|
2125
|
+
* @param accountName The name of the NetApp account
|
|
2126
|
+
* @param snapshotPolicyName The name of the snapshot policy
|
|
2127
|
+
* @param body Snapshot policy object supplied in the body of the operation.
|
|
2128
|
+
* @param options The options parameters.
|
|
2129
|
+
*/
|
|
2130
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, snapshotPolicyName: string, body: SnapshotPolicyPatch, options?: SnapshotPoliciesUpdateOptionalParams): Promise<SnapshotPoliciesUpdateResponse>;
|
|
2131
|
+
/**
|
|
2132
|
+
* Delete snapshot policy
|
|
2133
|
+
* @param resourceGroupName The name of the resource group.
|
|
2134
|
+
* @param accountName The name of the NetApp account
|
|
2135
|
+
* @param snapshotPolicyName The name of the snapshot policy
|
|
2136
|
+
* @param options The options parameters.
|
|
2137
|
+
*/
|
|
2138
|
+
beginDelete(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2139
|
+
/**
|
|
2140
|
+
* Delete snapshot policy
|
|
2141
|
+
* @param resourceGroupName The name of the resource group.
|
|
2142
|
+
* @param accountName The name of the NetApp account
|
|
2143
|
+
* @param snapshotPolicyName The name of the snapshot policy
|
|
2144
|
+
* @param options The options parameters.
|
|
2145
|
+
*/
|
|
2146
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesDeleteOptionalParams): Promise<void>;
|
|
2147
|
+
/**
|
|
2148
|
+
* Get volumes associated with snapshot policy
|
|
2149
|
+
* @param resourceGroupName The name of the resource group.
|
|
2150
|
+
* @param accountName The name of the NetApp account
|
|
2151
|
+
* @param snapshotPolicyName The name of the snapshot policy
|
|
2152
|
+
* @param options The options parameters.
|
|
2153
|
+
*/
|
|
2154
|
+
listVolumes(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesListVolumesOptionalParams): Promise<SnapshotPoliciesListVolumesResponse>;
|
|
2155
|
+
}
|
|
2156
|
+
|
|
2157
|
+
/** Optional parameters. */
|
|
2158
|
+
export declare interface SnapshotPoliciesCreateOptionalParams extends coreClient.OperationOptions {
|
|
2159
|
+
}
|
|
2160
|
+
|
|
2161
|
+
/** Contains response data for the create operation. */
|
|
2162
|
+
export declare type SnapshotPoliciesCreateResponse = SnapshotPolicy;
|
|
2163
|
+
|
|
2164
|
+
/** Optional parameters. */
|
|
2165
|
+
export declare interface SnapshotPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2166
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2167
|
+
updateIntervalInMs?: number;
|
|
2168
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2169
|
+
resumeFrom?: string;
|
|
2170
|
+
}
|
|
2171
|
+
|
|
2172
|
+
/** Optional parameters. */
|
|
2173
|
+
export declare interface SnapshotPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
2174
|
+
}
|
|
2175
|
+
|
|
2176
|
+
/** Contains response data for the get operation. */
|
|
2177
|
+
export declare type SnapshotPoliciesGetResponse = SnapshotPolicy;
|
|
2178
|
+
|
|
2179
|
+
/** List of Snapshot Policies */
|
|
2180
|
+
export declare interface SnapshotPoliciesList {
|
|
2181
|
+
/** A list of snapshot policies */
|
|
2182
|
+
value?: SnapshotPolicy[];
|
|
2183
|
+
}
|
|
2184
|
+
|
|
2185
|
+
/** Optional parameters. */
|
|
2186
|
+
export declare interface SnapshotPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
2187
|
+
}
|
|
2188
|
+
|
|
2189
|
+
/** Contains response data for the list operation. */
|
|
2190
|
+
export declare type SnapshotPoliciesListResponse = SnapshotPoliciesList;
|
|
2191
|
+
|
|
2192
|
+
/** Optional parameters. */
|
|
2193
|
+
export declare interface SnapshotPoliciesListVolumesOptionalParams extends coreClient.OperationOptions {
|
|
2194
|
+
}
|
|
2195
|
+
|
|
2196
|
+
/** Contains response data for the listVolumes operation. */
|
|
2197
|
+
export declare type SnapshotPoliciesListVolumesResponse = SnapshotPolicyVolumeList;
|
|
2198
|
+
|
|
2199
|
+
/** Optional parameters. */
|
|
2200
|
+
export declare interface SnapshotPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2201
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2202
|
+
updateIntervalInMs?: number;
|
|
2203
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2204
|
+
resumeFrom?: string;
|
|
2205
|
+
}
|
|
2206
|
+
|
|
2207
|
+
/** Contains response data for the update operation. */
|
|
2208
|
+
export declare type SnapshotPoliciesUpdateResponse = SnapshotPolicy;
|
|
2209
|
+
|
|
2210
|
+
/** Snapshot policy information */
|
|
2211
|
+
export declare interface SnapshotPolicy {
|
|
2212
|
+
/** Resource location */
|
|
2213
|
+
location: string;
|
|
2214
|
+
/**
|
|
2215
|
+
* Resource Id
|
|
2216
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2217
|
+
*/
|
|
2218
|
+
readonly id?: string;
|
|
2219
|
+
/**
|
|
2220
|
+
* Resource name
|
|
2221
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2222
|
+
*/
|
|
2223
|
+
readonly name?: string;
|
|
2224
|
+
/**
|
|
2225
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
2226
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2227
|
+
*/
|
|
2228
|
+
readonly etag?: string;
|
|
2229
|
+
/**
|
|
2230
|
+
* Resource type
|
|
2231
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2232
|
+
*/
|
|
2233
|
+
readonly type?: string;
|
|
2234
|
+
/** Resource tags */
|
|
2235
|
+
tags?: {
|
|
2236
|
+
[propertyName: string]: string;
|
|
2237
|
+
};
|
|
2238
|
+
/** Schedule for hourly snapshots */
|
|
2239
|
+
hourlySchedule?: HourlySchedule;
|
|
2240
|
+
/** Schedule for daily snapshots */
|
|
2241
|
+
dailySchedule?: DailySchedule;
|
|
2242
|
+
/** Schedule for weekly snapshots */
|
|
2243
|
+
weeklySchedule?: WeeklySchedule;
|
|
2244
|
+
/** Schedule for monthly snapshots */
|
|
2245
|
+
monthlySchedule?: MonthlySchedule;
|
|
2246
|
+
/** The property to decide policy is enabled or not */
|
|
2247
|
+
enabled?: boolean;
|
|
2248
|
+
/**
|
|
2249
|
+
* Azure lifecycle management
|
|
2250
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2251
|
+
*/
|
|
2252
|
+
readonly provisioningState?: string;
|
|
2253
|
+
}
|
|
2254
|
+
|
|
2255
|
+
/** Snapshot policy properties */
|
|
2256
|
+
export declare interface SnapshotPolicyDetails {
|
|
2257
|
+
/** Resource location */
|
|
2258
|
+
location?: string;
|
|
2259
|
+
/**
|
|
2260
|
+
* Resource Id
|
|
2261
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2262
|
+
*/
|
|
2263
|
+
readonly id?: string;
|
|
2264
|
+
/**
|
|
2265
|
+
* Resource name
|
|
2266
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2267
|
+
*/
|
|
2268
|
+
readonly name?: string;
|
|
2269
|
+
/**
|
|
2270
|
+
* Resource type
|
|
2271
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2272
|
+
*/
|
|
2273
|
+
readonly type?: string;
|
|
2274
|
+
/** Resource tags */
|
|
2275
|
+
tags?: {
|
|
2276
|
+
[propertyName: string]: string;
|
|
2277
|
+
};
|
|
2278
|
+
/** Schedule for hourly snapshots */
|
|
2279
|
+
hourlySchedule?: HourlySchedule;
|
|
2280
|
+
/** Schedule for daily snapshots */
|
|
2281
|
+
dailySchedule?: DailySchedule;
|
|
2282
|
+
/** Schedule for weekly snapshots */
|
|
2283
|
+
weeklySchedule?: WeeklySchedule;
|
|
2284
|
+
/** Schedule for monthly snapshots */
|
|
2285
|
+
monthlySchedule?: MonthlySchedule;
|
|
2286
|
+
/** The property to decide policy is enabled or not */
|
|
2287
|
+
enabled?: boolean;
|
|
2288
|
+
/**
|
|
2289
|
+
* Azure lifecycle management
|
|
2290
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2291
|
+
*/
|
|
2292
|
+
readonly provisioningState?: string;
|
|
2293
|
+
}
|
|
2294
|
+
|
|
2295
|
+
/** Snapshot policy Details for create and update */
|
|
2296
|
+
export declare interface SnapshotPolicyPatch {
|
|
2297
|
+
/** Resource location */
|
|
2298
|
+
location?: string;
|
|
2299
|
+
/**
|
|
2300
|
+
* Resource Id
|
|
2301
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2302
|
+
*/
|
|
2303
|
+
readonly id?: string;
|
|
2304
|
+
/**
|
|
2305
|
+
* Resource name
|
|
2306
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2307
|
+
*/
|
|
2308
|
+
readonly name?: string;
|
|
2309
|
+
/**
|
|
2310
|
+
* Resource type
|
|
2311
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2312
|
+
*/
|
|
2313
|
+
readonly type?: string;
|
|
2314
|
+
/** Resource tags */
|
|
2315
|
+
tags?: {
|
|
2316
|
+
[propertyName: string]: string;
|
|
2317
|
+
};
|
|
2318
|
+
/** Schedule for hourly snapshots */
|
|
2319
|
+
hourlySchedule?: HourlySchedule;
|
|
2320
|
+
/** Schedule for daily snapshots */
|
|
2321
|
+
dailySchedule?: DailySchedule;
|
|
2322
|
+
/** Schedule for weekly snapshots */
|
|
2323
|
+
weeklySchedule?: WeeklySchedule;
|
|
2324
|
+
/** Schedule for monthly snapshots */
|
|
2325
|
+
monthlySchedule?: MonthlySchedule;
|
|
2326
|
+
/** The property to decide policy is enabled or not */
|
|
2327
|
+
enabled?: boolean;
|
|
2328
|
+
/**
|
|
2329
|
+
* Azure lifecycle management
|
|
2330
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2331
|
+
*/
|
|
2332
|
+
readonly provisioningState?: string;
|
|
2333
|
+
}
|
|
2334
|
+
|
|
2335
|
+
/** Volumes associated with snapshot policy */
|
|
2336
|
+
export declare interface SnapshotPolicyVolumeList {
|
|
2337
|
+
/** List of volumes */
|
|
2338
|
+
value?: Volume[];
|
|
2339
|
+
}
|
|
2340
|
+
|
|
2341
|
+
/** Interface representing a Snapshots. */
|
|
2342
|
+
export declare interface Snapshots {
|
|
2343
|
+
/**
|
|
2344
|
+
* List all snapshots associated with the volume
|
|
2345
|
+
* @param resourceGroupName The name of the resource group.
|
|
2346
|
+
* @param accountName The name of the NetApp account
|
|
2347
|
+
* @param poolName The name of the capacity pool
|
|
2348
|
+
* @param volumeName The name of the volume
|
|
2349
|
+
* @param options The options parameters.
|
|
2350
|
+
*/
|
|
2351
|
+
list(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: SnapshotsListOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
2352
|
+
/**
|
|
2353
|
+
* Get details of the specified snapshot
|
|
2354
|
+
* @param resourceGroupName The name of the resource group.
|
|
2355
|
+
* @param accountName The name of the NetApp account
|
|
2356
|
+
* @param poolName The name of the capacity pool
|
|
2357
|
+
* @param volumeName The name of the volume
|
|
2358
|
+
* @param snapshotName The name of the snapshot
|
|
2359
|
+
* @param options The options parameters.
|
|
2360
|
+
*/
|
|
2361
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, options?: SnapshotsGetOptionalParams): Promise<SnapshotsGetResponse>;
|
|
2362
|
+
/**
|
|
2363
|
+
* Create the specified snapshot within the given volume
|
|
2364
|
+
* @param resourceGroupName The name of the resource group.
|
|
2365
|
+
* @param accountName The name of the NetApp account
|
|
2366
|
+
* @param poolName The name of the capacity pool
|
|
2367
|
+
* @param volumeName The name of the volume
|
|
2368
|
+
* @param snapshotName The name of the snapshot
|
|
2369
|
+
* @param body Snapshot object supplied in the body of the operation.
|
|
2370
|
+
* @param options The options parameters.
|
|
2371
|
+
*/
|
|
2372
|
+
beginCreate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<PollerLike<PollOperationState<SnapshotsCreateResponse>, SnapshotsCreateResponse>>;
|
|
2373
|
+
/**
|
|
2374
|
+
* Create the specified snapshot within the given volume
|
|
2375
|
+
* @param resourceGroupName The name of the resource group.
|
|
2376
|
+
* @param accountName The name of the NetApp account
|
|
2377
|
+
* @param poolName The name of the capacity pool
|
|
2378
|
+
* @param volumeName The name of the volume
|
|
2379
|
+
* @param snapshotName The name of the snapshot
|
|
2380
|
+
* @param body Snapshot object supplied in the body of the operation.
|
|
2381
|
+
* @param options The options parameters.
|
|
2382
|
+
*/
|
|
2383
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<SnapshotsCreateResponse>;
|
|
2384
|
+
/**
|
|
2385
|
+
* Patch a snapshot
|
|
2386
|
+
* @param resourceGroupName The name of the resource group.
|
|
2387
|
+
* @param accountName The name of the NetApp account
|
|
2388
|
+
* @param poolName The name of the capacity pool
|
|
2389
|
+
* @param volumeName The name of the volume
|
|
2390
|
+
* @param snapshotName The name of the snapshot
|
|
2391
|
+
* @param body Snapshot object supplied in the body of the operation.
|
|
2392
|
+
* @param options The options parameters.
|
|
2393
|
+
*/
|
|
2394
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Record<string, unknown>, options?: SnapshotsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SnapshotsUpdateResponse>, SnapshotsUpdateResponse>>;
|
|
2395
|
+
/**
|
|
2396
|
+
* Patch a snapshot
|
|
2397
|
+
* @param resourceGroupName The name of the resource group.
|
|
2398
|
+
* @param accountName The name of the NetApp account
|
|
2399
|
+
* @param poolName The name of the capacity pool
|
|
2400
|
+
* @param volumeName The name of the volume
|
|
2401
|
+
* @param snapshotName The name of the snapshot
|
|
2402
|
+
* @param body Snapshot object supplied in the body of the operation.
|
|
2403
|
+
* @param options The options parameters.
|
|
2404
|
+
*/
|
|
2405
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Record<string, unknown>, options?: SnapshotsUpdateOptionalParams): Promise<SnapshotsUpdateResponse>;
|
|
2406
|
+
/**
|
|
2407
|
+
* Delete snapshot
|
|
2408
|
+
* @param resourceGroupName The name of the resource group.
|
|
2409
|
+
* @param accountName The name of the NetApp account
|
|
2410
|
+
* @param poolName The name of the capacity pool
|
|
2411
|
+
* @param volumeName The name of the volume
|
|
2412
|
+
* @param snapshotName The name of the snapshot
|
|
2413
|
+
* @param options The options parameters.
|
|
2414
|
+
*/
|
|
2415
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, options?: SnapshotsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2416
|
+
/**
|
|
2417
|
+
* Delete snapshot
|
|
2418
|
+
* @param resourceGroupName The name of the resource group.
|
|
2419
|
+
* @param accountName The name of the NetApp account
|
|
2420
|
+
* @param poolName The name of the capacity pool
|
|
2421
|
+
* @param volumeName The name of the volume
|
|
2422
|
+
* @param snapshotName The name of the snapshot
|
|
2423
|
+
* @param options The options parameters.
|
|
2424
|
+
*/
|
|
2425
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, options?: SnapshotsDeleteOptionalParams): Promise<void>;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
/** Optional parameters. */
|
|
2429
|
+
export declare interface SnapshotsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2430
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2431
|
+
updateIntervalInMs?: number;
|
|
2432
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2433
|
+
resumeFrom?: string;
|
|
2434
|
+
}
|
|
2435
|
+
|
|
2436
|
+
/** Contains response data for the create operation. */
|
|
2437
|
+
export declare type SnapshotsCreateResponse = Snapshot;
|
|
2438
|
+
|
|
2439
|
+
/** Optional parameters. */
|
|
2440
|
+
export declare interface SnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2441
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2442
|
+
updateIntervalInMs?: number;
|
|
2443
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2444
|
+
resumeFrom?: string;
|
|
2445
|
+
}
|
|
2446
|
+
|
|
2447
|
+
/** Optional parameters. */
|
|
2448
|
+
export declare interface SnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
/** Contains response data for the get operation. */
|
|
2452
|
+
export declare type SnapshotsGetResponse = Snapshot;
|
|
2453
|
+
|
|
2454
|
+
/** List of Snapshots */
|
|
2455
|
+
export declare interface SnapshotsList {
|
|
2456
|
+
/** A list of Snapshots */
|
|
2457
|
+
value?: Snapshot[];
|
|
2458
|
+
}
|
|
2459
|
+
|
|
2460
|
+
/** Optional parameters. */
|
|
2461
|
+
export declare interface SnapshotsListOptionalParams extends coreClient.OperationOptions {
|
|
2462
|
+
}
|
|
2463
|
+
|
|
2464
|
+
/** Contains response data for the list operation. */
|
|
2465
|
+
export declare type SnapshotsListResponse = SnapshotsList;
|
|
2466
|
+
|
|
2467
|
+
/** Optional parameters. */
|
|
2468
|
+
export declare interface SnapshotsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
2469
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2470
|
+
updateIntervalInMs?: number;
|
|
2471
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2472
|
+
resumeFrom?: string;
|
|
2473
|
+
}
|
|
2474
|
+
|
|
2475
|
+
/** Contains response data for the update operation. */
|
|
2476
|
+
export declare type SnapshotsUpdateResponse = Snapshot;
|
|
2477
|
+
|
|
2478
|
+
/** Information regarding Subscription Quota Item. */
|
|
2479
|
+
export declare type SubscriptionQuotaItem = ProxyResource & {
|
|
2480
|
+
/**
|
|
2481
|
+
* The system meta data relating to this resource.
|
|
2482
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2483
|
+
*/
|
|
2484
|
+
readonly systemData?: SystemData;
|
|
2485
|
+
/**
|
|
2486
|
+
* The current quota value.
|
|
2487
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2488
|
+
*/
|
|
2489
|
+
readonly current?: number;
|
|
2490
|
+
/**
|
|
2491
|
+
* The default quota value.
|
|
2492
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2493
|
+
*/
|
|
2494
|
+
readonly default?: number;
|
|
2495
|
+
};
|
|
2496
|
+
|
|
2497
|
+
/** List of Subscription Quota Items */
|
|
2498
|
+
export declare interface SubscriptionQuotaItemList {
|
|
2499
|
+
/** A list of SubscriptionQuotaItems */
|
|
2500
|
+
value?: SubscriptionQuotaItem[];
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
2504
|
+
export declare interface SystemData {
|
|
2505
|
+
/** The identity that created the resource. */
|
|
2506
|
+
createdBy?: string;
|
|
2507
|
+
/** The type of identity that created the resource. */
|
|
2508
|
+
createdByType?: CreatedByType;
|
|
2509
|
+
/** The timestamp of resource creation (UTC). */
|
|
2510
|
+
createdAt?: Date;
|
|
2511
|
+
/** The identity that last modified the resource. */
|
|
2512
|
+
lastModifiedBy?: string;
|
|
2513
|
+
/** The type of identity that last modified the resource. */
|
|
2514
|
+
lastModifiedByType?: CreatedByType;
|
|
2515
|
+
/** The timestamp of resource last modification (UTC) */
|
|
2516
|
+
lastModifiedAt?: Date;
|
|
2517
|
+
}
|
|
2518
|
+
|
|
2519
|
+
/** Vault information */
|
|
2520
|
+
export declare interface Vault {
|
|
2521
|
+
/** Resource location */
|
|
2522
|
+
location: string;
|
|
2523
|
+
/**
|
|
2524
|
+
* Resource Id
|
|
2525
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2526
|
+
*/
|
|
2527
|
+
readonly id?: string;
|
|
2528
|
+
/**
|
|
2529
|
+
* Resource name
|
|
2530
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2531
|
+
*/
|
|
2532
|
+
readonly name?: string;
|
|
2533
|
+
/**
|
|
2534
|
+
* Resource type
|
|
2535
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2536
|
+
*/
|
|
2537
|
+
readonly type?: string;
|
|
2538
|
+
/** Vault Name */
|
|
2539
|
+
vaultName?: string;
|
|
2540
|
+
}
|
|
2541
|
+
|
|
2542
|
+
/** List of Vaults */
|
|
2543
|
+
export declare interface VaultList {
|
|
2544
|
+
/** A list of vaults */
|
|
2545
|
+
value?: Vault[];
|
|
2546
|
+
}
|
|
2547
|
+
|
|
2548
|
+
/** Interface representing a Vaults. */
|
|
2549
|
+
export declare interface Vaults {
|
|
2550
|
+
/**
|
|
2551
|
+
* List vaults for a Netapp Account
|
|
2552
|
+
* @param resourceGroupName The name of the resource group.
|
|
2553
|
+
* @param accountName The name of the NetApp account
|
|
2554
|
+
* @param options The options parameters.
|
|
2555
|
+
*/
|
|
2556
|
+
list(resourceGroupName: string, accountName: string, options?: VaultsListOptionalParams): PagedAsyncIterableIterator<Vault>;
|
|
2557
|
+
}
|
|
2558
|
+
|
|
2559
|
+
/** Optional parameters. */
|
|
2560
|
+
export declare interface VaultsListOptionalParams extends coreClient.OperationOptions {
|
|
2561
|
+
}
|
|
2562
|
+
|
|
2563
|
+
/** Contains response data for the list operation. */
|
|
2564
|
+
export declare type VaultsListResponse = VaultList;
|
|
2565
|
+
|
|
2566
|
+
/** Volume resource */
|
|
2567
|
+
export declare interface Volume {
|
|
2568
|
+
/** Resource location */
|
|
2569
|
+
location: string;
|
|
2570
|
+
/**
|
|
2571
|
+
* Resource Id
|
|
2572
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2573
|
+
*/
|
|
2574
|
+
readonly id?: string;
|
|
2575
|
+
/**
|
|
2576
|
+
* Resource name
|
|
2577
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2578
|
+
*/
|
|
2579
|
+
readonly name?: string;
|
|
2580
|
+
/**
|
|
2581
|
+
* A unique read-only string that changes whenever the resource is updated.
|
|
2582
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2583
|
+
*/
|
|
2584
|
+
readonly etag?: string;
|
|
2585
|
+
/**
|
|
2586
|
+
* Resource type
|
|
2587
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2588
|
+
*/
|
|
2589
|
+
readonly type?: string;
|
|
2590
|
+
/** Resource tags */
|
|
2591
|
+
tags?: {
|
|
2592
|
+
[propertyName: string]: string;
|
|
2593
|
+
};
|
|
2594
|
+
/**
|
|
2595
|
+
* Unique FileSystem Identifier.
|
|
2596
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2597
|
+
*/
|
|
2598
|
+
readonly fileSystemId?: string;
|
|
2599
|
+
/** A unique file path for the volume. Used when creating mount targets */
|
|
2600
|
+
creationToken: string;
|
|
2601
|
+
/** The service level of the file system */
|
|
2602
|
+
serviceLevel?: ServiceLevel;
|
|
2603
|
+
/** 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. Specified in bytes. */
|
|
2604
|
+
usageThreshold: number;
|
|
2605
|
+
/** Set of export policy rules */
|
|
2606
|
+
exportPolicy?: VolumePropertiesExportPolicy;
|
|
2607
|
+
/** Set of protocol types, default NFSv3, CIFS for SMB protocol */
|
|
2608
|
+
protocolTypes?: string[];
|
|
2609
|
+
/**
|
|
2610
|
+
* Azure lifecycle management
|
|
2611
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2612
|
+
*/
|
|
2613
|
+
readonly provisioningState?: string;
|
|
2614
|
+
/** UUID v4 or resource identifier used to identify the Snapshot. */
|
|
2615
|
+
snapshotId?: string;
|
|
2616
|
+
/** UUID v4 or resource identifier used to identify the Backup. */
|
|
2617
|
+
backupId?: string;
|
|
2618
|
+
/**
|
|
2619
|
+
* Unique Baremetal Tenant Identifier.
|
|
2620
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2621
|
+
*/
|
|
2622
|
+
readonly baremetalTenantId?: string;
|
|
2623
|
+
/** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
|
|
2624
|
+
subnetId: string;
|
|
2625
|
+
/** Basic network, or Standard features available to the volume. */
|
|
2626
|
+
networkFeatures?: NetworkFeatures;
|
|
2627
|
+
/**
|
|
2628
|
+
* Network Sibling Set ID for the the group of volumes sharing networking resources.
|
|
2629
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2630
|
+
*/
|
|
2631
|
+
readonly networkSiblingSetId?: string;
|
|
2632
|
+
/**
|
|
2633
|
+
* Provides storage to network proximity information for the volume.
|
|
2634
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2635
|
+
*/
|
|
2636
|
+
readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
|
|
2637
|
+
/**
|
|
2638
|
+
* List of mount targets
|
|
2639
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2640
|
+
*/
|
|
2641
|
+
readonly mountTargets?: MountTargetProperties[];
|
|
2642
|
+
/** What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection */
|
|
2643
|
+
volumeType?: string;
|
|
2644
|
+
/** DataProtection type volumes include an object containing details of the replication */
|
|
2645
|
+
dataProtection?: VolumePropertiesDataProtection;
|
|
2646
|
+
/** Restoring */
|
|
2647
|
+
isRestoring?: boolean;
|
|
2648
|
+
/** If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true). */
|
|
2649
|
+
snapshotDirectoryVisible?: boolean;
|
|
2650
|
+
/** Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later */
|
|
2651
|
+
kerberosEnabled?: boolean;
|
|
2652
|
+
/** The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol */
|
|
2653
|
+
securityStyle?: SecurityStyle;
|
|
2654
|
+
/** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later */
|
|
2655
|
+
smbEncryption?: boolean;
|
|
2656
|
+
/** Enables continuously available share property for smb volume. Only applicable for SMB volume */
|
|
2657
|
+
smbContinuouslyAvailable?: boolean;
|
|
2658
|
+
/** Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
|
|
2659
|
+
throughputMibps?: number;
|
|
2660
|
+
/** Encryption Key Source. Possible values are: 'Microsoft.NetApp' */
|
|
2661
|
+
encryptionKeySource?: string;
|
|
2662
|
+
/** Specifies whether LDAP is enabled or not for a given NFS volume. */
|
|
2663
|
+
ldapEnabled?: boolean;
|
|
2664
|
+
/** Specifies whether Cool Access(tiering) is enabled for the volume. */
|
|
2665
|
+
coolAccess?: boolean;
|
|
2666
|
+
/** Specifies the number of days after which data that is not accessed by clients will be tiered. */
|
|
2667
|
+
coolnessPeriod?: number;
|
|
2668
|
+
/** UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. */
|
|
2669
|
+
unixPermissions?: string;
|
|
2670
|
+
/**
|
|
2671
|
+
* When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
|
|
2672
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2673
|
+
*/
|
|
2674
|
+
readonly cloneProgress?: number;
|
|
2675
|
+
/** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
|
|
2676
|
+
avsDataStore?: AvsDataStore;
|
|
2677
|
+
/** Specifies if default quota is enabled for the volume. */
|
|
2678
|
+
isDefaultQuotaEnabled?: boolean;
|
|
2679
|
+
/** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
|
|
2680
|
+
defaultUserQuotaInKiBs?: number;
|
|
2681
|
+
/** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
|
|
2682
|
+
defaultGroupQuotaInKiBs?: number;
|
|
2683
|
+
/**
|
|
2684
|
+
* Volume Group Name
|
|
2685
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2686
|
+
*/
|
|
2687
|
+
readonly volumeGroupName?: string;
|
|
2688
|
+
/** Pool Resource Id used in case of creating a volume through volume group */
|
|
2689
|
+
capacityPoolResourceId?: string;
|
|
2690
|
+
/** Proximity placement group associated with the volume */
|
|
2691
|
+
proximityPlacementGroup?: string;
|
|
2692
|
+
/**
|
|
2693
|
+
* T2 network information
|
|
2694
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2695
|
+
*/
|
|
2696
|
+
readonly t2Network?: string;
|
|
2697
|
+
/** Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log */
|
|
2698
|
+
volumeSpecName?: string;
|
|
2699
|
+
/** Application specific placement rules for the particular volume */
|
|
2700
|
+
placementRules?: PlacementKeyValuePairs[];
|
|
2701
|
+
}
|
|
2702
|
+
|
|
2703
|
+
/** Volume Backup Properties */
|
|
2704
|
+
export declare interface VolumeBackupProperties {
|
|
2705
|
+
/** Backup Policy Resource ID */
|
|
2706
|
+
backupPolicyId?: string;
|
|
2707
|
+
/** Policy Enforced */
|
|
2708
|
+
policyEnforced?: boolean;
|
|
2709
|
+
/** Vault Resource ID */
|
|
2710
|
+
vaultId?: string;
|
|
2711
|
+
/** Backup Enabled */
|
|
2712
|
+
backupEnabled?: boolean;
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
/** Volume details using the backup policy */
|
|
2716
|
+
export declare interface VolumeBackups {
|
|
2717
|
+
/** Volume name */
|
|
2718
|
+
volumeName?: string;
|
|
2719
|
+
/** Total count of backups for volume */
|
|
2720
|
+
backupsCount?: number;
|
|
2721
|
+
/** Policy enabled */
|
|
2722
|
+
policyEnabled?: boolean;
|
|
2723
|
+
}
|
|
2724
|
+
|
|
2725
|
+
/** Volume group resource */
|
|
2726
|
+
export declare interface VolumeGroup {
|
|
2727
|
+
/** Resource location */
|
|
2728
|
+
location?: string;
|
|
2729
|
+
/**
|
|
2730
|
+
* Resource Id
|
|
2731
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2732
|
+
*/
|
|
2733
|
+
readonly id?: string;
|
|
2734
|
+
/**
|
|
2735
|
+
* Resource name
|
|
2736
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2737
|
+
*/
|
|
2738
|
+
readonly name?: string;
|
|
2739
|
+
/**
|
|
2740
|
+
* Resource type
|
|
2741
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2742
|
+
*/
|
|
2743
|
+
readonly type?: string;
|
|
2744
|
+
/** Resource tags */
|
|
2745
|
+
tags?: {
|
|
2746
|
+
[propertyName: string]: string;
|
|
2747
|
+
};
|
|
2748
|
+
/**
|
|
2749
|
+
* Azure lifecycle management
|
|
2750
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2751
|
+
*/
|
|
2752
|
+
readonly provisioningState?: string;
|
|
2753
|
+
/** Volume group details */
|
|
2754
|
+
groupMetaData?: VolumeGroupMetaData;
|
|
2755
|
+
}
|
|
2756
|
+
|
|
2757
|
+
/** Volume group resource for create */
|
|
2758
|
+
export declare interface VolumeGroupDetails {
|
|
2759
|
+
/** Resource location */
|
|
2760
|
+
location?: string;
|
|
2761
|
+
/**
|
|
2762
|
+
* Resource Id
|
|
2763
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2764
|
+
*/
|
|
2765
|
+
readonly id?: string;
|
|
2766
|
+
/**
|
|
2767
|
+
* Resource name
|
|
2768
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2769
|
+
*/
|
|
2770
|
+
readonly name?: string;
|
|
2771
|
+
/**
|
|
2772
|
+
* Resource type
|
|
2773
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2774
|
+
*/
|
|
2775
|
+
readonly type?: string;
|
|
2776
|
+
/** Resource tags */
|
|
2777
|
+
tags?: {
|
|
2778
|
+
[propertyName: string]: string;
|
|
2779
|
+
};
|
|
2780
|
+
/**
|
|
2781
|
+
* Azure lifecycle management
|
|
2782
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2783
|
+
*/
|
|
2784
|
+
readonly provisioningState?: string;
|
|
2785
|
+
/** Volume group details */
|
|
2786
|
+
groupMetaData?: VolumeGroupMetaData;
|
|
2787
|
+
/** List of volumes from group */
|
|
2788
|
+
volumes?: VolumeGroupVolumeProperties[];
|
|
2789
|
+
}
|
|
2790
|
+
|
|
2791
|
+
/** List of volume group resources */
|
|
2792
|
+
export declare interface VolumeGroupList {
|
|
2793
|
+
/** List of volume Groups */
|
|
2794
|
+
value?: VolumeGroup[];
|
|
2795
|
+
}
|
|
2796
|
+
|
|
2797
|
+
/** Volume group properties */
|
|
2798
|
+
export declare interface VolumeGroupMetaData {
|
|
2799
|
+
/** Group Description */
|
|
2800
|
+
groupDescription?: string;
|
|
2801
|
+
/** Application Type */
|
|
2802
|
+
applicationType?: ApplicationType;
|
|
2803
|
+
/** Application specific identifier */
|
|
2804
|
+
applicationIdentifier?: string;
|
|
2805
|
+
/** Application specific placement rules for the volume group */
|
|
2806
|
+
globalPlacementRules?: PlacementKeyValuePairs[];
|
|
2807
|
+
/** Application specific identifier of deployment rules for the volume group */
|
|
2808
|
+
deploymentSpecId?: string;
|
|
2809
|
+
/**
|
|
2810
|
+
* Number of volumes in volume group
|
|
2811
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2812
|
+
*/
|
|
2813
|
+
readonly volumesCount?: number;
|
|
2814
|
+
}
|
|
2815
|
+
|
|
2816
|
+
/** Interface representing a VolumeGroups. */
|
|
2817
|
+
export declare interface VolumeGroups {
|
|
2818
|
+
/**
|
|
2819
|
+
* List all volume groups for given account
|
|
2820
|
+
* @param resourceGroupName The name of the resource group.
|
|
2821
|
+
* @param accountName The name of the NetApp account
|
|
2822
|
+
* @param options The options parameters.
|
|
2823
|
+
*/
|
|
2824
|
+
listByNetAppAccount(resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams): PagedAsyncIterableIterator<VolumeGroup>;
|
|
2825
|
+
/**
|
|
2826
|
+
* Get details of the specified volume group
|
|
2827
|
+
* @param resourceGroupName The name of the resource group.
|
|
2828
|
+
* @param accountName The name of the NetApp account
|
|
2829
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
2830
|
+
* @param options The options parameters.
|
|
2831
|
+
*/
|
|
2832
|
+
get(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams): Promise<VolumeGroupsGetResponse>;
|
|
2833
|
+
/**
|
|
2834
|
+
* Create a volume group along with specified volumes
|
|
2835
|
+
* @param resourceGroupName The name of the resource group.
|
|
2836
|
+
* @param accountName The name of the NetApp account
|
|
2837
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
2838
|
+
* @param body Volume Group object supplied in the body of the operation.
|
|
2839
|
+
* @param options The options parameters.
|
|
2840
|
+
*/
|
|
2841
|
+
beginCreate(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams): Promise<PollerLike<PollOperationState<VolumeGroupsCreateResponse>, VolumeGroupsCreateResponse>>;
|
|
2842
|
+
/**
|
|
2843
|
+
* Create a volume group along with specified volumes
|
|
2844
|
+
* @param resourceGroupName The name of the resource group.
|
|
2845
|
+
* @param accountName The name of the NetApp account
|
|
2846
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
2847
|
+
* @param body Volume Group object supplied in the body of the operation.
|
|
2848
|
+
* @param options The options parameters.
|
|
2849
|
+
*/
|
|
2850
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams): Promise<VolumeGroupsCreateResponse>;
|
|
2851
|
+
/**
|
|
2852
|
+
* Delete the specified volume group only if there are no volumes under volume group.
|
|
2853
|
+
* @param resourceGroupName The name of the resource group.
|
|
2854
|
+
* @param accountName The name of the NetApp account
|
|
2855
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
2856
|
+
* @param options The options parameters.
|
|
2857
|
+
*/
|
|
2858
|
+
beginDelete(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
2859
|
+
/**
|
|
2860
|
+
* Delete the specified volume group only if there are no volumes under volume group.
|
|
2861
|
+
* @param resourceGroupName The name of the resource group.
|
|
2862
|
+
* @param accountName The name of the NetApp account
|
|
2863
|
+
* @param volumeGroupName The name of the volumeGroup
|
|
2864
|
+
* @param options The options parameters.
|
|
2865
|
+
*/
|
|
2866
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<void>;
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
/** Optional parameters. */
|
|
2870
|
+
export declare interface VolumeGroupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
2871
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2872
|
+
updateIntervalInMs?: number;
|
|
2873
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2874
|
+
resumeFrom?: string;
|
|
2875
|
+
}
|
|
2876
|
+
|
|
2877
|
+
/** Contains response data for the create operation. */
|
|
2878
|
+
export declare type VolumeGroupsCreateResponse = VolumeGroupDetails;
|
|
2879
|
+
|
|
2880
|
+
/** Optional parameters. */
|
|
2881
|
+
export declare interface VolumeGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
2882
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
2883
|
+
updateIntervalInMs?: number;
|
|
2884
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
2885
|
+
resumeFrom?: string;
|
|
2886
|
+
}
|
|
2887
|
+
|
|
2888
|
+
/** Optional parameters. */
|
|
2889
|
+
export declare interface VolumeGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
2890
|
+
}
|
|
2891
|
+
|
|
2892
|
+
/** Contains response data for the get operation. */
|
|
2893
|
+
export declare type VolumeGroupsGetResponse = VolumeGroupDetails;
|
|
2894
|
+
|
|
2895
|
+
/** Optional parameters. */
|
|
2896
|
+
export declare interface VolumeGroupsListByNetAppAccountOptionalParams extends coreClient.OperationOptions {
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
/** Contains response data for the listByNetAppAccount operation. */
|
|
2900
|
+
export declare type VolumeGroupsListByNetAppAccountResponse = VolumeGroupList;
|
|
2901
|
+
|
|
2902
|
+
/** Volume resource */
|
|
2903
|
+
export declare interface VolumeGroupVolumeProperties {
|
|
2904
|
+
/**
|
|
2905
|
+
* Resource Id
|
|
2906
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2907
|
+
*/
|
|
2908
|
+
readonly id?: string;
|
|
2909
|
+
/** Resource name */
|
|
2910
|
+
name?: string;
|
|
2911
|
+
/**
|
|
2912
|
+
* Resource type
|
|
2913
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2914
|
+
*/
|
|
2915
|
+
readonly type?: string;
|
|
2916
|
+
/** Resource tags */
|
|
2917
|
+
tags?: {
|
|
2918
|
+
[propertyName: string]: string;
|
|
2919
|
+
};
|
|
2920
|
+
/**
|
|
2921
|
+
* Unique FileSystem Identifier.
|
|
2922
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2923
|
+
*/
|
|
2924
|
+
readonly fileSystemId?: string;
|
|
2925
|
+
/** A unique file path for the volume. Used when creating mount targets */
|
|
2926
|
+
creationToken: string;
|
|
2927
|
+
/** The service level of the file system */
|
|
2928
|
+
serviceLevel?: ServiceLevel;
|
|
2929
|
+
/** 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. Specified in bytes. */
|
|
2930
|
+
usageThreshold: number;
|
|
2931
|
+
/** Set of export policy rules */
|
|
2932
|
+
exportPolicy?: VolumePropertiesExportPolicy;
|
|
2933
|
+
/** Set of protocol types, default NFSv3, CIFS for SMB protocol */
|
|
2934
|
+
protocolTypes?: string[];
|
|
2935
|
+
/**
|
|
2936
|
+
* Azure lifecycle management
|
|
2937
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2938
|
+
*/
|
|
2939
|
+
readonly provisioningState?: string;
|
|
2940
|
+
/** UUID v4 or resource identifier used to identify the Snapshot. */
|
|
2941
|
+
snapshotId?: string;
|
|
2942
|
+
/** UUID v4 or resource identifier used to identify the Backup. */
|
|
2943
|
+
backupId?: string;
|
|
2944
|
+
/**
|
|
2945
|
+
* Unique Baremetal Tenant Identifier.
|
|
2946
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2947
|
+
*/
|
|
2948
|
+
readonly baremetalTenantId?: string;
|
|
2949
|
+
/** The Azure Resource URI for a delegated subnet. Must have the delegation Microsoft.NetApp/volumes */
|
|
2950
|
+
subnetId: string;
|
|
2951
|
+
/** Basic network, or Standard features available to the volume. */
|
|
2952
|
+
networkFeatures?: NetworkFeatures;
|
|
2953
|
+
/**
|
|
2954
|
+
* Network Sibling Set ID for the the group of volumes sharing networking resources.
|
|
2955
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2956
|
+
*/
|
|
2957
|
+
readonly networkSiblingSetId?: string;
|
|
2958
|
+
/**
|
|
2959
|
+
* Provides storage to network proximity information for the volume.
|
|
2960
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2961
|
+
*/
|
|
2962
|
+
readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
|
|
2963
|
+
/**
|
|
2964
|
+
* List of mount targets
|
|
2965
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2966
|
+
*/
|
|
2967
|
+
readonly mountTargets?: MountTargetProperties[];
|
|
2968
|
+
/** What type of volume is this. For destination volumes in Cross Region Replication, set type to DataProtection */
|
|
2969
|
+
volumeType?: string;
|
|
2970
|
+
/** DataProtection type volumes include an object containing details of the replication */
|
|
2971
|
+
dataProtection?: VolumePropertiesDataProtection;
|
|
2972
|
+
/** Restoring */
|
|
2973
|
+
isRestoring?: boolean;
|
|
2974
|
+
/** If enabled (true) the volume will contain a read-only snapshot directory which provides access to each of the volume's snapshots (default to true). */
|
|
2975
|
+
snapshotDirectoryVisible?: boolean;
|
|
2976
|
+
/** Describe if a volume is KerberosEnabled. To be use with swagger version 2020-05-01 or later */
|
|
2977
|
+
kerberosEnabled?: boolean;
|
|
2978
|
+
/** The security style of volume, default unix, defaults to ntfs for dual protocol or CIFS protocol */
|
|
2979
|
+
securityStyle?: SecurityStyle;
|
|
2980
|
+
/** Enables encryption for in-flight smb3 data. Only applicable for SMB/DualProtocol volume. To be used with swagger version 2020-08-01 or later */
|
|
2981
|
+
smbEncryption?: boolean;
|
|
2982
|
+
/** Enables continuously available share property for smb volume. Only applicable for SMB volume */
|
|
2983
|
+
smbContinuouslyAvailable?: boolean;
|
|
2984
|
+
/** Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
|
|
2985
|
+
throughputMibps?: number;
|
|
2986
|
+
/** Encryption Key Source. Possible values are: 'Microsoft.NetApp' */
|
|
2987
|
+
encryptionKeySource?: string;
|
|
2988
|
+
/** Specifies whether LDAP is enabled or not for a given NFS volume. */
|
|
2989
|
+
ldapEnabled?: boolean;
|
|
2990
|
+
/** Specifies whether Cool Access(tiering) is enabled for the volume. */
|
|
2991
|
+
coolAccess?: boolean;
|
|
2992
|
+
/** Specifies the number of days after which data that is not accessed by clients will be tiered. */
|
|
2993
|
+
coolnessPeriod?: number;
|
|
2994
|
+
/** UNIX permissions for NFS volume accepted in octal 4 digit format. First digit selects the set user ID(4), set group ID (2) and sticky (1) attributes. Second digit selects permission for the owner of the file: read (4), write (2) and execute (1). Third selects permissions for other users in the same group. the fourth for other users not in the group. 0755 - gives read/write/execute permissions to owner and read/execute to group and other users. */
|
|
2995
|
+
unixPermissions?: string;
|
|
2996
|
+
/**
|
|
2997
|
+
* When a volume is being restored from another volume's snapshot, will show the percentage completion of this cloning process. When this value is empty/null there is no cloning process currently happening on this volume. This value will update every 5 minutes during cloning.
|
|
2998
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
2999
|
+
*/
|
|
3000
|
+
readonly cloneProgress?: number;
|
|
3001
|
+
/** Specifies whether the volume is enabled for Azure VMware Solution (AVS) datastore purpose */
|
|
3002
|
+
avsDataStore?: AvsDataStore;
|
|
3003
|
+
/** Specifies if default quota is enabled for the volume. */
|
|
3004
|
+
isDefaultQuotaEnabled?: boolean;
|
|
3005
|
+
/** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
|
|
3006
|
+
defaultUserQuotaInKiBs?: number;
|
|
3007
|
+
/** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
|
|
3008
|
+
defaultGroupQuotaInKiBs?: number;
|
|
3009
|
+
/**
|
|
3010
|
+
* Volume Group Name
|
|
3011
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3012
|
+
*/
|
|
3013
|
+
readonly volumeGroupName?: string;
|
|
3014
|
+
/** Pool Resource Id used in case of creating a volume through volume group */
|
|
3015
|
+
capacityPoolResourceId?: string;
|
|
3016
|
+
/** Proximity placement group associated with the volume */
|
|
3017
|
+
proximityPlacementGroup?: string;
|
|
3018
|
+
/**
|
|
3019
|
+
* T2 network information
|
|
3020
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3021
|
+
*/
|
|
3022
|
+
readonly t2Network?: string;
|
|
3023
|
+
/** Volume spec name is the application specific designation or identifier for the particular volume in a volume group for e.g. data, log */
|
|
3024
|
+
volumeSpecName?: string;
|
|
3025
|
+
/** Application specific placement rules for the particular volume */
|
|
3026
|
+
placementRules?: PlacementKeyValuePairs[];
|
|
3027
|
+
}
|
|
3028
|
+
|
|
3029
|
+
/** List of volume resources */
|
|
3030
|
+
export declare interface VolumeList {
|
|
3031
|
+
/** List of volumes */
|
|
3032
|
+
value?: Volume[];
|
|
3033
|
+
/** URL to get the next set of results. */
|
|
3034
|
+
nextLink?: string;
|
|
3035
|
+
}
|
|
3036
|
+
|
|
3037
|
+
/** Volume patch resource */
|
|
3038
|
+
export declare interface VolumePatch {
|
|
3039
|
+
/** Resource location */
|
|
3040
|
+
location?: string;
|
|
3041
|
+
/**
|
|
3042
|
+
* Resource Id
|
|
3043
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3044
|
+
*/
|
|
3045
|
+
readonly id?: string;
|
|
3046
|
+
/**
|
|
3047
|
+
* Resource name
|
|
3048
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3049
|
+
*/
|
|
3050
|
+
readonly name?: string;
|
|
3051
|
+
/**
|
|
3052
|
+
* Resource type
|
|
3053
|
+
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
3054
|
+
*/
|
|
3055
|
+
readonly type?: string;
|
|
3056
|
+
/** Resource tags */
|
|
3057
|
+
tags?: {
|
|
3058
|
+
[propertyName: string]: string;
|
|
3059
|
+
};
|
|
3060
|
+
/** The service level of the file system */
|
|
3061
|
+
serviceLevel?: ServiceLevel;
|
|
3062
|
+
/** 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. Specified in bytes. */
|
|
3063
|
+
usageThreshold?: number;
|
|
3064
|
+
/** Set of export policy rules */
|
|
3065
|
+
exportPolicy?: VolumePatchPropertiesExportPolicy;
|
|
3066
|
+
/** Maximum throughput in Mibps that can be achieved by this volume and this will be accepted as input only for manual qosType volume */
|
|
3067
|
+
throughputMibps?: number;
|
|
3068
|
+
/** DataProtection type volumes include an object containing details of the replication */
|
|
3069
|
+
dataProtection?: VolumePatchPropertiesDataProtection;
|
|
3070
|
+
/** Specifies if default quota is enabled for the volume. */
|
|
3071
|
+
isDefaultQuotaEnabled?: boolean;
|
|
3072
|
+
/** Default user quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies . */
|
|
3073
|
+
defaultUserQuotaInKiBs?: number;
|
|
3074
|
+
/** Default group quota for volume in KiBs. If isDefaultQuotaEnabled is set, the minimum value of 4 KiBs applies. */
|
|
3075
|
+
defaultGroupQuotaInKiBs?: number;
|
|
3076
|
+
}
|
|
3077
|
+
|
|
3078
|
+
/** DataProtection type volumes include an object containing details of the replication */
|
|
3079
|
+
export declare interface VolumePatchPropertiesDataProtection {
|
|
3080
|
+
/** Backup Properties */
|
|
3081
|
+
backup?: VolumeBackupProperties;
|
|
3082
|
+
/** Snapshot properties. */
|
|
3083
|
+
snapshot?: VolumeSnapshotProperties;
|
|
3084
|
+
}
|
|
3085
|
+
|
|
3086
|
+
/** Set of export policy rules */
|
|
3087
|
+
export declare interface VolumePatchPropertiesExportPolicy {
|
|
3088
|
+
/** Export policy rule */
|
|
3089
|
+
rules?: ExportPolicyRule[];
|
|
3090
|
+
}
|
|
3091
|
+
|
|
3092
|
+
/** DataProtection type volumes include an object containing details of the replication */
|
|
3093
|
+
export declare interface VolumePropertiesDataProtection {
|
|
3094
|
+
/** Backup Properties */
|
|
3095
|
+
backup?: VolumeBackupProperties;
|
|
3096
|
+
/** Replication properties */
|
|
3097
|
+
replication?: ReplicationObject;
|
|
3098
|
+
/** Snapshot properties. */
|
|
3099
|
+
snapshot?: VolumeSnapshotProperties;
|
|
3100
|
+
}
|
|
3101
|
+
|
|
3102
|
+
/** Set of export policy rules */
|
|
3103
|
+
export declare interface VolumePropertiesExportPolicy {
|
|
3104
|
+
/** Export policy rule */
|
|
3105
|
+
rules?: ExportPolicyRule[];
|
|
3106
|
+
}
|
|
3107
|
+
|
|
3108
|
+
/** revert a volume to the snapshot */
|
|
3109
|
+
export declare interface VolumeRevert {
|
|
3110
|
+
/** Resource id of the snapshot */
|
|
3111
|
+
snapshotId?: string;
|
|
3112
|
+
}
|
|
3113
|
+
|
|
3114
|
+
/** Interface representing a Volumes. */
|
|
3115
|
+
export declare interface Volumes {
|
|
3116
|
+
/**
|
|
3117
|
+
* List all volumes within the capacity pool
|
|
3118
|
+
* @param resourceGroupName The name of the resource group.
|
|
3119
|
+
* @param accountName The name of the NetApp account
|
|
3120
|
+
* @param poolName The name of the capacity pool
|
|
3121
|
+
* @param options The options parameters.
|
|
3122
|
+
*/
|
|
3123
|
+
list(resourceGroupName: string, accountName: string, poolName: string, options?: VolumesListOptionalParams): PagedAsyncIterableIterator<Volume>;
|
|
3124
|
+
/**
|
|
3125
|
+
* Get the details of the specified volume
|
|
3126
|
+
* @param resourceGroupName The name of the resource group.
|
|
3127
|
+
* @param accountName The name of the NetApp account
|
|
3128
|
+
* @param poolName The name of the capacity pool
|
|
3129
|
+
* @param volumeName The name of the volume
|
|
3130
|
+
* @param options The options parameters.
|
|
3131
|
+
*/
|
|
3132
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<VolumesGetResponse>;
|
|
3133
|
+
/**
|
|
3134
|
+
* Create or update the specified volume within the capacity pool
|
|
3135
|
+
* @param resourceGroupName The name of the resource group.
|
|
3136
|
+
* @param accountName The name of the NetApp account
|
|
3137
|
+
* @param poolName The name of the capacity pool
|
|
3138
|
+
* @param volumeName The name of the volume
|
|
3139
|
+
* @param body Volume object supplied in the body of the operation.
|
|
3140
|
+
* @param options The options parameters.
|
|
3141
|
+
*/
|
|
3142
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VolumesCreateOrUpdateResponse>, VolumesCreateOrUpdateResponse>>;
|
|
3143
|
+
/**
|
|
3144
|
+
* Create or update the specified volume within the capacity pool
|
|
3145
|
+
* @param resourceGroupName The name of the resource group.
|
|
3146
|
+
* @param accountName The name of the NetApp account
|
|
3147
|
+
* @param poolName The name of the capacity pool
|
|
3148
|
+
* @param volumeName The name of the volume
|
|
3149
|
+
* @param body Volume object supplied in the body of the operation.
|
|
3150
|
+
* @param options The options parameters.
|
|
3151
|
+
*/
|
|
3152
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<VolumesCreateOrUpdateResponse>;
|
|
3153
|
+
/**
|
|
3154
|
+
* Patch the specified volume
|
|
3155
|
+
* @param resourceGroupName The name of the resource group.
|
|
3156
|
+
* @param accountName The name of the NetApp account
|
|
3157
|
+
* @param poolName The name of the capacity pool
|
|
3158
|
+
* @param volumeName The name of the volume
|
|
3159
|
+
* @param body Volume object supplied in the body of the operation.
|
|
3160
|
+
* @param options The options parameters.
|
|
3161
|
+
*/
|
|
3162
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumePatch, options?: VolumesUpdateOptionalParams): Promise<PollerLike<PollOperationState<VolumesUpdateResponse>, VolumesUpdateResponse>>;
|
|
3163
|
+
/**
|
|
3164
|
+
* Patch the specified volume
|
|
3165
|
+
* @param resourceGroupName The name of the resource group.
|
|
3166
|
+
* @param accountName The name of the NetApp account
|
|
3167
|
+
* @param poolName The name of the capacity pool
|
|
3168
|
+
* @param volumeName The name of the volume
|
|
3169
|
+
* @param body Volume object supplied in the body of the operation.
|
|
3170
|
+
* @param options The options parameters.
|
|
3171
|
+
*/
|
|
3172
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumePatch, options?: VolumesUpdateOptionalParams): Promise<VolumesUpdateResponse>;
|
|
3173
|
+
/**
|
|
3174
|
+
* Delete the specified volume
|
|
3175
|
+
* @param resourceGroupName The name of the resource group.
|
|
3176
|
+
* @param accountName The name of the NetApp account
|
|
3177
|
+
* @param poolName The name of the capacity pool
|
|
3178
|
+
* @param volumeName The name of the volume
|
|
3179
|
+
* @param options The options parameters.
|
|
3180
|
+
*/
|
|
3181
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3182
|
+
/**
|
|
3183
|
+
* Delete the specified volume
|
|
3184
|
+
* @param resourceGroupName The name of the resource group.
|
|
3185
|
+
* @param accountName The name of the NetApp account
|
|
3186
|
+
* @param poolName The name of the capacity pool
|
|
3187
|
+
* @param volumeName The name of the volume
|
|
3188
|
+
* @param options The options parameters.
|
|
3189
|
+
*/
|
|
3190
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<void>;
|
|
3191
|
+
/**
|
|
3192
|
+
* Revert a volume to the snapshot specified in the body
|
|
3193
|
+
* @param resourceGroupName The name of the resource group.
|
|
3194
|
+
* @param accountName The name of the NetApp account
|
|
3195
|
+
* @param poolName The name of the capacity pool
|
|
3196
|
+
* @param volumeName The name of the volume
|
|
3197
|
+
* @param body Object for snapshot to revert supplied in the body of the operation.
|
|
3198
|
+
* @param options The options parameters.
|
|
3199
|
+
*/
|
|
3200
|
+
beginRevert(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumeRevert, options?: VolumesRevertOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3201
|
+
/**
|
|
3202
|
+
* Revert a volume to the snapshot specified in the body
|
|
3203
|
+
* @param resourceGroupName The name of the resource group.
|
|
3204
|
+
* @param accountName The name of the NetApp account
|
|
3205
|
+
* @param poolName The name of the capacity pool
|
|
3206
|
+
* @param volumeName The name of the volume
|
|
3207
|
+
* @param body Object for snapshot to revert supplied in the body of the operation.
|
|
3208
|
+
* @param options The options parameters.
|
|
3209
|
+
*/
|
|
3210
|
+
beginRevertAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumeRevert, options?: VolumesRevertOptionalParams): Promise<void>;
|
|
3211
|
+
/**
|
|
3212
|
+
* Break the replication connection on the destination volume
|
|
3213
|
+
* @param resourceGroupName The name of the resource group.
|
|
3214
|
+
* @param accountName The name of the NetApp account
|
|
3215
|
+
* @param poolName The name of the capacity pool
|
|
3216
|
+
* @param volumeName The name of the volume
|
|
3217
|
+
* @param options The options parameters.
|
|
3218
|
+
*/
|
|
3219
|
+
beginBreakReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesBreakReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3220
|
+
/**
|
|
3221
|
+
* Break the replication connection on the destination volume
|
|
3222
|
+
* @param resourceGroupName The name of the resource group.
|
|
3223
|
+
* @param accountName The name of the NetApp account
|
|
3224
|
+
* @param poolName The name of the capacity pool
|
|
3225
|
+
* @param volumeName The name of the volume
|
|
3226
|
+
* @param options The options parameters.
|
|
3227
|
+
*/
|
|
3228
|
+
beginBreakReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesBreakReplicationOptionalParams): Promise<void>;
|
|
3229
|
+
/**
|
|
3230
|
+
* Get the status of the replication
|
|
3231
|
+
* @param resourceGroupName The name of the resource group.
|
|
3232
|
+
* @param accountName The name of the NetApp account
|
|
3233
|
+
* @param poolName The name of the capacity pool
|
|
3234
|
+
* @param volumeName The name of the volume
|
|
3235
|
+
* @param options The options parameters.
|
|
3236
|
+
*/
|
|
3237
|
+
replicationStatus(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesReplicationStatusOptionalParams): Promise<VolumesReplicationStatusResponse>;
|
|
3238
|
+
/**
|
|
3239
|
+
* Resync the connection on the destination volume. If the operation is ran on the source volume it
|
|
3240
|
+
* will reverse-resync the connection and sync from destination to source.
|
|
3241
|
+
* @param resourceGroupName The name of the resource group.
|
|
3242
|
+
* @param accountName The name of the NetApp account
|
|
3243
|
+
* @param poolName The name of the capacity pool
|
|
3244
|
+
* @param volumeName The name of the volume
|
|
3245
|
+
* @param options The options parameters.
|
|
3246
|
+
*/
|
|
3247
|
+
beginResyncReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesResyncReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3248
|
+
/**
|
|
3249
|
+
* Resync the connection on the destination volume. If the operation is ran on the source volume it
|
|
3250
|
+
* will reverse-resync the connection and sync from destination to source.
|
|
3251
|
+
* @param resourceGroupName The name of the resource group.
|
|
3252
|
+
* @param accountName The name of the NetApp account
|
|
3253
|
+
* @param poolName The name of the capacity pool
|
|
3254
|
+
* @param volumeName The name of the volume
|
|
3255
|
+
* @param options The options parameters.
|
|
3256
|
+
*/
|
|
3257
|
+
beginResyncReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesResyncReplicationOptionalParams): Promise<void>;
|
|
3258
|
+
/**
|
|
3259
|
+
* Delete the replication connection on the destination volume, and send release to the source
|
|
3260
|
+
* replication
|
|
3261
|
+
* @param resourceGroupName The name of the resource group.
|
|
3262
|
+
* @param accountName The name of the NetApp account
|
|
3263
|
+
* @param poolName The name of the capacity pool
|
|
3264
|
+
* @param volumeName The name of the volume
|
|
3265
|
+
* @param options The options parameters.
|
|
3266
|
+
*/
|
|
3267
|
+
beginDeleteReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3268
|
+
/**
|
|
3269
|
+
* Delete the replication connection on the destination volume, and send release to the source
|
|
3270
|
+
* replication
|
|
3271
|
+
* @param resourceGroupName The name of the resource group.
|
|
3272
|
+
* @param accountName The name of the NetApp account
|
|
3273
|
+
* @param poolName The name of the capacity pool
|
|
3274
|
+
* @param volumeName The name of the volume
|
|
3275
|
+
* @param options The options parameters.
|
|
3276
|
+
*/
|
|
3277
|
+
beginDeleteReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteReplicationOptionalParams): Promise<void>;
|
|
3278
|
+
/**
|
|
3279
|
+
* Authorize the replication connection on the source volume
|
|
3280
|
+
* @param resourceGroupName The name of the resource group.
|
|
3281
|
+
* @param accountName The name of the NetApp account
|
|
3282
|
+
* @param poolName The name of the capacity pool
|
|
3283
|
+
* @param volumeName The name of the volume
|
|
3284
|
+
* @param body Authorize request object supplied in the body of the operation.
|
|
3285
|
+
* @param options The options parameters.
|
|
3286
|
+
*/
|
|
3287
|
+
beginAuthorizeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: AuthorizeRequest, options?: VolumesAuthorizeReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3288
|
+
/**
|
|
3289
|
+
* Authorize the replication connection on the source volume
|
|
3290
|
+
* @param resourceGroupName The name of the resource group.
|
|
3291
|
+
* @param accountName The name of the NetApp account
|
|
3292
|
+
* @param poolName The name of the capacity pool
|
|
3293
|
+
* @param volumeName The name of the volume
|
|
3294
|
+
* @param body Authorize request object supplied in the body of the operation.
|
|
3295
|
+
* @param options The options parameters.
|
|
3296
|
+
*/
|
|
3297
|
+
beginAuthorizeReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: AuthorizeRequest, options?: VolumesAuthorizeReplicationOptionalParams): Promise<void>;
|
|
3298
|
+
/**
|
|
3299
|
+
* Re-Initializes the replication connection on the destination volume
|
|
3300
|
+
* @param resourceGroupName The name of the resource group.
|
|
3301
|
+
* @param accountName The name of the NetApp account
|
|
3302
|
+
* @param poolName The name of the capacity pool
|
|
3303
|
+
* @param volumeName The name of the volume
|
|
3304
|
+
* @param options The options parameters.
|
|
3305
|
+
*/
|
|
3306
|
+
beginReInitializeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesReInitializeReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3307
|
+
/**
|
|
3308
|
+
* Re-Initializes the replication connection on the destination volume
|
|
3309
|
+
* @param resourceGroupName The name of the resource group.
|
|
3310
|
+
* @param accountName The name of the NetApp account
|
|
3311
|
+
* @param poolName The name of the capacity pool
|
|
3312
|
+
* @param volumeName The name of the volume
|
|
3313
|
+
* @param options The options parameters.
|
|
3314
|
+
*/
|
|
3315
|
+
beginReInitializeReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesReInitializeReplicationOptionalParams): Promise<void>;
|
|
3316
|
+
/**
|
|
3317
|
+
* Moves volume to another pool
|
|
3318
|
+
* @param resourceGroupName The name of the resource group.
|
|
3319
|
+
* @param accountName The name of the NetApp account
|
|
3320
|
+
* @param poolName The name of the capacity pool
|
|
3321
|
+
* @param volumeName The name of the volume
|
|
3322
|
+
* @param body Move volume to the pool supplied in the body of the operation.
|
|
3323
|
+
* @param options The options parameters.
|
|
3324
|
+
*/
|
|
3325
|
+
beginPoolChange(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: PoolChangeRequest, options?: VolumesPoolChangeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
3326
|
+
/**
|
|
3327
|
+
* Moves volume to another pool
|
|
3328
|
+
* @param resourceGroupName The name of the resource group.
|
|
3329
|
+
* @param accountName The name of the NetApp account
|
|
3330
|
+
* @param poolName The name of the capacity pool
|
|
3331
|
+
* @param volumeName The name of the volume
|
|
3332
|
+
* @param body Move volume to the pool supplied in the body of the operation.
|
|
3333
|
+
* @param options The options parameters.
|
|
3334
|
+
*/
|
|
3335
|
+
beginPoolChangeAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: PoolChangeRequest, options?: VolumesPoolChangeOptionalParams): Promise<void>;
|
|
3336
|
+
}
|
|
3337
|
+
|
|
3338
|
+
/** Optional parameters. */
|
|
3339
|
+
export declare interface VolumesAuthorizeReplicationOptionalParams extends coreClient.OperationOptions {
|
|
3340
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3341
|
+
updateIntervalInMs?: number;
|
|
3342
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3343
|
+
resumeFrom?: string;
|
|
3344
|
+
}
|
|
3345
|
+
|
|
3346
|
+
/** Optional parameters. */
|
|
3347
|
+
export declare interface VolumesBreakReplicationOptionalParams extends coreClient.OperationOptions {
|
|
3348
|
+
/** Optional body to force break the replication. */
|
|
3349
|
+
body?: BreakReplicationRequest;
|
|
3350
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3351
|
+
updateIntervalInMs?: number;
|
|
3352
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3353
|
+
resumeFrom?: string;
|
|
3354
|
+
}
|
|
3355
|
+
|
|
3356
|
+
/** Optional parameters. */
|
|
3357
|
+
export declare interface VolumesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3358
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3359
|
+
updateIntervalInMs?: number;
|
|
3360
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3361
|
+
resumeFrom?: string;
|
|
3362
|
+
}
|
|
3363
|
+
|
|
3364
|
+
/** Contains response data for the createOrUpdate operation. */
|
|
3365
|
+
export declare type VolumesCreateOrUpdateResponse = Volume;
|
|
3366
|
+
|
|
3367
|
+
/** Optional parameters. */
|
|
3368
|
+
export declare interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
3369
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3370
|
+
updateIntervalInMs?: number;
|
|
3371
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3372
|
+
resumeFrom?: string;
|
|
3373
|
+
}
|
|
3374
|
+
|
|
3375
|
+
/** Optional parameters. */
|
|
3376
|
+
export declare interface VolumesDeleteReplicationOptionalParams extends coreClient.OperationOptions {
|
|
3377
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3378
|
+
updateIntervalInMs?: number;
|
|
3379
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3380
|
+
resumeFrom?: string;
|
|
3381
|
+
}
|
|
3382
|
+
|
|
3383
|
+
/** Optional parameters. */
|
|
3384
|
+
export declare interface VolumesGetOptionalParams extends coreClient.OperationOptions {
|
|
3385
|
+
}
|
|
3386
|
+
|
|
3387
|
+
/** Contains response data for the get operation. */
|
|
3388
|
+
export declare type VolumesGetResponse = Volume;
|
|
3389
|
+
|
|
3390
|
+
/** Optional parameters. */
|
|
3391
|
+
export declare interface VolumesListNextOptionalParams extends coreClient.OperationOptions {
|
|
3392
|
+
}
|
|
3393
|
+
|
|
3394
|
+
/** Contains response data for the listNext operation. */
|
|
3395
|
+
export declare type VolumesListNextResponse = VolumeList;
|
|
3396
|
+
|
|
3397
|
+
/** Optional parameters. */
|
|
3398
|
+
export declare interface VolumesListOptionalParams extends coreClient.OperationOptions {
|
|
3399
|
+
}
|
|
3400
|
+
|
|
3401
|
+
/** Contains response data for the list operation. */
|
|
3402
|
+
export declare type VolumesListResponse = VolumeList;
|
|
3403
|
+
|
|
3404
|
+
/** Volume Snapshot Properties */
|
|
3405
|
+
export declare interface VolumeSnapshotProperties {
|
|
3406
|
+
/** Snapshot Policy ResourceId */
|
|
3407
|
+
snapshotPolicyId?: string;
|
|
3408
|
+
}
|
|
3409
|
+
|
|
3410
|
+
/** Optional parameters. */
|
|
3411
|
+
export declare interface VolumesPoolChangeOptionalParams extends coreClient.OperationOptions {
|
|
3412
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3413
|
+
updateIntervalInMs?: number;
|
|
3414
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3415
|
+
resumeFrom?: string;
|
|
3416
|
+
}
|
|
3417
|
+
|
|
3418
|
+
/** Optional parameters. */
|
|
3419
|
+
export declare interface VolumesReInitializeReplicationOptionalParams extends coreClient.OperationOptions {
|
|
3420
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3421
|
+
updateIntervalInMs?: number;
|
|
3422
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3423
|
+
resumeFrom?: string;
|
|
3424
|
+
}
|
|
3425
|
+
|
|
3426
|
+
/** Optional parameters. */
|
|
3427
|
+
export declare interface VolumesReplicationStatusOptionalParams extends coreClient.OperationOptions {
|
|
3428
|
+
}
|
|
3429
|
+
|
|
3430
|
+
/** Contains response data for the replicationStatus operation. */
|
|
3431
|
+
export declare type VolumesReplicationStatusResponse = ReplicationStatus;
|
|
3432
|
+
|
|
3433
|
+
/** Optional parameters. */
|
|
3434
|
+
export declare interface VolumesResyncReplicationOptionalParams extends coreClient.OperationOptions {
|
|
3435
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3436
|
+
updateIntervalInMs?: number;
|
|
3437
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3438
|
+
resumeFrom?: string;
|
|
3439
|
+
}
|
|
3440
|
+
|
|
3441
|
+
/** Optional parameters. */
|
|
3442
|
+
export declare interface VolumesRevertOptionalParams extends coreClient.OperationOptions {
|
|
3443
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3444
|
+
updateIntervalInMs?: number;
|
|
3445
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3446
|
+
resumeFrom?: string;
|
|
3447
|
+
}
|
|
3448
|
+
|
|
3449
|
+
/**
|
|
3450
|
+
* Defines values for VolumeStorageToNetworkProximity. \
|
|
3451
|
+
* {@link KnownVolumeStorageToNetworkProximity} can be used interchangeably with VolumeStorageToNetworkProximity,
|
|
3452
|
+
* this enum contains the known values that the service supports.
|
|
3453
|
+
* ### Known values supported by the service
|
|
3454
|
+
* **Default**: Basic storage to network connectivity. \
|
|
3455
|
+
* **T1**: Standard T1 storage to network connectivity. \
|
|
3456
|
+
* **T2**: Standard T2 storage to network connectivity.
|
|
3457
|
+
*/
|
|
3458
|
+
export declare type VolumeStorageToNetworkProximity = string;
|
|
3459
|
+
|
|
3460
|
+
/** Optional parameters. */
|
|
3461
|
+
export declare interface VolumesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
3462
|
+
/** Delay to wait until next poll, in milliseconds. */
|
|
3463
|
+
updateIntervalInMs?: number;
|
|
3464
|
+
/** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
|
|
3465
|
+
resumeFrom?: string;
|
|
3466
|
+
}
|
|
3467
|
+
|
|
3468
|
+
/** Contains response data for the update operation. */
|
|
3469
|
+
export declare type VolumesUpdateResponse = Volume;
|
|
3470
|
+
|
|
3471
|
+
/** Weekly Schedule properties, make a snapshot every week at a specific day or days */
|
|
3472
|
+
export declare interface WeeklySchedule {
|
|
3473
|
+
/** Weekly snapshot count to keep */
|
|
3474
|
+
snapshotsToKeep?: number;
|
|
3475
|
+
/** Indicates which weekdays snapshot should be taken, accepts a comma separated list of week day names in english */
|
|
3476
|
+
day?: string;
|
|
3477
|
+
/** Indicates which hour in UTC timezone a snapshot should be taken */
|
|
3478
|
+
hour?: number;
|
|
3479
|
+
/** Indicates which minute snapshot should be taken */
|
|
3480
|
+
minute?: number;
|
|
3481
|
+
/** Resource size in bytes, current storage usage for the volume in bytes */
|
|
3482
|
+
usedBytes?: number;
|
|
3483
|
+
}
|
|
3484
|
+
|
|
3485
|
+
export { }
|