@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,1681 @@
|
|
|
1
|
+
## API Report File for "@azure/arm-netapp"
|
|
2
|
+
|
|
3
|
+
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
+
|
|
5
|
+
```ts
|
|
6
|
+
|
|
7
|
+
import * as coreAuth from '@azure/core-auth';
|
|
8
|
+
import * as coreClient from '@azure/core-client';
|
|
9
|
+
import { PagedAsyncIterableIterator } from '@azure/core-paging';
|
|
10
|
+
import { PollerLike } from '@azure/core-lro';
|
|
11
|
+
import { PollOperationState } from '@azure/core-lro';
|
|
12
|
+
|
|
13
|
+
// @public
|
|
14
|
+
export interface AccountBackups {
|
|
15
|
+
beginDelete(resourceGroupName: string, accountName: string, backupName: string, options?: AccountBackupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
16
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, backupName: string, options?: AccountBackupsDeleteOptionalParams): Promise<void>;
|
|
17
|
+
get(resourceGroupName: string, accountName: string, backupName: string, options?: AccountBackupsGetOptionalParams): Promise<AccountBackupsGetResponse>;
|
|
18
|
+
list(resourceGroupName: string, accountName: string, options?: AccountBackupsListOptionalParams): PagedAsyncIterableIterator<Backup>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
// @public
|
|
22
|
+
export interface AccountBackupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
23
|
+
resumeFrom?: string;
|
|
24
|
+
updateIntervalInMs?: number;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
// @public
|
|
28
|
+
export interface AccountBackupsGetOptionalParams extends coreClient.OperationOptions {
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
// @public
|
|
32
|
+
export type AccountBackupsGetResponse = Backup;
|
|
33
|
+
|
|
34
|
+
// @public
|
|
35
|
+
export interface AccountBackupsListOptionalParams extends coreClient.OperationOptions {
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
// @public
|
|
39
|
+
export type AccountBackupsListResponse = BackupsList;
|
|
40
|
+
|
|
41
|
+
// @public
|
|
42
|
+
export interface AccountEncryption {
|
|
43
|
+
keySource?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// @public
|
|
47
|
+
export interface Accounts {
|
|
48
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, body: NetAppAccount, options?: AccountsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsCreateOrUpdateResponse>, AccountsCreateOrUpdateResponse>>;
|
|
49
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, body: NetAppAccount, options?: AccountsCreateOrUpdateOptionalParams): Promise<AccountsCreateOrUpdateResponse>;
|
|
50
|
+
beginDelete(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
51
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, options?: AccountsDeleteOptionalParams): Promise<void>;
|
|
52
|
+
beginUpdate(resourceGroupName: string, accountName: string, body: NetAppAccountPatch, options?: AccountsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AccountsUpdateResponse>, AccountsUpdateResponse>>;
|
|
53
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, body: NetAppAccountPatch, options?: AccountsUpdateOptionalParams): Promise<AccountsUpdateResponse>;
|
|
54
|
+
get(resourceGroupName: string, accountName: string, options?: AccountsGetOptionalParams): Promise<AccountsGetResponse>;
|
|
55
|
+
list(resourceGroupName: string, options?: AccountsListOptionalParams): PagedAsyncIterableIterator<NetAppAccount>;
|
|
56
|
+
listBySubscription(options?: AccountsListBySubscriptionOptionalParams): PagedAsyncIterableIterator<NetAppAccount>;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
// @public
|
|
60
|
+
export interface AccountsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
61
|
+
resumeFrom?: string;
|
|
62
|
+
updateIntervalInMs?: number;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
// @public
|
|
66
|
+
export type AccountsCreateOrUpdateResponse = NetAppAccount;
|
|
67
|
+
|
|
68
|
+
// @public
|
|
69
|
+
export interface AccountsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
70
|
+
resumeFrom?: string;
|
|
71
|
+
updateIntervalInMs?: number;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
// @public
|
|
75
|
+
export interface AccountsGetOptionalParams extends coreClient.OperationOptions {
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
// @public
|
|
79
|
+
export type AccountsGetResponse = NetAppAccount;
|
|
80
|
+
|
|
81
|
+
// @public
|
|
82
|
+
export interface AccountsListBySubscriptionNextOptionalParams extends coreClient.OperationOptions {
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
// @public
|
|
86
|
+
export type AccountsListBySubscriptionNextResponse = NetAppAccountList;
|
|
87
|
+
|
|
88
|
+
// @public
|
|
89
|
+
export interface AccountsListBySubscriptionOptionalParams extends coreClient.OperationOptions {
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
// @public
|
|
93
|
+
export type AccountsListBySubscriptionResponse = NetAppAccountList;
|
|
94
|
+
|
|
95
|
+
// @public
|
|
96
|
+
export interface AccountsListNextOptionalParams extends coreClient.OperationOptions {
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
// @public
|
|
100
|
+
export type AccountsListNextResponse = NetAppAccountList;
|
|
101
|
+
|
|
102
|
+
// @public
|
|
103
|
+
export interface AccountsListOptionalParams extends coreClient.OperationOptions {
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// @public
|
|
107
|
+
export type AccountsListResponse = NetAppAccountList;
|
|
108
|
+
|
|
109
|
+
// @public
|
|
110
|
+
export interface AccountsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
111
|
+
resumeFrom?: string;
|
|
112
|
+
updateIntervalInMs?: number;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
// @public
|
|
116
|
+
export type AccountsUpdateResponse = NetAppAccount;
|
|
117
|
+
|
|
118
|
+
// @public
|
|
119
|
+
export interface ActiveDirectory {
|
|
120
|
+
activeDirectoryId?: string;
|
|
121
|
+
administrators?: string[];
|
|
122
|
+
adName?: string;
|
|
123
|
+
aesEncryption?: boolean;
|
|
124
|
+
allowLocalNfsUsersWithLdap?: boolean;
|
|
125
|
+
backupOperators?: string[];
|
|
126
|
+
dns?: string;
|
|
127
|
+
domain?: string;
|
|
128
|
+
encryptDCConnections?: boolean;
|
|
129
|
+
kdcIP?: string;
|
|
130
|
+
ldapOverTLS?: boolean;
|
|
131
|
+
ldapSigning?: boolean;
|
|
132
|
+
organizationalUnit?: string;
|
|
133
|
+
password?: string;
|
|
134
|
+
securityOperators?: string[];
|
|
135
|
+
serverRootCACertificate?: string;
|
|
136
|
+
site?: string;
|
|
137
|
+
smbServerName?: string;
|
|
138
|
+
readonly status?: ActiveDirectoryStatus;
|
|
139
|
+
readonly statusDetails?: string;
|
|
140
|
+
username?: string;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
// @public
|
|
144
|
+
export type ActiveDirectoryStatus = string;
|
|
145
|
+
|
|
146
|
+
// @public
|
|
147
|
+
export type ApplicationType = string;
|
|
148
|
+
|
|
149
|
+
// @public
|
|
150
|
+
export interface AuthorizeRequest {
|
|
151
|
+
remoteVolumeResourceId?: string;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
// @public
|
|
155
|
+
export type AvsDataStore = string;
|
|
156
|
+
|
|
157
|
+
// @public
|
|
158
|
+
export interface Backup {
|
|
159
|
+
readonly backupId?: string;
|
|
160
|
+
readonly backupType?: BackupType;
|
|
161
|
+
readonly creationDate?: Date;
|
|
162
|
+
readonly failureReason?: string;
|
|
163
|
+
readonly id?: string;
|
|
164
|
+
label?: string;
|
|
165
|
+
location: string;
|
|
166
|
+
readonly name?: string;
|
|
167
|
+
readonly provisioningState?: string;
|
|
168
|
+
readonly size?: number;
|
|
169
|
+
readonly type?: string;
|
|
170
|
+
useExistingSnapshot?: boolean;
|
|
171
|
+
readonly volumeName?: string;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
// @public
|
|
175
|
+
export interface BackupPatch {
|
|
176
|
+
readonly backupId?: string;
|
|
177
|
+
readonly backupType?: BackupType;
|
|
178
|
+
readonly creationDate?: Date;
|
|
179
|
+
readonly failureReason?: string;
|
|
180
|
+
label?: string;
|
|
181
|
+
readonly provisioningState?: string;
|
|
182
|
+
readonly size?: number;
|
|
183
|
+
tags?: {
|
|
184
|
+
[propertyName: string]: string;
|
|
185
|
+
};
|
|
186
|
+
useExistingSnapshot?: boolean;
|
|
187
|
+
readonly volumeName?: string;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
// @public
|
|
191
|
+
export interface BackupPolicies {
|
|
192
|
+
beginCreate(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicy, options?: BackupPoliciesCreateOptionalParams): Promise<PollerLike<PollOperationState<BackupPoliciesCreateResponse>, BackupPoliciesCreateResponse>>;
|
|
193
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicy, options?: BackupPoliciesCreateOptionalParams): Promise<BackupPoliciesCreateResponse>;
|
|
194
|
+
beginDelete(resourceGroupName: string, accountName: string, backupPolicyName: string, options?: BackupPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
195
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, backupPolicyName: string, options?: BackupPoliciesDeleteOptionalParams): Promise<void>;
|
|
196
|
+
beginUpdate(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicyPatch, options?: BackupPoliciesUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupPoliciesUpdateResponse>, BackupPoliciesUpdateResponse>>;
|
|
197
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, backupPolicyName: string, body: BackupPolicyPatch, options?: BackupPoliciesUpdateOptionalParams): Promise<BackupPoliciesUpdateResponse>;
|
|
198
|
+
get(resourceGroupName: string, accountName: string, backupPolicyName: string, options?: BackupPoliciesGetOptionalParams): Promise<BackupPoliciesGetResponse>;
|
|
199
|
+
list(resourceGroupName: string, accountName: string, options?: BackupPoliciesListOptionalParams): PagedAsyncIterableIterator<BackupPolicy>;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
// @public
|
|
203
|
+
export interface BackupPoliciesCreateOptionalParams extends coreClient.OperationOptions {
|
|
204
|
+
resumeFrom?: string;
|
|
205
|
+
updateIntervalInMs?: number;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
// @public
|
|
209
|
+
export type BackupPoliciesCreateResponse = BackupPolicy;
|
|
210
|
+
|
|
211
|
+
// @public
|
|
212
|
+
export interface BackupPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
213
|
+
resumeFrom?: string;
|
|
214
|
+
updateIntervalInMs?: number;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
// @public
|
|
218
|
+
export interface BackupPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
// @public
|
|
222
|
+
export type BackupPoliciesGetResponse = BackupPolicy;
|
|
223
|
+
|
|
224
|
+
// @public
|
|
225
|
+
export interface BackupPoliciesList {
|
|
226
|
+
value?: BackupPolicy[];
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
// @public
|
|
230
|
+
export interface BackupPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
// @public
|
|
234
|
+
export type BackupPoliciesListResponse = BackupPoliciesList;
|
|
235
|
+
|
|
236
|
+
// @public
|
|
237
|
+
export interface BackupPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
238
|
+
resumeFrom?: string;
|
|
239
|
+
updateIntervalInMs?: number;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
// @public
|
|
243
|
+
export type BackupPoliciesUpdateResponse = BackupPolicy;
|
|
244
|
+
|
|
245
|
+
// @public
|
|
246
|
+
export interface BackupPolicy {
|
|
247
|
+
readonly backupPolicyId?: string;
|
|
248
|
+
dailyBackupsToKeep?: number;
|
|
249
|
+
enabled?: boolean;
|
|
250
|
+
readonly etag?: string;
|
|
251
|
+
readonly id?: string;
|
|
252
|
+
location: string;
|
|
253
|
+
monthlyBackupsToKeep?: number;
|
|
254
|
+
readonly name?: string;
|
|
255
|
+
readonly provisioningState?: string;
|
|
256
|
+
tags?: {
|
|
257
|
+
[propertyName: string]: string;
|
|
258
|
+
};
|
|
259
|
+
readonly type?: string;
|
|
260
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
261
|
+
readonly volumesAssigned?: number;
|
|
262
|
+
weeklyBackupsToKeep?: number;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
// @public
|
|
266
|
+
export interface BackupPolicyDetails {
|
|
267
|
+
readonly backupPolicyId?: string;
|
|
268
|
+
dailyBackupsToKeep?: number;
|
|
269
|
+
enabled?: boolean;
|
|
270
|
+
readonly id?: string;
|
|
271
|
+
location?: string;
|
|
272
|
+
monthlyBackupsToKeep?: number;
|
|
273
|
+
readonly name?: string;
|
|
274
|
+
readonly provisioningState?: string;
|
|
275
|
+
tags?: {
|
|
276
|
+
[propertyName: string]: string;
|
|
277
|
+
};
|
|
278
|
+
readonly type?: string;
|
|
279
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
280
|
+
readonly volumesAssigned?: number;
|
|
281
|
+
weeklyBackupsToKeep?: number;
|
|
282
|
+
}
|
|
283
|
+
|
|
284
|
+
// @public
|
|
285
|
+
export interface BackupPolicyPatch {
|
|
286
|
+
readonly backupPolicyId?: string;
|
|
287
|
+
dailyBackupsToKeep?: number;
|
|
288
|
+
enabled?: boolean;
|
|
289
|
+
readonly id?: string;
|
|
290
|
+
location?: string;
|
|
291
|
+
monthlyBackupsToKeep?: number;
|
|
292
|
+
readonly name?: string;
|
|
293
|
+
readonly provisioningState?: string;
|
|
294
|
+
tags?: {
|
|
295
|
+
[propertyName: string]: string;
|
|
296
|
+
};
|
|
297
|
+
readonly type?: string;
|
|
298
|
+
readonly volumeBackups?: VolumeBackups[];
|
|
299
|
+
readonly volumesAssigned?: number;
|
|
300
|
+
weeklyBackupsToKeep?: number;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
// @public
|
|
304
|
+
export interface Backups {
|
|
305
|
+
beginCreate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, body: Backup, options?: BackupsCreateOptionalParams): Promise<PollerLike<PollOperationState<BackupsCreateResponse>, BackupsCreateResponse>>;
|
|
306
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, body: Backup, options?: BackupsCreateOptionalParams): Promise<BackupsCreateResponse>;
|
|
307
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
308
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsDeleteOptionalParams): Promise<void>;
|
|
309
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsUpdateOptionalParams): Promise<PollerLike<PollOperationState<BackupsUpdateResponse>, BackupsUpdateResponse>>;
|
|
310
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsUpdateOptionalParams): Promise<BackupsUpdateResponse>;
|
|
311
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, backupName: string, options?: BackupsGetOptionalParams): Promise<BackupsGetResponse>;
|
|
312
|
+
getStatus(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: BackupsGetStatusOptionalParams): Promise<BackupsGetStatusResponse>;
|
|
313
|
+
getVolumeRestoreStatus(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: BackupsGetVolumeRestoreStatusOptionalParams): Promise<BackupsGetVolumeRestoreStatusResponse>;
|
|
314
|
+
list(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: BackupsListOptionalParams): PagedAsyncIterableIterator<Backup>;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
// @public
|
|
318
|
+
export interface BackupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
319
|
+
resumeFrom?: string;
|
|
320
|
+
updateIntervalInMs?: number;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
// @public
|
|
324
|
+
export type BackupsCreateResponse = Backup;
|
|
325
|
+
|
|
326
|
+
// @public
|
|
327
|
+
export interface BackupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
328
|
+
resumeFrom?: string;
|
|
329
|
+
updateIntervalInMs?: number;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
// @public
|
|
333
|
+
export interface BackupsGetOptionalParams extends coreClient.OperationOptions {
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
// @public
|
|
337
|
+
export type BackupsGetResponse = Backup;
|
|
338
|
+
|
|
339
|
+
// @public
|
|
340
|
+
export interface BackupsGetStatusOptionalParams extends coreClient.OperationOptions {
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
// @public
|
|
344
|
+
export type BackupsGetStatusResponse = BackupStatus;
|
|
345
|
+
|
|
346
|
+
// @public
|
|
347
|
+
export interface BackupsGetVolumeRestoreStatusOptionalParams extends coreClient.OperationOptions {
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
// @public
|
|
351
|
+
export type BackupsGetVolumeRestoreStatusResponse = RestoreStatus;
|
|
352
|
+
|
|
353
|
+
// @public
|
|
354
|
+
export interface BackupsList {
|
|
355
|
+
value?: Backup[];
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
// @public
|
|
359
|
+
export interface BackupsListOptionalParams extends coreClient.OperationOptions {
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
// @public
|
|
363
|
+
export type BackupsListResponse = BackupsList;
|
|
364
|
+
|
|
365
|
+
// @public
|
|
366
|
+
export interface BackupStatus {
|
|
367
|
+
readonly errorMessage?: string;
|
|
368
|
+
readonly healthy?: boolean;
|
|
369
|
+
readonly lastTransferSize?: number;
|
|
370
|
+
readonly lastTransferType?: string;
|
|
371
|
+
readonly mirrorState?: MirrorState;
|
|
372
|
+
readonly relationshipStatus?: RelationshipStatus;
|
|
373
|
+
readonly totalTransferBytes?: number;
|
|
374
|
+
readonly unhealthyReason?: string;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
// @public
|
|
378
|
+
export interface BackupsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
379
|
+
body?: BackupPatch;
|
|
380
|
+
resumeFrom?: string;
|
|
381
|
+
updateIntervalInMs?: number;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
// @public
|
|
385
|
+
export type BackupsUpdateResponse = Backup;
|
|
386
|
+
|
|
387
|
+
// @public
|
|
388
|
+
export type BackupType = string;
|
|
389
|
+
|
|
390
|
+
// @public
|
|
391
|
+
export interface BreakReplicationRequest {
|
|
392
|
+
forceBreakReplication?: boolean;
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
// @public
|
|
396
|
+
export interface CapacityPool {
|
|
397
|
+
coolAccess?: boolean;
|
|
398
|
+
encryptionType?: EncryptionType;
|
|
399
|
+
readonly etag?: string;
|
|
400
|
+
readonly id?: string;
|
|
401
|
+
location: string;
|
|
402
|
+
readonly name?: string;
|
|
403
|
+
readonly poolId?: string;
|
|
404
|
+
readonly provisioningState?: string;
|
|
405
|
+
qosType?: QosType;
|
|
406
|
+
serviceLevel: ServiceLevel;
|
|
407
|
+
size: number;
|
|
408
|
+
tags?: {
|
|
409
|
+
[propertyName: string]: string;
|
|
410
|
+
};
|
|
411
|
+
readonly totalThroughputMibps?: number;
|
|
412
|
+
readonly type?: string;
|
|
413
|
+
readonly utilizedThroughputMibps?: number;
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
// @public
|
|
417
|
+
export interface CapacityPoolList {
|
|
418
|
+
nextLink?: string;
|
|
419
|
+
value?: CapacityPool[];
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
// @public
|
|
423
|
+
export interface CapacityPoolPatch {
|
|
424
|
+
readonly id?: string;
|
|
425
|
+
location?: string;
|
|
426
|
+
readonly name?: string;
|
|
427
|
+
qosType?: QosType;
|
|
428
|
+
size?: number;
|
|
429
|
+
tags?: {
|
|
430
|
+
[propertyName: string]: string;
|
|
431
|
+
};
|
|
432
|
+
readonly type?: string;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
// @public
|
|
436
|
+
export interface CheckAvailabilityResponse {
|
|
437
|
+
isAvailable?: boolean;
|
|
438
|
+
message?: string;
|
|
439
|
+
reason?: InAvailabilityReasonType;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
// @public
|
|
443
|
+
export type CheckNameResourceTypes = string;
|
|
444
|
+
|
|
445
|
+
// @public
|
|
446
|
+
export type CheckQuotaNameResourceTypes = string;
|
|
447
|
+
|
|
448
|
+
// @public
|
|
449
|
+
export type ChownMode = string;
|
|
450
|
+
|
|
451
|
+
// @public
|
|
452
|
+
export interface CloudError {
|
|
453
|
+
error?: CloudErrorBody;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
// @public
|
|
457
|
+
export interface CloudErrorBody {
|
|
458
|
+
code?: string;
|
|
459
|
+
message?: string;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
// @public
|
|
463
|
+
export type CreatedByType = string;
|
|
464
|
+
|
|
465
|
+
// @public
|
|
466
|
+
export interface DailySchedule {
|
|
467
|
+
hour?: number;
|
|
468
|
+
minute?: number;
|
|
469
|
+
snapshotsToKeep?: number;
|
|
470
|
+
usedBytes?: number;
|
|
471
|
+
}
|
|
472
|
+
|
|
473
|
+
// @public
|
|
474
|
+
export interface Dimension {
|
|
475
|
+
displayName?: string;
|
|
476
|
+
name?: string;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
// @public
|
|
480
|
+
export type EncryptionType = string;
|
|
481
|
+
|
|
482
|
+
// @public
|
|
483
|
+
export type EndpointType = string;
|
|
484
|
+
|
|
485
|
+
// @public
|
|
486
|
+
export interface ExportPolicyRule {
|
|
487
|
+
allowedClients?: string;
|
|
488
|
+
chownMode?: ChownMode;
|
|
489
|
+
cifs?: boolean;
|
|
490
|
+
hasRootAccess?: boolean;
|
|
491
|
+
kerberos5IReadOnly?: boolean;
|
|
492
|
+
kerberos5IReadWrite?: boolean;
|
|
493
|
+
kerberos5PReadOnly?: boolean;
|
|
494
|
+
kerberos5PReadWrite?: boolean;
|
|
495
|
+
kerberos5ReadOnly?: boolean;
|
|
496
|
+
kerberos5ReadWrite?: boolean;
|
|
497
|
+
nfsv3?: boolean;
|
|
498
|
+
nfsv41?: boolean;
|
|
499
|
+
ruleIndex?: number;
|
|
500
|
+
unixReadOnly?: boolean;
|
|
501
|
+
unixReadWrite?: boolean;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
// @public
|
|
505
|
+
export interface FilePathAvailabilityRequest {
|
|
506
|
+
name: string;
|
|
507
|
+
subnetId: string;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
// @public
|
|
511
|
+
export interface HourlySchedule {
|
|
512
|
+
minute?: number;
|
|
513
|
+
snapshotsToKeep?: number;
|
|
514
|
+
usedBytes?: number;
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
// @public
|
|
518
|
+
export type InAvailabilityReasonType = string;
|
|
519
|
+
|
|
520
|
+
// @public
|
|
521
|
+
export enum KnownActiveDirectoryStatus {
|
|
522
|
+
Created = "Created",
|
|
523
|
+
Deleted = "Deleted",
|
|
524
|
+
Error = "Error",
|
|
525
|
+
InUse = "InUse",
|
|
526
|
+
Updating = "Updating"
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
// @public
|
|
530
|
+
export enum KnownApplicationType {
|
|
531
|
+
// (undocumented)
|
|
532
|
+
SAPHana = "SAP-HANA"
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
// @public
|
|
536
|
+
export enum KnownAvsDataStore {
|
|
537
|
+
Disabled = "Disabled",
|
|
538
|
+
Enabled = "Enabled"
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
// @public
|
|
542
|
+
export enum KnownBackupType {
|
|
543
|
+
Manual = "Manual",
|
|
544
|
+
Scheduled = "Scheduled"
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
// @public
|
|
548
|
+
export enum KnownCheckNameResourceTypes {
|
|
549
|
+
// (undocumented)
|
|
550
|
+
MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
|
|
551
|
+
// (undocumented)
|
|
552
|
+
MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
|
|
553
|
+
// (undocumented)
|
|
554
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
|
|
555
|
+
// (undocumented)
|
|
556
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
// @public
|
|
560
|
+
export enum KnownCheckQuotaNameResourceTypes {
|
|
561
|
+
// (undocumented)
|
|
562
|
+
MicrosoftNetAppNetAppAccounts = "Microsoft.NetApp/netAppAccounts",
|
|
563
|
+
// (undocumented)
|
|
564
|
+
MicrosoftNetAppNetAppAccountsCapacityPools = "Microsoft.NetApp/netAppAccounts/capacityPools",
|
|
565
|
+
// (undocumented)
|
|
566
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumes = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes",
|
|
567
|
+
// (undocumented)
|
|
568
|
+
MicrosoftNetAppNetAppAccountsCapacityPoolsVolumesSnapshots = "Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots"
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
// @public
|
|
572
|
+
export enum KnownChownMode {
|
|
573
|
+
// (undocumented)
|
|
574
|
+
Restricted = "Restricted",
|
|
575
|
+
// (undocumented)
|
|
576
|
+
Unrestricted = "Unrestricted"
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
// @public
|
|
580
|
+
export enum KnownCreatedByType {
|
|
581
|
+
// (undocumented)
|
|
582
|
+
Application = "Application",
|
|
583
|
+
// (undocumented)
|
|
584
|
+
Key = "Key",
|
|
585
|
+
// (undocumented)
|
|
586
|
+
ManagedIdentity = "ManagedIdentity",
|
|
587
|
+
// (undocumented)
|
|
588
|
+
User = "User"
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
// @public
|
|
592
|
+
export enum KnownEncryptionType {
|
|
593
|
+
Double = "Double",
|
|
594
|
+
Single = "Single"
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
// @public
|
|
598
|
+
export enum KnownEndpointType {
|
|
599
|
+
// (undocumented)
|
|
600
|
+
Dst = "dst",
|
|
601
|
+
// (undocumented)
|
|
602
|
+
Src = "src"
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
// @public
|
|
606
|
+
export enum KnownInAvailabilityReasonType {
|
|
607
|
+
// (undocumented)
|
|
608
|
+
AlreadyExists = "AlreadyExists",
|
|
609
|
+
// (undocumented)
|
|
610
|
+
Invalid = "Invalid"
|
|
611
|
+
}
|
|
612
|
+
|
|
613
|
+
// @public
|
|
614
|
+
export enum KnownMetricAggregationType {
|
|
615
|
+
// (undocumented)
|
|
616
|
+
Average = "Average"
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
// @public
|
|
620
|
+
export enum KnownMirrorState {
|
|
621
|
+
// (undocumented)
|
|
622
|
+
Broken = "Broken",
|
|
623
|
+
// (undocumented)
|
|
624
|
+
Mirrored = "Mirrored",
|
|
625
|
+
// (undocumented)
|
|
626
|
+
Uninitialized = "Uninitialized"
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
// @public
|
|
630
|
+
export enum KnownNetworkFeatures {
|
|
631
|
+
Basic = "Basic",
|
|
632
|
+
Standard = "Standard"
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
// @public
|
|
636
|
+
export enum KnownQosType {
|
|
637
|
+
Auto = "Auto",
|
|
638
|
+
Manual = "Manual"
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
// @public
|
|
642
|
+
export enum KnownRelationshipStatus {
|
|
643
|
+
// (undocumented)
|
|
644
|
+
Idle = "Idle",
|
|
645
|
+
// (undocumented)
|
|
646
|
+
Transferring = "Transferring"
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
// @public
|
|
650
|
+
export enum KnownReplicationSchedule {
|
|
651
|
+
// (undocumented)
|
|
652
|
+
"10Minutely" = "_10minutely",
|
|
653
|
+
// (undocumented)
|
|
654
|
+
Daily = "daily",
|
|
655
|
+
// (undocumented)
|
|
656
|
+
Hourly = "hourly"
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
// @public
|
|
660
|
+
export enum KnownSecurityStyle {
|
|
661
|
+
// (undocumented)
|
|
662
|
+
Ntfs = "ntfs",
|
|
663
|
+
// (undocumented)
|
|
664
|
+
Unix = "unix"
|
|
665
|
+
}
|
|
666
|
+
|
|
667
|
+
// @public
|
|
668
|
+
export enum KnownServiceLevel {
|
|
669
|
+
Premium = "Premium",
|
|
670
|
+
Standard = "Standard",
|
|
671
|
+
StandardZRS = "StandardZRS",
|
|
672
|
+
Ultra = "Ultra"
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
// @public
|
|
676
|
+
export enum KnownVolumeStorageToNetworkProximity {
|
|
677
|
+
Default = "Default",
|
|
678
|
+
T1 = "T1",
|
|
679
|
+
T2 = "T2"
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
// @public
|
|
683
|
+
export interface LogSpecification {
|
|
684
|
+
displayName?: string;
|
|
685
|
+
name?: string;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
// @public
|
|
689
|
+
export type MetricAggregationType = string;
|
|
690
|
+
|
|
691
|
+
// @public
|
|
692
|
+
export interface MetricSpecification {
|
|
693
|
+
aggregationType?: string;
|
|
694
|
+
category?: string;
|
|
695
|
+
dimensions?: Dimension[];
|
|
696
|
+
displayDescription?: string;
|
|
697
|
+
displayName?: string;
|
|
698
|
+
enableRegionalMdmAccount?: boolean;
|
|
699
|
+
fillGapWithZero?: boolean;
|
|
700
|
+
internalMetricName?: string;
|
|
701
|
+
isInternal?: boolean;
|
|
702
|
+
name?: string;
|
|
703
|
+
resourceIdDimensionNameOverride?: string;
|
|
704
|
+
sourceMdmAccount?: string;
|
|
705
|
+
sourceMdmNamespace?: string;
|
|
706
|
+
supportedAggregationTypes?: MetricAggregationType[];
|
|
707
|
+
supportedTimeGrainTypes?: string[];
|
|
708
|
+
unit?: string;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
// @public
|
|
712
|
+
export type MirrorState = string;
|
|
713
|
+
|
|
714
|
+
// @public
|
|
715
|
+
export interface MonthlySchedule {
|
|
716
|
+
daysOfMonth?: string;
|
|
717
|
+
hour?: number;
|
|
718
|
+
minute?: number;
|
|
719
|
+
snapshotsToKeep?: number;
|
|
720
|
+
usedBytes?: number;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
// @public
|
|
724
|
+
export interface MountTarget {
|
|
725
|
+
fileSystemId: string;
|
|
726
|
+
readonly id?: string;
|
|
727
|
+
readonly ipAddress?: string;
|
|
728
|
+
location: string;
|
|
729
|
+
readonly mountTargetId?: string;
|
|
730
|
+
readonly name?: string;
|
|
731
|
+
smbServerFqdn?: string;
|
|
732
|
+
tags?: {
|
|
733
|
+
[propertyName: string]: string;
|
|
734
|
+
};
|
|
735
|
+
readonly type?: string;
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
// @public
|
|
739
|
+
export interface MountTargetProperties {
|
|
740
|
+
fileSystemId: string;
|
|
741
|
+
readonly ipAddress?: string;
|
|
742
|
+
readonly mountTargetId?: string;
|
|
743
|
+
smbServerFqdn?: string;
|
|
744
|
+
}
|
|
745
|
+
|
|
746
|
+
// @public
|
|
747
|
+
export interface NetAppAccount {
|
|
748
|
+
activeDirectories?: ActiveDirectory[];
|
|
749
|
+
encryption?: AccountEncryption;
|
|
750
|
+
readonly etag?: string;
|
|
751
|
+
readonly id?: string;
|
|
752
|
+
location: string;
|
|
753
|
+
readonly name?: string;
|
|
754
|
+
readonly provisioningState?: string;
|
|
755
|
+
readonly systemData?: SystemData;
|
|
756
|
+
tags?: {
|
|
757
|
+
[propertyName: string]: string;
|
|
758
|
+
};
|
|
759
|
+
readonly type?: string;
|
|
760
|
+
}
|
|
761
|
+
|
|
762
|
+
// @public
|
|
763
|
+
export interface NetAppAccountList {
|
|
764
|
+
nextLink?: string;
|
|
765
|
+
value?: NetAppAccount[];
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
// @public
|
|
769
|
+
export interface NetAppAccountPatch {
|
|
770
|
+
activeDirectories?: ActiveDirectory[];
|
|
771
|
+
encryption?: AccountEncryption;
|
|
772
|
+
readonly id?: string;
|
|
773
|
+
location?: string;
|
|
774
|
+
readonly name?: string;
|
|
775
|
+
readonly provisioningState?: string;
|
|
776
|
+
tags?: {
|
|
777
|
+
[propertyName: string]: string;
|
|
778
|
+
};
|
|
779
|
+
readonly type?: string;
|
|
780
|
+
}
|
|
781
|
+
|
|
782
|
+
// @public (undocumented)
|
|
783
|
+
export class NetAppManagementClient extends coreClient.ServiceClient {
|
|
784
|
+
// (undocumented)
|
|
785
|
+
$host: string;
|
|
786
|
+
constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: NetAppManagementClientOptionalParams);
|
|
787
|
+
// (undocumented)
|
|
788
|
+
accountBackups: AccountBackups;
|
|
789
|
+
// (undocumented)
|
|
790
|
+
accounts: Accounts;
|
|
791
|
+
// (undocumented)
|
|
792
|
+
apiVersion: string;
|
|
793
|
+
// (undocumented)
|
|
794
|
+
backupPolicies: BackupPolicies;
|
|
795
|
+
// (undocumented)
|
|
796
|
+
backups: Backups;
|
|
797
|
+
// (undocumented)
|
|
798
|
+
netAppResource: NetAppResource;
|
|
799
|
+
// (undocumented)
|
|
800
|
+
netAppResourceQuotaLimits: NetAppResourceQuotaLimits;
|
|
801
|
+
// (undocumented)
|
|
802
|
+
operations: Operations;
|
|
803
|
+
// (undocumented)
|
|
804
|
+
pools: Pools;
|
|
805
|
+
// (undocumented)
|
|
806
|
+
snapshotPolicies: SnapshotPolicies;
|
|
807
|
+
// (undocumented)
|
|
808
|
+
snapshots: Snapshots;
|
|
809
|
+
// (undocumented)
|
|
810
|
+
subscriptionId: string;
|
|
811
|
+
// (undocumented)
|
|
812
|
+
vaults: Vaults;
|
|
813
|
+
// (undocumented)
|
|
814
|
+
volumeGroups: VolumeGroups;
|
|
815
|
+
// (undocumented)
|
|
816
|
+
volumes: Volumes;
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
// @public
|
|
820
|
+
export interface NetAppManagementClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
821
|
+
$host?: string;
|
|
822
|
+
apiVersion?: string;
|
|
823
|
+
endpoint?: string;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
// @public
|
|
827
|
+
export interface NetAppResource {
|
|
828
|
+
checkFilePathAvailability(location: string, name: string, subnetId: string, options?: NetAppResourceCheckFilePathAvailabilityOptionalParams): Promise<NetAppResourceCheckFilePathAvailabilityResponse>;
|
|
829
|
+
checkNameAvailability(location: string, name: string, resourceGroup: string, typeParam: CheckNameResourceTypes, options?: NetAppResourceCheckNameAvailabilityOptionalParams): Promise<NetAppResourceCheckNameAvailabilityResponse>;
|
|
830
|
+
checkQuotaAvailability(location: string, name: string, resourceGroup: string, typeParam: CheckQuotaNameResourceTypes, options?: NetAppResourceCheckQuotaAvailabilityOptionalParams): Promise<NetAppResourceCheckQuotaAvailabilityResponse>;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
// @public
|
|
834
|
+
export interface NetAppResourceCheckFilePathAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
// @public
|
|
838
|
+
export type NetAppResourceCheckFilePathAvailabilityResponse = CheckAvailabilityResponse;
|
|
839
|
+
|
|
840
|
+
// @public
|
|
841
|
+
export interface NetAppResourceCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
// @public
|
|
845
|
+
export type NetAppResourceCheckNameAvailabilityResponse = CheckAvailabilityResponse;
|
|
846
|
+
|
|
847
|
+
// @public
|
|
848
|
+
export interface NetAppResourceCheckQuotaAvailabilityOptionalParams extends coreClient.OperationOptions {
|
|
849
|
+
}
|
|
850
|
+
|
|
851
|
+
// @public
|
|
852
|
+
export type NetAppResourceCheckQuotaAvailabilityResponse = CheckAvailabilityResponse;
|
|
853
|
+
|
|
854
|
+
// @public
|
|
855
|
+
export interface NetAppResourceQuotaLimits {
|
|
856
|
+
get(location: string, quotaLimitName: string, options?: NetAppResourceQuotaLimitsGetOptionalParams): Promise<NetAppResourceQuotaLimitsGetResponse>;
|
|
857
|
+
list(location: string, options?: NetAppResourceQuotaLimitsListOptionalParams): PagedAsyncIterableIterator<SubscriptionQuotaItem>;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
// @public
|
|
861
|
+
export interface NetAppResourceQuotaLimitsGetOptionalParams extends coreClient.OperationOptions {
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
// @public
|
|
865
|
+
export type NetAppResourceQuotaLimitsGetResponse = SubscriptionQuotaItem;
|
|
866
|
+
|
|
867
|
+
// @public
|
|
868
|
+
export interface NetAppResourceQuotaLimitsListOptionalParams extends coreClient.OperationOptions {
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
// @public
|
|
872
|
+
export type NetAppResourceQuotaLimitsListResponse = SubscriptionQuotaItemList;
|
|
873
|
+
|
|
874
|
+
// @public
|
|
875
|
+
export type NetworkFeatures = string;
|
|
876
|
+
|
|
877
|
+
// @public
|
|
878
|
+
export interface Operation {
|
|
879
|
+
display?: OperationDisplay;
|
|
880
|
+
name?: string;
|
|
881
|
+
origin?: string;
|
|
882
|
+
serviceSpecification?: ServiceSpecification;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
// @public
|
|
886
|
+
export interface OperationDisplay {
|
|
887
|
+
description?: string;
|
|
888
|
+
operation?: string;
|
|
889
|
+
provider?: string;
|
|
890
|
+
resource?: string;
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
// @public
|
|
894
|
+
export interface OperationListResult {
|
|
895
|
+
value?: Operation[];
|
|
896
|
+
}
|
|
897
|
+
|
|
898
|
+
// @public
|
|
899
|
+
export interface Operations {
|
|
900
|
+
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
901
|
+
}
|
|
902
|
+
|
|
903
|
+
// @public
|
|
904
|
+
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
// @public
|
|
908
|
+
export type OperationsListResponse = OperationListResult;
|
|
909
|
+
|
|
910
|
+
// @public
|
|
911
|
+
export interface PlacementKeyValuePairs {
|
|
912
|
+
key: string;
|
|
913
|
+
value: string;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
// @public
|
|
917
|
+
export interface PoolChangeRequest {
|
|
918
|
+
newPoolResourceId: string;
|
|
919
|
+
}
|
|
920
|
+
|
|
921
|
+
// @public
|
|
922
|
+
export interface Pools {
|
|
923
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPool, options?: PoolsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PoolsCreateOrUpdateResponse>, PoolsCreateOrUpdateResponse>>;
|
|
924
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPool, options?: PoolsCreateOrUpdateOptionalParams): Promise<PoolsCreateOrUpdateResponse>;
|
|
925
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
926
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, options?: PoolsDeleteOptionalParams): Promise<void>;
|
|
927
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPoolPatch, options?: PoolsUpdateOptionalParams): Promise<PollerLike<PollOperationState<PoolsUpdateResponse>, PoolsUpdateResponse>>;
|
|
928
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, body: CapacityPoolPatch, options?: PoolsUpdateOptionalParams): Promise<PoolsUpdateResponse>;
|
|
929
|
+
get(resourceGroupName: string, accountName: string, poolName: string, options?: PoolsGetOptionalParams): Promise<PoolsGetResponse>;
|
|
930
|
+
list(resourceGroupName: string, accountName: string, options?: PoolsListOptionalParams): PagedAsyncIterableIterator<CapacityPool>;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
// @public
|
|
934
|
+
export interface PoolsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
935
|
+
resumeFrom?: string;
|
|
936
|
+
updateIntervalInMs?: number;
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
// @public
|
|
940
|
+
export type PoolsCreateOrUpdateResponse = CapacityPool;
|
|
941
|
+
|
|
942
|
+
// @public
|
|
943
|
+
export interface PoolsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
944
|
+
resumeFrom?: string;
|
|
945
|
+
updateIntervalInMs?: number;
|
|
946
|
+
}
|
|
947
|
+
|
|
948
|
+
// @public
|
|
949
|
+
export interface PoolsGetOptionalParams extends coreClient.OperationOptions {
|
|
950
|
+
}
|
|
951
|
+
|
|
952
|
+
// @public
|
|
953
|
+
export type PoolsGetResponse = CapacityPool;
|
|
954
|
+
|
|
955
|
+
// @public
|
|
956
|
+
export interface PoolsListNextOptionalParams extends coreClient.OperationOptions {
|
|
957
|
+
}
|
|
958
|
+
|
|
959
|
+
// @public
|
|
960
|
+
export type PoolsListNextResponse = CapacityPoolList;
|
|
961
|
+
|
|
962
|
+
// @public
|
|
963
|
+
export interface PoolsListOptionalParams extends coreClient.OperationOptions {
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
// @public
|
|
967
|
+
export type PoolsListResponse = CapacityPoolList;
|
|
968
|
+
|
|
969
|
+
// @public
|
|
970
|
+
export interface PoolsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
971
|
+
resumeFrom?: string;
|
|
972
|
+
updateIntervalInMs?: number;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
// @public
|
|
976
|
+
export type PoolsUpdateResponse = CapacityPool;
|
|
977
|
+
|
|
978
|
+
// @public
|
|
979
|
+
export type ProxyResource = Resource & {};
|
|
980
|
+
|
|
981
|
+
// @public
|
|
982
|
+
export type QosType = string;
|
|
983
|
+
|
|
984
|
+
// @public
|
|
985
|
+
export interface QuotaAvailabilityRequest {
|
|
986
|
+
name: string;
|
|
987
|
+
resourceGroup: string;
|
|
988
|
+
type: CheckQuotaNameResourceTypes;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
// @public
|
|
992
|
+
export type RelationshipStatus = string;
|
|
993
|
+
|
|
994
|
+
// @public
|
|
995
|
+
export interface ReplicationObject {
|
|
996
|
+
endpointType?: EndpointType;
|
|
997
|
+
remoteVolumeRegion?: string;
|
|
998
|
+
remoteVolumeResourceId: string;
|
|
999
|
+
replicationId?: string;
|
|
1000
|
+
replicationSchedule?: ReplicationSchedule;
|
|
1001
|
+
}
|
|
1002
|
+
|
|
1003
|
+
// @public
|
|
1004
|
+
export type ReplicationSchedule = string;
|
|
1005
|
+
|
|
1006
|
+
// @public
|
|
1007
|
+
export interface ReplicationStatus {
|
|
1008
|
+
errorMessage?: string;
|
|
1009
|
+
healthy?: boolean;
|
|
1010
|
+
mirrorState?: MirrorState;
|
|
1011
|
+
relationshipStatus?: RelationshipStatus;
|
|
1012
|
+
totalProgress?: string;
|
|
1013
|
+
}
|
|
1014
|
+
|
|
1015
|
+
// @public
|
|
1016
|
+
export interface Resource {
|
|
1017
|
+
readonly id?: string;
|
|
1018
|
+
readonly name?: string;
|
|
1019
|
+
readonly type?: string;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
// @public
|
|
1023
|
+
export interface ResourceIdentity {
|
|
1024
|
+
readonly principalId?: string;
|
|
1025
|
+
readonly tenantId?: string;
|
|
1026
|
+
type?: string;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
// @public
|
|
1030
|
+
export interface ResourceNameAvailabilityRequest {
|
|
1031
|
+
name: string;
|
|
1032
|
+
resourceGroup: string;
|
|
1033
|
+
type: CheckNameResourceTypes;
|
|
1034
|
+
}
|
|
1035
|
+
|
|
1036
|
+
// @public
|
|
1037
|
+
export interface RestoreStatus {
|
|
1038
|
+
readonly errorMessage?: string;
|
|
1039
|
+
readonly healthy?: boolean;
|
|
1040
|
+
readonly mirrorState?: MirrorState;
|
|
1041
|
+
readonly relationshipStatus?: RelationshipStatus;
|
|
1042
|
+
readonly totalTransferBytes?: number;
|
|
1043
|
+
readonly unhealthyReason?: string;
|
|
1044
|
+
}
|
|
1045
|
+
|
|
1046
|
+
// @public
|
|
1047
|
+
export type SecurityStyle = string;
|
|
1048
|
+
|
|
1049
|
+
// @public
|
|
1050
|
+
export type ServiceLevel = string;
|
|
1051
|
+
|
|
1052
|
+
// @public
|
|
1053
|
+
export interface ServiceSpecification {
|
|
1054
|
+
logSpecifications?: LogSpecification[];
|
|
1055
|
+
metricSpecifications?: MetricSpecification[];
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
// @public
|
|
1059
|
+
export interface Snapshot {
|
|
1060
|
+
readonly created?: Date;
|
|
1061
|
+
readonly id?: string;
|
|
1062
|
+
location: string;
|
|
1063
|
+
readonly name?: string;
|
|
1064
|
+
readonly provisioningState?: string;
|
|
1065
|
+
readonly snapshotId?: string;
|
|
1066
|
+
readonly type?: string;
|
|
1067
|
+
}
|
|
1068
|
+
|
|
1069
|
+
// @public
|
|
1070
|
+
export interface SnapshotPolicies {
|
|
1071
|
+
beginDelete(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1072
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesDeleteOptionalParams): Promise<void>;
|
|
1073
|
+
beginUpdate(resourceGroupName: string, accountName: string, snapshotPolicyName: string, body: SnapshotPolicyPatch, options?: SnapshotPoliciesUpdateOptionalParams): Promise<PollerLike<PollOperationState<SnapshotPoliciesUpdateResponse>, SnapshotPoliciesUpdateResponse>>;
|
|
1074
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, snapshotPolicyName: string, body: SnapshotPolicyPatch, options?: SnapshotPoliciesUpdateOptionalParams): Promise<SnapshotPoliciesUpdateResponse>;
|
|
1075
|
+
create(resourceGroupName: string, accountName: string, snapshotPolicyName: string, body: SnapshotPolicy, options?: SnapshotPoliciesCreateOptionalParams): Promise<SnapshotPoliciesCreateResponse>;
|
|
1076
|
+
get(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesGetOptionalParams): Promise<SnapshotPoliciesGetResponse>;
|
|
1077
|
+
list(resourceGroupName: string, accountName: string, options?: SnapshotPoliciesListOptionalParams): PagedAsyncIterableIterator<SnapshotPolicy>;
|
|
1078
|
+
listVolumes(resourceGroupName: string, accountName: string, snapshotPolicyName: string, options?: SnapshotPoliciesListVolumesOptionalParams): Promise<SnapshotPoliciesListVolumesResponse>;
|
|
1079
|
+
}
|
|
1080
|
+
|
|
1081
|
+
// @public
|
|
1082
|
+
export interface SnapshotPoliciesCreateOptionalParams extends coreClient.OperationOptions {
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
// @public
|
|
1086
|
+
export type SnapshotPoliciesCreateResponse = SnapshotPolicy;
|
|
1087
|
+
|
|
1088
|
+
// @public
|
|
1089
|
+
export interface SnapshotPoliciesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1090
|
+
resumeFrom?: string;
|
|
1091
|
+
updateIntervalInMs?: number;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
// @public
|
|
1095
|
+
export interface SnapshotPoliciesGetOptionalParams extends coreClient.OperationOptions {
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
// @public
|
|
1099
|
+
export type SnapshotPoliciesGetResponse = SnapshotPolicy;
|
|
1100
|
+
|
|
1101
|
+
// @public
|
|
1102
|
+
export interface SnapshotPoliciesList {
|
|
1103
|
+
value?: SnapshotPolicy[];
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1106
|
+
// @public
|
|
1107
|
+
export interface SnapshotPoliciesListOptionalParams extends coreClient.OperationOptions {
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
// @public
|
|
1111
|
+
export type SnapshotPoliciesListResponse = SnapshotPoliciesList;
|
|
1112
|
+
|
|
1113
|
+
// @public
|
|
1114
|
+
export interface SnapshotPoliciesListVolumesOptionalParams extends coreClient.OperationOptions {
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
// @public
|
|
1118
|
+
export type SnapshotPoliciesListVolumesResponse = SnapshotPolicyVolumeList;
|
|
1119
|
+
|
|
1120
|
+
// @public
|
|
1121
|
+
export interface SnapshotPoliciesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1122
|
+
resumeFrom?: string;
|
|
1123
|
+
updateIntervalInMs?: number;
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
// @public
|
|
1127
|
+
export type SnapshotPoliciesUpdateResponse = SnapshotPolicy;
|
|
1128
|
+
|
|
1129
|
+
// @public
|
|
1130
|
+
export interface SnapshotPolicy {
|
|
1131
|
+
dailySchedule?: DailySchedule;
|
|
1132
|
+
enabled?: boolean;
|
|
1133
|
+
readonly etag?: string;
|
|
1134
|
+
hourlySchedule?: HourlySchedule;
|
|
1135
|
+
readonly id?: string;
|
|
1136
|
+
location: string;
|
|
1137
|
+
monthlySchedule?: MonthlySchedule;
|
|
1138
|
+
readonly name?: string;
|
|
1139
|
+
readonly provisioningState?: string;
|
|
1140
|
+
tags?: {
|
|
1141
|
+
[propertyName: string]: string;
|
|
1142
|
+
};
|
|
1143
|
+
readonly type?: string;
|
|
1144
|
+
weeklySchedule?: WeeklySchedule;
|
|
1145
|
+
}
|
|
1146
|
+
|
|
1147
|
+
// @public
|
|
1148
|
+
export interface SnapshotPolicyDetails {
|
|
1149
|
+
dailySchedule?: DailySchedule;
|
|
1150
|
+
enabled?: boolean;
|
|
1151
|
+
hourlySchedule?: HourlySchedule;
|
|
1152
|
+
readonly id?: string;
|
|
1153
|
+
location?: string;
|
|
1154
|
+
monthlySchedule?: MonthlySchedule;
|
|
1155
|
+
readonly name?: string;
|
|
1156
|
+
readonly provisioningState?: string;
|
|
1157
|
+
tags?: {
|
|
1158
|
+
[propertyName: string]: string;
|
|
1159
|
+
};
|
|
1160
|
+
readonly type?: string;
|
|
1161
|
+
weeklySchedule?: WeeklySchedule;
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
// @public
|
|
1165
|
+
export interface SnapshotPolicyPatch {
|
|
1166
|
+
dailySchedule?: DailySchedule;
|
|
1167
|
+
enabled?: boolean;
|
|
1168
|
+
hourlySchedule?: HourlySchedule;
|
|
1169
|
+
readonly id?: string;
|
|
1170
|
+
location?: string;
|
|
1171
|
+
monthlySchedule?: MonthlySchedule;
|
|
1172
|
+
readonly name?: string;
|
|
1173
|
+
readonly provisioningState?: string;
|
|
1174
|
+
tags?: {
|
|
1175
|
+
[propertyName: string]: string;
|
|
1176
|
+
};
|
|
1177
|
+
readonly type?: string;
|
|
1178
|
+
weeklySchedule?: WeeklySchedule;
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
// @public
|
|
1182
|
+
export interface SnapshotPolicyVolumeList {
|
|
1183
|
+
value?: Volume[];
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
// @public
|
|
1187
|
+
export interface Snapshots {
|
|
1188
|
+
beginCreate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<PollerLike<PollOperationState<SnapshotsCreateResponse>, SnapshotsCreateResponse>>;
|
|
1189
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Snapshot, options?: SnapshotsCreateOptionalParams): Promise<SnapshotsCreateResponse>;
|
|
1190
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, options?: SnapshotsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1191
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, options?: SnapshotsDeleteOptionalParams): Promise<void>;
|
|
1192
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Record<string, unknown>, options?: SnapshotsUpdateOptionalParams): Promise<PollerLike<PollOperationState<SnapshotsUpdateResponse>, SnapshotsUpdateResponse>>;
|
|
1193
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, body: Record<string, unknown>, options?: SnapshotsUpdateOptionalParams): Promise<SnapshotsUpdateResponse>;
|
|
1194
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, snapshotName: string, options?: SnapshotsGetOptionalParams): Promise<SnapshotsGetResponse>;
|
|
1195
|
+
list(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: SnapshotsListOptionalParams): PagedAsyncIterableIterator<Snapshot>;
|
|
1196
|
+
}
|
|
1197
|
+
|
|
1198
|
+
// @public
|
|
1199
|
+
export interface SnapshotsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1200
|
+
resumeFrom?: string;
|
|
1201
|
+
updateIntervalInMs?: number;
|
|
1202
|
+
}
|
|
1203
|
+
|
|
1204
|
+
// @public
|
|
1205
|
+
export type SnapshotsCreateResponse = Snapshot;
|
|
1206
|
+
|
|
1207
|
+
// @public
|
|
1208
|
+
export interface SnapshotsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1209
|
+
resumeFrom?: string;
|
|
1210
|
+
updateIntervalInMs?: number;
|
|
1211
|
+
}
|
|
1212
|
+
|
|
1213
|
+
// @public
|
|
1214
|
+
export interface SnapshotsGetOptionalParams extends coreClient.OperationOptions {
|
|
1215
|
+
}
|
|
1216
|
+
|
|
1217
|
+
// @public
|
|
1218
|
+
export type SnapshotsGetResponse = Snapshot;
|
|
1219
|
+
|
|
1220
|
+
// @public
|
|
1221
|
+
export interface SnapshotsList {
|
|
1222
|
+
value?: Snapshot[];
|
|
1223
|
+
}
|
|
1224
|
+
|
|
1225
|
+
// @public
|
|
1226
|
+
export interface SnapshotsListOptionalParams extends coreClient.OperationOptions {
|
|
1227
|
+
}
|
|
1228
|
+
|
|
1229
|
+
// @public
|
|
1230
|
+
export type SnapshotsListResponse = SnapshotsList;
|
|
1231
|
+
|
|
1232
|
+
// @public
|
|
1233
|
+
export interface SnapshotsUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1234
|
+
resumeFrom?: string;
|
|
1235
|
+
updateIntervalInMs?: number;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
// @public
|
|
1239
|
+
export type SnapshotsUpdateResponse = Snapshot;
|
|
1240
|
+
|
|
1241
|
+
// @public
|
|
1242
|
+
export type SubscriptionQuotaItem = ProxyResource & {
|
|
1243
|
+
readonly systemData?: SystemData;
|
|
1244
|
+
readonly current?: number;
|
|
1245
|
+
readonly default?: number;
|
|
1246
|
+
};
|
|
1247
|
+
|
|
1248
|
+
// @public
|
|
1249
|
+
export interface SubscriptionQuotaItemList {
|
|
1250
|
+
value?: SubscriptionQuotaItem[];
|
|
1251
|
+
}
|
|
1252
|
+
|
|
1253
|
+
// @public
|
|
1254
|
+
export interface SystemData {
|
|
1255
|
+
createdAt?: Date;
|
|
1256
|
+
createdBy?: string;
|
|
1257
|
+
createdByType?: CreatedByType;
|
|
1258
|
+
lastModifiedAt?: Date;
|
|
1259
|
+
lastModifiedBy?: string;
|
|
1260
|
+
lastModifiedByType?: CreatedByType;
|
|
1261
|
+
}
|
|
1262
|
+
|
|
1263
|
+
// @public
|
|
1264
|
+
export interface Vault {
|
|
1265
|
+
readonly id?: string;
|
|
1266
|
+
location: string;
|
|
1267
|
+
readonly name?: string;
|
|
1268
|
+
readonly type?: string;
|
|
1269
|
+
vaultName?: string;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
// @public
|
|
1273
|
+
export interface VaultList {
|
|
1274
|
+
value?: Vault[];
|
|
1275
|
+
}
|
|
1276
|
+
|
|
1277
|
+
// @public
|
|
1278
|
+
export interface Vaults {
|
|
1279
|
+
list(resourceGroupName: string, accountName: string, options?: VaultsListOptionalParams): PagedAsyncIterableIterator<Vault>;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
// @public
|
|
1283
|
+
export interface VaultsListOptionalParams extends coreClient.OperationOptions {
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
// @public
|
|
1287
|
+
export type VaultsListResponse = VaultList;
|
|
1288
|
+
|
|
1289
|
+
// @public
|
|
1290
|
+
export interface Volume {
|
|
1291
|
+
avsDataStore?: AvsDataStore;
|
|
1292
|
+
backupId?: string;
|
|
1293
|
+
readonly baremetalTenantId?: string;
|
|
1294
|
+
capacityPoolResourceId?: string;
|
|
1295
|
+
readonly cloneProgress?: number;
|
|
1296
|
+
coolAccess?: boolean;
|
|
1297
|
+
coolnessPeriod?: number;
|
|
1298
|
+
creationToken: string;
|
|
1299
|
+
dataProtection?: VolumePropertiesDataProtection;
|
|
1300
|
+
defaultGroupQuotaInKiBs?: number;
|
|
1301
|
+
defaultUserQuotaInKiBs?: number;
|
|
1302
|
+
encryptionKeySource?: string;
|
|
1303
|
+
readonly etag?: string;
|
|
1304
|
+
exportPolicy?: VolumePropertiesExportPolicy;
|
|
1305
|
+
readonly fileSystemId?: string;
|
|
1306
|
+
readonly id?: string;
|
|
1307
|
+
isDefaultQuotaEnabled?: boolean;
|
|
1308
|
+
isRestoring?: boolean;
|
|
1309
|
+
kerberosEnabled?: boolean;
|
|
1310
|
+
ldapEnabled?: boolean;
|
|
1311
|
+
location: string;
|
|
1312
|
+
readonly mountTargets?: MountTargetProperties[];
|
|
1313
|
+
readonly name?: string;
|
|
1314
|
+
networkFeatures?: NetworkFeatures;
|
|
1315
|
+
readonly networkSiblingSetId?: string;
|
|
1316
|
+
placementRules?: PlacementKeyValuePairs[];
|
|
1317
|
+
protocolTypes?: string[];
|
|
1318
|
+
readonly provisioningState?: string;
|
|
1319
|
+
proximityPlacementGroup?: string;
|
|
1320
|
+
securityStyle?: SecurityStyle;
|
|
1321
|
+
serviceLevel?: ServiceLevel;
|
|
1322
|
+
smbContinuouslyAvailable?: boolean;
|
|
1323
|
+
smbEncryption?: boolean;
|
|
1324
|
+
snapshotDirectoryVisible?: boolean;
|
|
1325
|
+
snapshotId?: string;
|
|
1326
|
+
readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
|
|
1327
|
+
subnetId: string;
|
|
1328
|
+
readonly t2Network?: string;
|
|
1329
|
+
tags?: {
|
|
1330
|
+
[propertyName: string]: string;
|
|
1331
|
+
};
|
|
1332
|
+
throughputMibps?: number;
|
|
1333
|
+
readonly type?: string;
|
|
1334
|
+
unixPermissions?: string;
|
|
1335
|
+
usageThreshold: number;
|
|
1336
|
+
readonly volumeGroupName?: string;
|
|
1337
|
+
volumeSpecName?: string;
|
|
1338
|
+
volumeType?: string;
|
|
1339
|
+
}
|
|
1340
|
+
|
|
1341
|
+
// @public
|
|
1342
|
+
export interface VolumeBackupProperties {
|
|
1343
|
+
backupEnabled?: boolean;
|
|
1344
|
+
backupPolicyId?: string;
|
|
1345
|
+
policyEnforced?: boolean;
|
|
1346
|
+
vaultId?: string;
|
|
1347
|
+
}
|
|
1348
|
+
|
|
1349
|
+
// @public
|
|
1350
|
+
export interface VolumeBackups {
|
|
1351
|
+
backupsCount?: number;
|
|
1352
|
+
policyEnabled?: boolean;
|
|
1353
|
+
volumeName?: string;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
// @public
|
|
1357
|
+
export interface VolumeGroup {
|
|
1358
|
+
groupMetaData?: VolumeGroupMetaData;
|
|
1359
|
+
readonly id?: string;
|
|
1360
|
+
location?: string;
|
|
1361
|
+
readonly name?: string;
|
|
1362
|
+
readonly provisioningState?: string;
|
|
1363
|
+
tags?: {
|
|
1364
|
+
[propertyName: string]: string;
|
|
1365
|
+
};
|
|
1366
|
+
readonly type?: string;
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
// @public
|
|
1370
|
+
export interface VolumeGroupDetails {
|
|
1371
|
+
groupMetaData?: VolumeGroupMetaData;
|
|
1372
|
+
readonly id?: string;
|
|
1373
|
+
location?: string;
|
|
1374
|
+
readonly name?: string;
|
|
1375
|
+
readonly provisioningState?: string;
|
|
1376
|
+
tags?: {
|
|
1377
|
+
[propertyName: string]: string;
|
|
1378
|
+
};
|
|
1379
|
+
readonly type?: string;
|
|
1380
|
+
volumes?: VolumeGroupVolumeProperties[];
|
|
1381
|
+
}
|
|
1382
|
+
|
|
1383
|
+
// @public
|
|
1384
|
+
export interface VolumeGroupList {
|
|
1385
|
+
value?: VolumeGroup[];
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
// @public
|
|
1389
|
+
export interface VolumeGroupMetaData {
|
|
1390
|
+
applicationIdentifier?: string;
|
|
1391
|
+
applicationType?: ApplicationType;
|
|
1392
|
+
deploymentSpecId?: string;
|
|
1393
|
+
globalPlacementRules?: PlacementKeyValuePairs[];
|
|
1394
|
+
groupDescription?: string;
|
|
1395
|
+
readonly volumesCount?: number;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
// @public
|
|
1399
|
+
export interface VolumeGroups {
|
|
1400
|
+
beginCreate(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams): Promise<PollerLike<PollOperationState<VolumeGroupsCreateResponse>, VolumeGroupsCreateResponse>>;
|
|
1401
|
+
beginCreateAndWait(resourceGroupName: string, accountName: string, volumeGroupName: string, body: VolumeGroupDetails, options?: VolumeGroupsCreateOptionalParams): Promise<VolumeGroupsCreateResponse>;
|
|
1402
|
+
beginDelete(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1403
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsDeleteOptionalParams): Promise<void>;
|
|
1404
|
+
get(resourceGroupName: string, accountName: string, volumeGroupName: string, options?: VolumeGroupsGetOptionalParams): Promise<VolumeGroupsGetResponse>;
|
|
1405
|
+
listByNetAppAccount(resourceGroupName: string, accountName: string, options?: VolumeGroupsListByNetAppAccountOptionalParams): PagedAsyncIterableIterator<VolumeGroup>;
|
|
1406
|
+
}
|
|
1407
|
+
|
|
1408
|
+
// @public
|
|
1409
|
+
export interface VolumeGroupsCreateOptionalParams extends coreClient.OperationOptions {
|
|
1410
|
+
resumeFrom?: string;
|
|
1411
|
+
updateIntervalInMs?: number;
|
|
1412
|
+
}
|
|
1413
|
+
|
|
1414
|
+
// @public
|
|
1415
|
+
export type VolumeGroupsCreateResponse = VolumeGroupDetails;
|
|
1416
|
+
|
|
1417
|
+
// @public
|
|
1418
|
+
export interface VolumeGroupsDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1419
|
+
resumeFrom?: string;
|
|
1420
|
+
updateIntervalInMs?: number;
|
|
1421
|
+
}
|
|
1422
|
+
|
|
1423
|
+
// @public
|
|
1424
|
+
export interface VolumeGroupsGetOptionalParams extends coreClient.OperationOptions {
|
|
1425
|
+
}
|
|
1426
|
+
|
|
1427
|
+
// @public
|
|
1428
|
+
export type VolumeGroupsGetResponse = VolumeGroupDetails;
|
|
1429
|
+
|
|
1430
|
+
// @public
|
|
1431
|
+
export interface VolumeGroupsListByNetAppAccountOptionalParams extends coreClient.OperationOptions {
|
|
1432
|
+
}
|
|
1433
|
+
|
|
1434
|
+
// @public
|
|
1435
|
+
export type VolumeGroupsListByNetAppAccountResponse = VolumeGroupList;
|
|
1436
|
+
|
|
1437
|
+
// @public
|
|
1438
|
+
export interface VolumeGroupVolumeProperties {
|
|
1439
|
+
avsDataStore?: AvsDataStore;
|
|
1440
|
+
backupId?: string;
|
|
1441
|
+
readonly baremetalTenantId?: string;
|
|
1442
|
+
capacityPoolResourceId?: string;
|
|
1443
|
+
readonly cloneProgress?: number;
|
|
1444
|
+
coolAccess?: boolean;
|
|
1445
|
+
coolnessPeriod?: number;
|
|
1446
|
+
creationToken: string;
|
|
1447
|
+
dataProtection?: VolumePropertiesDataProtection;
|
|
1448
|
+
defaultGroupQuotaInKiBs?: number;
|
|
1449
|
+
defaultUserQuotaInKiBs?: number;
|
|
1450
|
+
encryptionKeySource?: string;
|
|
1451
|
+
exportPolicy?: VolumePropertiesExportPolicy;
|
|
1452
|
+
readonly fileSystemId?: string;
|
|
1453
|
+
readonly id?: string;
|
|
1454
|
+
isDefaultQuotaEnabled?: boolean;
|
|
1455
|
+
isRestoring?: boolean;
|
|
1456
|
+
kerberosEnabled?: boolean;
|
|
1457
|
+
ldapEnabled?: boolean;
|
|
1458
|
+
readonly mountTargets?: MountTargetProperties[];
|
|
1459
|
+
name?: string;
|
|
1460
|
+
networkFeatures?: NetworkFeatures;
|
|
1461
|
+
readonly networkSiblingSetId?: string;
|
|
1462
|
+
placementRules?: PlacementKeyValuePairs[];
|
|
1463
|
+
protocolTypes?: string[];
|
|
1464
|
+
readonly provisioningState?: string;
|
|
1465
|
+
proximityPlacementGroup?: string;
|
|
1466
|
+
securityStyle?: SecurityStyle;
|
|
1467
|
+
serviceLevel?: ServiceLevel;
|
|
1468
|
+
smbContinuouslyAvailable?: boolean;
|
|
1469
|
+
smbEncryption?: boolean;
|
|
1470
|
+
snapshotDirectoryVisible?: boolean;
|
|
1471
|
+
snapshotId?: string;
|
|
1472
|
+
readonly storageToNetworkProximity?: VolumeStorageToNetworkProximity;
|
|
1473
|
+
subnetId: string;
|
|
1474
|
+
readonly t2Network?: string;
|
|
1475
|
+
tags?: {
|
|
1476
|
+
[propertyName: string]: string;
|
|
1477
|
+
};
|
|
1478
|
+
throughputMibps?: number;
|
|
1479
|
+
readonly type?: string;
|
|
1480
|
+
unixPermissions?: string;
|
|
1481
|
+
usageThreshold: number;
|
|
1482
|
+
readonly volumeGroupName?: string;
|
|
1483
|
+
volumeSpecName?: string;
|
|
1484
|
+
volumeType?: string;
|
|
1485
|
+
}
|
|
1486
|
+
|
|
1487
|
+
// @public
|
|
1488
|
+
export interface VolumeList {
|
|
1489
|
+
nextLink?: string;
|
|
1490
|
+
value?: Volume[];
|
|
1491
|
+
}
|
|
1492
|
+
|
|
1493
|
+
// @public
|
|
1494
|
+
export interface VolumePatch {
|
|
1495
|
+
dataProtection?: VolumePatchPropertiesDataProtection;
|
|
1496
|
+
defaultGroupQuotaInKiBs?: number;
|
|
1497
|
+
defaultUserQuotaInKiBs?: number;
|
|
1498
|
+
exportPolicy?: VolumePatchPropertiesExportPolicy;
|
|
1499
|
+
readonly id?: string;
|
|
1500
|
+
isDefaultQuotaEnabled?: boolean;
|
|
1501
|
+
location?: string;
|
|
1502
|
+
readonly name?: string;
|
|
1503
|
+
serviceLevel?: ServiceLevel;
|
|
1504
|
+
tags?: {
|
|
1505
|
+
[propertyName: string]: string;
|
|
1506
|
+
};
|
|
1507
|
+
throughputMibps?: number;
|
|
1508
|
+
readonly type?: string;
|
|
1509
|
+
usageThreshold?: number;
|
|
1510
|
+
}
|
|
1511
|
+
|
|
1512
|
+
// @public
|
|
1513
|
+
export interface VolumePatchPropertiesDataProtection {
|
|
1514
|
+
backup?: VolumeBackupProperties;
|
|
1515
|
+
snapshot?: VolumeSnapshotProperties;
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
// @public
|
|
1519
|
+
export interface VolumePatchPropertiesExportPolicy {
|
|
1520
|
+
rules?: ExportPolicyRule[];
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
// @public
|
|
1524
|
+
export interface VolumePropertiesDataProtection {
|
|
1525
|
+
backup?: VolumeBackupProperties;
|
|
1526
|
+
replication?: ReplicationObject;
|
|
1527
|
+
snapshot?: VolumeSnapshotProperties;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
// @public
|
|
1531
|
+
export interface VolumePropertiesExportPolicy {
|
|
1532
|
+
rules?: ExportPolicyRule[];
|
|
1533
|
+
}
|
|
1534
|
+
|
|
1535
|
+
// @public
|
|
1536
|
+
export interface VolumeRevert {
|
|
1537
|
+
snapshotId?: string;
|
|
1538
|
+
}
|
|
1539
|
+
|
|
1540
|
+
// @public
|
|
1541
|
+
export interface Volumes {
|
|
1542
|
+
beginAuthorizeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: AuthorizeRequest, options?: VolumesAuthorizeReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1543
|
+
beginAuthorizeReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: AuthorizeRequest, options?: VolumesAuthorizeReplicationOptionalParams): Promise<void>;
|
|
1544
|
+
beginBreakReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesBreakReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1545
|
+
beginBreakReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesBreakReplicationOptionalParams): Promise<void>;
|
|
1546
|
+
beginCreateOrUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<VolumesCreateOrUpdateResponse>, VolumesCreateOrUpdateResponse>>;
|
|
1547
|
+
beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: Volume, options?: VolumesCreateOrUpdateOptionalParams): Promise<VolumesCreateOrUpdateResponse>;
|
|
1548
|
+
beginDelete(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1549
|
+
beginDeleteAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteOptionalParams): Promise<void>;
|
|
1550
|
+
beginDeleteReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1551
|
+
beginDeleteReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesDeleteReplicationOptionalParams): Promise<void>;
|
|
1552
|
+
beginPoolChange(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: PoolChangeRequest, options?: VolumesPoolChangeOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1553
|
+
beginPoolChangeAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: PoolChangeRequest, options?: VolumesPoolChangeOptionalParams): Promise<void>;
|
|
1554
|
+
beginReInitializeReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesReInitializeReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1555
|
+
beginReInitializeReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesReInitializeReplicationOptionalParams): Promise<void>;
|
|
1556
|
+
beginResyncReplication(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesResyncReplicationOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1557
|
+
beginResyncReplicationAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesResyncReplicationOptionalParams): Promise<void>;
|
|
1558
|
+
beginRevert(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumeRevert, options?: VolumesRevertOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
|
|
1559
|
+
beginRevertAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumeRevert, options?: VolumesRevertOptionalParams): Promise<void>;
|
|
1560
|
+
beginUpdate(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumePatch, options?: VolumesUpdateOptionalParams): Promise<PollerLike<PollOperationState<VolumesUpdateResponse>, VolumesUpdateResponse>>;
|
|
1561
|
+
beginUpdateAndWait(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, body: VolumePatch, options?: VolumesUpdateOptionalParams): Promise<VolumesUpdateResponse>;
|
|
1562
|
+
get(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesGetOptionalParams): Promise<VolumesGetResponse>;
|
|
1563
|
+
list(resourceGroupName: string, accountName: string, poolName: string, options?: VolumesListOptionalParams): PagedAsyncIterableIterator<Volume>;
|
|
1564
|
+
replicationStatus(resourceGroupName: string, accountName: string, poolName: string, volumeName: string, options?: VolumesReplicationStatusOptionalParams): Promise<VolumesReplicationStatusResponse>;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
// @public
|
|
1568
|
+
export interface VolumesAuthorizeReplicationOptionalParams extends coreClient.OperationOptions {
|
|
1569
|
+
resumeFrom?: string;
|
|
1570
|
+
updateIntervalInMs?: number;
|
|
1571
|
+
}
|
|
1572
|
+
|
|
1573
|
+
// @public
|
|
1574
|
+
export interface VolumesBreakReplicationOptionalParams extends coreClient.OperationOptions {
|
|
1575
|
+
body?: BreakReplicationRequest;
|
|
1576
|
+
resumeFrom?: string;
|
|
1577
|
+
updateIntervalInMs?: number;
|
|
1578
|
+
}
|
|
1579
|
+
|
|
1580
|
+
// @public
|
|
1581
|
+
export interface VolumesCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1582
|
+
resumeFrom?: string;
|
|
1583
|
+
updateIntervalInMs?: number;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
// @public
|
|
1587
|
+
export type VolumesCreateOrUpdateResponse = Volume;
|
|
1588
|
+
|
|
1589
|
+
// @public
|
|
1590
|
+
export interface VolumesDeleteOptionalParams extends coreClient.OperationOptions {
|
|
1591
|
+
resumeFrom?: string;
|
|
1592
|
+
updateIntervalInMs?: number;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
// @public
|
|
1596
|
+
export interface VolumesDeleteReplicationOptionalParams extends coreClient.OperationOptions {
|
|
1597
|
+
resumeFrom?: string;
|
|
1598
|
+
updateIntervalInMs?: number;
|
|
1599
|
+
}
|
|
1600
|
+
|
|
1601
|
+
// @public
|
|
1602
|
+
export interface VolumesGetOptionalParams extends coreClient.OperationOptions {
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
// @public
|
|
1606
|
+
export type VolumesGetResponse = Volume;
|
|
1607
|
+
|
|
1608
|
+
// @public
|
|
1609
|
+
export interface VolumesListNextOptionalParams extends coreClient.OperationOptions {
|
|
1610
|
+
}
|
|
1611
|
+
|
|
1612
|
+
// @public
|
|
1613
|
+
export type VolumesListNextResponse = VolumeList;
|
|
1614
|
+
|
|
1615
|
+
// @public
|
|
1616
|
+
export interface VolumesListOptionalParams extends coreClient.OperationOptions {
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
// @public
|
|
1620
|
+
export type VolumesListResponse = VolumeList;
|
|
1621
|
+
|
|
1622
|
+
// @public
|
|
1623
|
+
export interface VolumeSnapshotProperties {
|
|
1624
|
+
snapshotPolicyId?: string;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
// @public
|
|
1628
|
+
export interface VolumesPoolChangeOptionalParams extends coreClient.OperationOptions {
|
|
1629
|
+
resumeFrom?: string;
|
|
1630
|
+
updateIntervalInMs?: number;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
// @public
|
|
1634
|
+
export interface VolumesReInitializeReplicationOptionalParams extends coreClient.OperationOptions {
|
|
1635
|
+
resumeFrom?: string;
|
|
1636
|
+
updateIntervalInMs?: number;
|
|
1637
|
+
}
|
|
1638
|
+
|
|
1639
|
+
// @public
|
|
1640
|
+
export interface VolumesReplicationStatusOptionalParams extends coreClient.OperationOptions {
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
// @public
|
|
1644
|
+
export type VolumesReplicationStatusResponse = ReplicationStatus;
|
|
1645
|
+
|
|
1646
|
+
// @public
|
|
1647
|
+
export interface VolumesResyncReplicationOptionalParams extends coreClient.OperationOptions {
|
|
1648
|
+
resumeFrom?: string;
|
|
1649
|
+
updateIntervalInMs?: number;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
// @public
|
|
1653
|
+
export interface VolumesRevertOptionalParams extends coreClient.OperationOptions {
|
|
1654
|
+
resumeFrom?: string;
|
|
1655
|
+
updateIntervalInMs?: number;
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
// @public
|
|
1659
|
+
export type VolumeStorageToNetworkProximity = string;
|
|
1660
|
+
|
|
1661
|
+
// @public
|
|
1662
|
+
export interface VolumesUpdateOptionalParams extends coreClient.OperationOptions {
|
|
1663
|
+
resumeFrom?: string;
|
|
1664
|
+
updateIntervalInMs?: number;
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
// @public
|
|
1668
|
+
export type VolumesUpdateResponse = Volume;
|
|
1669
|
+
|
|
1670
|
+
// @public
|
|
1671
|
+
export interface WeeklySchedule {
|
|
1672
|
+
day?: string;
|
|
1673
|
+
hour?: number;
|
|
1674
|
+
minute?: number;
|
|
1675
|
+
snapshotsToKeep?: number;
|
|
1676
|
+
usedBytes?: number;
|
|
1677
|
+
}
|
|
1678
|
+
|
|
1679
|
+
// (No @packageDocumentation comment for this package)
|
|
1680
|
+
|
|
1681
|
+
```
|