oci-bds 2.90.0-1722272724 → 2.91.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.
Files changed (100) hide show
  1. package/lib/bds-waiter.d.ts +8 -0
  2. package/lib/bds-waiter.js +12 -0
  3. package/lib/bds-waiter.js.map +1 -1
  4. package/lib/client.d.ts +92 -0
  5. package/lib/client.js +429 -0
  6. package/lib/client.js.map +1 -1
  7. package/lib/model/auto-scale-policy-metric-rule.d.ts +2 -1
  8. package/lib/model/auto-scale-policy-metric-rule.js +1 -0
  9. package/lib/model/auto-scale-policy-metric-rule.js.map +1 -1
  10. package/lib/model/batching-based-odh-patching-config.d.ts +33 -0
  11. package/lib/model/batching-based-odh-patching-config.js +55 -0
  12. package/lib/model/batching-based-odh-patching-config.js.map +1 -0
  13. package/lib/model/batching-based-patching-configs.d.ts +1 -1
  14. package/lib/model/create-resource-principal-configuration-details.d.ts +34 -0
  15. package/lib/model/create-resource-principal-configuration-details.js +30 -0
  16. package/lib/model/create-resource-principal-configuration-details.js.map +1 -0
  17. package/lib/model/domain-based-odh-patching-config.d.ts +29 -0
  18. package/lib/model/domain-based-odh-patching-config.js +55 -0
  19. package/lib/model/domain-based-odh-patching-config.js.map +1 -0
  20. package/lib/model/domain-based-patching-configs.d.ts +33 -0
  21. package/lib/model/domain-based-patching-configs.js +55 -0
  22. package/lib/model/domain-based-patching-configs.js.map +1 -0
  23. package/lib/model/downtime-based-odh-patching-config.d.ts +25 -0
  24. package/lib/model/downtime-based-odh-patching-config.js +55 -0
  25. package/lib/model/downtime-based-odh-patching-config.js.map +1 -0
  26. package/lib/model/force-refresh-resource-principal-details.d.ts +26 -0
  27. package/lib/model/force-refresh-resource-principal-details.js +30 -0
  28. package/lib/model/force-refresh-resource-principal-details.js.map +1 -0
  29. package/lib/model/index.d.ts +22 -0
  30. package/lib/model/index.js +25 -3
  31. package/lib/model/index.js.map +1 -1
  32. package/lib/model/install-os-patch-details.d.ts +1 -1
  33. package/lib/model/install-os-patch-details.js.map +1 -1
  34. package/lib/model/install-patch-details.d.ts +2 -0
  35. package/lib/model/install-patch-details.js +30 -2
  36. package/lib/model/install-patch-details.js.map +1 -1
  37. package/lib/model/node.d.ts +4 -0
  38. package/lib/model/node.js.map +1 -1
  39. package/lib/model/odh-patching-config.d.ts +23 -0
  40. package/lib/model/odh-patching-config.js +77 -0
  41. package/lib/model/odh-patching-config.js.map +1 -0
  42. package/lib/model/operation-types.d.ts +4 -0
  43. package/lib/model/operation-types.js +4 -0
  44. package/lib/model/operation-types.js.map +1 -1
  45. package/lib/model/patching-configs.d.ts +1 -1
  46. package/lib/model/patching-configs.js +4 -0
  47. package/lib/model/patching-configs.js.map +1 -1
  48. package/lib/model/remove-resource-principal-configuration-details.d.ts +26 -0
  49. package/lib/model/remove-resource-principal-configuration-details.js +30 -0
  50. package/lib/model/remove-resource-principal-configuration-details.js.map +1 -0
  51. package/lib/model/resource-principal-configuration-summary.d.ts +55 -0
  52. package/lib/model/resource-principal-configuration-summary.js +30 -0
  53. package/lib/model/resource-principal-configuration-summary.js.map +1 -0
  54. package/lib/model/resource-principal-configuration.d.ts +72 -0
  55. package/lib/model/resource-principal-configuration.js +44 -0
  56. package/lib/model/resource-principal-configuration.js.map +1 -0
  57. package/lib/model/update-resource-principal-configuration-details.d.ts +30 -0
  58. package/lib/model/update-resource-principal-configuration-details.js +30 -0
  59. package/lib/model/update-resource-principal-configuration-details.js.map +1 -0
  60. package/lib/request/create-resource-principal-configuration-request.d.ts +40 -0
  61. package/lib/request/create-resource-principal-configuration-request.js +15 -0
  62. package/lib/request/create-resource-principal-configuration-request.js.map +1 -0
  63. package/lib/request/force-refresh-resource-principal-request.d.ts +53 -0
  64. package/lib/request/force-refresh-resource-principal-request.js +15 -0
  65. package/lib/request/force-refresh-resource-principal-request.js.map +1 -0
  66. package/lib/request/get-resource-principal-configuration-request.d.ts +30 -0
  67. package/lib/request/get-resource-principal-configuration-request.js +15 -0
  68. package/lib/request/get-resource-principal-configuration-request.js.map +1 -0
  69. package/lib/request/index.d.ts +12 -0
  70. package/lib/request/index.js +3 -1
  71. package/lib/request/index.js.map +1 -1
  72. package/lib/request/list-resource-principal-configurations-request.d.ts +58 -0
  73. package/lib/request/list-resource-principal-configurations-request.js +24 -0
  74. package/lib/request/list-resource-principal-configurations-request.js.map +1 -0
  75. package/lib/request/remove-resource-principal-configuration-request.d.ts +44 -0
  76. package/lib/request/remove-resource-principal-configuration-request.js +15 -0
  77. package/lib/request/remove-resource-principal-configuration-request.js.map +1 -0
  78. package/lib/request/update-resource-principal-configuration-request.d.ts +53 -0
  79. package/lib/request/update-resource-principal-configuration-request.js +15 -0
  80. package/lib/request/update-resource-principal-configuration-request.js.map +1 -0
  81. package/lib/response/create-resource-principal-configuration-response.d.ts +25 -0
  82. package/lib/response/create-resource-principal-configuration-response.js +15 -0
  83. package/lib/response/create-resource-principal-configuration-response.js.map +1 -0
  84. package/lib/response/force-refresh-resource-principal-response.d.ts +25 -0
  85. package/lib/response/force-refresh-resource-principal-response.js +15 -0
  86. package/lib/response/force-refresh-resource-principal-response.js.map +1 -0
  87. package/lib/response/get-resource-principal-configuration-response.d.ts +30 -0
  88. package/lib/response/get-resource-principal-configuration-response.js +15 -0
  89. package/lib/response/get-resource-principal-configuration-response.js.map +1 -0
  90. package/lib/response/index.d.ts +12 -0
  91. package/lib/response/list-resource-principal-configurations-response.d.ts +32 -0
  92. package/lib/response/list-resource-principal-configurations-response.js +15 -0
  93. package/lib/response/list-resource-principal-configurations-response.js.map +1 -0
  94. package/lib/response/remove-resource-principal-configuration-response.d.ts +25 -0
  95. package/lib/response/remove-resource-principal-configuration-response.js +15 -0
  96. package/lib/response/remove-resource-principal-configuration-response.js.map +1 -0
  97. package/lib/response/update-resource-principal-configuration-response.d.ts +25 -0
  98. package/lib/response/update-resource-principal-configuration-response.js +15 -0
  99. package/lib/response/update-resource-principal-configuration-response.js.map +1 -0
  100. package/package.json +3 -3
