@azure/arm-purestorageblock 1.0.0-beta.1
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 +7 -0
- package/LICENSE +21 -0
- package/README.md +115 -0
- package/dist/browser/api/avsStorageContainerVolumes/index.d.ts +3 -0
- package/dist/browser/api/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/browser/api/avsStorageContainerVolumes/index.js +4 -0
- package/dist/browser/api/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/browser/api/avsStorageContainerVolumes/operations.d.ts +28 -0
- package/dist/browser/api/avsStorageContainerVolumes/operations.d.ts.map +1 -0
- package/dist/browser/api/avsStorageContainerVolumes/operations.js +143 -0
- package/dist/browser/api/avsStorageContainerVolumes/operations.js.map +1 -0
- package/dist/browser/api/avsStorageContainerVolumes/options.d.ts +18 -0
- package/dist/browser/api/avsStorageContainerVolumes/options.d.ts.map +1 -0
- package/dist/browser/api/avsStorageContainerVolumes/options.js +4 -0
- package/dist/browser/api/avsStorageContainerVolumes/options.js.map +1 -0
- package/dist/browser/api/avsStorageContainers/index.d.ts +3 -0
- package/dist/browser/api/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/browser/api/avsStorageContainers/index.js +4 -0
- package/dist/browser/api/avsStorageContainers/index.js.map +1 -0
- package/dist/browser/api/avsStorageContainers/operations.d.ts +24 -0
- package/dist/browser/api/avsStorageContainers/operations.d.ts.map +1 -0
- package/dist/browser/api/avsStorageContainers/operations.js +100 -0
- package/dist/browser/api/avsStorageContainers/operations.js.map +1 -0
- package/dist/browser/api/avsStorageContainers/options.d.ts +13 -0
- package/dist/browser/api/avsStorageContainers/options.d.ts.map +1 -0
- package/dist/browser/api/avsStorageContainers/options.js +4 -0
- package/dist/browser/api/avsStorageContainers/options.js.map +1 -0
- package/dist/browser/api/avsVmVolumes/index.d.ts +3 -0
- package/dist/browser/api/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/browser/api/avsVmVolumes/index.js +4 -0
- package/dist/browser/api/avsVmVolumes/index.js.map +1 -0
- package/dist/browser/api/avsVmVolumes/operations.d.ts +28 -0
- package/dist/browser/api/avsVmVolumes/operations.d.ts.map +1 -0
- package/dist/browser/api/avsVmVolumes/operations.js +131 -0
- package/dist/browser/api/avsVmVolumes/operations.js.map +1 -0
- package/dist/browser/api/avsVmVolumes/options.d.ts +18 -0
- package/dist/browser/api/avsVmVolumes/options.d.ts.map +1 -0
- package/dist/browser/api/avsVmVolumes/options.js +4 -0
- package/dist/browser/api/avsVmVolumes/options.js.map +1 -0
- package/dist/browser/api/avsVms/index.d.ts +3 -0
- package/dist/browser/api/avsVms/index.d.ts.map +1 -0
- package/dist/browser/api/avsVms/index.js +4 -0
- package/dist/browser/api/avsVms/index.js.map +1 -0
- package/dist/browser/api/avsVms/operations.d.ts +28 -0
- package/dist/browser/api/avsVms/operations.d.ts.map +1 -0
- package/dist/browser/api/avsVms/operations.js +127 -0
- package/dist/browser/api/avsVms/operations.js.map +1 -0
- package/dist/browser/api/avsVms/options.d.ts +18 -0
- package/dist/browser/api/avsVms/options.d.ts.map +1 -0
- package/dist/browser/api/avsVms/options.js +4 -0
- package/dist/browser/api/avsVms/options.js.map +1 -0
- package/dist/browser/api/blockContext.d.ts +17 -0
- package/dist/browser/api/blockContext.d.ts.map +1 -0
- package/dist/browser/api/blockContext.js +34 -0
- package/dist/browser/api/blockContext.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.d.ts.map +1 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.d.ts.map +1 -0
- package/dist/browser/api/operations/index.js +4 -0
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.d.ts.map +1 -0
- package/dist/browser/api/operations/operations.js +29 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.d.ts.map +1 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/reservations/index.d.ts +3 -0
- package/dist/browser/api/reservations/index.d.ts.map +1 -0
- package/dist/browser/api/reservations/index.js +4 -0
- package/dist/browser/api/reservations/index.js.map +1 -0
- package/dist/browser/api/reservations/operations.d.ts +48 -0
- package/dist/browser/api/reservations/operations.d.ts.map +1 -0
- package/dist/browser/api/reservations/operations.js +262 -0
- package/dist/browser/api/reservations/operations.js.map +1 -0
- package/dist/browser/api/reservations/options.d.ts +35 -0
- package/dist/browser/api/reservations/options.d.ts.map +1 -0
- package/dist/browser/api/reservations/options.js +4 -0
- package/dist/browser/api/reservations/options.js.map +1 -0
- package/dist/browser/api/storagePools/index.d.ts +3 -0
- package/dist/browser/api/storagePools/index.d.ts.map +1 -0
- package/dist/browser/api/storagePools/index.js +4 -0
- package/dist/browser/api/storagePools/index.js.map +1 -0
- package/dist/browser/api/storagePools/operations.d.ts +64 -0
- package/dist/browser/api/storagePools/operations.d.ts.map +1 -0
- package/dist/browser/api/storagePools/operations.js +398 -0
- package/dist/browser/api/storagePools/operations.js.map +1 -0
- package/dist/browser/api/storagePools/options.d.ts +55 -0
- package/dist/browser/api/storagePools/options.d.ts.map +1 -0
- package/dist/browser/api/storagePools/options.js +4 -0
- package/dist/browser/api/storagePools/options.js.map +1 -0
- package/dist/browser/blockClient.d.ts +32 -0
- package/dist/browser/blockClient.d.ts.map +1 -0
- package/dist/browser/blockClient.js +29 -0
- package/dist/browser/blockClient.js.map +1 -0
- package/dist/browser/classic/avsStorageContainerVolumes/index.d.ts +23 -0
- package/dist/browser/classic/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/browser/classic/avsStorageContainerVolumes/index.js +15 -0
- package/dist/browser/classic/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/browser/classic/avsStorageContainers/index.d.ts +21 -0
- package/dist/browser/classic/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/browser/classic/avsStorageContainers/index.js +14 -0
- package/dist/browser/classic/avsStorageContainers/index.js.map +1 -0
- package/dist/browser/classic/avsVmVolumes/index.d.ts +23 -0
- package/dist/browser/classic/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/browser/classic/avsVmVolumes/index.js +15 -0
- package/dist/browser/classic/avsVmVolumes/index.js.map +1 -0
- package/dist/browser/classic/avsVms/index.d.ts +23 -0
- package/dist/browser/classic/avsVms/index.d.ts.map +1 -0
- package/dist/browser/classic/avsVms/index.js +15 -0
- package/dist/browser/classic/avsVms/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/browser/classic/index.d.ts.map +1 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.d.ts.map +1 -0
- package/dist/browser/classic/operations/index.js +12 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/reservations/index.d.ts +33 -0
- package/dist/browser/classic/reservations/index.d.ts.map +1 -0
- package/dist/browser/classic/reservations/index.js +20 -0
- package/dist/browser/classic/reservations/index.js.map +1 -0
- package/dist/browser/classic/storagePools/index.d.ts +41 -0
- package/dist/browser/classic/storagePools/index.d.ts.map +1 -0
- package/dist/browser/classic/storagePools/index.js +24 -0
- package/dist/browser/classic/storagePools/index.js.map +1 -0
- package/dist/browser/index.d.ts +15 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +6 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -0
- package/dist/browser/models/index.d.ts.map +1 -0
- package/dist/browser/models/index.js +4 -0
- package/dist/browser/models/index.js.map +1 -0
- package/dist/browser/models/models.d.ts +982 -0
- package/dist/browser/models/models.d.ts.map +1 -0
- package/dist/browser/models/models.js +893 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.d.ts.map +1 -0
- package/dist/browser/restorePollerHelpers.js +156 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.js +137 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.js +76 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.js +169 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/index.d.ts +3 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/index.js +11 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/operations.d.ts +28 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/operations.d.ts.map +1 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/operations.js +157 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/operations.js.map +1 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/options.d.ts +18 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/options.d.ts.map +1 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/options.js +5 -0
- package/dist/commonjs/api/avsStorageContainerVolumes/options.js.map +1 -0
- package/dist/commonjs/api/avsStorageContainers/index.d.ts +3 -0
- package/dist/commonjs/api/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/commonjs/api/avsStorageContainers/index.js +10 -0
- package/dist/commonjs/api/avsStorageContainers/index.js.map +1 -0
- package/dist/commonjs/api/avsStorageContainers/operations.d.ts +24 -0
- package/dist/commonjs/api/avsStorageContainers/operations.d.ts.map +1 -0
- package/dist/commonjs/api/avsStorageContainers/operations.js +111 -0
- package/dist/commonjs/api/avsStorageContainers/operations.js.map +1 -0
- package/dist/commonjs/api/avsStorageContainers/options.d.ts +13 -0
- package/dist/commonjs/api/avsStorageContainers/options.d.ts.map +1 -0
- package/dist/commonjs/api/avsStorageContainers/options.js +5 -0
- package/dist/commonjs/api/avsStorageContainers/options.js.map +1 -0
- package/dist/commonjs/api/avsVmVolumes/index.d.ts +3 -0
- package/dist/commonjs/api/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/commonjs/api/avsVmVolumes/index.js +11 -0
- package/dist/commonjs/api/avsVmVolumes/index.js.map +1 -0
- package/dist/commonjs/api/avsVmVolumes/operations.d.ts +28 -0
- package/dist/commonjs/api/avsVmVolumes/operations.d.ts.map +1 -0
- package/dist/commonjs/api/avsVmVolumes/operations.js +145 -0
- package/dist/commonjs/api/avsVmVolumes/operations.js.map +1 -0
- package/dist/commonjs/api/avsVmVolumes/options.d.ts +18 -0
- package/dist/commonjs/api/avsVmVolumes/options.d.ts.map +1 -0
- package/dist/commonjs/api/avsVmVolumes/options.js +5 -0
- package/dist/commonjs/api/avsVmVolumes/options.js.map +1 -0
- package/dist/commonjs/api/avsVms/index.d.ts +3 -0
- package/dist/commonjs/api/avsVms/index.d.ts.map +1 -0
- package/dist/commonjs/api/avsVms/index.js +11 -0
- package/dist/commonjs/api/avsVms/index.js.map +1 -0
- package/dist/commonjs/api/avsVms/operations.d.ts +28 -0
- package/dist/commonjs/api/avsVms/operations.d.ts.map +1 -0
- package/dist/commonjs/api/avsVms/operations.js +141 -0
- package/dist/commonjs/api/avsVms/operations.js.map +1 -0
- package/dist/commonjs/api/avsVms/options.d.ts +18 -0
- package/dist/commonjs/api/avsVms/options.d.ts.map +1 -0
- package/dist/commonjs/api/avsVms/options.js +5 -0
- package/dist/commonjs/api/avsVms/options.js.map +1 -0
- package/dist/commonjs/api/blockContext.d.ts +17 -0
- package/dist/commonjs/api/blockContext.d.ts.map +1 -0
- package/dist/commonjs/api/blockContext.js +37 -0
- package/dist/commonjs/api/blockContext.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.d.ts.map +1 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.d.ts.map +1 -0
- package/dist/commonjs/api/operations/index.js +8 -0
- package/dist/commonjs/api/operations/index.js.map +1 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/operations/operations.js +34 -0
- package/dist/commonjs/api/operations/operations.js.map +1 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.d.ts.map +1 -0
- package/dist/commonjs/api/operations/options.js +5 -0
- package/dist/commonjs/api/operations/options.js.map +1 -0
- package/dist/commonjs/api/reservations/index.d.ts +3 -0
- package/dist/commonjs/api/reservations/index.d.ts.map +1 -0
- package/dist/commonjs/api/reservations/index.js +16 -0
- package/dist/commonjs/api/reservations/index.js.map +1 -0
- package/dist/commonjs/api/reservations/operations.d.ts +48 -0
- package/dist/commonjs/api/reservations/operations.d.ts.map +1 -0
- package/dist/commonjs/api/reservations/operations.js +291 -0
- package/dist/commonjs/api/reservations/operations.js.map +1 -0
- package/dist/commonjs/api/reservations/options.d.ts +35 -0
- package/dist/commonjs/api/reservations/options.d.ts.map +1 -0
- package/dist/commonjs/api/reservations/options.js +5 -0
- package/dist/commonjs/api/reservations/options.js.map +1 -0
- package/dist/commonjs/api/storagePools/index.d.ts +3 -0
- package/dist/commonjs/api/storagePools/index.d.ts.map +1 -0
- package/dist/commonjs/api/storagePools/index.js +20 -0
- package/dist/commonjs/api/storagePools/index.js.map +1 -0
- package/dist/commonjs/api/storagePools/operations.d.ts +64 -0
- package/dist/commonjs/api/storagePools/operations.d.ts.map +1 -0
- package/dist/commonjs/api/storagePools/operations.js +439 -0
- package/dist/commonjs/api/storagePools/operations.js.map +1 -0
- package/dist/commonjs/api/storagePools/options.d.ts +55 -0
- package/dist/commonjs/api/storagePools/options.d.ts.map +1 -0
- package/dist/commonjs/api/storagePools/options.js +5 -0
- package/dist/commonjs/api/storagePools/options.js.map +1 -0
- package/dist/commonjs/blockClient.d.ts +32 -0
- package/dist/commonjs/blockClient.d.ts.map +1 -0
- package/dist/commonjs/blockClient.js +33 -0
- package/dist/commonjs/blockClient.js.map +1 -0
- package/dist/commonjs/classic/avsStorageContainerVolumes/index.d.ts +23 -0
- package/dist/commonjs/classic/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/commonjs/classic/avsStorageContainerVolumes/index.js +18 -0
- package/dist/commonjs/classic/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/commonjs/classic/avsStorageContainers/index.d.ts +21 -0
- package/dist/commonjs/classic/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/commonjs/classic/avsStorageContainers/index.js +17 -0
- package/dist/commonjs/classic/avsStorageContainers/index.js.map +1 -0
- package/dist/commonjs/classic/avsVmVolumes/index.d.ts +23 -0
- package/dist/commonjs/classic/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/commonjs/classic/avsVmVolumes/index.js +18 -0
- package/dist/commonjs/classic/avsVmVolumes/index.js.map +1 -0
- package/dist/commonjs/classic/avsVms/index.d.ts +23 -0
- package/dist/commonjs/classic/avsVms/index.d.ts.map +1 -0
- package/dist/commonjs/classic/avsVms/index.js +18 -0
- package/dist/commonjs/classic/avsVms/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.d.ts.map +1 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/operations/index.js +15 -0
- package/dist/commonjs/classic/operations/index.js.map +1 -0
- package/dist/commonjs/classic/reservations/index.d.ts +33 -0
- package/dist/commonjs/classic/reservations/index.d.ts.map +1 -0
- package/dist/commonjs/classic/reservations/index.js +23 -0
- package/dist/commonjs/classic/reservations/index.js.map +1 -0
- package/dist/commonjs/classic/storagePools/index.d.ts +41 -0
- package/dist/commonjs/classic/storagePools/index.d.ts.map +1 -0
- package/dist/commonjs/classic/storagePools/index.js +27 -0
- package/dist/commonjs/classic/storagePools/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +15 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +24 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models/index.d.ts +2 -0
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +20 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +982 -0
- package/dist/commonjs/models/models.d.ts.map +1 -0
- package/dist/commonjs/models/models.js +995 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.d.ts.map +1 -0
- package/dist/commonjs/restorePollerHelpers.js +159 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +140 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +79 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +172 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/api/avsStorageContainerVolumes/index.d.ts +3 -0
- package/dist/esm/api/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/esm/api/avsStorageContainerVolumes/index.js +4 -0
- package/dist/esm/api/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/esm/api/avsStorageContainerVolumes/operations.d.ts +28 -0
- package/dist/esm/api/avsStorageContainerVolumes/operations.d.ts.map +1 -0
- package/dist/esm/api/avsStorageContainerVolumes/operations.js +143 -0
- package/dist/esm/api/avsStorageContainerVolumes/operations.js.map +1 -0
- package/dist/esm/api/avsStorageContainerVolumes/options.d.ts +18 -0
- package/dist/esm/api/avsStorageContainerVolumes/options.d.ts.map +1 -0
- package/dist/esm/api/avsStorageContainerVolumes/options.js +4 -0
- package/dist/esm/api/avsStorageContainerVolumes/options.js.map +1 -0
- package/dist/esm/api/avsStorageContainers/index.d.ts +3 -0
- package/dist/esm/api/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/esm/api/avsStorageContainers/index.js +4 -0
- package/dist/esm/api/avsStorageContainers/index.js.map +1 -0
- package/dist/esm/api/avsStorageContainers/operations.d.ts +24 -0
- package/dist/esm/api/avsStorageContainers/operations.d.ts.map +1 -0
- package/dist/esm/api/avsStorageContainers/operations.js +100 -0
- package/dist/esm/api/avsStorageContainers/operations.js.map +1 -0
- package/dist/esm/api/avsStorageContainers/options.d.ts +13 -0
- package/dist/esm/api/avsStorageContainers/options.d.ts.map +1 -0
- package/dist/esm/api/avsStorageContainers/options.js +4 -0
- package/dist/esm/api/avsStorageContainers/options.js.map +1 -0
- package/dist/esm/api/avsVmVolumes/index.d.ts +3 -0
- package/dist/esm/api/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/esm/api/avsVmVolumes/index.js +4 -0
- package/dist/esm/api/avsVmVolumes/index.js.map +1 -0
- package/dist/esm/api/avsVmVolumes/operations.d.ts +28 -0
- package/dist/esm/api/avsVmVolumes/operations.d.ts.map +1 -0
- package/dist/esm/api/avsVmVolumes/operations.js +131 -0
- package/dist/esm/api/avsVmVolumes/operations.js.map +1 -0
- package/dist/esm/api/avsVmVolumes/options.d.ts +18 -0
- package/dist/esm/api/avsVmVolumes/options.d.ts.map +1 -0
- package/dist/esm/api/avsVmVolumes/options.js +4 -0
- package/dist/esm/api/avsVmVolumes/options.js.map +1 -0
- package/dist/esm/api/avsVms/index.d.ts +3 -0
- package/dist/esm/api/avsVms/index.d.ts.map +1 -0
- package/dist/esm/api/avsVms/index.js +4 -0
- package/dist/esm/api/avsVms/index.js.map +1 -0
- package/dist/esm/api/avsVms/operations.d.ts +28 -0
- package/dist/esm/api/avsVms/operations.d.ts.map +1 -0
- package/dist/esm/api/avsVms/operations.js +127 -0
- package/dist/esm/api/avsVms/operations.js.map +1 -0
- package/dist/esm/api/avsVms/options.d.ts +18 -0
- package/dist/esm/api/avsVms/options.d.ts.map +1 -0
- package/dist/esm/api/avsVms/options.js +4 -0
- package/dist/esm/api/avsVms/options.js.map +1 -0
- package/dist/esm/api/blockContext.d.ts +17 -0
- package/dist/esm/api/blockContext.d.ts.map +1 -0
- package/dist/esm/api/blockContext.js +34 -0
- package/dist/esm/api/blockContext.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.d.ts.map +1 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.d.ts.map +1 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.d.ts.map +1 -0
- package/dist/esm/api/operations/operations.js +29 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.d.ts.map +1 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/reservations/index.d.ts +3 -0
- package/dist/esm/api/reservations/index.d.ts.map +1 -0
- package/dist/esm/api/reservations/index.js +4 -0
- package/dist/esm/api/reservations/index.js.map +1 -0
- package/dist/esm/api/reservations/operations.d.ts +48 -0
- package/dist/esm/api/reservations/operations.d.ts.map +1 -0
- package/dist/esm/api/reservations/operations.js +262 -0
- package/dist/esm/api/reservations/operations.js.map +1 -0
- package/dist/esm/api/reservations/options.d.ts +35 -0
- package/dist/esm/api/reservations/options.d.ts.map +1 -0
- package/dist/esm/api/reservations/options.js +4 -0
- package/dist/esm/api/reservations/options.js.map +1 -0
- package/dist/esm/api/storagePools/index.d.ts +3 -0
- package/dist/esm/api/storagePools/index.d.ts.map +1 -0
- package/dist/esm/api/storagePools/index.js +4 -0
- package/dist/esm/api/storagePools/index.js.map +1 -0
- package/dist/esm/api/storagePools/operations.d.ts +64 -0
- package/dist/esm/api/storagePools/operations.d.ts.map +1 -0
- package/dist/esm/api/storagePools/operations.js +398 -0
- package/dist/esm/api/storagePools/operations.js.map +1 -0
- package/dist/esm/api/storagePools/options.d.ts +55 -0
- package/dist/esm/api/storagePools/options.d.ts.map +1 -0
- package/dist/esm/api/storagePools/options.js +4 -0
- package/dist/esm/api/storagePools/options.js.map +1 -0
- package/dist/esm/blockClient.d.ts +32 -0
- package/dist/esm/blockClient.d.ts.map +1 -0
- package/dist/esm/blockClient.js +29 -0
- package/dist/esm/blockClient.js.map +1 -0
- package/dist/esm/classic/avsStorageContainerVolumes/index.d.ts +23 -0
- package/dist/esm/classic/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/esm/classic/avsStorageContainerVolumes/index.js +15 -0
- package/dist/esm/classic/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/esm/classic/avsStorageContainers/index.d.ts +21 -0
- package/dist/esm/classic/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/esm/classic/avsStorageContainers/index.js +14 -0
- package/dist/esm/classic/avsStorageContainers/index.js.map +1 -0
- package/dist/esm/classic/avsVmVolumes/index.d.ts +23 -0
- package/dist/esm/classic/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/esm/classic/avsVmVolumes/index.js +15 -0
- package/dist/esm/classic/avsVmVolumes/index.js.map +1 -0
- package/dist/esm/classic/avsVms/index.d.ts +23 -0
- package/dist/esm/classic/avsVms/index.d.ts.map +1 -0
- package/dist/esm/classic/avsVms/index.js +15 -0
- package/dist/esm/classic/avsVms/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/esm/classic/index.d.ts.map +1 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.d.ts.map +1 -0
- package/dist/esm/classic/operations/index.js +12 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/reservations/index.d.ts +33 -0
- package/dist/esm/classic/reservations/index.d.ts.map +1 -0
- package/dist/esm/classic/reservations/index.js +20 -0
- package/dist/esm/classic/reservations/index.js.map +1 -0
- package/dist/esm/classic/storagePools/index.d.ts +41 -0
- package/dist/esm/classic/storagePools/index.d.ts.map +1 -0
- package/dist/esm/classic/storagePools/index.js +24 -0
- package/dist/esm/classic/storagePools/index.js.map +1 -0
- package/dist/esm/index.d.ts +15 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +6 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +4 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/models.d.ts +982 -0
- package/dist/esm/models/models.d.ts.map +1 -0
- package/dist/esm/models/models.js +893 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.d.ts.map +1 -0
- package/dist/esm/restorePollerHelpers.js +156 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.js +137 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.js +76 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.js +169 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/react-native/api/avsStorageContainerVolumes/index.d.ts +3 -0
- package/dist/react-native/api/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/react-native/api/avsStorageContainerVolumes/index.js +4 -0
- package/dist/react-native/api/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/react-native/api/avsStorageContainerVolumes/operations.d.ts +28 -0
- package/dist/react-native/api/avsStorageContainerVolumes/operations.d.ts.map +1 -0
- package/dist/react-native/api/avsStorageContainerVolumes/operations.js +143 -0
- package/dist/react-native/api/avsStorageContainerVolumes/operations.js.map +1 -0
- package/dist/react-native/api/avsStorageContainerVolumes/options.d.ts +18 -0
- package/dist/react-native/api/avsStorageContainerVolumes/options.d.ts.map +1 -0
- package/dist/react-native/api/avsStorageContainerVolumes/options.js +4 -0
- package/dist/react-native/api/avsStorageContainerVolumes/options.js.map +1 -0
- package/dist/react-native/api/avsStorageContainers/index.d.ts +3 -0
- package/dist/react-native/api/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/react-native/api/avsStorageContainers/index.js +4 -0
- package/dist/react-native/api/avsStorageContainers/index.js.map +1 -0
- package/dist/react-native/api/avsStorageContainers/operations.d.ts +24 -0
- package/dist/react-native/api/avsStorageContainers/operations.d.ts.map +1 -0
- package/dist/react-native/api/avsStorageContainers/operations.js +100 -0
- package/dist/react-native/api/avsStorageContainers/operations.js.map +1 -0
- package/dist/react-native/api/avsStorageContainers/options.d.ts +13 -0
- package/dist/react-native/api/avsStorageContainers/options.d.ts.map +1 -0
- package/dist/react-native/api/avsStorageContainers/options.js +4 -0
- package/dist/react-native/api/avsStorageContainers/options.js.map +1 -0
- package/dist/react-native/api/avsVmVolumes/index.d.ts +3 -0
- package/dist/react-native/api/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/react-native/api/avsVmVolumes/index.js +4 -0
- package/dist/react-native/api/avsVmVolumes/index.js.map +1 -0
- package/dist/react-native/api/avsVmVolumes/operations.d.ts +28 -0
- package/dist/react-native/api/avsVmVolumes/operations.d.ts.map +1 -0
- package/dist/react-native/api/avsVmVolumes/operations.js +131 -0
- package/dist/react-native/api/avsVmVolumes/operations.js.map +1 -0
- package/dist/react-native/api/avsVmVolumes/options.d.ts +18 -0
- package/dist/react-native/api/avsVmVolumes/options.d.ts.map +1 -0
- package/dist/react-native/api/avsVmVolumes/options.js +4 -0
- package/dist/react-native/api/avsVmVolumes/options.js.map +1 -0
- package/dist/react-native/api/avsVms/index.d.ts +3 -0
- package/dist/react-native/api/avsVms/index.d.ts.map +1 -0
- package/dist/react-native/api/avsVms/index.js +4 -0
- package/dist/react-native/api/avsVms/index.js.map +1 -0
- package/dist/react-native/api/avsVms/operations.d.ts +28 -0
- package/dist/react-native/api/avsVms/operations.d.ts.map +1 -0
- package/dist/react-native/api/avsVms/operations.js +127 -0
- package/dist/react-native/api/avsVms/operations.js.map +1 -0
- package/dist/react-native/api/avsVms/options.d.ts +18 -0
- package/dist/react-native/api/avsVms/options.d.ts.map +1 -0
- package/dist/react-native/api/avsVms/options.js +4 -0
- package/dist/react-native/api/avsVms/options.js.map +1 -0
- package/dist/react-native/api/blockContext.d.ts +17 -0
- package/dist/react-native/api/blockContext.d.ts.map +1 -0
- package/dist/react-native/api/blockContext.js +34 -0
- package/dist/react-native/api/blockContext.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -0
- package/dist/react-native/api/index.d.ts.map +1 -0
- package/dist/react-native/api/index.js +4 -0
- package/dist/react-native/api/index.js.map +1 -0
- package/dist/react-native/api/operations/index.d.ts +3 -0
- package/dist/react-native/api/operations/index.d.ts.map +1 -0
- package/dist/react-native/api/operations/index.js +4 -0
- package/dist/react-native/api/operations/index.js.map +1 -0
- package/dist/react-native/api/operations/operations.d.ts +10 -0
- package/dist/react-native/api/operations/operations.d.ts.map +1 -0
- package/dist/react-native/api/operations/operations.js +29 -0
- package/dist/react-native/api/operations/operations.js.map +1 -0
- package/dist/react-native/api/operations/options.d.ts +5 -0
- package/dist/react-native/api/operations/options.d.ts.map +1 -0
- package/dist/react-native/api/operations/options.js +4 -0
- package/dist/react-native/api/operations/options.js.map +1 -0
- package/dist/react-native/api/reservations/index.d.ts +3 -0
- package/dist/react-native/api/reservations/index.d.ts.map +1 -0
- package/dist/react-native/api/reservations/index.js +4 -0
- package/dist/react-native/api/reservations/index.js.map +1 -0
- package/dist/react-native/api/reservations/operations.d.ts +48 -0
- package/dist/react-native/api/reservations/operations.d.ts.map +1 -0
- package/dist/react-native/api/reservations/operations.js +262 -0
- package/dist/react-native/api/reservations/operations.js.map +1 -0
- package/dist/react-native/api/reservations/options.d.ts +35 -0
- package/dist/react-native/api/reservations/options.d.ts.map +1 -0
- package/dist/react-native/api/reservations/options.js +4 -0
- package/dist/react-native/api/reservations/options.js.map +1 -0
- package/dist/react-native/api/storagePools/index.d.ts +3 -0
- package/dist/react-native/api/storagePools/index.d.ts.map +1 -0
- package/dist/react-native/api/storagePools/index.js +4 -0
- package/dist/react-native/api/storagePools/index.js.map +1 -0
- package/dist/react-native/api/storagePools/operations.d.ts +64 -0
- package/dist/react-native/api/storagePools/operations.d.ts.map +1 -0
- package/dist/react-native/api/storagePools/operations.js +398 -0
- package/dist/react-native/api/storagePools/operations.js.map +1 -0
- package/dist/react-native/api/storagePools/options.d.ts +55 -0
- package/dist/react-native/api/storagePools/options.d.ts.map +1 -0
- package/dist/react-native/api/storagePools/options.js +4 -0
- package/dist/react-native/api/storagePools/options.js.map +1 -0
- package/dist/react-native/blockClient.d.ts +32 -0
- package/dist/react-native/blockClient.d.ts.map +1 -0
- package/dist/react-native/blockClient.js +29 -0
- package/dist/react-native/blockClient.js.map +1 -0
- package/dist/react-native/classic/avsStorageContainerVolumes/index.d.ts +23 -0
- package/dist/react-native/classic/avsStorageContainerVolumes/index.d.ts.map +1 -0
- package/dist/react-native/classic/avsStorageContainerVolumes/index.js +15 -0
- package/dist/react-native/classic/avsStorageContainerVolumes/index.js.map +1 -0
- package/dist/react-native/classic/avsStorageContainers/index.d.ts +21 -0
- package/dist/react-native/classic/avsStorageContainers/index.d.ts.map +1 -0
- package/dist/react-native/classic/avsStorageContainers/index.js +14 -0
- package/dist/react-native/classic/avsStorageContainers/index.js.map +1 -0
- package/dist/react-native/classic/avsVmVolumes/index.d.ts +23 -0
- package/dist/react-native/classic/avsVmVolumes/index.d.ts.map +1 -0
- package/dist/react-native/classic/avsVmVolumes/index.js +15 -0
- package/dist/react-native/classic/avsVmVolumes/index.js.map +1 -0
- package/dist/react-native/classic/avsVms/index.d.ts +23 -0
- package/dist/react-native/classic/avsVms/index.d.ts.map +1 -0
- package/dist/react-native/classic/avsVms/index.js +15 -0
- package/dist/react-native/classic/avsVms/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +8 -0
- package/dist/react-native/classic/index.d.ts.map +1 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/classic/operations/index.d.ts +11 -0
- package/dist/react-native/classic/operations/index.d.ts.map +1 -0
- package/dist/react-native/classic/operations/index.js +12 -0
- package/dist/react-native/classic/operations/index.js.map +1 -0
- package/dist/react-native/classic/reservations/index.d.ts +33 -0
- package/dist/react-native/classic/reservations/index.d.ts.map +1 -0
- package/dist/react-native/classic/reservations/index.js +20 -0
- package/dist/react-native/classic/reservations/index.js.map +1 -0
- package/dist/react-native/classic/storagePools/index.d.ts +41 -0
- package/dist/react-native/classic/storagePools/index.d.ts.map +1 -0
- package/dist/react-native/classic/storagePools/index.js +24 -0
- package/dist/react-native/classic/storagePools/index.js.map +1 -0
- package/dist/react-native/index.d.ts +15 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +6 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models/index.d.ts +2 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +982 -0
- package/dist/react-native/models/models.d.ts.map +1 -0
- package/dist/react-native/models/models.js +893 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.d.ts.map +1 -0
- package/dist/react-native/restorePollerHelpers.js +156 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +72 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +137 -0
- package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
- package/dist/react-native/static-helpers/pollingHelpers.d.ts.map +1 -0
- package/dist/react-native/static-helpers/pollingHelpers.js +76 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.js +169 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +308 -0
- package/review/arm-purestorageblock-api-avsStorageContainerVolumes.api.md +44 -0
- package/review/arm-purestorageblock-api-avsStorageContainers.api.md +36 -0
- package/review/arm-purestorageblock-api-avsVmVolumes.api.md +44 -0
- package/review/arm-purestorageblock-api-avsVms.api.md +44 -0
- package/review/arm-purestorageblock-api-operations.api.md +19 -0
- package/review/arm-purestorageblock-api-reservations.api.md +80 -0
- package/review/arm-purestorageblock-api-storagePools.api.md +112 -0
- package/review/arm-purestorageblock-api.api.md +27 -0
- package/review/arm-purestorageblock-models.api.md +591 -0
- package/review/arm-purestorageblock.api.md +880 -0
|
@@ -0,0 +1,893 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export function _operationListResultDeserializer(item) {
|
|
4
|
+
return {
|
|
5
|
+
value: operationArrayDeserializer(item["value"]),
|
|
6
|
+
nextLink: item["nextLink"],
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export function operationArrayDeserializer(result) {
|
|
10
|
+
return result.map((item) => {
|
|
11
|
+
return operationDeserializer(item);
|
|
12
|
+
});
|
|
13
|
+
}
|
|
14
|
+
export function operationDeserializer(item) {
|
|
15
|
+
return {
|
|
16
|
+
name: item["name"],
|
|
17
|
+
isDataAction: item["isDataAction"],
|
|
18
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
19
|
+
origin: item["origin"],
|
|
20
|
+
actionType: item["actionType"],
|
|
21
|
+
};
|
|
22
|
+
}
|
|
23
|
+
export function operationDisplayDeserializer(item) {
|
|
24
|
+
return {
|
|
25
|
+
provider: item["provider"],
|
|
26
|
+
resource: item["resource"],
|
|
27
|
+
operation: item["operation"],
|
|
28
|
+
description: item["description"],
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
32
|
+
export var KnownOrigin;
|
|
33
|
+
(function (KnownOrigin) {
|
|
34
|
+
/** Indicates the operation is initiated by a user. */
|
|
35
|
+
KnownOrigin["User"] = "user";
|
|
36
|
+
/** Indicates the operation is initiated by a system. */
|
|
37
|
+
KnownOrigin["System"] = "system";
|
|
38
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
39
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
40
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
41
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
42
|
+
export var KnownActionType;
|
|
43
|
+
(function (KnownActionType) {
|
|
44
|
+
/** Actions are for internal-only APIs. */
|
|
45
|
+
KnownActionType["Internal"] = "Internal";
|
|
46
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
47
|
+
export function errorResponseDeserializer(item) {
|
|
48
|
+
return {
|
|
49
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
export function errorDetailDeserializer(item) {
|
|
53
|
+
return {
|
|
54
|
+
code: item["code"],
|
|
55
|
+
message: item["message"],
|
|
56
|
+
target: item["target"],
|
|
57
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
58
|
+
additionalInfo: !item["additionalInfo"]
|
|
59
|
+
? item["additionalInfo"]
|
|
60
|
+
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
61
|
+
};
|
|
62
|
+
}
|
|
63
|
+
export function errorDetailArrayDeserializer(result) {
|
|
64
|
+
return result.map((item) => {
|
|
65
|
+
return errorDetailDeserializer(item);
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
export function errorAdditionalInfoArrayDeserializer(result) {
|
|
69
|
+
return result.map((item) => {
|
|
70
|
+
return errorAdditionalInfoDeserializer(item);
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
export function errorAdditionalInfoDeserializer(item) {
|
|
74
|
+
return {
|
|
75
|
+
type: item["type"],
|
|
76
|
+
info: !item["info"] ? item["info"] : _errorAdditionalInfoInfoDeserializer(item["info"]),
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export function _errorAdditionalInfoInfoDeserializer(item) {
|
|
80
|
+
return item;
|
|
81
|
+
}
|
|
82
|
+
export function reservationSerializer(item) {
|
|
83
|
+
return {
|
|
84
|
+
tags: item["tags"],
|
|
85
|
+
location: item["location"],
|
|
86
|
+
properties: !item["properties"]
|
|
87
|
+
? item["properties"]
|
|
88
|
+
: reservationPropertiesBaseResourcePropertiesSerializer(item["properties"]),
|
|
89
|
+
};
|
|
90
|
+
}
|
|
91
|
+
export function reservationDeserializer(item) {
|
|
92
|
+
return {
|
|
93
|
+
tags: item["tags"],
|
|
94
|
+
location: item["location"],
|
|
95
|
+
id: item["id"],
|
|
96
|
+
name: item["name"],
|
|
97
|
+
type: item["type"],
|
|
98
|
+
systemData: !item["systemData"]
|
|
99
|
+
? item["systemData"]
|
|
100
|
+
: systemDataDeserializer(item["systemData"]),
|
|
101
|
+
properties: !item["properties"]
|
|
102
|
+
? item["properties"]
|
|
103
|
+
: reservationPropertiesBaseResourcePropertiesDeserializer(item["properties"]),
|
|
104
|
+
};
|
|
105
|
+
}
|
|
106
|
+
export function reservationPropertiesBaseResourcePropertiesSerializer(item) {
|
|
107
|
+
return {
|
|
108
|
+
marketplace: marketplaceDetailsSerializer(item["marketplace"]),
|
|
109
|
+
user: userDetailsSerializer(item["user"]),
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
export function reservationPropertiesBaseResourcePropertiesDeserializer(item) {
|
|
113
|
+
return {
|
|
114
|
+
reservationInternalId: item["reservationInternalId"],
|
|
115
|
+
marketplace: marketplaceDetailsDeserializer(item["marketplace"]),
|
|
116
|
+
user: userDetailsDeserializer(item["user"]),
|
|
117
|
+
provisioningState: item["provisioningState"],
|
|
118
|
+
};
|
|
119
|
+
}
|
|
120
|
+
export function marketplaceDetailsSerializer(item) {
|
|
121
|
+
return {
|
|
122
|
+
subscriptionStatus: item["subscriptionStatus"],
|
|
123
|
+
offerDetails: offerDetailsSerializer(item["offerDetails"]),
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
export function marketplaceDetailsDeserializer(item) {
|
|
127
|
+
return {
|
|
128
|
+
subscriptionId: item["subscriptionId"],
|
|
129
|
+
subscriptionStatus: item["subscriptionStatus"],
|
|
130
|
+
offerDetails: offerDetailsDeserializer(item["offerDetails"]),
|
|
131
|
+
};
|
|
132
|
+
}
|
|
133
|
+
/** Marketplace subscription status */
|
|
134
|
+
export var KnownMarketplaceSubscriptionStatus;
|
|
135
|
+
(function (KnownMarketplaceSubscriptionStatus) {
|
|
136
|
+
/** Marketplace subscription purchased but not yet activated */
|
|
137
|
+
KnownMarketplaceSubscriptionStatus["PendingFulfillmentStart"] = "PendingFulfillmentStart";
|
|
138
|
+
/** Marketplace subscription activated */
|
|
139
|
+
KnownMarketplaceSubscriptionStatus["Subscribed"] = "Subscribed";
|
|
140
|
+
/** Marketplace subscription suspended due to missing customer payment */
|
|
141
|
+
KnownMarketplaceSubscriptionStatus["Suspended"] = "Suspended";
|
|
142
|
+
/** Marketplace subscription cancelled */
|
|
143
|
+
KnownMarketplaceSubscriptionStatus["Unsubscribed"] = "Unsubscribed";
|
|
144
|
+
})(KnownMarketplaceSubscriptionStatus || (KnownMarketplaceSubscriptionStatus = {}));
|
|
145
|
+
export function offerDetailsSerializer(item) {
|
|
146
|
+
return {
|
|
147
|
+
publisherId: item["publisherId"],
|
|
148
|
+
offerId: item["offerId"],
|
|
149
|
+
planId: item["planId"],
|
|
150
|
+
planName: item["planName"],
|
|
151
|
+
termUnit: item["termUnit"],
|
|
152
|
+
termId: item["termId"],
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
export function offerDetailsDeserializer(item) {
|
|
156
|
+
return {
|
|
157
|
+
publisherId: item["publisherId"],
|
|
158
|
+
offerId: item["offerId"],
|
|
159
|
+
planId: item["planId"],
|
|
160
|
+
planName: item["planName"],
|
|
161
|
+
termUnit: item["termUnit"],
|
|
162
|
+
termId: item["termId"],
|
|
163
|
+
};
|
|
164
|
+
}
|
|
165
|
+
export function userDetailsSerializer(item) {
|
|
166
|
+
return {
|
|
167
|
+
firstName: item["firstName"],
|
|
168
|
+
lastName: item["lastName"],
|
|
169
|
+
emailAddress: item["emailAddress"],
|
|
170
|
+
upn: item["upn"],
|
|
171
|
+
phoneNumber: item["phoneNumber"],
|
|
172
|
+
companyDetails: !item["companyDetails"]
|
|
173
|
+
? item["companyDetails"]
|
|
174
|
+
: companyDetailsSerializer(item["companyDetails"]),
|
|
175
|
+
};
|
|
176
|
+
}
|
|
177
|
+
export function userDetailsDeserializer(item) {
|
|
178
|
+
return {
|
|
179
|
+
firstName: item["firstName"],
|
|
180
|
+
lastName: item["lastName"],
|
|
181
|
+
emailAddress: item["emailAddress"],
|
|
182
|
+
upn: item["upn"],
|
|
183
|
+
phoneNumber: item["phoneNumber"],
|
|
184
|
+
companyDetails: !item["companyDetails"]
|
|
185
|
+
? item["companyDetails"]
|
|
186
|
+
: companyDetailsDeserializer(item["companyDetails"]),
|
|
187
|
+
};
|
|
188
|
+
}
|
|
189
|
+
export function companyDetailsSerializer(item) {
|
|
190
|
+
return {
|
|
191
|
+
companyName: item["companyName"],
|
|
192
|
+
address: !item["address"] ? item["address"] : addressSerializer(item["address"]),
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
export function companyDetailsDeserializer(item) {
|
|
196
|
+
return {
|
|
197
|
+
companyName: item["companyName"],
|
|
198
|
+
address: !item["address"] ? item["address"] : addressDeserializer(item["address"]),
|
|
199
|
+
};
|
|
200
|
+
}
|
|
201
|
+
export function addressSerializer(item) {
|
|
202
|
+
return {
|
|
203
|
+
addressLine1: item["addressLine1"],
|
|
204
|
+
addressLine2: item["addressLine2"],
|
|
205
|
+
city: item["city"],
|
|
206
|
+
state: item["state"],
|
|
207
|
+
country: item["country"],
|
|
208
|
+
postalCode: item["postalCode"],
|
|
209
|
+
};
|
|
210
|
+
}
|
|
211
|
+
export function addressDeserializer(item) {
|
|
212
|
+
return {
|
|
213
|
+
addressLine1: item["addressLine1"],
|
|
214
|
+
addressLine2: item["addressLine2"],
|
|
215
|
+
city: item["city"],
|
|
216
|
+
state: item["state"],
|
|
217
|
+
country: item["country"],
|
|
218
|
+
postalCode: item["postalCode"],
|
|
219
|
+
};
|
|
220
|
+
}
|
|
221
|
+
/** The status of the current operation. */
|
|
222
|
+
export var KnownProvisioningState;
|
|
223
|
+
(function (KnownProvisioningState) {
|
|
224
|
+
/** Resource has been created. */
|
|
225
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
226
|
+
/** Resource creation failed. */
|
|
227
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
228
|
+
/** Resource creation was canceled. */
|
|
229
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
230
|
+
/** Deletion in progress */
|
|
231
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
232
|
+
/** Change accepted for processing */
|
|
233
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
234
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
235
|
+
export function trackedResourceSerializer(item) {
|
|
236
|
+
return { tags: item["tags"], location: item["location"] };
|
|
237
|
+
}
|
|
238
|
+
export function trackedResourceDeserializer(item) {
|
|
239
|
+
return {
|
|
240
|
+
id: item["id"],
|
|
241
|
+
name: item["name"],
|
|
242
|
+
type: item["type"],
|
|
243
|
+
systemData: !item["systemData"]
|
|
244
|
+
? item["systemData"]
|
|
245
|
+
: systemDataDeserializer(item["systemData"]),
|
|
246
|
+
tags: item["tags"],
|
|
247
|
+
location: item["location"],
|
|
248
|
+
};
|
|
249
|
+
}
|
|
250
|
+
export function resourceSerializer(item) {
|
|
251
|
+
return item;
|
|
252
|
+
}
|
|
253
|
+
export function resourceDeserializer(item) {
|
|
254
|
+
return {
|
|
255
|
+
id: item["id"],
|
|
256
|
+
name: item["name"],
|
|
257
|
+
type: item["type"],
|
|
258
|
+
systemData: !item["systemData"]
|
|
259
|
+
? item["systemData"]
|
|
260
|
+
: systemDataDeserializer(item["systemData"]),
|
|
261
|
+
};
|
|
262
|
+
}
|
|
263
|
+
export function systemDataDeserializer(item) {
|
|
264
|
+
return {
|
|
265
|
+
createdBy: item["createdBy"],
|
|
266
|
+
createdByType: item["createdByType"],
|
|
267
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
268
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
269
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
270
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
271
|
+
? item["lastModifiedAt"]
|
|
272
|
+
: new Date(item["lastModifiedAt"]),
|
|
273
|
+
};
|
|
274
|
+
}
|
|
275
|
+
/** The kind of entity that created the resource. */
|
|
276
|
+
export var KnownCreatedByType;
|
|
277
|
+
(function (KnownCreatedByType) {
|
|
278
|
+
/** The entity was created by a user. */
|
|
279
|
+
KnownCreatedByType["User"] = "User";
|
|
280
|
+
/** The entity was created by an application. */
|
|
281
|
+
KnownCreatedByType["Application"] = "Application";
|
|
282
|
+
/** The entity was created by a managed identity. */
|
|
283
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
284
|
+
/** The entity was created by a key. */
|
|
285
|
+
KnownCreatedByType["Key"] = "Key";
|
|
286
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
287
|
+
/** The provisioning state of a resource type. */
|
|
288
|
+
export var KnownResourceProvisioningState;
|
|
289
|
+
(function (KnownResourceProvisioningState) {
|
|
290
|
+
/** Resource has been created. */
|
|
291
|
+
KnownResourceProvisioningState["Succeeded"] = "Succeeded";
|
|
292
|
+
/** Resource creation failed. */
|
|
293
|
+
KnownResourceProvisioningState["Failed"] = "Failed";
|
|
294
|
+
/** Resource creation was canceled. */
|
|
295
|
+
KnownResourceProvisioningState["Canceled"] = "Canceled";
|
|
296
|
+
})(KnownResourceProvisioningState || (KnownResourceProvisioningState = {}));
|
|
297
|
+
export function reservationUpdateSerializer(item) {
|
|
298
|
+
return {
|
|
299
|
+
tags: item["tags"],
|
|
300
|
+
properties: !item["properties"]
|
|
301
|
+
? item["properties"]
|
|
302
|
+
: reservationUpdatePropertiesSerializer(item["properties"]),
|
|
303
|
+
};
|
|
304
|
+
}
|
|
305
|
+
export function reservationUpdatePropertiesSerializer(item) {
|
|
306
|
+
return {
|
|
307
|
+
user: !item["user"] ? item["user"] : userDetailsSerializer(item["user"]),
|
|
308
|
+
};
|
|
309
|
+
}
|
|
310
|
+
export function _reservationListResultDeserializer(item) {
|
|
311
|
+
return {
|
|
312
|
+
value: reservationArrayDeserializer(item["value"]),
|
|
313
|
+
nextLink: item["nextLink"],
|
|
314
|
+
};
|
|
315
|
+
}
|
|
316
|
+
export function reservationArraySerializer(result) {
|
|
317
|
+
return result.map((item) => {
|
|
318
|
+
return reservationSerializer(item);
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
export function reservationArrayDeserializer(result) {
|
|
322
|
+
return result.map((item) => {
|
|
323
|
+
return reservationDeserializer(item);
|
|
324
|
+
});
|
|
325
|
+
}
|
|
326
|
+
export function limitDetailsDeserializer(item) {
|
|
327
|
+
return {
|
|
328
|
+
storagePool: storagePoolLimitsDeserializer(item["storagePool"]),
|
|
329
|
+
volume: volumeLimitsDeserializer(item["volume"]),
|
|
330
|
+
protectionPolicy: protectionPolicyLimitsDeserializer(item["protectionPolicy"]),
|
|
331
|
+
performancePolicy: performancePolicyLimitsDeserializer(item["performancePolicy"]),
|
|
332
|
+
};
|
|
333
|
+
}
|
|
334
|
+
export function storagePoolLimitsDeserializer(item) {
|
|
335
|
+
return {
|
|
336
|
+
provisionedBandwidthMbPerSec: rangeLimitsDeserializer(item["provisionedBandwidthMbPerSec"]),
|
|
337
|
+
provisionedIops: rangeLimitsDeserializer(item["provisionedIops"]),
|
|
338
|
+
physicalAvailabilityZones: item["physicalAvailabilityZones"].map((p) => {
|
|
339
|
+
return p;
|
|
340
|
+
}),
|
|
341
|
+
};
|
|
342
|
+
}
|
|
343
|
+
export function rangeLimitsDeserializer(item) {
|
|
344
|
+
return {
|
|
345
|
+
min: item["min"],
|
|
346
|
+
max: item["max"],
|
|
347
|
+
};
|
|
348
|
+
}
|
|
349
|
+
export function volumeLimitsDeserializer(item) {
|
|
350
|
+
return {
|
|
351
|
+
provisionedSize: rangeLimitsDeserializer(item["provisionedSize"]),
|
|
352
|
+
};
|
|
353
|
+
}
|
|
354
|
+
export function protectionPolicyLimitsDeserializer(item) {
|
|
355
|
+
return {
|
|
356
|
+
frequency: rangeLimitsDeserializer(item["frequency"]),
|
|
357
|
+
retention: rangeLimitsDeserializer(item["retention"]),
|
|
358
|
+
};
|
|
359
|
+
}
|
|
360
|
+
export function performancePolicyLimitsDeserializer(item) {
|
|
361
|
+
return {
|
|
362
|
+
iopsLimit: rangeLimitsDeserializer(item["iopsLimit"]),
|
|
363
|
+
bandwidthLimit: rangeLimitsDeserializer(item["bandwidthLimit"]),
|
|
364
|
+
};
|
|
365
|
+
}
|
|
366
|
+
export function reservationBillingStatusDeserializer(item) {
|
|
367
|
+
return {
|
|
368
|
+
timestamp: item["timestamp"],
|
|
369
|
+
totalUsedCapacityReported: item["totalUsedCapacityReported"],
|
|
370
|
+
lowDrrPoolCount: item["lowDrrPoolCount"],
|
|
371
|
+
drrWeightedAverage: item["drrWeightedAverage"],
|
|
372
|
+
totalNonReducibleReported: item["totalNonReducibleReported"],
|
|
373
|
+
extraUsedCapacityNonReducible: item["extraUsedCapacityNonReducible"],
|
|
374
|
+
extraUsedCapacityLowUsageRounding: item["extraUsedCapacityLowUsageRounding"],
|
|
375
|
+
extraUsedCapacityNonReduciblePlanDiscount: item["extraUsedCapacityNonReduciblePlanDiscount"],
|
|
376
|
+
totalUsedCapacityBilled: item["totalUsedCapacityBilled"],
|
|
377
|
+
totalUsedCapacityIncludedPlan: item["totalUsedCapacityIncludedPlan"],
|
|
378
|
+
totalUsedCapacityOverage: item["totalUsedCapacityOverage"],
|
|
379
|
+
totalPerformanceReported: item["totalPerformanceReported"],
|
|
380
|
+
totalPerformanceIncludedPlan: item["totalPerformanceIncludedPlan"],
|
|
381
|
+
totalPerformanceOverage: item["totalPerformanceOverage"],
|
|
382
|
+
};
|
|
383
|
+
}
|
|
384
|
+
export function reservationBillingUsageReportDeserializer(item) {
|
|
385
|
+
return {
|
|
386
|
+
timestamp: item["timestamp"],
|
|
387
|
+
billingUsageProperties: billingUsagePropertyArrayDeserializer(item["billingUsageProperties"]),
|
|
388
|
+
overallStatusMessage: item["overallStatusMessage"],
|
|
389
|
+
};
|
|
390
|
+
}
|
|
391
|
+
export function billingUsagePropertyArrayDeserializer(result) {
|
|
392
|
+
return result.map((item) => {
|
|
393
|
+
return billingUsagePropertyDeserializer(item);
|
|
394
|
+
});
|
|
395
|
+
}
|
|
396
|
+
export function billingUsagePropertyDeserializer(item) {
|
|
397
|
+
return {
|
|
398
|
+
propertyId: item["propertyId"],
|
|
399
|
+
propertyName: item["propertyName"],
|
|
400
|
+
currentValue: item["currentValue"],
|
|
401
|
+
previousValue: item["previousValue"],
|
|
402
|
+
severity: item["severity"],
|
|
403
|
+
statusMessage: item["statusMessage"],
|
|
404
|
+
subProperties: !item["subProperties"]
|
|
405
|
+
? item["subProperties"]
|
|
406
|
+
: billingUsagePropertyArrayDeserializer(item["subProperties"]),
|
|
407
|
+
};
|
|
408
|
+
}
|
|
409
|
+
/** Severity levels for billing usage properties */
|
|
410
|
+
export var KnownUsageSeverity;
|
|
411
|
+
(function (KnownUsageSeverity) {
|
|
412
|
+
/** Indicates an alert condition */
|
|
413
|
+
KnownUsageSeverity["Alert"] = "alert";
|
|
414
|
+
/** Provides informational details */
|
|
415
|
+
KnownUsageSeverity["Information"] = "information";
|
|
416
|
+
/** Indicates a warning condition */
|
|
417
|
+
KnownUsageSeverity["Warning"] = "warning";
|
|
418
|
+
/** Indicates no severity */
|
|
419
|
+
KnownUsageSeverity["None"] = "none";
|
|
420
|
+
})(KnownUsageSeverity || (KnownUsageSeverity = {}));
|
|
421
|
+
export function storagePoolSerializer(item) {
|
|
422
|
+
return {
|
|
423
|
+
tags: item["tags"],
|
|
424
|
+
location: item["location"],
|
|
425
|
+
properties: !item["properties"]
|
|
426
|
+
? item["properties"]
|
|
427
|
+
: storagePoolPropertiesSerializer(item["properties"]),
|
|
428
|
+
identity: !item["identity"]
|
|
429
|
+
? item["identity"]
|
|
430
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
431
|
+
};
|
|
432
|
+
}
|
|
433
|
+
export function storagePoolDeserializer(item) {
|
|
434
|
+
return {
|
|
435
|
+
tags: item["tags"],
|
|
436
|
+
location: item["location"],
|
|
437
|
+
id: item["id"],
|
|
438
|
+
name: item["name"],
|
|
439
|
+
type: item["type"],
|
|
440
|
+
systemData: !item["systemData"]
|
|
441
|
+
? item["systemData"]
|
|
442
|
+
: systemDataDeserializer(item["systemData"]),
|
|
443
|
+
properties: !item["properties"]
|
|
444
|
+
? item["properties"]
|
|
445
|
+
: storagePoolPropertiesDeserializer(item["properties"]),
|
|
446
|
+
identity: !item["identity"]
|
|
447
|
+
? item["identity"]
|
|
448
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
449
|
+
};
|
|
450
|
+
}
|
|
451
|
+
export function storagePoolPropertiesSerializer(item) {
|
|
452
|
+
return {
|
|
453
|
+
availabilityZone: item["availabilityZone"],
|
|
454
|
+
vnetInjection: vnetInjectionSerializer(item["vnetInjection"]),
|
|
455
|
+
provisionedBandwidthMbPerSec: item["provisionedBandwidthMbPerSec"],
|
|
456
|
+
reservationResourceId: item["reservationResourceId"],
|
|
457
|
+
};
|
|
458
|
+
}
|
|
459
|
+
export function storagePoolPropertiesDeserializer(item) {
|
|
460
|
+
return {
|
|
461
|
+
storagePoolInternalId: item["storagePoolInternalId"],
|
|
462
|
+
availabilityZone: item["availabilityZone"],
|
|
463
|
+
vnetInjection: vnetInjectionDeserializer(item["vnetInjection"]),
|
|
464
|
+
dataRetentionPeriod: item["dataRetentionPeriod"],
|
|
465
|
+
provisionedBandwidthMbPerSec: item["provisionedBandwidthMbPerSec"],
|
|
466
|
+
provisionedIops: item["provisionedIops"],
|
|
467
|
+
avs: !item["avs"] ? item["avs"] : azureVmwareServiceDeserializer(item["avs"]),
|
|
468
|
+
provisioningState: item["provisioningState"],
|
|
469
|
+
reservationResourceId: item["reservationResourceId"],
|
|
470
|
+
};
|
|
471
|
+
}
|
|
472
|
+
export function vnetInjectionSerializer(item) {
|
|
473
|
+
return { subnetId: item["subnetId"], vnetId: item["vnetId"] };
|
|
474
|
+
}
|
|
475
|
+
export function vnetInjectionDeserializer(item) {
|
|
476
|
+
return {
|
|
477
|
+
subnetId: item["subnetId"],
|
|
478
|
+
vnetId: item["vnetId"],
|
|
479
|
+
};
|
|
480
|
+
}
|
|
481
|
+
export function azureVmwareServiceDeserializer(item) {
|
|
482
|
+
return {
|
|
483
|
+
avsEnabled: item["avsEnabled"],
|
|
484
|
+
clusterResourceId: item["sddcResourceId"],
|
|
485
|
+
};
|
|
486
|
+
}
|
|
487
|
+
export function managedServiceIdentitySerializer(item) {
|
|
488
|
+
return {
|
|
489
|
+
type: item["type"],
|
|
490
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
491
|
+
};
|
|
492
|
+
}
|
|
493
|
+
export function managedServiceIdentityDeserializer(item) {
|
|
494
|
+
return {
|
|
495
|
+
principalId: item["principalId"],
|
|
496
|
+
tenantId: item["tenantId"],
|
|
497
|
+
type: item["type"],
|
|
498
|
+
userAssignedIdentities: item["userAssignedIdentities"],
|
|
499
|
+
};
|
|
500
|
+
}
|
|
501
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
502
|
+
export var KnownManagedServiceIdentityType;
|
|
503
|
+
(function (KnownManagedServiceIdentityType) {
|
|
504
|
+
/** No managed identity. */
|
|
505
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
506
|
+
/** System assigned managed identity. */
|
|
507
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
508
|
+
/** User assigned managed identity. */
|
|
509
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
510
|
+
/** System and user assigned managed identity. */
|
|
511
|
+
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
512
|
+
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
513
|
+
export function userAssignedIdentitySerializer(item) {
|
|
514
|
+
return item;
|
|
515
|
+
}
|
|
516
|
+
export function userAssignedIdentityDeserializer(item) {
|
|
517
|
+
return {
|
|
518
|
+
principalId: item["principalId"],
|
|
519
|
+
clientId: item["clientId"],
|
|
520
|
+
};
|
|
521
|
+
}
|
|
522
|
+
export function storagePoolUpdateSerializer(item) {
|
|
523
|
+
return {
|
|
524
|
+
identity: !item["identity"]
|
|
525
|
+
? item["identity"]
|
|
526
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
527
|
+
tags: item["tags"],
|
|
528
|
+
properties: !item["properties"]
|
|
529
|
+
? item["properties"]
|
|
530
|
+
: storagePoolUpdatePropertiesSerializer(item["properties"]),
|
|
531
|
+
};
|
|
532
|
+
}
|
|
533
|
+
export function storagePoolUpdatePropertiesSerializer(item) {
|
|
534
|
+
return { provisionedBandwidthMbPerSec: item["provisionedBandwidthMbPerSec"] };
|
|
535
|
+
}
|
|
536
|
+
export function _storagePoolListResultDeserializer(item) {
|
|
537
|
+
return {
|
|
538
|
+
value: storagePoolArrayDeserializer(item["value"]),
|
|
539
|
+
nextLink: item["nextLink"],
|
|
540
|
+
};
|
|
541
|
+
}
|
|
542
|
+
export function storagePoolArraySerializer(result) {
|
|
543
|
+
return result.map((item) => {
|
|
544
|
+
return storagePoolSerializer(item);
|
|
545
|
+
});
|
|
546
|
+
}
|
|
547
|
+
export function storagePoolArrayDeserializer(result) {
|
|
548
|
+
return result.map((item) => {
|
|
549
|
+
return storagePoolDeserializer(item);
|
|
550
|
+
});
|
|
551
|
+
}
|
|
552
|
+
export function storagePoolHealthInfoDeserializer(item) {
|
|
553
|
+
return {
|
|
554
|
+
health: healthDetailsDeserializer(item["health"]),
|
|
555
|
+
alerts: alertArrayDeserializer(item["alerts"]),
|
|
556
|
+
};
|
|
557
|
+
}
|
|
558
|
+
export function healthDetailsDeserializer(item) {
|
|
559
|
+
return {
|
|
560
|
+
usedCapacityPercentage: item["usedCapacityPercentage"],
|
|
561
|
+
bandwidthUsage: bandwidthUsageDeserializer(item["bandwidthUsage"]),
|
|
562
|
+
iopsUsage: iopsUsageDeserializer(item["iopsUsage"]),
|
|
563
|
+
space: spaceDeserializer(item["space"]),
|
|
564
|
+
dataReductionRatio: item["dataReductionRatio"],
|
|
565
|
+
estimatedMaxCapacity: item["estimatedMaxCapacity"],
|
|
566
|
+
};
|
|
567
|
+
}
|
|
568
|
+
export function bandwidthUsageDeserializer(item) {
|
|
569
|
+
return {
|
|
570
|
+
current: item["current"],
|
|
571
|
+
provisioned: item["provisioned"],
|
|
572
|
+
max: item["max"],
|
|
573
|
+
};
|
|
574
|
+
}
|
|
575
|
+
export function iopsUsageDeserializer(item) {
|
|
576
|
+
return {
|
|
577
|
+
current: item["current"],
|
|
578
|
+
provisioned: item["provisioned"],
|
|
579
|
+
max: item["max"],
|
|
580
|
+
};
|
|
581
|
+
}
|
|
582
|
+
export function spaceDeserializer(item) {
|
|
583
|
+
return {
|
|
584
|
+
totalUsed: item["totalUsed"],
|
|
585
|
+
unique: item["unique"],
|
|
586
|
+
snapshots: item["snapshots"],
|
|
587
|
+
shared: item["shared"],
|
|
588
|
+
};
|
|
589
|
+
}
|
|
590
|
+
export function alertArrayDeserializer(result) {
|
|
591
|
+
return result.map((item) => {
|
|
592
|
+
return alertDeserializer(item);
|
|
593
|
+
});
|
|
594
|
+
}
|
|
595
|
+
export function alertDeserializer(item) {
|
|
596
|
+
return {
|
|
597
|
+
level: item["level"],
|
|
598
|
+
message: item["message"],
|
|
599
|
+
};
|
|
600
|
+
}
|
|
601
|
+
/** Severity level of the alert */
|
|
602
|
+
export var KnownAlertLevel;
|
|
603
|
+
(function (KnownAlertLevel) {
|
|
604
|
+
/** Information level */
|
|
605
|
+
KnownAlertLevel["Info"] = "info";
|
|
606
|
+
/** Warning level */
|
|
607
|
+
KnownAlertLevel["Warning"] = "warning";
|
|
608
|
+
/** Error level */
|
|
609
|
+
KnownAlertLevel["Error"] = "error";
|
|
610
|
+
})(KnownAlertLevel || (KnownAlertLevel = {}));
|
|
611
|
+
export function avsConnectionDeserializer(item) {
|
|
612
|
+
return {
|
|
613
|
+
serviceInitializationCompleted: item["serviceInitializationCompleted"],
|
|
614
|
+
serviceInitializationHandleEnc: item["serviceInitializationHandleEnc"],
|
|
615
|
+
serviceInitializationHandle: !item["serviceInitializationHandle"]
|
|
616
|
+
? item["serviceInitializationHandle"]
|
|
617
|
+
: serviceInitializationHandleDeserializer(item["serviceInitializationHandle"]),
|
|
618
|
+
};
|
|
619
|
+
}
|
|
620
|
+
export function serviceInitializationHandleDeserializer(item) {
|
|
621
|
+
return {
|
|
622
|
+
clusterResourceId: item["sddcResourceId"],
|
|
623
|
+
serviceAccountUsername: item["serviceAccountUsername"],
|
|
624
|
+
};
|
|
625
|
+
}
|
|
626
|
+
export function avsStatusDeserializer(item) {
|
|
627
|
+
return {
|
|
628
|
+
avsEnabled: item["avsEnabled"],
|
|
629
|
+
currentConnectionStatus: item["currentConnectionStatus"],
|
|
630
|
+
clusterResourceId: item["sddcResourceId"],
|
|
631
|
+
};
|
|
632
|
+
}
|
|
633
|
+
export function storagePoolEnableAvsConnectionPostSerializer(item) {
|
|
634
|
+
return { sddcResourceId: item["clusterResourceId"] };
|
|
635
|
+
}
|
|
636
|
+
export function storagePoolFinalizeAvsConnectionPostSerializer(item) {
|
|
637
|
+
return {
|
|
638
|
+
serviceInitializationDataEnc: item["serviceInitializationDataEnc"],
|
|
639
|
+
serviceInitializationData: !item["serviceInitializationData"]
|
|
640
|
+
? item["serviceInitializationData"]
|
|
641
|
+
: serviceInitializationInfoSerializer(item["serviceInitializationData"]),
|
|
642
|
+
};
|
|
643
|
+
}
|
|
644
|
+
export function serviceInitializationInfoSerializer(item) {
|
|
645
|
+
return {
|
|
646
|
+
serviceAccountUsername: item["serviceAccountUsername"],
|
|
647
|
+
serviceAccountPassword: item["serviceAccountPassword"],
|
|
648
|
+
vSphereIp: item["vSphereIp"],
|
|
649
|
+
vSphereCertificate: item["vSphereCertificate"],
|
|
650
|
+
};
|
|
651
|
+
}
|
|
652
|
+
export function avsStorageContainerDeserializer(item) {
|
|
653
|
+
return {
|
|
654
|
+
id: item["id"],
|
|
655
|
+
name: item["name"],
|
|
656
|
+
type: item["type"],
|
|
657
|
+
systemData: !item["systemData"]
|
|
658
|
+
? item["systemData"]
|
|
659
|
+
: systemDataDeserializer(item["systemData"]),
|
|
660
|
+
properties: !item["properties"]
|
|
661
|
+
? item["properties"]
|
|
662
|
+
: avsStorageContainerPropertiesDeserializer(item["properties"]),
|
|
663
|
+
};
|
|
664
|
+
}
|
|
665
|
+
export function avsStorageContainerPropertiesDeserializer(item) {
|
|
666
|
+
return {
|
|
667
|
+
space: !item["space"] ? item["space"] : spaceDeserializer(item["space"]),
|
|
668
|
+
resourceName: item["resourceName"],
|
|
669
|
+
provisionedLimit: item["provisionedLimit"],
|
|
670
|
+
datastore: item["datastore"],
|
|
671
|
+
mounted: item["mounted"],
|
|
672
|
+
};
|
|
673
|
+
}
|
|
674
|
+
export function proxyResourceDeserializer(item) {
|
|
675
|
+
return {
|
|
676
|
+
id: item["id"],
|
|
677
|
+
name: item["name"],
|
|
678
|
+
type: item["type"],
|
|
679
|
+
systemData: !item["systemData"]
|
|
680
|
+
? item["systemData"]
|
|
681
|
+
: systemDataDeserializer(item["systemData"]),
|
|
682
|
+
};
|
|
683
|
+
}
|
|
684
|
+
export function _avsStorageContainerListResultDeserializer(item) {
|
|
685
|
+
return {
|
|
686
|
+
value: avsStorageContainerArrayDeserializer(item["value"]),
|
|
687
|
+
nextLink: item["nextLink"],
|
|
688
|
+
};
|
|
689
|
+
}
|
|
690
|
+
export function avsStorageContainerArrayDeserializer(result) {
|
|
691
|
+
return result.map((item) => {
|
|
692
|
+
return avsStorageContainerDeserializer(item);
|
|
693
|
+
});
|
|
694
|
+
}
|
|
695
|
+
export function avsStorageContainerVolumeUpdateSerializer(item) {
|
|
696
|
+
return {
|
|
697
|
+
properties: !item["properties"]
|
|
698
|
+
? item["properties"]
|
|
699
|
+
: avsStorageContainerVolumeUpdatePropertiesSerializer(item["properties"]),
|
|
700
|
+
};
|
|
701
|
+
}
|
|
702
|
+
export function avsStorageContainerVolumeUpdatePropertiesSerializer(item) {
|
|
703
|
+
return {
|
|
704
|
+
softDeletion: !item["softDeletion"]
|
|
705
|
+
? item["softDeletion"]
|
|
706
|
+
: softDeletionSerializer(item["softDeletion"]),
|
|
707
|
+
};
|
|
708
|
+
}
|
|
709
|
+
export function softDeletionSerializer(item) {
|
|
710
|
+
return { destroyed: item["destroyed"] };
|
|
711
|
+
}
|
|
712
|
+
export function softDeletionDeserializer(item) {
|
|
713
|
+
return {
|
|
714
|
+
destroyed: item["destroyed"],
|
|
715
|
+
eradicationTimestamp: item["eradicationTimestamp"],
|
|
716
|
+
};
|
|
717
|
+
}
|
|
718
|
+
export function avsStorageContainerVolumeDeserializer(item) {
|
|
719
|
+
return {
|
|
720
|
+
id: item["id"],
|
|
721
|
+
name: item["name"],
|
|
722
|
+
type: item["type"],
|
|
723
|
+
systemData: !item["systemData"]
|
|
724
|
+
? item["systemData"]
|
|
725
|
+
: systemDataDeserializer(item["systemData"]),
|
|
726
|
+
properties: !item["properties"]
|
|
727
|
+
? item["properties"]
|
|
728
|
+
: volumePropertiesDeserializer(item["properties"]),
|
|
729
|
+
};
|
|
730
|
+
}
|
|
731
|
+
export function volumePropertiesDeserializer(item) {
|
|
732
|
+
return {
|
|
733
|
+
storagePoolInternalId: item["storagePoolInternalId"],
|
|
734
|
+
storagePoolResourceId: item["storagePoolResourceId"],
|
|
735
|
+
volumeInternalId: item["volumeInternalId"],
|
|
736
|
+
displayName: item["displayName"],
|
|
737
|
+
space: !item["space"] ? item["space"] : spaceDeserializer(item["space"]),
|
|
738
|
+
softDeletion: softDeletionDeserializer(item["softDeletion"]),
|
|
739
|
+
createdTimestamp: item["createdTimestamp"],
|
|
740
|
+
provisionedSize: item["provisionedSize"],
|
|
741
|
+
volumeType: item["volumeType"],
|
|
742
|
+
avs: !item["avs"] ? item["avs"] : avsDiskDetailsDeserializer(item["avs"]),
|
|
743
|
+
provisioningState: item["provisioningState"],
|
|
744
|
+
};
|
|
745
|
+
}
|
|
746
|
+
/** Specify which control plane handles the lifecycle of the volume */
|
|
747
|
+
export var KnownVolumeType;
|
|
748
|
+
(function (KnownVolumeType) {
|
|
749
|
+
/** AVS/VMware */
|
|
750
|
+
KnownVolumeType["AVS"] = "avs";
|
|
751
|
+
})(KnownVolumeType || (KnownVolumeType = {}));
|
|
752
|
+
export function avsDiskDetailsDeserializer(item) {
|
|
753
|
+
return {
|
|
754
|
+
diskId: item["diskId"],
|
|
755
|
+
diskName: item["diskName"],
|
|
756
|
+
folder: item["folder"],
|
|
757
|
+
avsVmInternalId: item["avsVmInternalId"],
|
|
758
|
+
avsVmResourceId: item["avsVmResourceId"],
|
|
759
|
+
avsVmName: item["avsVmName"],
|
|
760
|
+
avsStorageContainerResourceId: item["avsStorageContainerResourceId"],
|
|
761
|
+
};
|
|
762
|
+
}
|
|
763
|
+
export function _avsStorageContainerVolumeListResultDeserializer(item) {
|
|
764
|
+
return {
|
|
765
|
+
value: avsStorageContainerVolumeArrayDeserializer(item["value"]),
|
|
766
|
+
nextLink: item["nextLink"],
|
|
767
|
+
};
|
|
768
|
+
}
|
|
769
|
+
export function avsStorageContainerVolumeArrayDeserializer(result) {
|
|
770
|
+
return result.map((item) => {
|
|
771
|
+
return avsStorageContainerVolumeDeserializer(item);
|
|
772
|
+
});
|
|
773
|
+
}
|
|
774
|
+
export function avsVmUpdateSerializer(item) {
|
|
775
|
+
return {
|
|
776
|
+
properties: !item["properties"]
|
|
777
|
+
? item["properties"]
|
|
778
|
+
: avsVmUpdatePropertiesSerializer(item["properties"]),
|
|
779
|
+
};
|
|
780
|
+
}
|
|
781
|
+
export function avsVmUpdatePropertiesSerializer(item) {
|
|
782
|
+
return {
|
|
783
|
+
softDeletion: !item["softDeletion"]
|
|
784
|
+
? item["softDeletion"]
|
|
785
|
+
: softDeletionSerializer(item["softDeletion"]),
|
|
786
|
+
};
|
|
787
|
+
}
|
|
788
|
+
export function avsVmDeserializer(item) {
|
|
789
|
+
return {
|
|
790
|
+
id: item["id"],
|
|
791
|
+
name: item["name"],
|
|
792
|
+
type: item["type"],
|
|
793
|
+
systemData: !item["systemData"]
|
|
794
|
+
? item["systemData"]
|
|
795
|
+
: systemDataDeserializer(item["systemData"]),
|
|
796
|
+
properties: !item["properties"]
|
|
797
|
+
? item["properties"]
|
|
798
|
+
: avsVmPropertiesDeserializer(item["properties"]),
|
|
799
|
+
};
|
|
800
|
+
}
|
|
801
|
+
export function avsVmPropertiesDeserializer(item) {
|
|
802
|
+
return {
|
|
803
|
+
storagePoolInternalId: item["storagePoolInternalId"],
|
|
804
|
+
storagePoolResourceId: item["storagePoolResourceId"],
|
|
805
|
+
displayName: item["displayName"],
|
|
806
|
+
createdTimestamp: item["createdTimestamp"],
|
|
807
|
+
softDeletion: !item["softDeletion"]
|
|
808
|
+
? item["softDeletion"]
|
|
809
|
+
: softDeletionDeserializer(item["softDeletion"]),
|
|
810
|
+
volumeContainerType: item["volumeContainerType"],
|
|
811
|
+
avs: !item["avs"] ? item["avs"] : avsVmDetailsDeserializer(item["avs"]),
|
|
812
|
+
space: !item["space"] ? item["space"] : spaceDeserializer(item["space"]),
|
|
813
|
+
provisioningState: item["provisioningState"],
|
|
814
|
+
};
|
|
815
|
+
}
|
|
816
|
+
/** Specify which control plane handles the lifecycle of the volume container */
|
|
817
|
+
export var KnownVolumeContainerType;
|
|
818
|
+
(function (KnownVolumeContainerType) {
|
|
819
|
+
/** AVS/VMware */
|
|
820
|
+
KnownVolumeContainerType["AVS"] = "avs";
|
|
821
|
+
})(KnownVolumeContainerType || (KnownVolumeContainerType = {}));
|
|
822
|
+
export function avsVmDetailsDeserializer(item) {
|
|
823
|
+
return {
|
|
824
|
+
vmId: item["vmId"],
|
|
825
|
+
vmName: item["vmName"],
|
|
826
|
+
vmType: item["vmType"],
|
|
827
|
+
avsVmInternalId: item["avsVmInternalId"],
|
|
828
|
+
};
|
|
829
|
+
}
|
|
830
|
+
/** AVS VM storage types */
|
|
831
|
+
export var KnownVmType;
|
|
832
|
+
(function (KnownVmType) {
|
|
833
|
+
/** VM using vVols as underlying storage */
|
|
834
|
+
KnownVmType["VVol"] = "vvol";
|
|
835
|
+
})(KnownVmType || (KnownVmType = {}));
|
|
836
|
+
export function _avsVmListResultDeserializer(item) {
|
|
837
|
+
return {
|
|
838
|
+
value: avsVmArrayDeserializer(item["value"]),
|
|
839
|
+
nextLink: item["nextLink"],
|
|
840
|
+
};
|
|
841
|
+
}
|
|
842
|
+
export function avsVmArrayDeserializer(result) {
|
|
843
|
+
return result.map((item) => {
|
|
844
|
+
return avsVmDeserializer(item);
|
|
845
|
+
});
|
|
846
|
+
}
|
|
847
|
+
export function avsVmVolumeUpdateSerializer(item) {
|
|
848
|
+
return {
|
|
849
|
+
properties: !item["properties"]
|
|
850
|
+
? item["properties"]
|
|
851
|
+
: avsVmVolumeUpdatePropertiesSerializer(item["properties"]),
|
|
852
|
+
};
|
|
853
|
+
}
|
|
854
|
+
export function avsVmVolumeUpdatePropertiesSerializer(item) {
|
|
855
|
+
return {
|
|
856
|
+
softDeletion: !item["softDeletion"]
|
|
857
|
+
? item["softDeletion"]
|
|
858
|
+
: softDeletionSerializer(item["softDeletion"]),
|
|
859
|
+
};
|
|
860
|
+
}
|
|
861
|
+
export function avsVmVolumeDeserializer(item) {
|
|
862
|
+
return {
|
|
863
|
+
id: item["id"],
|
|
864
|
+
name: item["name"],
|
|
865
|
+
type: item["type"],
|
|
866
|
+
systemData: !item["systemData"]
|
|
867
|
+
? item["systemData"]
|
|
868
|
+
: systemDataDeserializer(item["systemData"]),
|
|
869
|
+
properties: !item["properties"]
|
|
870
|
+
? item["properties"]
|
|
871
|
+
: volumePropertiesDeserializer(item["properties"]),
|
|
872
|
+
};
|
|
873
|
+
}
|
|
874
|
+
export function _avsVmVolumeListResultDeserializer(item) {
|
|
875
|
+
return {
|
|
876
|
+
value: avsVmVolumeArrayDeserializer(item["value"]),
|
|
877
|
+
nextLink: item["nextLink"],
|
|
878
|
+
};
|
|
879
|
+
}
|
|
880
|
+
export function avsVmVolumeArrayDeserializer(result) {
|
|
881
|
+
return result.map((item) => {
|
|
882
|
+
return avsVmVolumeDeserializer(item);
|
|
883
|
+
});
|
|
884
|
+
}
|
|
885
|
+
/** Supported versions for PureStorage.Block. */
|
|
886
|
+
export var KnownVersions;
|
|
887
|
+
(function (KnownVersions) {
|
|
888
|
+
/** Version 1 preview. */
|
|
889
|
+
KnownVersions["V1Preview"] = "2024-10-01-preview";
|
|
890
|
+
/** Version 2 preview. */
|
|
891
|
+
KnownVersions["V2Preview"] = "2024-11-01-preview";
|
|
892
|
+
})(KnownVersions || (KnownVersions = {}));
|
|
893
|
+
//# sourceMappingURL=models.js.map
|