oci-dataflow 2.62.3 → 2.64.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 (126) hide show
  1. package/LICENSE.txt +6 -6
  2. package/lib/client.d.ts +93 -36
  3. package/lib/client.js +423 -36
  4. package/lib/client.js.map +1 -1
  5. package/lib/dataflow-waiter.d.ts +8 -0
  6. package/lib/dataflow-waiter.js +12 -0
  7. package/lib/dataflow-waiter.js.map +1 -1
  8. package/lib/model/change-sql-endpoint-compartment-details.d.ts +26 -0
  9. package/lib/model/change-sql-endpoint-compartment-details.js +30 -0
  10. package/lib/model/change-sql-endpoint-compartment-details.js.map +1 -0
  11. package/lib/model/create-sql-endpoint-details.d.ts +100 -0
  12. package/lib/model/create-sql-endpoint-details.js +70 -0
  13. package/lib/model/create-sql-endpoint-details.js.map +1 -0
  14. package/lib/model/index.d.ts +26 -0
  15. package/lib/model/index.js +28 -2
  16. package/lib/model/index.js.map +1 -1
  17. package/lib/model/ip-notation-type.d.ts +31 -0
  18. package/lib/model/ip-notation-type.js +42 -0
  19. package/lib/model/ip-notation-type.js.map +1 -0
  20. package/lib/model/network-type.d.ts +29 -0
  21. package/lib/model/network-type.js +40 -0
  22. package/lib/model/network-type.js.map +1 -0
  23. package/lib/model/secure-access-control-rule.d.ts +35 -0
  24. package/lib/model/secure-access-control-rule.js +30 -0
  25. package/lib/model/secure-access-control-rule.js.map +1 -0
  26. package/lib/model/sql-endpoint-collection.d.ts +27 -0
  27. package/lib/model/sql-endpoint-collection.js +62 -0
  28. package/lib/model/sql-endpoint-collection.js.map +1 -0
  29. package/lib/model/sql-endpoint-lifecycle-state.d.ts +38 -0
  30. package/lib/model/sql-endpoint-lifecycle-state.js +49 -0
  31. package/lib/model/sql-endpoint-lifecycle-state.js.map +1 -0
  32. package/lib/model/sql-endpoint-network-configuration.d.ts +23 -0
  33. package/lib/model/sql-endpoint-network-configuration.js +73 -0
  34. package/lib/model/sql-endpoint-network-configuration.js.map +1 -0
  35. package/lib/model/sql-endpoint-secure-access-config.d.ts +33 -0
  36. package/lib/model/sql-endpoint-secure-access-config.js +67 -0
  37. package/lib/model/sql-endpoint-secure-access-config.js.map +1 -0
  38. package/lib/model/sql-endpoint-summary.d.ts +146 -0
  39. package/lib/model/sql-endpoint-summary.js +70 -0
  40. package/lib/model/sql-endpoint-summary.js.map +1 -0
  41. package/lib/model/sql-endpoint-vcn-config.d.ts +45 -0
  42. package/lib/model/sql-endpoint-vcn-config.js +55 -0
  43. package/lib/model/sql-endpoint-vcn-config.js.map +1 -0
  44. package/lib/model/sql-endpoint.d.ts +141 -0
  45. package/lib/model/sql-endpoint.js +70 -0
  46. package/lib/model/sql-endpoint.js.map +1 -0
  47. package/lib/model/update-sql-endpoint-details.d.ts +41 -0
  48. package/lib/model/update-sql-endpoint-details.js +30 -0
  49. package/lib/model/update-sql-endpoint-details.js.map +1 -0
  50. package/lib/request/change-application-compartment-request.d.ts +1 -1
  51. package/lib/request/change-pool-compartment-request.d.ts +1 -1
  52. package/lib/request/change-private-endpoint-compartment-request.d.ts +1 -1
  53. package/lib/request/change-run-compartment-request.d.ts +1 -1
  54. package/lib/request/change-sql-endpoint-compartment-request.d.ts +48 -0
  55. package/lib/request/change-sql-endpoint-compartment-request.js +15 -0
  56. package/lib/request/change-sql-endpoint-compartment-request.js.map +1 -0
  57. package/lib/request/create-application-request.d.ts +1 -1
  58. package/lib/request/create-pool-request.d.ts +1 -1
  59. package/lib/request/create-private-endpoint-request.d.ts +1 -1
  60. package/lib/request/create-run-request.d.ts +1 -1
  61. package/lib/request/create-sql-endpoint-request.d.ts +37 -0
  62. package/lib/request/create-sql-endpoint-request.js +15 -0
  63. package/lib/request/create-sql-endpoint-request.js.map +1 -0
  64. package/lib/request/create-statement-request.d.ts +1 -1
  65. package/lib/request/delete-application-request.d.ts +1 -1
  66. package/lib/request/delete-pool-request.d.ts +1 -1
  67. package/lib/request/delete-private-endpoint-request.d.ts +1 -1
  68. package/lib/request/delete-run-request.d.ts +1 -1
  69. package/lib/request/delete-sql-endpoint-request.d.ts +35 -0
  70. package/lib/request/delete-sql-endpoint-request.js +15 -0
  71. package/lib/request/delete-sql-endpoint-request.js.map +1 -0
  72. package/lib/request/delete-statement-request.d.ts +1 -1
  73. package/lib/request/get-application-request.d.ts +1 -1
  74. package/lib/request/get-pool-request.d.ts +1 -1
  75. package/lib/request/get-private-endpoint-request.d.ts +1 -1
  76. package/lib/request/get-run-log-request.d.ts +1 -1
  77. package/lib/request/get-run-request.d.ts +1 -1
  78. package/lib/request/get-sql-endpoint-request.d.ts +28 -0
  79. package/lib/request/get-sql-endpoint-request.js +15 -0
  80. package/lib/request/get-sql-endpoint-request.js.map +1 -0
  81. package/lib/request/get-statement-request.d.ts +1 -1
  82. package/lib/request/get-work-request-request.d.ts +1 -1
  83. package/lib/request/index.d.ts +12 -0
  84. package/lib/request/index.js +3 -1
  85. package/lib/request/index.js.map +1 -1
  86. package/lib/request/list-applications-request.d.ts +1 -1
  87. package/lib/request/list-pools-request.d.ts +1 -1
  88. package/lib/request/list-private-endpoints-request.d.ts +1 -1
  89. package/lib/request/list-run-logs-request.d.ts +1 -1
  90. package/lib/request/list-runs-request.d.ts +1 -1
  91. package/lib/request/list-sql-endpoints-request.d.ts +71 -0
  92. package/lib/request/list-sql-endpoints-request.js +30 -0
  93. package/lib/request/list-sql-endpoints-request.js.map +1 -0
  94. package/lib/request/list-statements-request.d.ts +1 -1
  95. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  96. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  97. package/lib/request/list-work-requests-request.d.ts +1 -1
  98. package/lib/request/start-pool-request.d.ts +1 -1
  99. package/lib/request/stop-pool-request.d.ts +1 -1
  100. package/lib/request/update-application-request.d.ts +1 -1
  101. package/lib/request/update-pool-request.d.ts +1 -1
  102. package/lib/request/update-private-endpoint-request.d.ts +1 -1
  103. package/lib/request/update-run-request.d.ts +1 -1
  104. package/lib/request/update-sql-endpoint-request.d.ts +40 -0
  105. package/lib/request/update-sql-endpoint-request.js +15 -0
  106. package/lib/request/update-sql-endpoint-request.js.map +1 -0
  107. package/lib/response/change-sql-endpoint-compartment-response.d.ts +25 -0
  108. package/lib/response/change-sql-endpoint-compartment-response.js +15 -0
  109. package/lib/response/change-sql-endpoint-compartment-response.js.map +1 -0
  110. package/lib/response/create-sql-endpoint-response.d.ts +36 -0
  111. package/lib/response/create-sql-endpoint-response.js +15 -0
  112. package/lib/response/create-sql-endpoint-response.js.map +1 -0
  113. package/lib/response/delete-sql-endpoint-response.d.ts +25 -0
  114. package/lib/response/delete-sql-endpoint-response.js +15 -0
  115. package/lib/response/delete-sql-endpoint-response.js.map +1 -0
  116. package/lib/response/get-sql-endpoint-response.d.ts +31 -0
  117. package/lib/response/get-sql-endpoint-response.js +15 -0
  118. package/lib/response/get-sql-endpoint-response.js.map +1 -0
  119. package/lib/response/index.d.ts +12 -0
  120. package/lib/response/list-sql-endpoints-response.d.ts +31 -0
  121. package/lib/response/list-sql-endpoints-response.js +15 -0
  122. package/lib/response/list-sql-endpoints-response.js.map +1 -0
  123. package/lib/response/update-sql-endpoint-response.d.ts +25 -0
  124. package/lib/response/update-sql-endpoint-response.js +15 -0
  125. package/lib/response/update-sql-endpoint-response.js.map +1 -0
  126. package/package.json +3 -3
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ /**
3
+ * Data Flow API
4
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
5
+
6
+ * OpenAPI spec version: 20200129
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, 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.SqlEndpointNetworkConfiguration = void 0;
36
+ const model = __importStar(require("../model"));
37
+ const common = require("oci-common");
38
+ var SqlEndpointNetworkConfiguration;
39
+ (function (SqlEndpointNetworkConfiguration) {
40
+ function getJsonObj(obj) {
41
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
42
+ if (obj && "networkType" in obj && obj.networkType) {
43
+ switch (obj.networkType) {
44
+ case "VCN":
45
+ return model.SqlEndpointVcnConfig.getJsonObj(jsonObj, true);
46
+ case "SECURE_ACCESS":
47
+ return model.SqlEndpointSecureAccessConfig.getJsonObj(jsonObj, true);
48
+ default:
49
+ if (common.LOG.logger)
50
+ common.LOG.logger.info(`Unknown value for: ${obj.networkType}`);
51
+ }
52
+ }
53
+ return jsonObj;
54
+ }
55
+ SqlEndpointNetworkConfiguration.getJsonObj = getJsonObj;
56
+ function getDeserializedJsonObj(obj) {
57
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
58
+ if (obj && "networkType" in obj && obj.networkType) {
59
+ switch (obj.networkType) {
60
+ case "VCN":
61
+ return model.SqlEndpointVcnConfig.getDeserializedJsonObj(jsonObj, true);
62
+ case "SECURE_ACCESS":
63
+ return model.SqlEndpointSecureAccessConfig.getDeserializedJsonObj(jsonObj, true);
64
+ default:
65
+ if (common.LOG.logger)
66
+ common.LOG.logger.info(`Unknown value for: ${obj.networkType}`);
67
+ }
68
+ }
69
+ return jsonObj;
70
+ }
71
+ SqlEndpointNetworkConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
72
+ })(SqlEndpointNetworkConfiguration = exports.SqlEndpointNetworkConfiguration || (exports.SqlEndpointNetworkConfiguration = {}));
73
+ //# sourceMappingURL=sql-endpoint-network-configuration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint-network-configuration.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint-network-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAStC,IAAiB,+BAA+B,CA2C/C;AA3CD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,aAAa,IAAI,GAAG,IAAI,GAAG,CAAC,WAAW,EAAE;YAClD,QAAQ,GAAG,CAAC,WAAW,EAAE;gBACvB,KAAK,KAAK;oBACR,OAAO,KAAK,CAAC,oBAAoB,CAAC,UAAU,CACL,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,6BAA6B,CAAC,UAAU,CACL,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;aAC1F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,0CAAU,aAoBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,aAAa,IAAI,GAAG,IAAI,GAAG,CAAC,WAAW,EAAE;YAClD,QAAQ,GAAG,CAAC,WAAW,EAAE;gBACvB,KAAK,KAAK;oBACR,OAAO,KAAK,CAAC,oBAAoB,CAAC,sBAAsB,CACjB,OAAQ,EAC7C,IAAI,CACL,CAAC;gBACJ,KAAK,eAAe;oBAClB,OAAO,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACjB,OAAQ,EACtD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,WAAW,EAAE,CAAC,CAAC;aAC1F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,sDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA3CgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA2C/C"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * Data Flow API
3
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
4
+
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ * Access control rules for secure access selection.
17
+ */
18
+ export interface SqlEndpointSecureAccessConfig extends model.SqlEndpointNetworkConfiguration {
19
+ /**
20
+ * A list of SecureAccessControlRule's to which access is limited to
21
+ */
22
+ "accessControlRules"?: Array<model.SecureAccessControlRule>;
23
+ /**
24
+ * Ip Address of public endpoint
25
+ */
26
+ "publicEndpointIp"?: string;
27
+ "networkType": string;
28
+ }
29
+ export declare namespace SqlEndpointSecureAccessConfig {
30
+ function getJsonObj(obj: SqlEndpointSecureAccessConfig, isParentJsonObj?: boolean): object;
31
+ const networkType = "SECURE_ACCESS";
32
+ function getDeserializedJsonObj(obj: SqlEndpointSecureAccessConfig, isParentJsonObj?: boolean): object;
33
+ }
@@ -0,0 +1,67 @@
1
+ "use strict";
2
+ /**
3
+ * Data Flow API
4
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
5
+
6
+ * OpenAPI spec version: 20200129
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, 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.SqlEndpointSecureAccessConfig = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var SqlEndpointSecureAccessConfig;
38
+ (function (SqlEndpointSecureAccessConfig) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.SqlEndpointNetworkConfiguration.getJsonObj(obj))), {
43
+ "accessControlRules": obj.accessControlRules
44
+ ? obj.accessControlRules.map(item => {
45
+ return model.SecureAccessControlRule.getJsonObj(item);
46
+ })
47
+ : undefined
48
+ });
49
+ return jsonObj;
50
+ }
51
+ SqlEndpointSecureAccessConfig.getJsonObj = getJsonObj;
52
+ SqlEndpointSecureAccessConfig.networkType = "SECURE_ACCESS";
53
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
54
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
55
+ ? obj
56
+ : model.SqlEndpointNetworkConfiguration.getDeserializedJsonObj(obj))), {
57
+ "accessControlRules": obj.accessControlRules
58
+ ? obj.accessControlRules.map(item => {
59
+ return model.SecureAccessControlRule.getDeserializedJsonObj(item);
60
+ })
61
+ : undefined
62
+ });
63
+ return jsonObj;
64
+ }
65
+ SqlEndpointSecureAccessConfig.getDeserializedJsonObj = getDeserializedJsonObj;
66
+ })(SqlEndpointSecureAccessConfig = exports.SqlEndpointSecureAccessConfig || (exports.SqlEndpointSecureAccessConfig = {}));
67
+ //# sourceMappingURL=sql-endpoint-secure-access-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint-secure-access-config.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint-secure-access-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,6BAA6B,CA0C7C;AA1CD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CACxB,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAmC,CAAC,GAC1F;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAlBe,wCAAU,aAkBzB,CAAA;IACY,yCAAW,GAAG,eAAe,CAAC;IAC3C,SAAgB,sBAAsB,CACpC,GAAkC,EAClC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC3D,GAAG,CAC8B,CAAC,GACrC;YACD,oBAAoB,EAAE,GAAG,CAAC,kBAAkB;gBAC1C,CAAC,CAAC,GAAG,CAAC,kBAAkB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAChC,OAAO,KAAK,CAAC,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IApBe,oDAAsB,yBAoBrC,CAAA;AACH,CAAC,EA1CgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA0C7C"}
@@ -0,0 +1,146 @@
1
+ /**
2
+ * Data Flow API
3
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
4
+
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ * A summary of the Sql Endpoint.
17
+ */
18
+ export interface SqlEndpointSummary {
19
+ /**
20
+ * The provision identifier that is immutable on creation.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The SQL Endpoint name, which can be changed.
25
+ */
26
+ "displayName": string;
27
+ /**
28
+ * The OCID of a compartment.
29
+ *
30
+ */
31
+ "compartmentId": string;
32
+ /**
33
+ * The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
34
+ */
35
+ "jdbcEndpointUrl"?: string;
36
+ /**
37
+ * The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
38
+ */
39
+ "timeCreated"?: Date;
40
+ /**
41
+ * The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
42
+ */
43
+ "timeUpdated"?: Date;
44
+ /**
45
+ * The current state of the Sql Endpoint.
46
+ */
47
+ "lifecycleState"?: model.SqlEndpointLifecycleState;
48
+ /**
49
+ * A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
50
+ */
51
+ "stateMessage"?: string;
52
+ /**
53
+ * The version of SQL Endpoint.
54
+ */
55
+ "sqlEndpointVersion": string;
56
+ /**
57
+ * The shape of the SQL Endpoint driver instance.
58
+ */
59
+ "driverShape": string;
60
+ "driverShapeConfig"?: model.ShapeConfig;
61
+ /**
62
+ * The shape of the SQL Endpoint executor instance.
63
+ */
64
+ "executorShape": string;
65
+ "executorShapeConfig"?: model.ShapeConfig;
66
+ /**
67
+ * The minimum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
68
+ */
69
+ "minExecutorCount": number;
70
+ /**
71
+ * The maximum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
72
+ */
73
+ "maxExecutorCount": number;
74
+ /**
75
+ * The OCID of the user who created the resource.
76
+ *
77
+ */
78
+ "ownerPrincipalId"?: string;
79
+ /**
80
+ * The OCID of OCI Hive Metastore.
81
+ *
82
+ */
83
+ "metastoreId": string;
84
+ /**
85
+ * The OCID of OCI Lake.
86
+ */
87
+ "lakeId": string;
88
+ /**
89
+ * The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
90
+ */
91
+ "warehouseBucketUri": string;
92
+ /**
93
+ * The description of the SQL Endpoint.
94
+ */
95
+ "description": string;
96
+ /**
97
+ * This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
98
+ */
99
+ "lastAcceptedRequestToken"?: string;
100
+ /**
101
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
102
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
103
+ * Example: `{\"Department\": \"Finance\"}`
104
+ *
105
+ */
106
+ "freeformTags"?: {
107
+ [key: string]: string;
108
+ };
109
+ /**
110
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
111
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
112
+ *
113
+ */
114
+ "definedTags"?: {
115
+ [key: string]: {
116
+ [key: string]: any;
117
+ };
118
+ };
119
+ /**
120
+ * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
121
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
122
+ * Example: `{orcl-cloud: {free-tier-retain: true}}`
123
+ *
124
+ */
125
+ "systemTags"?: {
126
+ [key: string]: {
127
+ [key: string]: any;
128
+ };
129
+ };
130
+ /**
131
+ * The Spark configuration passed to the running process.
132
+ * See https://spark.apache.org/docs/latest/configuration.html#available-properties.
133
+ * Example: { \"spark.app.name\" : \"My App Name\", \"spark.shuffle.io.maxRetries\" : \"4\" }
134
+ * Note: Not all Spark properties are permitted to be set. Attempting to set a property that is
135
+ * not allowed to be overwritten will cause a 400 status to be returned.
136
+ *
137
+ */
138
+ "sparkAdvancedConfigurations"?: {
139
+ [key: string]: string;
140
+ };
141
+ "networkConfiguration"?: model.SqlEndpointVcnConfig | model.SqlEndpointSecureAccessConfig;
142
+ }
143
+ export declare namespace SqlEndpointSummary {
144
+ function getJsonObj(obj: SqlEndpointSummary): object;
145
+ function getDeserializedJsonObj(obj: SqlEndpointSummary): object;
146
+ }
@@ -0,0 +1,70 @@
1
+ "use strict";
2
+ /**
3
+ * Data Flow API
4
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
5
+
6
+ * OpenAPI spec version: 20200129
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, 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.SqlEndpointSummary = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var SqlEndpointSummary;
38
+ (function (SqlEndpointSummary) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "driverShapeConfig": obj.driverShapeConfig
42
+ ? model.ShapeConfig.getJsonObj(obj.driverShapeConfig)
43
+ : undefined,
44
+ "executorShapeConfig": obj.executorShapeConfig
45
+ ? model.ShapeConfig.getJsonObj(obj.executorShapeConfig)
46
+ : undefined,
47
+ "networkConfiguration": obj.networkConfiguration
48
+ ? model.SqlEndpointNetworkConfiguration.getJsonObj(obj.networkConfiguration)
49
+ : undefined
50
+ });
51
+ return jsonObj;
52
+ }
53
+ SqlEndpointSummary.getJsonObj = getJsonObj;
54
+ function getDeserializedJsonObj(obj) {
55
+ const jsonObj = Object.assign(Object.assign({}, obj), {
56
+ "driverShapeConfig": obj.driverShapeConfig
57
+ ? model.ShapeConfig.getDeserializedJsonObj(obj.driverShapeConfig)
58
+ : undefined,
59
+ "executorShapeConfig": obj.executorShapeConfig
60
+ ? model.ShapeConfig.getDeserializedJsonObj(obj.executorShapeConfig)
61
+ : undefined,
62
+ "networkConfiguration": obj.networkConfiguration
63
+ ? model.SqlEndpointNetworkConfiguration.getDeserializedJsonObj(obj.networkConfiguration)
64
+ : undefined
65
+ });
66
+ return jsonObj;
67
+ }
68
+ SqlEndpointSummary.getDeserializedJsonObj = getDeserializedJsonObj;
69
+ })(SqlEndpointSummary = exports.SqlEndpointSummary || (exports.SqlEndpointSummary = {}));
70
+ //# sourceMappingURL=sql-endpoint-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint-summary.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwHlC,IAAiB,kBAAkB,CAyClC;AAzCD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACrD,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACvD,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBAC5E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,6BAAU,aAmBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACjE,CAAC,CAAC,SAAS;YAEb,qBAAqB,EAAE,GAAG,CAAC,mBAAmB;gBAC5C,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,mBAAmB,CAAC;gBACnE,CAAC,CAAC,SAAS;YAEb,sBAAsB,EAAE,GAAG,CAAC,oBAAoB;gBAC9C,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,oBAAoB,CAAC;gBACxF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAnBe,yCAAsB,yBAmBrC,CAAA;AACH,CAAC,EAzCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAyClC"}
@@ -0,0 +1,45 @@
1
+ /**
2
+ * Data Flow API
3
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
4
+
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ * The VCN configuration for VCN network type selection.
17
+ */
18
+ export interface SqlEndpointVcnConfig extends model.SqlEndpointNetworkConfiguration {
19
+ /**
20
+ * The VCN OCID.
21
+ */
22
+ "vcnId": string;
23
+ /**
24
+ * The VCN Subnet OCID.
25
+ */
26
+ "subnetId": string;
27
+ /**
28
+ * The host name prefix.
29
+ */
30
+ "hostNamePrefix"?: string;
31
+ /**
32
+ * The OCIDs of Network Security Groups (NSGs).
33
+ */
34
+ "nsgIds"?: Array<string>;
35
+ /**
36
+ * Ip Address of private endpoint
37
+ */
38
+ "privateEndpointIp"?: string;
39
+ "networkType": string;
40
+ }
41
+ export declare namespace SqlEndpointVcnConfig {
42
+ function getJsonObj(obj: SqlEndpointVcnConfig, isParentJsonObj?: boolean): object;
43
+ const networkType = "VCN";
44
+ function getDeserializedJsonObj(obj: SqlEndpointVcnConfig, isParentJsonObj?: boolean): object;
45
+ }
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ /**
3
+ * Data Flow API
4
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
5
+
6
+ * OpenAPI spec version: 20200129
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, 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.SqlEndpointVcnConfig = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var SqlEndpointVcnConfig;
38
+ (function (SqlEndpointVcnConfig) {
39
+ function getJsonObj(obj, isParentJsonObj) {
40
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
41
+ ? obj
42
+ : model.SqlEndpointNetworkConfiguration.getJsonObj(obj))), {});
43
+ return jsonObj;
44
+ }
45
+ SqlEndpointVcnConfig.getJsonObj = getJsonObj;
46
+ SqlEndpointVcnConfig.networkType = "VCN";
47
+ function getDeserializedJsonObj(obj, isParentJsonObj) {
48
+ const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
49
+ ? obj
50
+ : model.SqlEndpointNetworkConfiguration.getDeserializedJsonObj(obj))), {});
51
+ return jsonObj;
52
+ }
53
+ SqlEndpointVcnConfig.getDeserializedJsonObj = getDeserializedJsonObj;
54
+ })(SqlEndpointVcnConfig = exports.SqlEndpointVcnConfig || (exports.SqlEndpointVcnConfig = {}));
55
+ //# sourceMappingURL=sql-endpoint-vcn-config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sql-endpoint-vcn-config.js","sourceRoot":"","sources":["../../../../../lib/dataflow/lib/model/sql-endpoint-vcn-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+BlC,IAAiB,oBAAoB,CA2BpC;AA3BD,WAAiB,oBAAoB;IACnC,SAAgB,UAAU,CAAC,GAAyB,EAAE,eAAyB;QAC7E,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAA0B,CAAC,GACjF,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IATe,+BAAU,aASzB,CAAA;IACY,gCAAW,GAAG,KAAK,CAAC;IACjC,SAAgB,sBAAsB,CACpC,GAAyB,EACzB,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC3D,GAAG,CACqB,CAAC,GAC5B,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2CAAsB,yBAcrC,CAAA;AACH,CAAC,EA3BgB,oBAAoB,GAApB,4BAAoB,KAApB,4BAAoB,QA2BpC"}
@@ -0,0 +1,141 @@
1
+ /**
2
+ * Data Flow API
3
+ * Use the Data Flow APIs to run any Apache Spark application at any scale without deploying or managing any infrastructure.
4
+
5
+ * OpenAPI spec version: 20200129
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ * The description of a SQL Endpoint.
17
+ */
18
+ export interface SqlEndpoint {
19
+ /**
20
+ * The provision identifier that is immutable on creation.
21
+ */
22
+ "id": string;
23
+ /**
24
+ * The SQL Endpoint name, which can be changed.
25
+ */
26
+ "displayName": string;
27
+ /**
28
+ * The OCID of a compartment.
29
+ *
30
+ */
31
+ "compartmentId": string;
32
+ /**
33
+ * The JDBC URL field. For example, jdbc:spark://{serviceFQDN}:443/default;SparkServerType=DFI
34
+ */
35
+ "jdbcEndpointUrl"?: string;
36
+ /**
37
+ * The time the Sql Endpoint was created. An RFC3339 formatted datetime string.
38
+ */
39
+ "timeCreated"?: Date;
40
+ /**
41
+ * The time the Sql Endpoint was updated. An RFC3339 formatted datetime string.
42
+ */
43
+ "timeUpdated"?: Date;
44
+ /**
45
+ * The current state of the Sql Endpoint.
46
+ */
47
+ "lifecycleState"?: model.SqlEndpointLifecycleState;
48
+ /**
49
+ * A message describing the reason why the resource is in it's current state. Helps bubble up errors in state changes. For example, it can be used to provide actionable information for a resource in the Failed state.
50
+ */
51
+ "stateMessage"?: string;
52
+ /**
53
+ * The version of SQL Endpoint.
54
+ */
55
+ "sqlEndpointVersion": string;
56
+ /**
57
+ * The shape of the SQL Endpoint driver instance.
58
+ */
59
+ "driverShape": string;
60
+ "driverShapeConfig"?: model.ShapeConfig;
61
+ /**
62
+ * The shape of the SQL Endpoint executor instance.
63
+ */
64
+ "executorShape": string;
65
+ "executorShapeConfig"?: model.ShapeConfig;
66
+ /**
67
+ * The minimum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
68
+ */
69
+ "minExecutorCount": number;
70
+ /**
71
+ * The maximum number of executors. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
72
+ */
73
+ "maxExecutorCount": number;
74
+ /**
75
+ * The OCID of OCI Hive Metastore.
76
+ *
77
+ */
78
+ "metastoreId": string;
79
+ /**
80
+ * The OCID of OCI Lake.
81
+ */
82
+ "lakeId": string;
83
+ /**
84
+ * The warehouse bucket URI. It is a Oracle Cloud Infrastructure Object Storage bucket URI as defined here https://docs.oracle.com/en/cloud/paas/atp-cloud/atpud/object-storage-uris.html
85
+ */
86
+ "warehouseBucketUri": string;
87
+ /**
88
+ * The description of the SQL Endpoint.
89
+ */
90
+ "description": string;
91
+ /**
92
+ * This token is used by Splat, and indicates that the service accepts the request, and that the request is currently being processed.
93
+ */
94
+ "lastAcceptedRequestToken"?: string;
95
+ /**
96
+ * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
97
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
98
+ * Example: `{\"Department\": \"Finance\"}`
99
+ *
100
+ */
101
+ "freeformTags"?: {
102
+ [key: string]: string;
103
+ };
104
+ /**
105
+ * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
106
+ * Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
107
+ *
108
+ */
109
+ "definedTags"?: {
110
+ [key: string]: {
111
+ [key: string]: any;
112
+ };
113
+ };
114
+ /**
115
+ * The system tags associated with this resource, if any. The system tags are set by Oracle cloud infrastructure services. Each key is predefined and scoped to namespaces.
116
+ * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
117
+ * Example: `{orcl-cloud: {free-tier-retain: true}}`
118
+ *
119
+ */
120
+ "systemTags"?: {
121
+ [key: string]: {
122
+ [key: string]: any;
123
+ };
124
+ };
125
+ /**
126
+ * The Spark configuration passed to the running process.
127
+ * See https://spark.apache.org/docs/latest/configuration.html#available-properties.
128
+ * Example: { \"spark.app.name\" : \"My App Name\", \"spark.shuffle.io.maxRetries\" : \"4\" }
129
+ * Note: Not all Spark properties are permitted to be set. Attempting to set a property that is
130
+ * not allowed to be overwritten will cause a 400 status to be returned.
131
+ *
132
+ */
133
+ "sparkAdvancedConfigurations"?: {
134
+ [key: string]: string;
135
+ };
136
+ "networkConfiguration"?: model.SqlEndpointVcnConfig | model.SqlEndpointSecureAccessConfig;
137
+ }
138
+ export declare namespace SqlEndpoint {
139
+ function getJsonObj(obj: SqlEndpoint): object;
140
+ function getDeserializedJsonObj(obj: SqlEndpoint): object;
141
+ }