@@ -17,7 +17,7 @@ import * as model from "../model";
17
17
  */
18
18
  export interface AutoScalePolicyMetricRule {
19
19
  /**
20
- * Allowed value is CPU_UTILIZATION.
20
+ * Allowed values are CPU_UTILIZATION and MEMORY_UTILIZATION.
21
21
  */
22
22
  "metricType": AutoScalePolicyMetricRule.MetricType;
23
23
  "threshold": model.MetricThresholdRule;
@@ -25,6 +25,7 @@ export interface AutoScalePolicyMetricRule {
25
25
  export declare namespace AutoScalePolicyMetricRule {
26
26
  enum MetricType {
27
27
  CpuUtilization = "CPU_UTILIZATION",
28
+ MemoryUtilization = "MEMORY_UTILIZATION",
28
29
  /**
29
30
  * This value is used if a service returns a value for this enum that is not recognized by this
30
31
  * version of the SDK.
@@ -39,6 +39,7 @@ var AutoScalePolicyMetricRule;
39
39
  let MetricType;
40
40
  (function (MetricType) {
41
41
  MetricType["CpuUtilization"] = "CPU_UTILIZATION";
42
+ MetricType["MemoryUtilization"] = "MEMORY_UTILIZATION";
42
43
  /**
43
44
  * This value is used if a service returns a value for this enum that is not recognized by this
44
45
  * version of the SDK.
@@ -1 +1 @@
1
- {"version":3,"file":"auto-scale-policy-metric-rule.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/auto-scale-policy-metric-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,yBAAyB,CAgCzC;AAhCD,WAAiB,yBAAyB;IACxC,IAAY,UAOX;IAPD,WAAY,UAAU;QACpB,gDAAkC,CAAA;QAClC;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EAPW,UAAU,GAAV,oCAAU,KAAV,oCAAU,QAOrB;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SAC7F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAhCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAgCzC"}
1
+ {"version":3,"file":"auto-scale-policy-metric-rule.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/auto-scale-policy-metric-rule.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAclC,IAAiB,yBAAyB,CAiCzC;AAjCD,WAAiB,yBAAyB;IACxC,IAAY,UAQX;IARD,WAAY,UAAU;QACpB,gDAAkC,CAAA;QAClC,sDAAwC,CAAA;QACxC;;;WAGG;QACH,4CAA8B,CAAA;IAChC,CAAC,EARW,UAAU,GAAV,oCAAU,KAAV,oCAAU,QAQrB;IAED,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS;SAC7F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,oCAAU,aASzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,GAAG,CAAC,SAAS,CAAC;gBACjE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,gDAAsB,yBAWrC,CAAA;AACH,CAAC,EAjCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAiCzC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Patching configurations which allows patch the nodes batch by batch.
17
+ */
18
+ export interface BatchingBasedOdhPatchingConfig extends model.OdhPatchingConfig {
19
+ /**
20
+ * How many nodes to be patched in each iteration. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
21
+ */
22
+ "batchSize": number;
23
+ /**
24
+ * The wait time between batches in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "waitTimeBetweenBatchInSeconds": number;
27
+ "patchingConfigStrategy": string;
28
+ }
29
+ export declare namespace BatchingBasedOdhPatchingConfig {
30
+ function getJsonObj(obj: BatchingBasedOdhPatchingConfig, isParentJsonObj?: boolean): object;
31
+ const patchingConfigStrategy = "BATCHING_BASED";
32
+ function getDeserializedJsonObj(obj: BatchingBasedOdhPatchingConfig, isParentJsonObj?: boolean): object;
33
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.BatchingBasedOdhPatchingConfig = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var BatchingBasedOdhPatchingConfig;
38
+ (function (BatchingBasedOdhPatchingConfig) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.OdhPatchingConfig.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ BatchingBasedOdhPatchingConfig.getJsonObj = getJsonObj;
46
+ BatchingBasedOdhPatchingConfig.patchingConfigStrategy = "BATCHING_BASED";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.OdhPatchingConfig.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ BatchingBasedOdhPatchingConfig.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(BatchingBasedOdhPatchingConfig = exports.BatchingBasedOdhPatchingConfig || (exports.BatchingBasedOdhPatchingConfig = {}));
55
+ //# sourceMappingURL=batching-based-odh-patching-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"batching-based-odh-patching-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/batching-based-odh-patching-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,8BAA8B,CA4B9C;AA5BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,qDAAsB,GAAG,gBAAgB,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA4B9C"}
@@ -13,7 +13,7 @@
13
13
  */
14
14
  import * as model from "../model";
15
15
  /**
16
- * Patching configurations which allows patch the nodes batch by batch.
16
+ * Configuration that applies the patch in batches, the batch size is a user defined parameter.
17
17
  */
18
18
  export interface BatchingBasedPatchingConfigs extends model.PatchingConfigs {
19
19
  /**
@@ -0,0 +1,34 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Details of creating a resource principal configuration for the cluster.
16
+ */
17
+ export interface CreateResourcePrincipalConfigurationDetails {
18
+ /**
19
+ * A user-friendly name. Only ASCII alphanumeric characters with no spaces allowed. The name does not have to be unique, and it may be changed. Avoid entering confidential information.
20
+ */
21
+ "displayName": string;
22
+ /**
23
+ * Base-64 encoded Cluster Admin Password for cluster admin user.
24
+ */
25
+ "clusterAdminPassword": string;
26
+ /**
27
+ * Life span in hours for the resource principal session token. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
28
+ */
29
+ "sessionTokenLifeSpanDurationInHours"?: number;
30
+ }
31
+ export declare namespace CreateResourcePrincipalConfigurationDetails {
32
+ function getJsonObj(obj: CreateResourcePrincipalConfigurationDetails): object;
33
+ function getDeserializedJsonObj(obj: CreateResourcePrincipalConfigurationDetails): object;
34
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.CreateResourcePrincipalConfigurationDetails = void 0;
17
+ var CreateResourcePrincipalConfigurationDetails;
18
+ (function (CreateResourcePrincipalConfigurationDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ CreateResourcePrincipalConfigurationDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ CreateResourcePrincipalConfigurationDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(CreateResourcePrincipalConfigurationDetails = exports.CreateResourcePrincipalConfigurationDetails || (exports.CreateResourcePrincipalConfigurationDetails = {}));
30
+ //# sourceMappingURL=create-resource-principal-configuration-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"create-resource-principal-configuration-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/create-resource-principal-configuration-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAuBH,IAAiB,2CAA2C,CAW3D;AAXD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QAW3D"}
@@ -0,0 +1,29 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * This patching config will patch all nodes in one AD/FD at a time.
17
+ */
18
+ export interface DomainBasedOdhPatchingConfig extends model.OdhPatchingConfig {
19
+ /**
20
+ * The wait time between AD/FD in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
21
+ */
22
+ "waitTimeBetweenDomainInSeconds": number;
23
+ "patchingConfigStrategy": string;
24
+ }
25
+ export declare namespace DomainBasedOdhPatchingConfig {
26
+ function getJsonObj(obj: DomainBasedOdhPatchingConfig, isParentJsonObj?: boolean): object;
27
+ const patchingConfigStrategy = "DOMAIN_BASED";
28
+ function getDeserializedJsonObj(obj: DomainBasedOdhPatchingConfig, isParentJsonObj?: boolean): object;
29
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.DomainBasedOdhPatchingConfig = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var DomainBasedOdhPatchingConfig;
38
+ (function (DomainBasedOdhPatchingConfig) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.OdhPatchingConfig.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ DomainBasedOdhPatchingConfig.getJsonObj = getJsonObj;
46
+ DomainBasedOdhPatchingConfig.patchingConfigStrategy = "DOMAIN_BASED";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.OdhPatchingConfig.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ DomainBasedOdhPatchingConfig.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(DomainBasedOdhPatchingConfig = exports.DomainBasedOdhPatchingConfig || (exports.DomainBasedOdhPatchingConfig = {}));
55
+ //# sourceMappingURL=domain-based-odh-patching-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain-based-odh-patching-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/domain-based-odh-patching-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,4BAA4B,CAyB5C;AAzBD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC,EAAE,eAAyB;QACrF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAkC,CAAC,GAC3E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,uCAAU,aASzB,CAAA;IACY,mDAAsB,GAAG,cAAc,CAAC;IACrD,SAAgB,sBAAsB,CACpC,GAAiC,EACjC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAkC,CAAC,GACvF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,mDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QAyB5C"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * This patching config will patch all nodes in one AD/FD at a time.
17
+ */
18
+ export interface DomainBasedPatchingConfigs extends model.PatchingConfigs {
19
+ /**
20
+ * The wait time between AD/FD in seconds. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
21
+ */
22
+ "waitTimeBetweenDomainInSeconds": number;
23
+ /**
24
+ * Acceptable number of failed-to-be-patched nodes in each domain. The maximum number of failed-to-patch nodes cannot exceed 20% of the number of nodes. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
25
+ */
26
+ "toleranceThresholdPerDomain": number;
27
+ "patchingConfigStrategy": string;
28
+ }
29
+ export declare namespace DomainBasedPatchingConfigs {
30
+ function getJsonObj(obj: DomainBasedPatchingConfigs, isParentJsonObj?: boolean): object;
31
+ const patchingConfigStrategy = "DOMAIN_BASED";
32
+ function getDeserializedJsonObj(obj: DomainBasedPatchingConfigs, isParentJsonObj?: boolean): object;
33
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.DomainBasedPatchingConfigs = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var DomainBasedPatchingConfigs;
38
+ (function (DomainBasedPatchingConfigs) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.PatchingConfigs.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ DomainBasedPatchingConfigs.getJsonObj = getJsonObj;
46
+ DomainBasedPatchingConfigs.patchingConfigStrategy = "DOMAIN_BASED";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.PatchingConfigs.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ DomainBasedPatchingConfigs.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(DomainBasedPatchingConfigs = exports.DomainBasedPatchingConfigs || (exports.DomainBasedPatchingConfigs = {}));
55
+ //# sourceMappingURL=domain-based-patching-configs.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"domain-based-patching-configs.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/domain-based-patching-configs.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,SAAgB,UAAU,CAAC,GAA+B,EAAE,eAAyB;QACnF,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,UAAU,CAAC,GAAG,CAAgC,CAAC,GACvE,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,qCAAU,aASzB,CAAA;IACY,iDAAsB,GAAG,cAAc,CAAC;IACrD,SAAgB,sBAAsB,CACpC,GAA+B,EAC/B,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,eAAe,CAAC,sBAAsB,CAAC,GAAG,CAAgC,CAAC,GACnF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,iDAAsB,yBAYrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ import * as model from "../model";
15
+ /**
16
+ * Patching configurations which allows downtime. This patching config will patch all the nodes in parallel.
17
+ */
18
+ export interface DowntimeBasedOdhPatchingConfig extends model.OdhPatchingConfig {
19
+ "patchingConfigStrategy": string;
20
+ }
21
+ export declare namespace DowntimeBasedOdhPatchingConfig {
22
+ function getJsonObj(obj: DowntimeBasedOdhPatchingConfig, isParentJsonObj?: boolean): object;
23
+ const patchingConfigStrategy = "DOWNTIME_BASED";
24
+ function getDeserializedJsonObj(obj: DowntimeBasedOdhPatchingConfig, isParentJsonObj?: boolean): object;
25
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.DowntimeBasedOdhPatchingConfig = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var DowntimeBasedOdhPatchingConfig;
38
+ (function (DowntimeBasedOdhPatchingConfig) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.OdhPatchingConfig.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ DowntimeBasedOdhPatchingConfig.getJsonObj = getJsonObj;
46
+ DowntimeBasedOdhPatchingConfig.patchingConfigStrategy = "DOWNTIME_BASED";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.OdhPatchingConfig.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ DowntimeBasedOdhPatchingConfig.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(DowntimeBasedOdhPatchingConfig = exports.DowntimeBasedOdhPatchingConfig || (exports.DowntimeBasedOdhPatchingConfig = {}));
55
+ //# sourceMappingURL=downtime-based-odh-patching-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"downtime-based-odh-patching-config.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/downtime-based-odh-patching-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,8BAA8B,CA4B9C;AA5BD,WAAiB,8BAA8B;IAC7C,SAAgB,UAAU,CACxB,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAoC,CAAC,GAC7E,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,yCAAU,aAYzB,CAAA;IACY,qDAAsB,GAAG,gBAAgB,CAAC;IACvD,SAAgB,sBAAsB,CACpC,GAAmC,EACnC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAoC,CAAC,GACzF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAZe,qDAAsB,yBAYrC,CAAA;AACH,CAAC,EA5BgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QA4B9C"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Big Data Service API
3
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
4
+
5
+ * OpenAPI spec version: 20190531
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ /**
15
+ * Force Refresh Resource Principal Session Token Details.
16
+ */
17
+ export interface ForceRefreshResourcePrincipalDetails {
18
+ /**
19
+ * Base-64 encoded Cluster Admin Password for cluster admin user.
20
+ */
21
+ "clusterAdminPassword": string;
22
+ }
23
+ export declare namespace ForceRefreshResourcePrincipalDetails {
24
+ function getJsonObj(obj: ForceRefreshResourcePrincipalDetails): object;
25
+ function getDeserializedJsonObj(obj: ForceRefreshResourcePrincipalDetails): object;
26
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Big Data Service API
4
+ * REST API for Oracle Big Data Service. Use this API to build, deploy, and manage fully elastic Big Data Service clusters. Build on Hadoop, Spark and Data Science distributions, which can be fully integrated with existing enterprise data in Oracle Database and Oracle applications.
5
+
6
+ * OpenAPI spec version: 20190531
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.ForceRefreshResourcePrincipalDetails = void 0;
17
+ var ForceRefreshResourcePrincipalDetails;
18
+ (function (ForceRefreshResourcePrincipalDetails) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ ForceRefreshResourcePrincipalDetails.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ ForceRefreshResourcePrincipalDetails.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(ForceRefreshResourcePrincipalDetails = exports.ForceRefreshResourcePrincipalDetails || (exports.ForceRefreshResourcePrincipalDetails = {}));
30
+ //# sourceMappingURL=force-refresh-resource-principal-details.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"force-refresh-resource-principal-details.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/model/force-refresh-resource-principal-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
@@ -83,6 +83,8 @@ import * as CreateNodeDetails from "./create-node-details";
83
83
  export import CreateNodeDetails = CreateNodeDetails.CreateNodeDetails;
84
84
  import * as CreateNodeReplaceConfigurationDetails from "./create-node-replace-configuration-details";
85
85
  export import CreateNodeReplaceConfigurationDetails = CreateNodeReplaceConfigurationDetails.CreateNodeReplaceConfigurationDetails;
86
+ import * as CreateResourcePrincipalConfigurationDetails from "./create-resource-principal-configuration-details";
87
+ export import CreateResourcePrincipalConfigurationDetails = CreateResourcePrincipalConfigurationDetails.CreateResourcePrincipalConfigurationDetails;
86
88
  import * as DefaultError from "./default-error";
87
89
  export import DefaultError = DefaultError.DefaultError;
88
90
  import * as DisableCertificateDetails from "./disable-certificate-details";
@@ -91,6 +93,8 @@ import * as EnableCertificateDetails from "./enable-certificate-details";
91
93
  export import EnableCertificateDetails = EnableCertificateDetails.EnableCertificateDetails;
92
94
  import * as ExecuteBootstrapScriptDetails from "./execute-bootstrap-script-details";
93
95
  export import ExecuteBootstrapScriptDetails = ExecuteBootstrapScriptDetails.ExecuteBootstrapScriptDetails;
96
+ import * as ForceRefreshResourcePrincipalDetails from "./force-refresh-resource-principal-details";
97
+ export import ForceRefreshResourcePrincipalDetails = ForceRefreshResourcePrincipalDetails.ForceRefreshResourcePrincipalDetails;
94
98
  import * as HorizontalScalingScheduleDetails from "./horizontal-scaling-schedule-details";
95
99
  export import HorizontalScalingScheduleDetails = HorizontalScalingScheduleDetails.HorizontalScalingScheduleDetails;
96
100
  import * as HostCertDetails from "./host-cert-details";
@@ -131,6 +135,8 @@ import * as NodeReplaceConfiguration from "./node-replace-configuration";
131
135
  export import NodeReplaceConfiguration = NodeReplaceConfiguration.NodeReplaceConfiguration;
132
136
  import * as NodeReplaceConfigurationSummary from "./node-replace-configuration-summary";
133
137
  export import NodeReplaceConfigurationSummary = NodeReplaceConfigurationSummary.NodeReplaceConfigurationSummary;
138
+ import * as OdhPatchingConfig from "./odh-patching-config";
139
+ export import OdhPatchingConfig = OdhPatchingConfig.OdhPatchingConfig;
134
140
  import * as OperationStatus from "./operation-status";
135
141
  export import OperationStatus = OperationStatus.OperationStatus;
136
142
  import * as OperationTypes from "./operation-types";
@@ -157,10 +163,16 @@ import * as RemoveNodeDetails from "./remove-node-details";
157
163
  export import RemoveNodeDetails = RemoveNodeDetails.RemoveNodeDetails;
158
164
  import * as RemoveNodeReplaceConfigurationDetails from "./remove-node-replace-configuration-details";
159
165
  export import RemoveNodeReplaceConfigurationDetails = RemoveNodeReplaceConfigurationDetails.RemoveNodeReplaceConfigurationDetails;
166
+ import * as RemoveResourcePrincipalConfigurationDetails from "./remove-resource-principal-configuration-details";
167
+ export import RemoveResourcePrincipalConfigurationDetails = RemoveResourcePrincipalConfigurationDetails.RemoveResourcePrincipalConfigurationDetails;
160
168
  import * as RenewCertificateDetails from "./renew-certificate-details";
161
169
  export import RenewCertificateDetails = RenewCertificateDetails.RenewCertificateDetails;
162
170
  import * as ReplaceNodeDetails from "./replace-node-details";
163
171
  export import ReplaceNodeDetails = ReplaceNodeDetails.ReplaceNodeDetails;
172
+ import * as ResourcePrincipalConfiguration from "./resource-principal-configuration";
173
+ export import ResourcePrincipalConfiguration = ResourcePrincipalConfiguration.ResourcePrincipalConfiguration;
174
+ import * as ResourcePrincipalConfigurationSummary from "./resource-principal-configuration-summary";
175
+ export import ResourcePrincipalConfigurationSummary = ResourcePrincipalConfigurationSummary.ResourcePrincipalConfigurationSummary;
164
176
  import * as RestartNodeDetails from "./restart-node-details";
165
177
  export import RestartNodeDetails = RestartNodeDetails.RestartNodeDetails;
166
178
  import * as ScheduleType from "./schedule-type";
@@ -195,6 +207,8 @@ import * as UpdateNodeBackupConfigurationDetails from "./update-node-backup-conf
195
207
  export import UpdateNodeBackupConfigurationDetails = UpdateNodeBackupConfigurationDetails.UpdateNodeBackupConfigurationDetails;
196
208
  import * as UpdateNodeReplaceConfigurationDetails from "./update-node-replace-configuration-details";
197
209
  export import UpdateNodeReplaceConfigurationDetails = UpdateNodeReplaceConfigurationDetails.UpdateNodeReplaceConfigurationDetails;
210
+ import * as UpdateResourcePrincipalConfigurationDetails from "./update-resource-principal-configuration-details";
211
+ export import UpdateResourcePrincipalConfigurationDetails = UpdateResourcePrincipalConfigurationDetails.UpdateResourcePrincipalConfigurationDetails;
198
212
  import * as VerticalScalingScheduleDetails from "./vertical-scaling-schedule-details";
199
213
  export import VerticalScalingScheduleDetails = VerticalScalingScheduleDetails.VerticalScalingScheduleDetails;
200
214
  import * as VolumeAttachmentDetail from "./volume-attachment-detail";
@@ -215,12 +229,20 @@ import * as AddScheduleBasedHorizontalScalingPolicyDetails from "./add-schedule-
215
229
  export import AddScheduleBasedHorizontalScalingPolicyDetails = AddScheduleBasedHorizontalScalingPolicyDetails.AddScheduleBasedHorizontalScalingPolicyDetails;
216
230
  import * as AddScheduleBasedVerticalScalingPolicyDetails from "./add-schedule-based-vertical-scaling-policy-details";
217
231
  export import AddScheduleBasedVerticalScalingPolicyDetails = AddScheduleBasedVerticalScalingPolicyDetails.AddScheduleBasedVerticalScalingPolicyDetails;
232
+ import * as BatchingBasedOdhPatchingConfig from "./batching-based-odh-patching-config";
233
+ export import BatchingBasedOdhPatchingConfig = BatchingBasedOdhPatchingConfig.BatchingBasedOdhPatchingConfig;
218
234
  import * as BatchingBasedPatchingConfigs from "./batching-based-patching-configs";
219
235
  export import BatchingBasedPatchingConfigs = BatchingBasedPatchingConfigs.BatchingBasedPatchingConfigs;
220
236
  import * as DayBasedHorizontalScalingScheduleDetails from "./day-based-horizontal-scaling-schedule-details";
221
237
  export import DayBasedHorizontalScalingScheduleDetails = DayBasedHorizontalScalingScheduleDetails.DayBasedHorizontalScalingScheduleDetails;
222
238
  import * as DayBasedVerticalScalingScheduleDetails from "./day-based-vertical-scaling-schedule-details";
223
239
  export import DayBasedVerticalScalingScheduleDetails = DayBasedVerticalScalingScheduleDetails.DayBasedVerticalScalingScheduleDetails;
240
+ import * as DomainBasedOdhPatchingConfig from "./domain-based-odh-patching-config";
241
+ export import DomainBasedOdhPatchingConfig = DomainBasedOdhPatchingConfig.DomainBasedOdhPatchingConfig;
242
+ import * as DomainBasedPatchingConfigs from "./domain-based-patching-configs";
243
+ export import DomainBasedPatchingConfigs = DomainBasedPatchingConfigs.DomainBasedPatchingConfigs;
244
+ import * as DowntimeBasedOdhPatchingConfig from "./downtime-based-odh-patching-config";
245
+ export import DowntimeBasedOdhPatchingConfig = DowntimeBasedOdhPatchingConfig.DowntimeBasedOdhPatchingConfig;
224
246
  import * as DowntimeBasedPatchingConfigs from "./downtime-based-patching-configs";
225
247
  export import DowntimeBasedPatchingConfigs = DowntimeBasedPatchingConfigs.DowntimeBasedPatchingConfigs;
226
248
  import * as MetricBasedHorizontalScalingPolicyDetails from "./metric-based-horizontal-scaling-policy-details";