@azure/arm-resourceconnector 1.0.0-beta.3 → 2.0.0-alpha.20260116.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/LICENSE +3 -3
- package/README.md +29 -23
- package/dist/browser/api/appliances/index.d.ts +3 -0
- package/dist/browser/api/appliances/index.js +4 -0
- package/dist/browser/api/appliances/index.js.map +1 -0
- package/dist/browser/api/appliances/operations.d.ts +56 -0
- package/dist/browser/api/appliances/operations.js +321 -0
- package/dist/browser/api/appliances/operations.js.map +1 -0
- package/dist/browser/api/appliances/options.d.ts +43 -0
- package/dist/browser/api/appliances/options.js +4 -0
- package/dist/browser/api/appliances/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +2 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/resourceConnectorManagementContext.d.ts +22 -0
- package/dist/browser/api/resourceConnectorManagementContext.js +37 -0
- package/dist/browser/api/resourceConnectorManagementContext.js.map +1 -0
- package/dist/browser/classic/appliances/index.d.ts +37 -0
- package/dist/browser/classic/appliances/index.js +24 -0
- package/dist/browser/classic/appliances/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +2 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/index.d.ts +11 -0
- package/dist/browser/index.js +8 -0
- package/dist/browser/index.js.map +1 -0
- 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 -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 +651 -0
- package/dist/browser/models/models.js +600 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/resourceConnectorManagementClient.d.ts +15 -0
- package/dist/browser/resourceConnectorManagementClient.js +33 -0
- package/dist/browser/resourceConnectorManagementClient.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +89 -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 +73 -0
- package/dist/browser/static-helpers/pagingHelpers.js +121 -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.js +79 -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/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/appliances/index.d.ts +3 -0
- package/dist/commonjs/api/appliances/index.js +18 -0
- package/dist/commonjs/api/appliances/index.js.map +1 -0
- package/dist/commonjs/api/appliances/operations.d.ts +56 -0
- package/dist/commonjs/api/appliances/operations.js +356 -0
- package/dist/commonjs/api/appliances/operations.js.map +1 -0
- package/dist/commonjs/api/appliances/options.d.ts +43 -0
- package/dist/commonjs/api/appliances/options.js +5 -0
- package/dist/commonjs/api/appliances/options.js.map +1 -0
- package/dist/commonjs/api/index.d.ts +2 -0
- package/dist/commonjs/api/index.js +8 -0
- package/dist/commonjs/api/index.js.map +1 -0
- package/dist/commonjs/api/resourceConnectorManagementContext.d.ts +22 -0
- package/dist/commonjs/api/resourceConnectorManagementContext.js +40 -0
- package/dist/commonjs/api/resourceConnectorManagementContext.js.map +1 -0
- package/dist/commonjs/classic/appliances/index.d.ts +37 -0
- package/dist/commonjs/classic/appliances/index.js +27 -0
- package/dist/commonjs/classic/appliances/index.js.map +1 -0
- package/dist/commonjs/classic/index.d.ts +2 -0
- package/dist/commonjs/classic/index.js +5 -0
- package/dist/commonjs/classic/index.js.map +1 -0
- package/dist/commonjs/index.d.ts +11 -0
- package/dist/commonjs/index.js +22 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -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.js +16 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/models.d.ts +651 -0
- package/dist/commonjs/models/models.js +659 -0
- package/dist/commonjs/models/models.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/resourceConnectorManagementClient.d.ts +15 -0
- package/dist/commonjs/resourceConnectorManagementClient.js +37 -0
- package/dist/commonjs/resourceConnectorManagementClient.js.map +1 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +92 -0
- package/dist/commonjs/restorePollerHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +42 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +124 -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.js +82 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +20 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +203 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/api/appliances/index.d.ts +3 -0
- package/dist/esm/api/appliances/index.js +4 -0
- package/dist/esm/api/appliances/index.js.map +1 -0
- package/dist/esm/api/appliances/operations.d.ts +56 -0
- package/dist/esm/api/appliances/operations.js +321 -0
- package/dist/esm/api/appliances/operations.js.map +1 -0
- package/dist/esm/api/appliances/options.d.ts +43 -0
- package/dist/esm/api/appliances/options.js +4 -0
- package/dist/esm/api/appliances/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +2 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/resourceConnectorManagementContext.d.ts +22 -0
- package/dist/esm/api/resourceConnectorManagementContext.js +37 -0
- package/dist/esm/api/resourceConnectorManagementContext.js.map +1 -0
- package/dist/esm/classic/appliances/index.d.ts +37 -0
- package/dist/esm/classic/appliances/index.js +24 -0
- package/dist/esm/classic/appliances/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +2 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/index.d.ts +11 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/index.js.map +1 -0
- 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 -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 +651 -0
- package/dist/esm/models/models.js +600 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/resourceConnectorManagementClient.d.ts +15 -0
- package/dist/esm/resourceConnectorManagementClient.js +33 -0
- package/dist/esm/resourceConnectorManagementClient.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +89 -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 +73 -0
- package/dist/esm/static-helpers/pagingHelpers.js +121 -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.js +79 -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/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/dist/react-native/api/appliances/index.d.ts +3 -0
- package/dist/react-native/api/appliances/index.js +4 -0
- package/dist/react-native/api/appliances/index.js.map +1 -0
- package/dist/react-native/api/appliances/operations.d.ts +56 -0
- package/dist/react-native/api/appliances/operations.js +321 -0
- package/dist/react-native/api/appliances/operations.js.map +1 -0
- package/dist/react-native/api/appliances/options.d.ts +43 -0
- package/dist/react-native/api/appliances/options.js +4 -0
- package/dist/react-native/api/appliances/options.js.map +1 -0
- package/dist/react-native/api/index.d.ts +2 -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/resourceConnectorManagementContext.d.ts +22 -0
- package/dist/react-native/api/resourceConnectorManagementContext.js +37 -0
- package/dist/react-native/api/resourceConnectorManagementContext.js.map +1 -0
- package/dist/react-native/classic/appliances/index.d.ts +37 -0
- package/dist/react-native/classic/appliances/index.js +24 -0
- package/dist/react-native/classic/appliances/index.js.map +1 -0
- package/dist/react-native/classic/index.d.ts +2 -0
- package/dist/react-native/classic/index.js +4 -0
- package/dist/react-native/classic/index.js.map +1 -0
- package/dist/react-native/index.d.ts +11 -0
- package/dist/react-native/index.js +8 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -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.js +4 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/models.d.ts +651 -0
- package/dist/react-native/models/models.js +600 -0
- package/dist/react-native/models/models.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/resourceConnectorManagementClient.d.ts +15 -0
- package/dist/react-native/resourceConnectorManagementClient.js +33 -0
- package/dist/react-native/resourceConnectorManagementClient.js.map +1 -0
- package/dist/react-native/restorePollerHelpers.d.ts +21 -0
- package/dist/react-native/restorePollerHelpers.js +89 -0
- package/dist/react-native/restorePollerHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/pagingHelpers.d.ts +73 -0
- package/dist/react-native/static-helpers/pagingHelpers.js +121 -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.js +79 -0
- package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/react-native/static-helpers/urlTemplate.js +200 -0
- package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +167 -93
- package/CHANGELOG.md +0 -5
- package/dist/index.js +0 -1960
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.js +0 -44
- package/dist-esm/samples-dev/appliancesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesDeleteSample.js +0 -39
- package/dist-esm/samples-dev/appliancesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesGetSample.js +0 -39
- package/dist-esm/samples-dev/appliancesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.js +0 -37
- package/dist-esm/samples-dev/appliancesGetTelemetryConfigSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.js +0 -40
- package/dist-esm/samples-dev/appliancesGetUpgradeGraphSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesListByResourceGroupSample.js +0 -59
- package/dist-esm/samples-dev/appliancesListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesListBySubscriptionSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesListBySubscriptionSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesListBySubscriptionSample.js +0 -58
- package/dist-esm/samples-dev/appliancesListBySubscriptionSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.js +0 -39
- package/dist-esm/samples-dev/appliancesListClusterUserCredentialSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesListKeysSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesListKeysSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesListKeysSample.js +0 -39
- package/dist-esm/samples-dev/appliancesListKeysSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesListOperationsSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesListOperationsSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesListOperationsSample.js +0 -58
- package/dist-esm/samples-dev/appliancesListOperationsSample.js.map +0 -1
- package/dist-esm/samples-dev/appliancesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/appliancesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/appliancesUpdateSample.js +0 -41
- package/dist-esm/samples-dev/appliancesUpdateSample.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -6
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js +0 -13
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.d.ts +0 -11
- package/dist-esm/src/lroImpl.d.ts.map +0 -1
- package/dist-esm/src/lroImpl.js +0 -21
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts +0 -715
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js +0 -132
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.d.ts +0 -28
- package/dist-esm/src/models/mappers.d.ts.map +0 -1
- package/dist-esm/src/models/mappers.js +0 -771
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.d.ts +0 -13
- package/dist-esm/src/models/parameters.d.ts.map +0 -1
- package/dist-esm/src/models/parameters.js +0 -124
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/appliances.d.ts +0 -149
- package/dist-esm/src/operations/appliances.d.ts.map +0 -1
- package/dist-esm/src/operations/appliances.js +0 -734
- package/dist-esm/src/operations/appliances.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -2
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -9
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/appliances.d.ts +0 -98
- package/dist-esm/src/operationsInterfaces/appliances.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/appliances.js +0 -9
- package/dist-esm/src/operationsInterfaces/appliances.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -2
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -9
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/pagingHelper.d.ts +0 -13
- package/dist-esm/src/pagingHelper.d.ts.map +0 -1
- package/dist-esm/src/pagingHelper.js +0 -32
- package/dist-esm/src/pagingHelper.js.map +0 -1
- package/dist-esm/src/resourceConnectorManagementClient.d.ts +0 -20
- package/dist-esm/src/resourceConnectorManagementClient.d.ts.map +0 -1
- package/dist-esm/src/resourceConnectorManagementClient.js +0 -100
- package/dist-esm/src/resourceConnectorManagementClient.js.map +0 -1
- package/dist-esm/test/resourceconnnector__operations_test.spec.d.ts +0 -4
- package/dist-esm/test/resourceconnnector__operations_test.spec.d.ts.map +0 -1
- package/dist-esm/test/resourceconnnector__operations_test.spec.js +0 -123
- package/dist-esm/test/resourceconnnector__operations_test.spec.js.map +0 -1
- package/review/arm-resourceconnector.api.md +0 -447
- package/rollup.config.js +0 -122
- package/src/index.ts +0 -13
- package/src/lroImpl.ts +0 -42
- package/src/models/index.ts +0 -786
- package/src/models/mappers.ts +0 -811
- package/src/models/parameters.ts +0 -145
- package/src/operations/appliances.ts +0 -916
- package/src/operations/index.ts +0 -9
- package/src/operationsInterfaces/appliances.ts +0 -181
- package/src/operationsInterfaces/index.ts +0 -9
- package/src/pagingHelper.ts +0 -39
- package/src/resourceConnectorManagementClient.ts +0 -140
- package/tsconfig.json +0 -33
- package/types/arm-resourceconnector.d.ts +0 -910
|
@@ -0,0 +1,651 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Appliances definition. */
|
|
6
|
+
export interface Appliance extends TrackedResource {
|
|
7
|
+
/** Identity for the resource. */
|
|
8
|
+
identity?: Identity;
|
|
9
|
+
/** Represents a supported Fabric/Infra. (AKSEdge etc...). */
|
|
10
|
+
distro?: Distro;
|
|
11
|
+
/** Contains infrastructure information about the Appliance */
|
|
12
|
+
infrastructureConfig?: AppliancePropertiesInfrastructureConfig;
|
|
13
|
+
/** The current deployment or provisioning state, which only appears in the response. */
|
|
14
|
+
readonly provisioningState?: string;
|
|
15
|
+
/** Certificates pair used to download MSI certificate from HIS. Can only be set once. */
|
|
16
|
+
publicKey?: string;
|
|
17
|
+
/** Appliance’s health and state of connection to on-prem. This list of values is not exhaustive. */
|
|
18
|
+
readonly status?: Status;
|
|
19
|
+
/** Version of the Appliance */
|
|
20
|
+
version?: string;
|
|
21
|
+
/** A list of events that occurred on the Appliance to relay information to the user. */
|
|
22
|
+
readonly events?: Event[];
|
|
23
|
+
/** Contains network information about the Appliance */
|
|
24
|
+
networkProfile?: NetworkProfile;
|
|
25
|
+
}
|
|
26
|
+
export declare function applianceSerializer(item: Appliance): any;
|
|
27
|
+
export declare function applianceDeserializer(item: any): Appliance;
|
|
28
|
+
/** Properties for an appliance. */
|
|
29
|
+
export interface ApplianceProperties {
|
|
30
|
+
/** Represents a supported Fabric/Infra. (AKSEdge etc...). */
|
|
31
|
+
distro?: Distro;
|
|
32
|
+
/** Contains infrastructure information about the Appliance */
|
|
33
|
+
infrastructureConfig?: AppliancePropertiesInfrastructureConfig;
|
|
34
|
+
/** The current deployment or provisioning state, which only appears in the response. */
|
|
35
|
+
readonly provisioningState?: string;
|
|
36
|
+
/** Certificates pair used to download MSI certificate from HIS. Can only be set once. */
|
|
37
|
+
publicKey?: string;
|
|
38
|
+
/** Appliance’s health and state of connection to on-prem. This list of values is not exhaustive. */
|
|
39
|
+
readonly status?: Status;
|
|
40
|
+
/** Version of the Appliance */
|
|
41
|
+
version?: string;
|
|
42
|
+
/** A list of events that occurred on the Appliance to relay information to the user. */
|
|
43
|
+
readonly events?: Event[];
|
|
44
|
+
/** Contains network information about the Appliance */
|
|
45
|
+
networkProfile?: NetworkProfile;
|
|
46
|
+
}
|
|
47
|
+
export declare function appliancePropertiesSerializer(item: ApplianceProperties): any;
|
|
48
|
+
export declare function appliancePropertiesDeserializer(item: any): ApplianceProperties;
|
|
49
|
+
/** Represents a supported Fabric/Infra. (AKSEdge etc...). */
|
|
50
|
+
export declare enum KnownDistro {
|
|
51
|
+
/** AKSEdge */
|
|
52
|
+
AKSEdge = "AKSEdge"
|
|
53
|
+
}
|
|
54
|
+
/**
|
|
55
|
+
* Represents a supported Fabric/Infra. (AKSEdge etc...). \
|
|
56
|
+
* {@link KnownDistro} can be used interchangeably with Distro,
|
|
57
|
+
* this enum contains the known values that the service supports.
|
|
58
|
+
* ### Known values supported by the service
|
|
59
|
+
* **AKSEdge**
|
|
60
|
+
*/
|
|
61
|
+
export type Distro = string;
|
|
62
|
+
/** Contains infrastructure information about the Appliance */
|
|
63
|
+
export interface AppliancePropertiesInfrastructureConfig {
|
|
64
|
+
/** Information about the connected appliance. */
|
|
65
|
+
provider?: Provider;
|
|
66
|
+
}
|
|
67
|
+
export declare function appliancePropertiesInfrastructureConfigSerializer(item: AppliancePropertiesInfrastructureConfig): any;
|
|
68
|
+
export declare function appliancePropertiesInfrastructureConfigDeserializer(item: any): AppliancePropertiesInfrastructureConfig;
|
|
69
|
+
/** Information about the connected appliance. */
|
|
70
|
+
export declare enum KnownProvider {
|
|
71
|
+
/** VMWare */
|
|
72
|
+
VMWare = "VMWare",
|
|
73
|
+
/** HCI */
|
|
74
|
+
HCI = "HCI",
|
|
75
|
+
/** SCVMM */
|
|
76
|
+
Scvmm = "SCVMM"
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* Information about the connected appliance. \
|
|
80
|
+
* {@link KnownProvider} can be used interchangeably with Provider,
|
|
81
|
+
* this enum contains the known values that the service supports.
|
|
82
|
+
* ### Known values supported by the service
|
|
83
|
+
* **VMWare** \
|
|
84
|
+
* **HCI** \
|
|
85
|
+
* **SCVMM**
|
|
86
|
+
*/
|
|
87
|
+
export type Provider = string;
|
|
88
|
+
/** Appliance’s health and state of connection to on-prem. This list of values is not exhaustive. */
|
|
89
|
+
export declare enum KnownStatus {
|
|
90
|
+
/** WaitingForHeartbeat */
|
|
91
|
+
WaitingForHeartbeat = "WaitingForHeartbeat",
|
|
92
|
+
/** Validating */
|
|
93
|
+
Validating = "Validating",
|
|
94
|
+
/** Connecting */
|
|
95
|
+
Connecting = "Connecting",
|
|
96
|
+
/** Connected */
|
|
97
|
+
Connected = "Connected",
|
|
98
|
+
/** Running */
|
|
99
|
+
Running = "Running",
|
|
100
|
+
/** PreparingForUpgrade */
|
|
101
|
+
PreparingForUpgrade = "PreparingForUpgrade",
|
|
102
|
+
/** ETCDSnapshotFailed */
|
|
103
|
+
EtcdSnapshotFailed = "ETCDSnapshotFailed",
|
|
104
|
+
/** UpgradePrerequisitesCompleted */
|
|
105
|
+
UpgradePrerequisitesCompleted = "UpgradePrerequisitesCompleted",
|
|
106
|
+
/** ValidatingSFSConnectivity */
|
|
107
|
+
ValidatingSFSConnectivity = "ValidatingSFSConnectivity",
|
|
108
|
+
/** ValidatingImageDownload */
|
|
109
|
+
ValidatingImageDownload = "ValidatingImageDownload",
|
|
110
|
+
/** ValidatingImageUpload */
|
|
111
|
+
ValidatingImageUpload = "ValidatingImageUpload",
|
|
112
|
+
/** ValidatingETCDHealth */
|
|
113
|
+
ValidatingEtcdHealth = "ValidatingETCDHealth",
|
|
114
|
+
/** PreUpgrade */
|
|
115
|
+
PreUpgrade = "PreUpgrade",
|
|
116
|
+
/** UpgradingKVAIO */
|
|
117
|
+
UpgradingKvaio = "UpgradingKVAIO",
|
|
118
|
+
/** WaitingForKVAIO */
|
|
119
|
+
WaitingForKvaio = "WaitingForKVAIO",
|
|
120
|
+
/** ImagePending */
|
|
121
|
+
ImagePending = "ImagePending",
|
|
122
|
+
/** ImageProvisioning */
|
|
123
|
+
ImageProvisioning = "ImageProvisioning",
|
|
124
|
+
/** ImageProvisioned */
|
|
125
|
+
ImageProvisioned = "ImageProvisioned",
|
|
126
|
+
/** ImageDownloading */
|
|
127
|
+
ImageDownloading = "ImageDownloading",
|
|
128
|
+
/** ImageDownloaded */
|
|
129
|
+
ImageDownloaded = "ImageDownloaded",
|
|
130
|
+
/** ImageDeprovisioning */
|
|
131
|
+
ImageDeprovisioning = "ImageDeprovisioning",
|
|
132
|
+
/** ImageUnknown */
|
|
133
|
+
ImageUnknown = "ImageUnknown",
|
|
134
|
+
/** UpdatingCloudOperator */
|
|
135
|
+
UpdatingCloudOperator = "UpdatingCloudOperator",
|
|
136
|
+
/** WaitingForCloudOperator */
|
|
137
|
+
WaitingForCloudOperator = "WaitingForCloudOperator",
|
|
138
|
+
/** UpdatingCAPI */
|
|
139
|
+
UpdatingCapi = "UpdatingCAPI",
|
|
140
|
+
/** UpdatingCluster */
|
|
141
|
+
UpdatingCluster = "UpdatingCluster",
|
|
142
|
+
/** PostUpgrade */
|
|
143
|
+
PostUpgrade = "PostUpgrade",
|
|
144
|
+
/** UpgradeComplete */
|
|
145
|
+
UpgradeComplete = "UpgradeComplete",
|
|
146
|
+
/** UpgradeClusterExtensionFailedToDelete */
|
|
147
|
+
UpgradeClusterExtensionFailedToDelete = "UpgradeClusterExtensionFailedToDelete",
|
|
148
|
+
/** UpgradeFailed */
|
|
149
|
+
UpgradeFailed = "UpgradeFailed",
|
|
150
|
+
/** Offline */
|
|
151
|
+
Offline = "Offline",
|
|
152
|
+
/** None */
|
|
153
|
+
None = "None",
|
|
154
|
+
/** NetworkProxyUpdatePreparing */
|
|
155
|
+
NetworkProxyUpdatePreparing = "NetworkProxyUpdatePreparing",
|
|
156
|
+
/** NetworkProxyUpdating */
|
|
157
|
+
NetworkProxyUpdating = "NetworkProxyUpdating",
|
|
158
|
+
/** NetworkProxyUpdateComplete */
|
|
159
|
+
NetworkProxyUpdateComplete = "NetworkProxyUpdateComplete",
|
|
160
|
+
/** NetworkProxyUpdateFailed */
|
|
161
|
+
NetworkProxyUpdateFailed = "NetworkProxyUpdateFailed",
|
|
162
|
+
/** NetworkDNSUpdatePreparing */
|
|
163
|
+
NetworkDNSUpdatePreparing = "NetworkDNSUpdatePreparing",
|
|
164
|
+
/** NetworkDNSUpdating */
|
|
165
|
+
NetworkDNSUpdating = "NetworkDNSUpdating",
|
|
166
|
+
/** NetworkDNSUpdateComplete */
|
|
167
|
+
NetworkDNSUpdateComplete = "NetworkDNSUpdateComplete",
|
|
168
|
+
/** NetworkDNSUpdateFailed */
|
|
169
|
+
NetworkDNSUpdateFailed = "NetworkDNSUpdateFailed",
|
|
170
|
+
/** ArcGatewayUpdatePreparing */
|
|
171
|
+
ArcGatewayUpdatePreparing = "ArcGatewayUpdatePreparing",
|
|
172
|
+
/** ArcGatewayUpdating */
|
|
173
|
+
ArcGatewayUpdating = "ArcGatewayUpdating",
|
|
174
|
+
/** ArcGatewayUpdateComplete */
|
|
175
|
+
ArcGatewayUpdateComplete = "ArcGatewayUpdateComplete",
|
|
176
|
+
/** ArcGatewayUpdateFailed */
|
|
177
|
+
ArcGatewayUpdateFailed = "ArcGatewayUpdateFailed"
|
|
178
|
+
}
|
|
179
|
+
/**
|
|
180
|
+
* Appliance’s health and state of connection to on-prem. This list of values is not exhaustive. \
|
|
181
|
+
* {@link KnownStatus} can be used interchangeably with Status,
|
|
182
|
+
* this enum contains the known values that the service supports.
|
|
183
|
+
* ### Known values supported by the service
|
|
184
|
+
* **WaitingForHeartbeat** \
|
|
185
|
+
* **Validating** \
|
|
186
|
+
* **Connecting** \
|
|
187
|
+
* **Connected** \
|
|
188
|
+
* **Running** \
|
|
189
|
+
* **PreparingForUpgrade** \
|
|
190
|
+
* **ETCDSnapshotFailed** \
|
|
191
|
+
* **UpgradePrerequisitesCompleted** \
|
|
192
|
+
* **ValidatingSFSConnectivity** \
|
|
193
|
+
* **ValidatingImageDownload** \
|
|
194
|
+
* **ValidatingImageUpload** \
|
|
195
|
+
* **ValidatingETCDHealth** \
|
|
196
|
+
* **PreUpgrade** \
|
|
197
|
+
* **UpgradingKVAIO** \
|
|
198
|
+
* **WaitingForKVAIO** \
|
|
199
|
+
* **ImagePending** \
|
|
200
|
+
* **ImageProvisioning** \
|
|
201
|
+
* **ImageProvisioned** \
|
|
202
|
+
* **ImageDownloading** \
|
|
203
|
+
* **ImageDownloaded** \
|
|
204
|
+
* **ImageDeprovisioning** \
|
|
205
|
+
* **ImageUnknown** \
|
|
206
|
+
* **UpdatingCloudOperator** \
|
|
207
|
+
* **WaitingForCloudOperator** \
|
|
208
|
+
* **UpdatingCAPI** \
|
|
209
|
+
* **UpdatingCluster** \
|
|
210
|
+
* **PostUpgrade** \
|
|
211
|
+
* **UpgradeComplete** \
|
|
212
|
+
* **UpgradeClusterExtensionFailedToDelete** \
|
|
213
|
+
* **UpgradeFailed** \
|
|
214
|
+
* **Offline** \
|
|
215
|
+
* **None** \
|
|
216
|
+
* **NetworkProxyUpdatePreparing** \
|
|
217
|
+
* **NetworkProxyUpdating** \
|
|
218
|
+
* **NetworkProxyUpdateComplete** \
|
|
219
|
+
* **NetworkProxyUpdateFailed** \
|
|
220
|
+
* **NetworkDNSUpdatePreparing** \
|
|
221
|
+
* **NetworkDNSUpdating** \
|
|
222
|
+
* **NetworkDNSUpdateComplete** \
|
|
223
|
+
* **NetworkDNSUpdateFailed** \
|
|
224
|
+
* **ArcGatewayUpdatePreparing** \
|
|
225
|
+
* **ArcGatewayUpdating** \
|
|
226
|
+
* **ArcGatewayUpdateComplete** \
|
|
227
|
+
* **ArcGatewayUpdateFailed**
|
|
228
|
+
*/
|
|
229
|
+
export type Status = string;
|
|
230
|
+
export declare function eventArrayDeserializer(result: Array<Event>): any[];
|
|
231
|
+
/** Event contains information about customer driven, platform driven, or unplanned events that occurred on the Appliance */
|
|
232
|
+
export interface Event {
|
|
233
|
+
/** The type of event is used to classify how the event was initiated. */
|
|
234
|
+
type?: string;
|
|
235
|
+
/** Code is used to break down the event further to identify why it occurred. */
|
|
236
|
+
code?: string;
|
|
237
|
+
/** Status is used to represent the outcome of the event. */
|
|
238
|
+
status?: string;
|
|
239
|
+
/** Message is intended to be actionable and should be used to inform the user of the event. */
|
|
240
|
+
message?: string;
|
|
241
|
+
/** Severity is the classification of the event to relay the importance of the event. */
|
|
242
|
+
severity?: string;
|
|
243
|
+
/** Timestamp is the time the event occurred. */
|
|
244
|
+
timestamp?: Date;
|
|
245
|
+
}
|
|
246
|
+
export declare function eventDeserializer(item: any): Event;
|
|
247
|
+
/** Contains network information about the Appliance */
|
|
248
|
+
export interface NetworkProfile {
|
|
249
|
+
/** Contains proxy information about the Appliance */
|
|
250
|
+
proxyConfiguration?: ProxyConfiguration;
|
|
251
|
+
/** Contains DNS information about the Appliance */
|
|
252
|
+
dnsConfiguration?: DnsConfiguration;
|
|
253
|
+
/** Contains Arc Gateway information about the Appliance */
|
|
254
|
+
gatewayConfiguration?: GatewayConfiguration;
|
|
255
|
+
}
|
|
256
|
+
export declare function networkProfileSerializer(item: NetworkProfile): any;
|
|
257
|
+
export declare function networkProfileDeserializer(item: any): NetworkProfile;
|
|
258
|
+
/** Contains proxy information about the Appliance */
|
|
259
|
+
export interface ProxyConfiguration {
|
|
260
|
+
/** Version of the proxy configuration. */
|
|
261
|
+
version?: string;
|
|
262
|
+
}
|
|
263
|
+
export declare function proxyConfigurationSerializer(item: ProxyConfiguration): any;
|
|
264
|
+
export declare function proxyConfigurationDeserializer(item: any): ProxyConfiguration;
|
|
265
|
+
/** Contains DNS information about the Appliance */
|
|
266
|
+
export interface DnsConfiguration {
|
|
267
|
+
/** Version of the DNS configuration. */
|
|
268
|
+
version?: string;
|
|
269
|
+
}
|
|
270
|
+
export declare function dnsConfigurationSerializer(item: DnsConfiguration): any;
|
|
271
|
+
export declare function dnsConfigurationDeserializer(item: any): DnsConfiguration;
|
|
272
|
+
/** Contains Arc Gateway information about the Appliance */
|
|
273
|
+
export interface GatewayConfiguration {
|
|
274
|
+
/** Version of the Arc Gateway configuration. */
|
|
275
|
+
version?: string;
|
|
276
|
+
}
|
|
277
|
+
export declare function gatewayConfigurationSerializer(item: GatewayConfiguration): any;
|
|
278
|
+
export declare function gatewayConfigurationDeserializer(item: any): GatewayConfiguration;
|
|
279
|
+
/** Identity for the resource. */
|
|
280
|
+
export interface Identity {
|
|
281
|
+
/** The principal ID of resource identity. */
|
|
282
|
+
readonly principalId?: string;
|
|
283
|
+
/** The tenant ID of resource. */
|
|
284
|
+
readonly tenantId?: string;
|
|
285
|
+
/** The identity type. */
|
|
286
|
+
type?: ResourceIdentityType;
|
|
287
|
+
}
|
|
288
|
+
export declare function identitySerializer(item: Identity): any;
|
|
289
|
+
export declare function identityDeserializer(item: any): Identity;
|
|
290
|
+
/** The identity type. */
|
|
291
|
+
export declare enum KnownResourceIdentityType {
|
|
292
|
+
/** SystemAssigned */
|
|
293
|
+
SystemAssigned = "SystemAssigned",
|
|
294
|
+
/** None */
|
|
295
|
+
None = "None"
|
|
296
|
+
}
|
|
297
|
+
/**
|
|
298
|
+
* The identity type. \
|
|
299
|
+
* {@link KnownResourceIdentityType} can be used interchangeably with ResourceIdentityType,
|
|
300
|
+
* this enum contains the known values that the service supports.
|
|
301
|
+
* ### Known values supported by the service
|
|
302
|
+
* **SystemAssigned** \
|
|
303
|
+
* **None**
|
|
304
|
+
*/
|
|
305
|
+
export type ResourceIdentityType = string;
|
|
306
|
+
/** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
|
|
307
|
+
export interface TrackedResource extends Resource {
|
|
308
|
+
/** Resource tags. */
|
|
309
|
+
tags?: Record<string, string>;
|
|
310
|
+
/** The geo-location where the resource lives */
|
|
311
|
+
location: string;
|
|
312
|
+
}
|
|
313
|
+
export declare function trackedResourceSerializer(item: TrackedResource): any;
|
|
314
|
+
export declare function trackedResourceDeserializer(item: any): TrackedResource;
|
|
315
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
316
|
+
export interface Resource {
|
|
317
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
318
|
+
readonly id?: string;
|
|
319
|
+
/** The name of the resource */
|
|
320
|
+
readonly name?: string;
|
|
321
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
322
|
+
readonly type?: string;
|
|
323
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
324
|
+
readonly systemData?: SystemData;
|
|
325
|
+
}
|
|
326
|
+
export declare function resourceSerializer(item: Resource): any;
|
|
327
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
328
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
329
|
+
export interface SystemData {
|
|
330
|
+
/** The identity that created the resource. */
|
|
331
|
+
createdBy?: string;
|
|
332
|
+
/** The type of identity that created the resource. */
|
|
333
|
+
createdByType?: CreatedByType;
|
|
334
|
+
/** The timestamp of resource creation (UTC). */
|
|
335
|
+
createdAt?: Date;
|
|
336
|
+
/** The identity that last modified the resource. */
|
|
337
|
+
lastModifiedBy?: string;
|
|
338
|
+
/** The type of identity that last modified the resource. */
|
|
339
|
+
lastModifiedByType?: CreatedByType;
|
|
340
|
+
/** The timestamp of resource last modification (UTC) */
|
|
341
|
+
lastModifiedAt?: Date;
|
|
342
|
+
}
|
|
343
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
344
|
+
/** The kind of entity that created the resource. */
|
|
345
|
+
export declare enum KnownCreatedByType {
|
|
346
|
+
/** The entity was created by a user. */
|
|
347
|
+
User = "User",
|
|
348
|
+
/** The entity was created by an application. */
|
|
349
|
+
Application = "Application",
|
|
350
|
+
/** The entity was created by a managed identity. */
|
|
351
|
+
ManagedIdentity = "ManagedIdentity",
|
|
352
|
+
/** The entity was created by a key. */
|
|
353
|
+
Key = "Key"
|
|
354
|
+
}
|
|
355
|
+
/**
|
|
356
|
+
* The kind of entity that created the resource. \
|
|
357
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
358
|
+
* this enum contains the known values that the service supports.
|
|
359
|
+
* ### Known values supported by the service
|
|
360
|
+
* **User**: The entity was created by a user. \
|
|
361
|
+
* **Application**: The entity was created by an application. \
|
|
362
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
363
|
+
* **Key**: The entity was created by a key.
|
|
364
|
+
*/
|
|
365
|
+
export type CreatedByType = string;
|
|
366
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
367
|
+
export interface ErrorResponse {
|
|
368
|
+
/** The error object. */
|
|
369
|
+
error?: ErrorDetail;
|
|
370
|
+
}
|
|
371
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
372
|
+
/** The error detail. */
|
|
373
|
+
export interface ErrorDetail {
|
|
374
|
+
/** The error code. */
|
|
375
|
+
readonly code?: string;
|
|
376
|
+
/** The error message. */
|
|
377
|
+
readonly message?: string;
|
|
378
|
+
/** The error target. */
|
|
379
|
+
readonly target?: string;
|
|
380
|
+
/** The error details. */
|
|
381
|
+
readonly details?: ErrorDetail[];
|
|
382
|
+
/** The error additional info. */
|
|
383
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
384
|
+
}
|
|
385
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
386
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
387
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
388
|
+
/** The resource management error additional info. */
|
|
389
|
+
export interface ErrorAdditionalInfo {
|
|
390
|
+
/** The additional info type. */
|
|
391
|
+
readonly type?: string;
|
|
392
|
+
/** The additional info. */
|
|
393
|
+
readonly info?: any;
|
|
394
|
+
}
|
|
395
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
396
|
+
/** The Appliances patchable resource definition. */
|
|
397
|
+
export interface PatchableAppliance {
|
|
398
|
+
/** Resource tags */
|
|
399
|
+
tags?: Record<string, string>;
|
|
400
|
+
}
|
|
401
|
+
export declare function patchableApplianceSerializer(item: PatchableAppliance): any;
|
|
402
|
+
/** Paged collection of Appliance items */
|
|
403
|
+
export interface _ApplianceListResult {
|
|
404
|
+
/** The Appliance items on this page */
|
|
405
|
+
readonly value: Appliance[];
|
|
406
|
+
/** The link to the next page of items */
|
|
407
|
+
nextLink?: string;
|
|
408
|
+
}
|
|
409
|
+
export declare function _applianceListResultDeserializer(item: any): _ApplianceListResult;
|
|
410
|
+
export declare function applianceArraySerializer(result: Array<Appliance>): any[];
|
|
411
|
+
export declare function applianceArrayDeserializer(result: Array<Appliance>): any[];
|
|
412
|
+
/** The List Cluster User Credential appliance. */
|
|
413
|
+
export interface ApplianceListCredentialResults {
|
|
414
|
+
/** Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS). */
|
|
415
|
+
readonly hybridConnectionConfig?: HybridConnectionConfig;
|
|
416
|
+
/** The list of appliance kubeconfigs. */
|
|
417
|
+
readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
|
|
418
|
+
}
|
|
419
|
+
export declare function applianceListCredentialResultsDeserializer(item: any): ApplianceListCredentialResults;
|
|
420
|
+
/** Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS). */
|
|
421
|
+
export interface HybridConnectionConfig {
|
|
422
|
+
/** Timestamp when this token will be expired. */
|
|
423
|
+
readonly expirationTime?: number;
|
|
424
|
+
/** Name of the connection */
|
|
425
|
+
readonly hybridConnectionName?: string;
|
|
426
|
+
/** Name of the notification service. */
|
|
427
|
+
readonly relay?: string;
|
|
428
|
+
/** Listener access token */
|
|
429
|
+
readonly token?: string;
|
|
430
|
+
}
|
|
431
|
+
export declare function hybridConnectionConfigDeserializer(item: any): HybridConnectionConfig;
|
|
432
|
+
export declare function applianceCredentialKubeconfigArrayDeserializer(result: Array<ApplianceCredentialKubeconfig>): any[];
|
|
433
|
+
/** Cluster User Credential appliance. */
|
|
434
|
+
export interface ApplianceCredentialKubeconfig {
|
|
435
|
+
/** Name which contains the role of the kubeconfig. */
|
|
436
|
+
readonly name?: AccessProfileType;
|
|
437
|
+
/** Contains the kubeconfig value. */
|
|
438
|
+
readonly value?: string;
|
|
439
|
+
}
|
|
440
|
+
export declare function applianceCredentialKubeconfigDeserializer(item: any): ApplianceCredentialKubeconfig;
|
|
441
|
+
/** Name which contains the role of the kubeconfig. */
|
|
442
|
+
export declare enum KnownAccessProfileType {
|
|
443
|
+
/** clusterUser */
|
|
444
|
+
ClusterUser = "clusterUser",
|
|
445
|
+
/** clusterCustomerUser */
|
|
446
|
+
ClusterCustomerUser = "clusterCustomerUser"
|
|
447
|
+
}
|
|
448
|
+
/**
|
|
449
|
+
* Name which contains the role of the kubeconfig. \
|
|
450
|
+
* {@link KnownAccessProfileType} can be used interchangeably with AccessProfileType,
|
|
451
|
+
* this enum contains the known values that the service supports.
|
|
452
|
+
* ### Known values supported by the service
|
|
453
|
+
* **clusterUser** \
|
|
454
|
+
* **clusterCustomerUser**
|
|
455
|
+
*/
|
|
456
|
+
export type AccessProfileType = string;
|
|
457
|
+
/** The List Cluster Keys Results appliance. */
|
|
458
|
+
export interface ApplianceListKeysResults {
|
|
459
|
+
/** Map of artifacts that contains a list of ArtifactProfile used to upload artifacts such as logs. */
|
|
460
|
+
readonly artifactProfiles?: Record<string, ArtifactProfile>;
|
|
461
|
+
/** The list of appliance kubeconfigs. */
|
|
462
|
+
readonly kubeconfigs?: ApplianceCredentialKubeconfig[];
|
|
463
|
+
/** Map of Customer User Public, Private SSH Keys and Certificate when available. */
|
|
464
|
+
readonly sshKeys?: Record<string, SSHKey>;
|
|
465
|
+
}
|
|
466
|
+
export declare function applianceListKeysResultsDeserializer(item: any): ApplianceListKeysResults;
|
|
467
|
+
export declare function artifactProfileRecordDeserializer(item: Record<string, any>): Record<string, ArtifactProfile>;
|
|
468
|
+
/** Appliance ArtifactProfile definition. */
|
|
469
|
+
export interface ArtifactProfile {
|
|
470
|
+
/** Endpoint is the URL to upload artifacts to. */
|
|
471
|
+
readonly endpoint?: string;
|
|
472
|
+
}
|
|
473
|
+
export declare function artifactProfileDeserializer(item: any): ArtifactProfile;
|
|
474
|
+
export declare function sshKeyRecordDeserializer(item: Record<string, any>): Record<string, SSHKey>;
|
|
475
|
+
/** Appliance SSHKey definition. */
|
|
476
|
+
export interface SSHKey {
|
|
477
|
+
/** Certificate associated with the public key if the key is signed. */
|
|
478
|
+
readonly certificate?: string;
|
|
479
|
+
/** Certificate creation timestamp (Unix). */
|
|
480
|
+
readonly creationTimeStamp?: number;
|
|
481
|
+
/** Certificate expiration timestamp (Unix). */
|
|
482
|
+
readonly expirationTimeStamp?: number;
|
|
483
|
+
/** Private Key. */
|
|
484
|
+
readonly privateKey?: string;
|
|
485
|
+
/** Public Key. */
|
|
486
|
+
readonly publicKey?: string;
|
|
487
|
+
}
|
|
488
|
+
export declare function sshKeyDeserializer(item: any): SSHKey;
|
|
489
|
+
/** The Upgrade Graph for appliance. */
|
|
490
|
+
export interface UpgradeGraph {
|
|
491
|
+
/** The appliance resource path */
|
|
492
|
+
readonly id?: string;
|
|
493
|
+
/** The release train name. */
|
|
494
|
+
readonly name?: string;
|
|
495
|
+
/** The properties of supported version */
|
|
496
|
+
properties?: UpgradeGraphProperties;
|
|
497
|
+
}
|
|
498
|
+
export declare function upgradeGraphDeserializer(item: any): UpgradeGraph;
|
|
499
|
+
/** The Upgrade Graph Properties for appliance. */
|
|
500
|
+
export interface UpgradeGraphProperties {
|
|
501
|
+
/** The current appliance version */
|
|
502
|
+
readonly applianceVersion?: string;
|
|
503
|
+
/** This contains the current version and supported upgrade versions. */
|
|
504
|
+
readonly supportedVersions?: SupportedVersion[];
|
|
505
|
+
}
|
|
506
|
+
export declare function upgradeGraphPropertiesDeserializer(item: any): UpgradeGraphProperties;
|
|
507
|
+
export declare function supportedVersionArrayDeserializer(result: Array<SupportedVersion>): any[];
|
|
508
|
+
/** The SupportedVersion object for appliance. */
|
|
509
|
+
export interface SupportedVersion {
|
|
510
|
+
/** This is the metadata of the supported newer version. */
|
|
511
|
+
readonly metadata?: SupportedVersionMetadata;
|
|
512
|
+
/** The newer version available for upgrade. */
|
|
513
|
+
readonly version?: string;
|
|
514
|
+
}
|
|
515
|
+
export declare function supportedVersionDeserializer(item: any): SupportedVersion;
|
|
516
|
+
/** The SupportedVersionMetadata object for appliance. */
|
|
517
|
+
export interface SupportedVersionMetadata {
|
|
518
|
+
/** The newer supported version catalog version. */
|
|
519
|
+
readonly catalogVersion?: SupportedVersionCatalogVersion;
|
|
520
|
+
}
|
|
521
|
+
export declare function supportedVersionMetadataDeserializer(item: any): SupportedVersionMetadata;
|
|
522
|
+
/** The SupportedVersionCatalogVersion object for appliance. */
|
|
523
|
+
export interface SupportedVersionCatalogVersion {
|
|
524
|
+
/** The newer supported version catalog version data. */
|
|
525
|
+
readonly data?: SupportedVersionCatalogVersionData;
|
|
526
|
+
/** The catalog version name for the version available for upgrade. */
|
|
527
|
+
readonly name?: string;
|
|
528
|
+
/** The catalog version namespace for the version available for upgrade. */
|
|
529
|
+
readonly namespace?: string;
|
|
530
|
+
}
|
|
531
|
+
export declare function supportedVersionCatalogVersionDeserializer(item: any): SupportedVersionCatalogVersion;
|
|
532
|
+
/** The SupportedVersionCatalogVersionData object for appliance. */
|
|
533
|
+
export interface SupportedVersionCatalogVersionData {
|
|
534
|
+
/** The image audience name for the version available for upgrade. */
|
|
535
|
+
readonly audience?: string;
|
|
536
|
+
/** The image catalog name for the version available for upgrade. */
|
|
537
|
+
readonly catalog?: string;
|
|
538
|
+
/** The image offer name for the version available for upgrade. */
|
|
539
|
+
readonly offer?: string;
|
|
540
|
+
/** The image version for the version available for upgrade. */
|
|
541
|
+
readonly version?: string;
|
|
542
|
+
}
|
|
543
|
+
export declare function supportedVersionCatalogVersionDataDeserializer(item: any): SupportedVersionCatalogVersionData;
|
|
544
|
+
/** Paged collection of ApplianceOperation items */
|
|
545
|
+
export interface _ApplianceOperationsList {
|
|
546
|
+
/** The ApplianceOperation items on this page */
|
|
547
|
+
value: ApplianceOperation[];
|
|
548
|
+
/** The link to the next page of items */
|
|
549
|
+
nextLink?: string;
|
|
550
|
+
}
|
|
551
|
+
export declare function _applianceOperationsListDeserializer(item: any): _ApplianceOperationsList;
|
|
552
|
+
export declare function applianceOperationArrayDeserializer(result: Array<ApplianceOperation>): any[];
|
|
553
|
+
/** Appliances operation. */
|
|
554
|
+
export interface ApplianceOperation {
|
|
555
|
+
/** Is this Operation a data plane operation */
|
|
556
|
+
readonly isDataAction?: boolean;
|
|
557
|
+
/** The name of the compute operation. */
|
|
558
|
+
readonly name?: string;
|
|
559
|
+
/** The origin of the compute operation. */
|
|
560
|
+
readonly origin?: string;
|
|
561
|
+
/** The description of the operation. */
|
|
562
|
+
readonly description?: string;
|
|
563
|
+
/** The display name of the compute operation. */
|
|
564
|
+
readonly operation?: string;
|
|
565
|
+
/** The resource provider for the operation. */
|
|
566
|
+
readonly provider?: string;
|
|
567
|
+
/** The display name of the resource the operation applies to. */
|
|
568
|
+
readonly resource?: string;
|
|
569
|
+
}
|
|
570
|
+
export declare function applianceOperationDeserializer(item: any): ApplianceOperation;
|
|
571
|
+
/** Describes the properties of an Appliances Operation Value Display. */
|
|
572
|
+
export interface ApplianceOperationValueDisplay {
|
|
573
|
+
/** The description of the operation. */
|
|
574
|
+
readonly description?: string;
|
|
575
|
+
/** The display name of the compute operation. */
|
|
576
|
+
readonly operation?: string;
|
|
577
|
+
/** The resource provider for the operation. */
|
|
578
|
+
readonly provider?: string;
|
|
579
|
+
/** The display name of the resource the operation applies to. */
|
|
580
|
+
readonly resource?: string;
|
|
581
|
+
}
|
|
582
|
+
export declare function applianceOperationValueDisplayDeserializer(item: any): ApplianceOperationValueDisplay;
|
|
583
|
+
/** The Get Telemetry Config Result appliance. */
|
|
584
|
+
export interface ApplianceGetTelemetryConfigResult {
|
|
585
|
+
/** Telemetry instrumentation key. */
|
|
586
|
+
readonly telemetryInstrumentationKey?: string;
|
|
587
|
+
}
|
|
588
|
+
export declare function applianceGetTelemetryConfigResultDeserializer(item: any): ApplianceGetTelemetryConfigResult;
|
|
589
|
+
/** The available API versions. */
|
|
590
|
+
export declare enum KnownVersions {
|
|
591
|
+
/** The 2022-10-27 API version. */
|
|
592
|
+
V20221027 = "2022-10-27",
|
|
593
|
+
/** The 2025-03-01-preview API version. */
|
|
594
|
+
V20250301Preview = "2025-03-01-preview"
|
|
595
|
+
}
|
|
596
|
+
/** Appliance ArtifactType definition. */
|
|
597
|
+
export declare enum KnownArtifactType {
|
|
598
|
+
/** LogsArtifactType */
|
|
599
|
+
LogsArtifactType = "LogsArtifactType"
|
|
600
|
+
}
|
|
601
|
+
/**
|
|
602
|
+
* Appliance ArtifactType definition. \
|
|
603
|
+
* {@link KnownArtifactType} can be used interchangeably with ArtifactType,
|
|
604
|
+
* this enum contains the known values that the service supports.
|
|
605
|
+
* ### Known values supported by the service
|
|
606
|
+
* **LogsArtifactType**
|
|
607
|
+
*/
|
|
608
|
+
export type ArtifactType = string;
|
|
609
|
+
/** Appliance SSHKeyType definition. */
|
|
610
|
+
export declare enum KnownSSHKeyType {
|
|
611
|
+
/** SSHCustomerUser */
|
|
612
|
+
SSHCustomerUser = "SSHCustomerUser",
|
|
613
|
+
/** ManagementCAKey */
|
|
614
|
+
ManagementCAKey = "ManagementCAKey",
|
|
615
|
+
/** LogsKey */
|
|
616
|
+
LogsKey = "LogsKey",
|
|
617
|
+
/** ScopedAccessKey */
|
|
618
|
+
ScopedAccessKey = "ScopedAccessKey",
|
|
619
|
+
/** UserManagementKey */
|
|
620
|
+
UserManagementKey = "UserManagementKey"
|
|
621
|
+
}
|
|
622
|
+
/**
|
|
623
|
+
* Appliance SSHKeyType definition. \
|
|
624
|
+
* {@link KnownSSHKeyType} can be used interchangeably with SSHKeyType,
|
|
625
|
+
* this enum contains the known values that the service supports.
|
|
626
|
+
* ### Known values supported by the service
|
|
627
|
+
* **SSHCustomerUser** \
|
|
628
|
+
* **ManagementCAKey** \
|
|
629
|
+
* **LogsKey** \
|
|
630
|
+
* **ScopedAccessKey** \
|
|
631
|
+
* **UserManagementKey**
|
|
632
|
+
*/
|
|
633
|
+
export type SSHKeyType = string;
|
|
634
|
+
export declare function _appliancePropertiesSerializer(item: Appliance): any;
|
|
635
|
+
export declare function _appliancePropertiesDeserializer(item: any): {
|
|
636
|
+
distro: any;
|
|
637
|
+
infrastructureConfig: any;
|
|
638
|
+
provisioningState: any;
|
|
639
|
+
publicKey: any;
|
|
640
|
+
status: any;
|
|
641
|
+
version: any;
|
|
642
|
+
events: any;
|
|
643
|
+
networkProfile: any;
|
|
644
|
+
};
|
|
645
|
+
export declare function _applianceOperationDisplayDeserializer(item: any): {
|
|
646
|
+
description: any;
|
|
647
|
+
operation: any;
|
|
648
|
+
provider: any;
|
|
649
|
+
resource: any;
|
|
650
|
+
};
|
|
651
|
+
//# sourceMappingURL=models.d.ts.map
|