@azure/arm-qumulo 2.0.2-alpha.20260310.1 → 3.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/LICENSE +1 -1
- package/README.md +12 -11
- package/dist/browser/api/fileSystems/index.d.ts +3 -0
- package/dist/browser/api/fileSystems/index.js +4 -0
- package/dist/browser/api/fileSystems/index.js.map +1 -0
- package/dist/browser/api/fileSystems/operations.d.ts +31 -0
- package/dist/browser/api/fileSystems/operations.js +194 -0
- package/dist/browser/api/fileSystems/operations.js.map +1 -0
- package/dist/browser/api/fileSystems/options.d.ts +24 -0
- package/dist/browser/api/fileSystems/options.js +4 -0
- package/dist/browser/api/fileSystems/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -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.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.js +33 -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.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/qumuloStorageContext.d.ts +20 -0
- package/dist/browser/api/qumuloStorageContext.js +25 -0
- package/dist/browser/api/qumuloStorageContext.js.map +1 -0
- package/dist/browser/classic/fileSystems/index.d.ts +31 -0
- package/dist/browser/classic/fileSystems/index.js +36 -0
- package/dist/browser/classic/fileSystems/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +3 -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.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/index.d.ts +16 -3
- package/dist/browser/index.js +7 -11
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -478
- package/dist/browser/models/index.js +3 -79
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +392 -0
- package/dist/browser/models/models.js +413 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/qumuloStorage.d.ts +15 -19
- package/dist/browser/qumuloStorage.js +23 -103
- package/dist/browser/qumuloStorage.js.map +1 -1
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +95 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/fileSystems/index.d.ts +3 -0
- package/dist/commonjs/api/fileSystems/index.js +38 -0
- package/dist/commonjs/api/fileSystems/index.js.map +7 -0
- package/dist/commonjs/api/fileSystems/operations.d.ts +31 -0
- package/dist/commonjs/api/fileSystems/operations.js +282 -0
- package/dist/commonjs/api/fileSystems/operations.js.map +7 -0
- package/dist/commonjs/api/fileSystems/options.d.ts +24 -0
- package/dist/commonjs/{operationsInterfaces/operations.js → api/fileSystems/options.js} +3 -2
- package/dist/commonjs/api/fileSystems/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/{operationsInterfaces → api}/index.js +12 -7
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/{operations → api/operations}/index.js +10 -5
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +70 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/qumuloStorageContext.d.ts +20 -0
- package/dist/commonjs/api/qumuloStorageContext.js +47 -0
- package/dist/commonjs/api/qumuloStorageContext.js.map +7 -0
- package/dist/commonjs/classic/fileSystems/index.d.ts +31 -0
- package/dist/commonjs/classic/fileSystems/index.js +60 -0
- package/dist/commonjs/classic/fileSystems/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +3 -0
- package/dist/commonjs/{operationsInterfaces/fileSystems.js → classic/index.js} +3 -2
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/{lroImpl.js → classic/operations/index.js} +14 -19
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +16 -3
- package/dist/commonjs/index.js +27 -8
- package/dist/commonjs/index.js.map +3 -3
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -478
- package/dist/commonjs/models/index.js +11 -49
- package/dist/commonjs/models/index.js.map +4 -4
- package/dist/commonjs/models/models.d.ts +392 -0
- package/dist/commonjs/models/models.js +436 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/qumuloStorage.d.ts +15 -19
- package/dist/commonjs/qumuloStorage.js +20 -99
- package/dist/commonjs/qumuloStorage.js.map +3 -3
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +108 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/{pagingHelper.js → static-helpers/serialization/check-prop-undefined.js} +12 -20
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/fileSystems/index.d.ts +3 -0
- package/dist/esm/api/fileSystems/index.js +4 -0
- package/dist/esm/api/fileSystems/index.js.map +1 -0
- package/dist/esm/api/fileSystems/operations.d.ts +31 -0
- package/dist/esm/api/fileSystems/operations.js +194 -0
- package/dist/esm/api/fileSystems/operations.js.map +1 -0
- package/dist/esm/api/fileSystems/options.d.ts +24 -0
- package/dist/esm/api/fileSystems/options.js +4 -0
- package/dist/esm/api/fileSystems/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -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.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.js +33 -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.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/qumuloStorageContext.d.ts +20 -0
- package/dist/esm/api/qumuloStorageContext.js +25 -0
- package/dist/esm/api/qumuloStorageContext.js.map +1 -0
- package/dist/esm/classic/fileSystems/index.d.ts +31 -0
- package/dist/esm/classic/fileSystems/index.js +36 -0
- package/dist/esm/classic/fileSystems/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +3 -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.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/index.d.ts +16 -3
- package/dist/esm/index.js +9 -8
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -478
- package/dist/esm/models/index.js +4 -50
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +392 -0
- package/dist/esm/models/models.js +413 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/qumuloStorage.d.ts +15 -19
- package/dist/esm/qumuloStorage.js +26 -94
- package/dist/esm/qumuloStorage.js.map +1 -7
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +95 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +147 -81
- package/CHANGELOG.md +0 -40
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -18
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -21
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -641
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -12
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -112
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/fileSystems.d.ts +0 -99
- package/dist/browser/operations/fileSystems.d.ts.map +0 -1
- package/dist/browser/operations/fileSystems.js +0 -465
- package/dist/browser/operations/fileSystems.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -3
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -10
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/browser/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/fileSystems.js +0 -9
- package/dist/browser/operationsInterfaces/fileSystems.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -10
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -30
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/qumuloStorage.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js.map +0 -7
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -21
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -695
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -12
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -148
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/fileSystems.d.ts +0 -99
- package/dist/commonjs/operations/fileSystems.d.ts.map +0 -1
- package/dist/commonjs/operations/fileSystems.js +0 -532
- package/dist/commonjs/operations/fileSystems.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -3
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js.map +0 -7
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -148
- package/dist/commonjs/operations/operations.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/commonjs/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/fileSystems.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/commonjs/qumuloStorage.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -7
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -21
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -654
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -12
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -119
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/fileSystems.d.ts +0 -99
- package/dist/esm/operations/fileSystems.d.ts.map +0 -1
- package/dist/esm/operations/fileSystems.js +0 -501
- package/dist/esm/operations/fileSystems.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -3
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -2
- package/dist/esm/operations/index.js.map +0 -7
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -115
- package/dist/esm/operations/operations.js.map +0 -7
- package/dist/esm/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/esm/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/fileSystems.js +0 -0
- package/dist/esm/operationsInterfaces/fileSystems.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -2
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js +0 -0
- package/dist/esm/operationsInterfaces/operations.js.map +0 -7
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- package/dist/esm/qumuloStorage.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -18
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -479
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -80
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -21
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -641
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -12
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -112
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/fileSystems.d.ts +0 -99
- package/dist/react-native/operations/fileSystems.d.ts.map +0 -1
- package/dist/react-native/operations/fileSystems.js +0 -465
- package/dist/react-native/operations/fileSystems.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -3
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -10
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/fileSystems.d.ts +0 -63
- package/dist/react-native/operationsInterfaces/fileSystems.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/fileSystems.js +0 -9
- package/dist/react-native/operationsInterfaces/fileSystems.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -10
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/qumuloStorage.d.ts +0 -21
- package/dist/react-native/qumuloStorage.d.ts.map +0 -1
- package/dist/react-native/qumuloStorage.js +0 -108
- package/dist/react-native/qumuloStorage.js.map +0 -1
- package/review/arm-qumulo-node.api.md +0 -346
|
@@ -0,0 +1,413 @@
|
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
import { areAllPropsUndefined } from "../static-helpers/serialization/check-prop-undefined.js";
|
|
4
|
+
export function _operationListResultDeserializer(item) {
|
|
5
|
+
return {
|
|
6
|
+
value: operationArrayDeserializer(item["value"]),
|
|
7
|
+
nextLink: item["nextLink"],
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export function operationArrayDeserializer(result) {
|
|
11
|
+
return result.map((item) => {
|
|
12
|
+
return operationDeserializer(item);
|
|
13
|
+
});
|
|
14
|
+
}
|
|
15
|
+
export function operationDeserializer(item) {
|
|
16
|
+
return {
|
|
17
|
+
name: item["name"],
|
|
18
|
+
isDataAction: item["isDataAction"],
|
|
19
|
+
display: !item["display"] ? item["display"] : operationDisplayDeserializer(item["display"]),
|
|
20
|
+
origin: item["origin"],
|
|
21
|
+
actionType: item["actionType"],
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
export function operationDisplayDeserializer(item) {
|
|
25
|
+
return {
|
|
26
|
+
provider: item["provider"],
|
|
27
|
+
resource: item["resource"],
|
|
28
|
+
operation: item["operation"],
|
|
29
|
+
description: item["description"],
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
33
|
+
export var KnownOrigin;
|
|
34
|
+
(function (KnownOrigin) {
|
|
35
|
+
/** Indicates the operation is initiated by a user. */
|
|
36
|
+
KnownOrigin["User"] = "user";
|
|
37
|
+
/** Indicates the operation is initiated by a system. */
|
|
38
|
+
KnownOrigin["System"] = "system";
|
|
39
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
40
|
+
KnownOrigin["UserSystem"] = "user,system";
|
|
41
|
+
})(KnownOrigin || (KnownOrigin = {}));
|
|
42
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
43
|
+
export var KnownActionType;
|
|
44
|
+
(function (KnownActionType) {
|
|
45
|
+
/** Actions are for internal-only APIs. */
|
|
46
|
+
KnownActionType["Internal"] = "Internal";
|
|
47
|
+
})(KnownActionType || (KnownActionType = {}));
|
|
48
|
+
export function errorResponseDeserializer(item) {
|
|
49
|
+
return {
|
|
50
|
+
error: !item["error"] ? item["error"] : errorDetailDeserializer(item["error"]),
|
|
51
|
+
};
|
|
52
|
+
}
|
|
53
|
+
export function errorDetailDeserializer(item) {
|
|
54
|
+
return {
|
|
55
|
+
code: item["code"],
|
|
56
|
+
message: item["message"],
|
|
57
|
+
target: item["target"],
|
|
58
|
+
details: !item["details"] ? item["details"] : errorDetailArrayDeserializer(item["details"]),
|
|
59
|
+
additionalInfo: !item["additionalInfo"]
|
|
60
|
+
? item["additionalInfo"]
|
|
61
|
+
: errorAdditionalInfoArrayDeserializer(item["additionalInfo"]),
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
export function errorDetailArrayDeserializer(result) {
|
|
65
|
+
return result.map((item) => {
|
|
66
|
+
return errorDetailDeserializer(item);
|
|
67
|
+
});
|
|
68
|
+
}
|
|
69
|
+
export function errorAdditionalInfoArrayDeserializer(result) {
|
|
70
|
+
return result.map((item) => {
|
|
71
|
+
return errorAdditionalInfoDeserializer(item);
|
|
72
|
+
});
|
|
73
|
+
}
|
|
74
|
+
export function errorAdditionalInfoDeserializer(item) {
|
|
75
|
+
return {
|
|
76
|
+
type: item["type"],
|
|
77
|
+
info: item["info"],
|
|
78
|
+
};
|
|
79
|
+
}
|
|
80
|
+
export function fileSystemResourceSerializer(item) {
|
|
81
|
+
return {
|
|
82
|
+
tags: item["tags"],
|
|
83
|
+
location: item["location"],
|
|
84
|
+
properties: areAllPropsUndefined(item, [
|
|
85
|
+
"marketplaceDetails",
|
|
86
|
+
"storageSku",
|
|
87
|
+
"userDetails",
|
|
88
|
+
"delegatedSubnetId",
|
|
89
|
+
"performanceTier",
|
|
90
|
+
"clusterLoginUrl",
|
|
91
|
+
"privateIPs",
|
|
92
|
+
"adminPassword",
|
|
93
|
+
"availabilityZone",
|
|
94
|
+
])
|
|
95
|
+
? undefined
|
|
96
|
+
: _fileSystemResourcePropertiesSerializer(item),
|
|
97
|
+
identity: !item["identity"]
|
|
98
|
+
? item["identity"]
|
|
99
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
100
|
+
};
|
|
101
|
+
}
|
|
102
|
+
export function fileSystemResourceDeserializer(item) {
|
|
103
|
+
return {
|
|
104
|
+
tags: !item["tags"]
|
|
105
|
+
? item["tags"]
|
|
106
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
107
|
+
location: item["location"],
|
|
108
|
+
id: item["id"],
|
|
109
|
+
name: item["name"],
|
|
110
|
+
type: item["type"],
|
|
111
|
+
systemData: !item["systemData"]
|
|
112
|
+
? item["systemData"]
|
|
113
|
+
: systemDataDeserializer(item["systemData"]),
|
|
114
|
+
...(!item["properties"]
|
|
115
|
+
? item["properties"]
|
|
116
|
+
: _fileSystemResourcePropertiesDeserializer(item["properties"])),
|
|
117
|
+
identity: !item["identity"]
|
|
118
|
+
? item["identity"]
|
|
119
|
+
: managedServiceIdentityDeserializer(item["identity"]),
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
export function fileSystemResourcePropertiesSerializer(item) {
|
|
123
|
+
return {
|
|
124
|
+
marketplaceDetails: marketplaceDetailsSerializer(item["marketplaceDetails"]),
|
|
125
|
+
storageSku: item["storageSku"],
|
|
126
|
+
userDetails: userDetailsSerializer(item["userDetails"]),
|
|
127
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
128
|
+
performanceTier: item["performanceTier"],
|
|
129
|
+
clusterLoginUrl: item["clusterLoginUrl"],
|
|
130
|
+
privateIPs: !item["privateIPs"]
|
|
131
|
+
? item["privateIPs"]
|
|
132
|
+
: item["privateIPs"].map((p) => {
|
|
133
|
+
return p;
|
|
134
|
+
}),
|
|
135
|
+
adminPassword: item["adminPassword"],
|
|
136
|
+
availabilityZone: item["availabilityZone"],
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
export function fileSystemResourcePropertiesDeserializer(item) {
|
|
140
|
+
return {
|
|
141
|
+
marketplaceDetails: marketplaceDetailsDeserializer(item["marketplaceDetails"]),
|
|
142
|
+
provisioningState: item["provisioningState"],
|
|
143
|
+
storageSku: item["storageSku"],
|
|
144
|
+
userDetails: userDetailsDeserializer(item["userDetails"]),
|
|
145
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
146
|
+
performanceTier: item["performanceTier"],
|
|
147
|
+
clusterLoginUrl: item["clusterLoginUrl"],
|
|
148
|
+
privateIPs: !item["privateIPs"]
|
|
149
|
+
? item["privateIPs"]
|
|
150
|
+
: item["privateIPs"].map((p) => {
|
|
151
|
+
return p;
|
|
152
|
+
}),
|
|
153
|
+
adminPassword: item["adminPassword"],
|
|
154
|
+
availabilityZone: item["availabilityZone"],
|
|
155
|
+
};
|
|
156
|
+
}
|
|
157
|
+
export function marketplaceDetailsSerializer(item) {
|
|
158
|
+
return {
|
|
159
|
+
marketplaceSubscriptionId: item["marketplaceSubscriptionId"],
|
|
160
|
+
planId: item["planId"],
|
|
161
|
+
offerId: item["offerId"],
|
|
162
|
+
publisherId: item["publisherId"],
|
|
163
|
+
termUnit: item["termUnit"],
|
|
164
|
+
};
|
|
165
|
+
}
|
|
166
|
+
export function marketplaceDetailsDeserializer(item) {
|
|
167
|
+
return {
|
|
168
|
+
marketplaceSubscriptionId: item["marketplaceSubscriptionId"],
|
|
169
|
+
planId: item["planId"],
|
|
170
|
+
offerId: item["offerId"],
|
|
171
|
+
publisherId: item["publisherId"],
|
|
172
|
+
termUnit: item["termUnit"],
|
|
173
|
+
marketplaceSubscriptionStatus: item["marketplaceSubscriptionStatus"],
|
|
174
|
+
};
|
|
175
|
+
}
|
|
176
|
+
/** Marketplace subscription status of the file system resource */
|
|
177
|
+
export var KnownMarketplaceSubscriptionStatus;
|
|
178
|
+
(function (KnownMarketplaceSubscriptionStatus) {
|
|
179
|
+
/** Fulfillment has not started */
|
|
180
|
+
KnownMarketplaceSubscriptionStatus["PendingFulfillmentStart"] = "PendingFulfillmentStart";
|
|
181
|
+
/** Marketplace offer is subscribed */
|
|
182
|
+
KnownMarketplaceSubscriptionStatus["Subscribed"] = "Subscribed";
|
|
183
|
+
/** Marketplace offer is suspended because of non payment */
|
|
184
|
+
KnownMarketplaceSubscriptionStatus["Suspended"] = "Suspended";
|
|
185
|
+
/** Marketplace offer is unsubscribed */
|
|
186
|
+
KnownMarketplaceSubscriptionStatus["Unsubscribed"] = "Unsubscribed";
|
|
187
|
+
})(KnownMarketplaceSubscriptionStatus || (KnownMarketplaceSubscriptionStatus = {}));
|
|
188
|
+
/** Provisioning State of the File system resource */
|
|
189
|
+
export var KnownProvisioningState;
|
|
190
|
+
(function (KnownProvisioningState) {
|
|
191
|
+
/** File system resource creation request accepted */
|
|
192
|
+
KnownProvisioningState["Accepted"] = "Accepted";
|
|
193
|
+
/** File system resource creation started */
|
|
194
|
+
KnownProvisioningState["Creating"] = "Creating";
|
|
195
|
+
/** File system resource is being updated */
|
|
196
|
+
KnownProvisioningState["Updating"] = "Updating";
|
|
197
|
+
/** File system resource deletion started */
|
|
198
|
+
KnownProvisioningState["Deleting"] = "Deleting";
|
|
199
|
+
/** File system resource creation successful */
|
|
200
|
+
KnownProvisioningState["Succeeded"] = "Succeeded";
|
|
201
|
+
/** File system resource creation failed */
|
|
202
|
+
KnownProvisioningState["Failed"] = "Failed";
|
|
203
|
+
/** File system resource creation canceled */
|
|
204
|
+
KnownProvisioningState["Canceled"] = "Canceled";
|
|
205
|
+
/** File system resource is deleted */
|
|
206
|
+
KnownProvisioningState["Deleted"] = "Deleted";
|
|
207
|
+
})(KnownProvisioningState || (KnownProvisioningState = {}));
|
|
208
|
+
export function userDetailsSerializer(item) {
|
|
209
|
+
return { email: item["email"] };
|
|
210
|
+
}
|
|
211
|
+
export function userDetailsDeserializer(item) {
|
|
212
|
+
return {
|
|
213
|
+
email: item["email"],
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
export function managedServiceIdentitySerializer(item) {
|
|
217
|
+
return {
|
|
218
|
+
type: item["type"],
|
|
219
|
+
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
220
|
+
? item["userAssignedIdentities"]
|
|
221
|
+
: userAssignedIdentityRecordSerializer(item["userAssignedIdentities"]),
|
|
222
|
+
};
|
|
223
|
+
}
|
|
224
|
+
export function managedServiceIdentityDeserializer(item) {
|
|
225
|
+
return {
|
|
226
|
+
principalId: item["principalId"],
|
|
227
|
+
tenantId: item["tenantId"],
|
|
228
|
+
type: item["type"],
|
|
229
|
+
userAssignedIdentities: !item["userAssignedIdentities"]
|
|
230
|
+
? item["userAssignedIdentities"]
|
|
231
|
+
: userAssignedIdentityRecordDeserializer(item["userAssignedIdentities"]),
|
|
232
|
+
};
|
|
233
|
+
}
|
|
234
|
+
/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */
|
|
235
|
+
export var KnownManagedServiceIdentityType;
|
|
236
|
+
(function (KnownManagedServiceIdentityType) {
|
|
237
|
+
/** No managed identity. */
|
|
238
|
+
KnownManagedServiceIdentityType["None"] = "None";
|
|
239
|
+
/** System assigned managed identity. */
|
|
240
|
+
KnownManagedServiceIdentityType["SystemAssigned"] = "SystemAssigned";
|
|
241
|
+
/** User assigned managed identity. */
|
|
242
|
+
KnownManagedServiceIdentityType["UserAssigned"] = "UserAssigned";
|
|
243
|
+
/** System and user assigned managed identity. */
|
|
244
|
+
KnownManagedServiceIdentityType["SystemAssignedUserAssigned"] = "SystemAssigned,UserAssigned";
|
|
245
|
+
})(KnownManagedServiceIdentityType || (KnownManagedServiceIdentityType = {}));
|
|
246
|
+
export function userAssignedIdentityRecordSerializer(item) {
|
|
247
|
+
const result = {};
|
|
248
|
+
Object.keys(item).map((key) => {
|
|
249
|
+
result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);
|
|
250
|
+
});
|
|
251
|
+
return result;
|
|
252
|
+
}
|
|
253
|
+
export function userAssignedIdentityRecordDeserializer(item) {
|
|
254
|
+
const result = {};
|
|
255
|
+
Object.keys(item).map((key) => {
|
|
256
|
+
result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);
|
|
257
|
+
});
|
|
258
|
+
return result;
|
|
259
|
+
}
|
|
260
|
+
export function userAssignedIdentitySerializer(_item) {
|
|
261
|
+
return {};
|
|
262
|
+
}
|
|
263
|
+
export function userAssignedIdentityDeserializer(item) {
|
|
264
|
+
return {
|
|
265
|
+
principalId: item["principalId"],
|
|
266
|
+
clientId: item["clientId"],
|
|
267
|
+
};
|
|
268
|
+
}
|
|
269
|
+
export function trackedResourceSerializer(item) {
|
|
270
|
+
return { tags: item["tags"], location: item["location"] };
|
|
271
|
+
}
|
|
272
|
+
export function trackedResourceDeserializer(item) {
|
|
273
|
+
return {
|
|
274
|
+
id: item["id"],
|
|
275
|
+
name: item["name"],
|
|
276
|
+
type: item["type"],
|
|
277
|
+
systemData: !item["systemData"]
|
|
278
|
+
? item["systemData"]
|
|
279
|
+
: systemDataDeserializer(item["systemData"]),
|
|
280
|
+
tags: !item["tags"]
|
|
281
|
+
? item["tags"]
|
|
282
|
+
: Object.fromEntries(Object.entries(item["tags"]).map(([k, p]) => [k, p])),
|
|
283
|
+
location: item["location"],
|
|
284
|
+
};
|
|
285
|
+
}
|
|
286
|
+
export function resourceSerializer(_item) {
|
|
287
|
+
return {};
|
|
288
|
+
}
|
|
289
|
+
export function resourceDeserializer(item) {
|
|
290
|
+
return {
|
|
291
|
+
id: item["id"],
|
|
292
|
+
name: item["name"],
|
|
293
|
+
type: item["type"],
|
|
294
|
+
systemData: !item["systemData"]
|
|
295
|
+
? item["systemData"]
|
|
296
|
+
: systemDataDeserializer(item["systemData"]),
|
|
297
|
+
};
|
|
298
|
+
}
|
|
299
|
+
export function systemDataDeserializer(item) {
|
|
300
|
+
return {
|
|
301
|
+
createdBy: item["createdBy"],
|
|
302
|
+
createdByType: item["createdByType"],
|
|
303
|
+
createdAt: !item["createdAt"] ? item["createdAt"] : new Date(item["createdAt"]),
|
|
304
|
+
lastModifiedBy: item["lastModifiedBy"],
|
|
305
|
+
lastModifiedByType: item["lastModifiedByType"],
|
|
306
|
+
lastModifiedAt: !item["lastModifiedAt"]
|
|
307
|
+
? item["lastModifiedAt"]
|
|
308
|
+
: new Date(item["lastModifiedAt"]),
|
|
309
|
+
};
|
|
310
|
+
}
|
|
311
|
+
/** The kind of entity that created the resource. */
|
|
312
|
+
export var KnownCreatedByType;
|
|
313
|
+
(function (KnownCreatedByType) {
|
|
314
|
+
/** The entity was created by a user. */
|
|
315
|
+
KnownCreatedByType["User"] = "User";
|
|
316
|
+
/** The entity was created by an application. */
|
|
317
|
+
KnownCreatedByType["Application"] = "Application";
|
|
318
|
+
/** The entity was created by a managed identity. */
|
|
319
|
+
KnownCreatedByType["ManagedIdentity"] = "ManagedIdentity";
|
|
320
|
+
/** The entity was created by a key. */
|
|
321
|
+
KnownCreatedByType["Key"] = "Key";
|
|
322
|
+
})(KnownCreatedByType || (KnownCreatedByType = {}));
|
|
323
|
+
export function fileSystemResourceUpdateSerializer(item) {
|
|
324
|
+
return {
|
|
325
|
+
identity: !item["identity"]
|
|
326
|
+
? item["identity"]
|
|
327
|
+
: managedServiceIdentitySerializer(item["identity"]),
|
|
328
|
+
tags: item["tags"],
|
|
329
|
+
properties: !item["properties"]
|
|
330
|
+
? item["properties"]
|
|
331
|
+
: fileSystemResourceUpdatePropertiesSerializer(item["properties"]),
|
|
332
|
+
};
|
|
333
|
+
}
|
|
334
|
+
export function fileSystemResourceUpdatePropertiesSerializer(item) {
|
|
335
|
+
return {
|
|
336
|
+
marketplaceDetails: !item["marketplaceDetails"]
|
|
337
|
+
? item["marketplaceDetails"]
|
|
338
|
+
: marketplaceDetailsSerializer(item["marketplaceDetails"]),
|
|
339
|
+
userDetails: !item["userDetails"]
|
|
340
|
+
? item["userDetails"]
|
|
341
|
+
: userDetailsSerializer(item["userDetails"]),
|
|
342
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
343
|
+
performanceTier: item["performanceTier"],
|
|
344
|
+
};
|
|
345
|
+
}
|
|
346
|
+
export function _fileSystemResourceListResultDeserializer(item) {
|
|
347
|
+
return {
|
|
348
|
+
value: fileSystemResourceArrayDeserializer(item["value"]),
|
|
349
|
+
nextLink: item["nextLink"],
|
|
350
|
+
};
|
|
351
|
+
}
|
|
352
|
+
export function fileSystemResourceArraySerializer(result) {
|
|
353
|
+
return result.map((item) => {
|
|
354
|
+
return fileSystemResourceSerializer(item);
|
|
355
|
+
});
|
|
356
|
+
}
|
|
357
|
+
export function fileSystemResourceArrayDeserializer(result) {
|
|
358
|
+
return result.map((item) => {
|
|
359
|
+
return fileSystemResourceDeserializer(item);
|
|
360
|
+
});
|
|
361
|
+
}
|
|
362
|
+
/** The available API versions. */
|
|
363
|
+
export var KnownVersions;
|
|
364
|
+
(function (KnownVersions) {
|
|
365
|
+
/** The 2024-02-01 Stable API version. */
|
|
366
|
+
KnownVersions["V20240619"] = "2024-06-19";
|
|
367
|
+
/** The 2026-04-16 Stable API version. */
|
|
368
|
+
KnownVersions["V20260416"] = "2026-04-16";
|
|
369
|
+
})(KnownVersions || (KnownVersions = {}));
|
|
370
|
+
export function _fileSystemResourcePropertiesSerializer(item) {
|
|
371
|
+
return {
|
|
372
|
+
marketplaceDetails: !item["marketplaceDetails"]
|
|
373
|
+
? item["marketplaceDetails"]
|
|
374
|
+
: marketplaceDetailsSerializer(item["marketplaceDetails"]),
|
|
375
|
+
storageSku: item["storageSku"],
|
|
376
|
+
userDetails: !item["userDetails"]
|
|
377
|
+
? item["userDetails"]
|
|
378
|
+
: userDetailsSerializer(item["userDetails"]),
|
|
379
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
380
|
+
performanceTier: item["performanceTier"],
|
|
381
|
+
clusterLoginUrl: item["clusterLoginUrl"],
|
|
382
|
+
privateIPs: !item["privateIPs"]
|
|
383
|
+
? item["privateIPs"]
|
|
384
|
+
: item["privateIPs"].map((p) => {
|
|
385
|
+
return p;
|
|
386
|
+
}),
|
|
387
|
+
adminPassword: item["adminPassword"],
|
|
388
|
+
availabilityZone: item["availabilityZone"],
|
|
389
|
+
};
|
|
390
|
+
}
|
|
391
|
+
export function _fileSystemResourcePropertiesDeserializer(item) {
|
|
392
|
+
return {
|
|
393
|
+
marketplaceDetails: !item["marketplaceDetails"]
|
|
394
|
+
? item["marketplaceDetails"]
|
|
395
|
+
: marketplaceDetailsDeserializer(item["marketplaceDetails"]),
|
|
396
|
+
provisioningState: item["provisioningState"],
|
|
397
|
+
storageSku: item["storageSku"],
|
|
398
|
+
userDetails: !item["userDetails"]
|
|
399
|
+
? item["userDetails"]
|
|
400
|
+
: userDetailsDeserializer(item["userDetails"]),
|
|
401
|
+
delegatedSubnetId: item["delegatedSubnetId"],
|
|
402
|
+
performanceTier: item["performanceTier"],
|
|
403
|
+
clusterLoginUrl: item["clusterLoginUrl"],
|
|
404
|
+
privateIPs: !item["privateIPs"]
|
|
405
|
+
? item["privateIPs"]
|
|
406
|
+
: item["privateIPs"].map((p) => {
|
|
407
|
+
return p;
|
|
408
|
+
}),
|
|
409
|
+
adminPassword: item["adminPassword"],
|
|
410
|
+
availabilityZone: item["availabilityZone"],
|
|
411
|
+
};
|
|
412
|
+
}
|
|
413
|
+
//# sourceMappingURL=models.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../src/models/models.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { areAllPropsUndefined } from \"../static-helpers/serialization/check-prop-undefined.js\";\n\n/**\n * This file contains only generated model types and their (de)serializers.\n * Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.\n */\n/* eslint-disable @typescript-eslint/naming-convention */\n/* eslint-disable @typescript-eslint/explicit-module-boundary-types */\n/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */\nexport interface _OperationListResult {\n /** The Operation items on this page */\n value: Operation[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _operationListResultDeserializer(item: any): _OperationListResult {\n return {\n value: operationArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function operationArrayDeserializer(result: Array<Operation>): any[] {\n return result.map((item) => {\n return operationDeserializer(item);\n });\n}\n\n/** Details of a REST API operation, returned from the Resource Provider Operations API */\nexport interface Operation {\n /** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: \"Microsoft.Compute/virtualMachines/write\", \"Microsoft.Compute/virtualMachines/capture/action\" */\n readonly name?: string;\n /** Whether the operation applies to data-plane. This is \"true\" for data-plane operations and \"false\" for Azure Resource Manager/control-plane operations. */\n readonly isDataAction?: boolean;\n /** Localized display information for this particular operation. */\n display?: OperationDisplay;\n /** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\n readonly origin?: Origin;\n /** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\n readonly actionType?: ActionType;\n}\n\nexport function operationDeserializer(item: any): Operation {\n return {\n name: item[\"name\"],\n isDataAction: item[\"isDataAction\"],\n display: !item[\"display\"] ? item[\"display\"] : operationDisplayDeserializer(item[\"display\"]),\n origin: item[\"origin\"],\n actionType: item[\"actionType\"],\n };\n}\n\n/** Localized display information for an operation. */\nexport interface OperationDisplay {\n /** The localized friendly form of the resource provider name, e.g. \"Microsoft Monitoring Insights\" or \"Microsoft Compute\". */\n readonly provider?: string;\n /** The localized friendly name of the resource type related to this operation. E.g. \"Virtual Machines\" or \"Job Schedule Collections\". */\n readonly resource?: string;\n /** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. \"Create or Update Virtual Machine\", \"Restart Virtual Machine\". */\n readonly operation?: string;\n /** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */\n readonly description?: string;\n}\n\nexport function operationDisplayDeserializer(item: any): OperationDisplay {\n return {\n provider: item[\"provider\"],\n resource: item[\"resource\"],\n operation: item[\"operation\"],\n description: item[\"description\"],\n };\n}\n\n/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" */\nexport enum KnownOrigin {\n /** Indicates the operation is initiated by a user. */\n User = \"user\",\n /** Indicates the operation is initiated by a system. */\n System = \"system\",\n /** Indicates the operation is initiated by a user or system. */\n UserSystem = \"user,system\",\n}\n\n/**\n * The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is \"user,system\" \\\n * {@link KnownOrigin} can be used interchangeably with Origin,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **user**: Indicates the operation is initiated by a user. \\\n * **system**: Indicates the operation is initiated by a system. \\\n * **user,system**: Indicates the operation is initiated by a user or system.\n */\nexport type Origin = string;\n\n/** Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. */\nexport enum KnownActionType {\n /** Actions are for internal-only APIs. */\n Internal = \"Internal\",\n}\n\n/**\n * Extensible enum. Indicates the action type. \"Internal\" refers to actions that are for internal only APIs. \\\n * {@link KnownActionType} can be used interchangeably with ActionType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Internal**: Actions are for internal-only APIs.\n */\nexport type ActionType = string;\n\n/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */\nexport interface ErrorResponse {\n /** The error object. */\n error?: ErrorDetail;\n}\n\nexport function errorResponseDeserializer(item: any): ErrorResponse {\n return {\n error: !item[\"error\"] ? item[\"error\"] : errorDetailDeserializer(item[\"error\"]),\n };\n}\n\n/** The error detail. */\nexport interface ErrorDetail {\n /** The error code. */\n readonly code?: string;\n /** The error message. */\n readonly message?: string;\n /** The error target. */\n readonly target?: string;\n /** The error details. */\n readonly details?: ErrorDetail[];\n /** The error additional info. */\n readonly additionalInfo?: ErrorAdditionalInfo[];\n}\n\nexport function errorDetailDeserializer(item: any): ErrorDetail {\n return {\n code: item[\"code\"],\n message: item[\"message\"],\n target: item[\"target\"],\n details: !item[\"details\"] ? item[\"details\"] : errorDetailArrayDeserializer(item[\"details\"]),\n additionalInfo: !item[\"additionalInfo\"]\n ? item[\"additionalInfo\"]\n : errorAdditionalInfoArrayDeserializer(item[\"additionalInfo\"]),\n };\n}\n\nexport function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[] {\n return result.map((item) => {\n return errorDetailDeserializer(item);\n });\n}\n\nexport function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[] {\n return result.map((item) => {\n return errorAdditionalInfoDeserializer(item);\n });\n}\n\n/** The resource management error additional info. */\nexport interface ErrorAdditionalInfo {\n /** The additional info type. */\n readonly type?: string;\n /** The additional info. */\n readonly info?: any;\n}\n\nexport function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo {\n return {\n type: item[\"type\"],\n info: item[\"info\"],\n };\n}\n\n/** Concrete tracked resource types can be created by aliasing this type using a specific property type. */\nexport interface FileSystemResource extends TrackedResource {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** Marketplace details */\n marketplaceDetails?: MarketplaceDetails;\n /** Provisioning State of the resource */\n readonly provisioningState?: ProvisioningState;\n /** Storage Sku */\n storageSku?: string;\n /** User Details */\n userDetails?: UserDetails;\n /** Delegated subnet id for Vnet injection */\n delegatedSubnetId?: string;\n /** Pre-Provisioned Performance of the Resource */\n performanceTier?: string;\n /** File system Id of the resource */\n clusterLoginUrl?: string;\n /** Private IPs of the resource */\n privateIPs?: string[];\n /** Initial administrator password of the resource */\n adminPassword?: string;\n /** Availability zone */\n availabilityZone?: string;\n}\n\nexport function fileSystemResourceSerializer(item: FileSystemResource): any {\n return {\n tags: item[\"tags\"],\n location: item[\"location\"],\n properties: areAllPropsUndefined(item, [\n \"marketplaceDetails\",\n \"storageSku\",\n \"userDetails\",\n \"delegatedSubnetId\",\n \"performanceTier\",\n \"clusterLoginUrl\",\n \"privateIPs\",\n \"adminPassword\",\n \"availabilityZone\",\n ])\n ? undefined\n : _fileSystemResourcePropertiesSerializer(item),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n };\n}\n\nexport function fileSystemResourceDeserializer(item: any): FileSystemResource {\n return {\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n ...(!item[\"properties\"]\n ? item[\"properties\"]\n : _fileSystemResourcePropertiesDeserializer(item[\"properties\"])),\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentityDeserializer(item[\"identity\"]),\n };\n}\n\n/** Properties specific to the Qumulo File System resource */\nexport interface FileSystemResourceProperties {\n /** Marketplace details */\n marketplaceDetails: MarketplaceDetails;\n /** Provisioning State of the resource */\n readonly provisioningState?: ProvisioningState;\n /** Storage Sku */\n storageSku: string;\n /** User Details */\n userDetails: UserDetails;\n /** Delegated subnet id for Vnet injection */\n delegatedSubnetId: string;\n /** Pre-Provisioned Performance of the Resource */\n performanceTier?: string;\n /** File system Id of the resource */\n clusterLoginUrl?: string;\n /** Private IPs of the resource */\n privateIPs?: string[];\n /** Initial administrator password of the resource */\n adminPassword: string;\n /** Availability zone */\n availabilityZone?: string;\n}\n\nexport function fileSystemResourcePropertiesSerializer(item: FileSystemResourceProperties): any {\n return {\n marketplaceDetails: marketplaceDetailsSerializer(item[\"marketplaceDetails\"]),\n storageSku: item[\"storageSku\"],\n userDetails: userDetailsSerializer(item[\"userDetails\"]),\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n performanceTier: item[\"performanceTier\"],\n clusterLoginUrl: item[\"clusterLoginUrl\"],\n privateIPs: !item[\"privateIPs\"]\n ? item[\"privateIPs\"]\n : item[\"privateIPs\"].map((p: any) => {\n return p;\n }),\n adminPassword: item[\"adminPassword\"],\n availabilityZone: item[\"availabilityZone\"],\n };\n}\n\nexport function fileSystemResourcePropertiesDeserializer(item: any): FileSystemResourceProperties {\n return {\n marketplaceDetails: marketplaceDetailsDeserializer(item[\"marketplaceDetails\"]),\n provisioningState: item[\"provisioningState\"],\n storageSku: item[\"storageSku\"],\n userDetails: userDetailsDeserializer(item[\"userDetails\"]),\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n performanceTier: item[\"performanceTier\"],\n clusterLoginUrl: item[\"clusterLoginUrl\"],\n privateIPs: !item[\"privateIPs\"]\n ? item[\"privateIPs\"]\n : item[\"privateIPs\"].map((p: any) => {\n return p;\n }),\n adminPassword: item[\"adminPassword\"],\n availabilityZone: item[\"availabilityZone\"],\n };\n}\n\n/** MarketplaceDetails of Qumulo FileSystem resource */\nexport interface MarketplaceDetails {\n /** Marketplace Subscription Id */\n marketplaceSubscriptionId?: string;\n /** Plan Id */\n planId: string;\n /** Offer Id */\n offerId: string;\n /** Publisher Id */\n publisherId?: string;\n /** Term Unit */\n termUnit?: string;\n /** Marketplace subscription status */\n readonly marketplaceSubscriptionStatus?: MarketplaceSubscriptionStatus;\n}\n\nexport function marketplaceDetailsSerializer(item: MarketplaceDetails): any {\n return {\n marketplaceSubscriptionId: item[\"marketplaceSubscriptionId\"],\n planId: item[\"planId\"],\n offerId: item[\"offerId\"],\n publisherId: item[\"publisherId\"],\n termUnit: item[\"termUnit\"],\n };\n}\n\nexport function marketplaceDetailsDeserializer(item: any): MarketplaceDetails {\n return {\n marketplaceSubscriptionId: item[\"marketplaceSubscriptionId\"],\n planId: item[\"planId\"],\n offerId: item[\"offerId\"],\n publisherId: item[\"publisherId\"],\n termUnit: item[\"termUnit\"],\n marketplaceSubscriptionStatus: item[\"marketplaceSubscriptionStatus\"],\n };\n}\n\n/** Marketplace subscription status of the file system resource */\nexport enum KnownMarketplaceSubscriptionStatus {\n /** Fulfillment has not started */\n PendingFulfillmentStart = \"PendingFulfillmentStart\",\n /** Marketplace offer is subscribed */\n Subscribed = \"Subscribed\",\n /** Marketplace offer is suspended because of non payment */\n Suspended = \"Suspended\",\n /** Marketplace offer is unsubscribed */\n Unsubscribed = \"Unsubscribed\",\n}\n\n/**\n * Marketplace subscription status of the file system resource \\\n * {@link KnownMarketplaceSubscriptionStatus} can be used interchangeably with MarketplaceSubscriptionStatus,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **PendingFulfillmentStart**: Fulfillment has not started \\\n * **Subscribed**: Marketplace offer is subscribed \\\n * **Suspended**: Marketplace offer is suspended because of non payment \\\n * **Unsubscribed**: Marketplace offer is unsubscribed\n */\nexport type MarketplaceSubscriptionStatus = string;\n\n/** Provisioning State of the File system resource */\nexport enum KnownProvisioningState {\n /** File system resource creation request accepted */\n Accepted = \"Accepted\",\n /** File system resource creation started */\n Creating = \"Creating\",\n /** File system resource is being updated */\n Updating = \"Updating\",\n /** File system resource deletion started */\n Deleting = \"Deleting\",\n /** File system resource creation successful */\n Succeeded = \"Succeeded\",\n /** File system resource creation failed */\n Failed = \"Failed\",\n /** File system resource creation canceled */\n Canceled = \"Canceled\",\n /** File system resource is deleted */\n Deleted = \"Deleted\",\n}\n\n/**\n * Provisioning State of the File system resource \\\n * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **Accepted**: File system resource creation request accepted \\\n * **Creating**: File system resource creation started \\\n * **Updating**: File system resource is being updated \\\n * **Deleting**: File system resource deletion started \\\n * **Succeeded**: File system resource creation successful \\\n * **Failed**: File system resource creation failed \\\n * **Canceled**: File system resource creation canceled \\\n * **Deleted**: File system resource is deleted\n */\nexport type ProvisioningState = string;\n\n/** User Details of Qumulo FileSystem resource */\nexport interface UserDetails {\n /** User Email */\n email: string;\n}\n\nexport function userDetailsSerializer(item: UserDetails): any {\n return { email: item[\"email\"] };\n}\n\nexport function userDetailsDeserializer(item: any): UserDetails {\n return {\n email: item[\"email\"],\n };\n}\n\n/** Managed service identity (system assigned and/or user assigned identities) */\nexport interface ManagedServiceIdentity {\n /** The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly principalId?: string;\n /** The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. */\n readonly tenantId?: string;\n /** The type of managed identity assigned to this resource. */\n type: ManagedServiceIdentityType;\n /** The identities assigned to this resource by the user. */\n userAssignedIdentities?: Record<string, UserAssignedIdentity>;\n}\n\nexport function managedServiceIdentitySerializer(item: ManagedServiceIdentity): any {\n return {\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordSerializer(item[\"userAssignedIdentities\"]),\n };\n}\n\nexport function managedServiceIdentityDeserializer(item: any): ManagedServiceIdentity {\n return {\n principalId: item[\"principalId\"],\n tenantId: item[\"tenantId\"],\n type: item[\"type\"],\n userAssignedIdentities: !item[\"userAssignedIdentities\"]\n ? item[\"userAssignedIdentities\"]\n : userAssignedIdentityRecordDeserializer(item[\"userAssignedIdentities\"]),\n };\n}\n\n/** Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). */\nexport enum KnownManagedServiceIdentityType {\n /** No managed identity. */\n None = \"None\",\n /** System assigned managed identity. */\n SystemAssigned = \"SystemAssigned\",\n /** User assigned managed identity. */\n UserAssigned = \"UserAssigned\",\n /** System and user assigned managed identity. */\n SystemAssignedUserAssigned = \"SystemAssigned,UserAssigned\",\n}\n\n/**\n * Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). \\\n * {@link KnownManagedServiceIdentityType} can be used interchangeably with ManagedServiceIdentityType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **None**: No managed identity. \\\n * **SystemAssigned**: System assigned managed identity. \\\n * **UserAssigned**: User assigned managed identity. \\\n * **SystemAssigned,UserAssigned**: System and user assigned managed identity.\n */\nexport type ManagedServiceIdentityType = string;\n\nexport function userAssignedIdentityRecordSerializer(\n item: Record<string, UserAssignedIdentity>,\n): Record<string, any> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentitySerializer(item[key]);\n });\n return result;\n}\n\nexport function userAssignedIdentityRecordDeserializer(\n item: Record<string, any>,\n): Record<string, UserAssignedIdentity> {\n const result: Record<string, any> = {};\n Object.keys(item).map((key) => {\n result[key] = !item[key] ? item[key] : userAssignedIdentityDeserializer(item[key]);\n });\n return result;\n}\n\n/** User assigned identity properties */\nexport interface UserAssignedIdentity {\n /** The principal ID of the assigned identity. */\n readonly principalId?: string;\n /** The client ID of the assigned identity. */\n readonly clientId?: string;\n}\n\nexport function userAssignedIdentitySerializer(_item: UserAssignedIdentity): any {\n return {};\n}\n\nexport function userAssignedIdentityDeserializer(item: any): UserAssignedIdentity {\n return {\n principalId: item[\"principalId\"],\n clientId: item[\"clientId\"],\n };\n}\n\n/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */\nexport interface TrackedResource extends Resource {\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The geo-location where the resource lives */\n location: string;\n}\n\nexport function trackedResourceSerializer(item: TrackedResource): any {\n return { tags: item[\"tags\"], location: item[\"location\"] };\n}\n\nexport function trackedResourceDeserializer(item: any): TrackedResource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n tags: !item[\"tags\"]\n ? item[\"tags\"]\n : Object.fromEntries(Object.entries(item[\"tags\"]).map(([k, p]: [string, any]) => [k, p])),\n location: item[\"location\"],\n };\n}\n\n/** Common fields that are returned in the response for all Azure Resource Manager resources */\nexport interface Resource {\n /** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */\n readonly id?: string;\n /** The name of the resource */\n readonly name?: string;\n /** The type of the resource. E.g. \"Microsoft.Compute/virtualMachines\" or \"Microsoft.Storage/storageAccounts\" */\n readonly type?: string;\n /** Azure Resource Manager metadata containing createdBy and modifiedBy information. */\n readonly systemData?: SystemData;\n}\n\nexport function resourceSerializer(_item: Resource): any {\n return {};\n}\n\nexport function resourceDeserializer(item: any): Resource {\n return {\n id: item[\"id\"],\n name: item[\"name\"],\n type: item[\"type\"],\n systemData: !item[\"systemData\"]\n ? item[\"systemData\"]\n : systemDataDeserializer(item[\"systemData\"]),\n };\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {\n /** The identity that created the resource. */\n createdBy?: string;\n /** The type of identity that created the resource. */\n createdByType?: CreatedByType;\n /** The timestamp of resource creation (UTC). */\n createdAt?: Date;\n /** The identity that last modified the resource. */\n lastModifiedBy?: string;\n /** The type of identity that last modified the resource. */\n lastModifiedByType?: CreatedByType;\n /** The timestamp of resource last modification (UTC) */\n lastModifiedAt?: Date;\n}\n\nexport function systemDataDeserializer(item: any): SystemData {\n return {\n createdBy: item[\"createdBy\"],\n createdByType: item[\"createdByType\"],\n createdAt: !item[\"createdAt\"] ? item[\"createdAt\"] : new Date(item[\"createdAt\"]),\n lastModifiedBy: item[\"lastModifiedBy\"],\n lastModifiedByType: item[\"lastModifiedByType\"],\n lastModifiedAt: !item[\"lastModifiedAt\"]\n ? item[\"lastModifiedAt\"]\n : new Date(item[\"lastModifiedAt\"]),\n };\n}\n\n/** The kind of entity that created the resource. */\nexport enum KnownCreatedByType {\n /** The entity was created by a user. */\n User = \"User\",\n /** The entity was created by an application. */\n Application = \"Application\",\n /** The entity was created by a managed identity. */\n ManagedIdentity = \"ManagedIdentity\",\n /** The entity was created by a key. */\n Key = \"Key\",\n}\n\n/**\n * The kind of entity that created the resource. \\\n * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,\n * this enum contains the known values that the service supports.\n * ### Known values supported by the service\n * **User**: The entity was created by a user. \\\n * **Application**: The entity was created by an application. \\\n * **ManagedIdentity**: The entity was created by a managed identity. \\\n * **Key**: The entity was created by a key.\n */\nexport type CreatedByType = string;\n\n/** The type used for update operations of the FileSystemResource. */\nexport interface FileSystemResourceUpdate {\n /** The managed service identities assigned to this resource. */\n identity?: ManagedServiceIdentity;\n /** Resource tags. */\n tags?: Record<string, string>;\n /** The updatable properties of the FileSystemResource. */\n properties?: FileSystemResourceUpdateProperties;\n}\n\nexport function fileSystemResourceUpdateSerializer(item: FileSystemResourceUpdate): any {\n return {\n identity: !item[\"identity\"]\n ? item[\"identity\"]\n : managedServiceIdentitySerializer(item[\"identity\"]),\n tags: item[\"tags\"],\n properties: !item[\"properties\"]\n ? item[\"properties\"]\n : fileSystemResourceUpdatePropertiesSerializer(item[\"properties\"]),\n };\n}\n\n/** The updatable properties of the FileSystemResource. */\nexport interface FileSystemResourceUpdateProperties {\n /** Marketplace details */\n marketplaceDetails?: MarketplaceDetails;\n /** User Details */\n userDetails?: UserDetails;\n /** Delegated subnet id for Vnet injection */\n delegatedSubnetId?: string;\n /** Pre-Provisioned Performance of the Resource */\n performanceTier?: string;\n}\n\nexport function fileSystemResourceUpdatePropertiesSerializer(\n item: FileSystemResourceUpdateProperties,\n): any {\n return {\n marketplaceDetails: !item[\"marketplaceDetails\"]\n ? item[\"marketplaceDetails\"]\n : marketplaceDetailsSerializer(item[\"marketplaceDetails\"]),\n userDetails: !item[\"userDetails\"]\n ? item[\"userDetails\"]\n : userDetailsSerializer(item[\"userDetails\"]),\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n performanceTier: item[\"performanceTier\"],\n };\n}\n\n/** The response of a FileSystemResource list operation. */\nexport interface _FileSystemResourceListResult {\n /** The FileSystemResource items on this page */\n value: FileSystemResource[];\n /** The link to the next page of items */\n nextLink?: string;\n}\n\nexport function _fileSystemResourceListResultDeserializer(\n item: any,\n): _FileSystemResourceListResult {\n return {\n value: fileSystemResourceArrayDeserializer(item[\"value\"]),\n nextLink: item[\"nextLink\"],\n };\n}\n\nexport function fileSystemResourceArraySerializer(result: Array<FileSystemResource>): any[] {\n return result.map((item) => {\n return fileSystemResourceSerializer(item);\n });\n}\n\nexport function fileSystemResourceArrayDeserializer(result: Array<FileSystemResource>): any[] {\n return result.map((item) => {\n return fileSystemResourceDeserializer(item);\n });\n}\n\n/** The available API versions. */\nexport enum KnownVersions {\n /** The 2024-02-01 Stable API version. */\n V20240619 = \"2024-06-19\",\n /** The 2026-04-16 Stable API version. */\n V20260416 = \"2026-04-16\",\n}\n\nexport function _fileSystemResourcePropertiesSerializer(item: FileSystemResource): any {\n return {\n marketplaceDetails: !item[\"marketplaceDetails\"]\n ? item[\"marketplaceDetails\"]\n : marketplaceDetailsSerializer(item[\"marketplaceDetails\"]),\n storageSku: item[\"storageSku\"],\n userDetails: !item[\"userDetails\"]\n ? item[\"userDetails\"]\n : userDetailsSerializer(item[\"userDetails\"]),\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n performanceTier: item[\"performanceTier\"],\n clusterLoginUrl: item[\"clusterLoginUrl\"],\n privateIPs: !item[\"privateIPs\"]\n ? item[\"privateIPs\"]\n : item[\"privateIPs\"].map((p: any) => {\n return p;\n }),\n adminPassword: item[\"adminPassword\"],\n availabilityZone: item[\"availabilityZone\"],\n };\n}\n\nexport function _fileSystemResourcePropertiesDeserializer(item: any) {\n return {\n marketplaceDetails: !item[\"marketplaceDetails\"]\n ? item[\"marketplaceDetails\"]\n : marketplaceDetailsDeserializer(item[\"marketplaceDetails\"]),\n provisioningState: item[\"provisioningState\"],\n storageSku: item[\"storageSku\"],\n userDetails: !item[\"userDetails\"]\n ? item[\"userDetails\"]\n : userDetailsDeserializer(item[\"userDetails\"]),\n delegatedSubnetId: item[\"delegatedSubnetId\"],\n performanceTier: item[\"performanceTier\"],\n clusterLoginUrl: item[\"clusterLoginUrl\"],\n privateIPs: !item[\"privateIPs\"]\n ? item[\"privateIPs\"]\n : item[\"privateIPs\"].map((p: any) => {\n return p;\n }),\n adminPassword: item[\"adminPassword\"],\n availabilityZone: item[\"availabilityZone\"],\n };\n}\n"]}
|
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
/** A function that adds a policy that sets the api-version (or equivalent) to reflect the library version. */
|
|
17
|
-
private addCustomApiVersionPolicy;
|
|
18
|
-
operations: Operations;
|
|
19
|
-
fileSystems: FileSystems;
|
|
1
|
+
import type { QumuloStorageOptionalParams } from "./api/index.js";
|
|
2
|
+
import type { FileSystemsOperations } from "./classic/fileSystems/index.js";
|
|
3
|
+
import type { OperationsOperations } from "./classic/operations/index.js";
|
|
4
|
+
import type { TokenCredential } from "@azure/core-auth";
|
|
5
|
+
import type { Pipeline } from "@azure/core-rest-pipeline";
|
|
6
|
+
export type { QumuloStorageOptionalParams } from "./api/qumuloStorageContext.js";
|
|
7
|
+
export declare class QumuloStorage {
|
|
8
|
+
private _client;
|
|
9
|
+
/** The pipeline used by this client to make requests */
|
|
10
|
+
readonly pipeline: Pipeline;
|
|
11
|
+
constructor(credential: TokenCredential, subscriptionId: string, options?: QumuloStorageOptionalParams);
|
|
12
|
+
/** The operation groups for fileSystems */
|
|
13
|
+
readonly fileSystems: FileSystemsOperations;
|
|
14
|
+
/** The operation groups for operations */
|
|
15
|
+
readonly operations: OperationsOperations;
|
|
20
16
|
}
|
|
21
17
|
//# sourceMappingURL=qumuloStorage.d.ts.map
|