oci-managedkafka 2.116.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.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +310 -0
- package/lib/client.js +1652 -0
- package/lib/client.js.map +1 -0
- package/lib/kafkacluster-waiter.d.ts +44 -0
- package/lib/kafkacluster-waiter.js +88 -0
- package/lib/kafkacluster-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/bootstrap-url.d.ts +29 -0
- package/lib/model/bootstrap-url.js +29 -0
- package/lib/model/bootstrap-url.js.map +1 -0
- package/lib/model/broker-shape.d.ts +33 -0
- package/lib/model/broker-shape.js +29 -0
- package/lib/model/broker-shape.js.map +1 -0
- package/lib/model/change-kafka-cluster-compartment-details.d.ts +26 -0
- package/lib/model/change-kafka-cluster-compartment-details.js +29 -0
- package/lib/model/change-kafka-cluster-compartment-details.js.map +1 -0
- package/lib/model/change-kafka-cluster-config-compartment-details.d.ts +26 -0
- package/lib/model/change-kafka-cluster-config-compartment-details.js +29 -0
- package/lib/model/change-kafka-cluster-config-compartment-details.js.map +1 -0
- package/lib/model/create-kafka-cluster-config-details.d.ts +54 -0
- package/lib/model/create-kafka-cluster-config-details.js +57 -0
- package/lib/model/create-kafka-cluster-config-details.js.map +1 -0
- package/lib/model/create-kafka-cluster-details.d.ts +85 -0
- package/lib/model/create-kafka-cluster-details.js +65 -0
- package/lib/model/create-kafka-cluster-details.js.map +1 -0
- package/lib/model/enable-superuser-details.d.ts +30 -0
- package/lib/model/enable-superuser-details.js +29 -0
- package/lib/model/enable-superuser-details.js.map +1 -0
- package/lib/model/index.d.ts +76 -0
- package/lib/model/index.js +99 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/kafka-cluster-collection.d.ts +26 -0
- package/lib/model/kafka-cluster-collection.js +61 -0
- package/lib/model/kafka-cluster-collection.js.map +1 -0
- package/lib/model/kafka-cluster-config-collection.d.ts +26 -0
- package/lib/model/kafka-cluster-config-collection.js +61 -0
- package/lib/model/kafka-cluster-config-collection.js.map +1 -0
- package/lib/model/kafka-cluster-config-summary.d.ts +90 -0
- package/lib/model/kafka-cluster-config-summary.js +29 -0
- package/lib/model/kafka-cluster-config-summary.js.map +1 -0
- package/lib/model/kafka-cluster-config-version-collection.d.ts +26 -0
- package/lib/model/kafka-cluster-config-version-collection.js +61 -0
- package/lib/model/kafka-cluster-config-version-collection.js.map +1 -0
- package/lib/model/kafka-cluster-config-version-summary.d.ts +35 -0
- package/lib/model/kafka-cluster-config-version-summary.js +29 -0
- package/lib/model/kafka-cluster-config-version-summary.js.map +1 -0
- package/lib/model/kafka-cluster-config-version.d.ts +42 -0
- package/lib/model/kafka-cluster-config-version.js +29 -0
- package/lib/model/kafka-cluster-config-version.js.map +1 -0
- package/lib/model/kafka-cluster-config.d.ts +108 -0
- package/lib/model/kafka-cluster-config.js +69 -0
- package/lib/model/kafka-cluster-config.js.map +1 -0
- package/lib/model/kafka-cluster-summary.d.ts +119 -0
- package/lib/model/kafka-cluster-summary.js +65 -0
- package/lib/model/kafka-cluster-summary.js.map +1 -0
- package/lib/model/kafka-cluster.d.ts +167 -0
- package/lib/model/kafka-cluster.js +109 -0
- package/lib/model/kafka-cluster.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +32 -0
- package/lib/model/operation-type.js +43 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/sort-order.d.ts +30 -0
- package/lib/model/sort-order.js +41 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/subnet-set.d.ts +25 -0
- package/lib/model/subnet-set.js +29 -0
- package/lib/model/subnet-set.js.map +1 -0
- package/lib/model/update-kafka-cluster-config-details.d.ts +49 -0
- package/lib/model/update-kafka-cluster-config-details.js +57 -0
- package/lib/model/update-kafka-cluster-config-details.js.map +1 -0
- package/lib/model/update-kafka-cluster-details.d.ts +69 -0
- package/lib/model/update-kafka-cluster-details.js +65 -0
- package/lib/model/update-kafka-cluster-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +73 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +76 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/cancel-work-request-request.d.ts +38 -0
- package/lib/request/cancel-work-request-request.js +15 -0
- package/lib/request/cancel-work-request-request.js.map +1 -0
- package/lib/request/change-kafka-cluster-compartment-request.d.ts +43 -0
- package/lib/request/change-kafka-cluster-compartment-request.js +15 -0
- package/lib/request/change-kafka-cluster-compartment-request.js.map +1 -0
- package/lib/request/change-kafka-cluster-config-compartment-request.d.ts +43 -0
- package/lib/request/change-kafka-cluster-config-compartment-request.js +15 -0
- package/lib/request/change-kafka-cluster-config-compartment-request.js.map +1 -0
- package/lib/request/create-kafka-cluster-config-request.d.ts +40 -0
- package/lib/request/create-kafka-cluster-config-request.js +15 -0
- package/lib/request/create-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/create-kafka-cluster-request.d.ts +40 -0
- package/lib/request/create-kafka-cluster-request.js +15 -0
- package/lib/request/create-kafka-cluster-request.js.map +1 -0
- package/lib/request/delete-kafka-cluster-config-request.d.ts +38 -0
- package/lib/request/delete-kafka-cluster-config-request.js +15 -0
- package/lib/request/delete-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/delete-kafka-cluster-config-version-request.d.ts +42 -0
- package/lib/request/delete-kafka-cluster-config-version-request.js +15 -0
- package/lib/request/delete-kafka-cluster-config-version-request.js.map +1 -0
- package/lib/request/delete-kafka-cluster-request.d.ts +38 -0
- package/lib/request/delete-kafka-cluster-request.js +15 -0
- package/lib/request/delete-kafka-cluster-request.js.map +1 -0
- package/lib/request/disable-superuser-request.d.ts +47 -0
- package/lib/request/disable-superuser-request.js +15 -0
- package/lib/request/disable-superuser-request.js.map +1 -0
- package/lib/request/enable-superuser-request.d.ts +52 -0
- package/lib/request/enable-superuser-request.js +15 -0
- package/lib/request/enable-superuser-request.js.map +1 -0
- package/lib/request/get-kafka-cluster-config-request.d.ts +30 -0
- package/lib/request/get-kafka-cluster-config-request.js +15 -0
- package/lib/request/get-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/get-kafka-cluster-config-version-request.d.ts +34 -0
- package/lib/request/get-kafka-cluster-config-version-request.js +15 -0
- package/lib/request/get-kafka-cluster-config-version-request.js.map +1 -0
- package/lib/request/get-kafka-cluster-request.d.ts +30 -0
- package/lib/request/get-kafka-cluster-request.js +15 -0
- package/lib/request/get-kafka-cluster-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +30 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +56 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-kafka-cluster-config-versions-request.d.ts +60 -0
- package/lib/request/list-kafka-cluster-config-versions-request.js +23 -0
- package/lib/request/list-kafka-cluster-config-versions-request.js.map +1 -0
- package/lib/request/list-kafka-cluster-configs-request.d.ts +75 -0
- package/lib/request/list-kafka-cluster-configs-request.js +24 -0
- package/lib/request/list-kafka-cluster-configs-request.js.map +1 -0
- package/lib/request/list-kafka-clusters-request.d.ts +75 -0
- package/lib/request/list-kafka-clusters-request.js +24 -0
- package/lib/request/list-kafka-clusters-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +71 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-kafka-cluster-config-request.d.ts +43 -0
- package/lib/request/update-kafka-cluster-config-request.js +15 -0
- package/lib/request/update-kafka-cluster-config-request.js.map +1 -0
- package/lib/request/update-kafka-cluster-request.d.ts +43 -0
- package/lib/request/update-kafka-cluster-request.js +15 -0
- package/lib/request/update-kafka-cluster-request.js.map +1 -0
- package/lib/response/cancel-work-request-response.d.ts +20 -0
- package/lib/response/cancel-work-request-response.js +15 -0
- package/lib/response/cancel-work-request-response.js.map +1 -0
- package/lib/response/change-kafka-cluster-compartment-response.d.ts +26 -0
- package/lib/response/change-kafka-cluster-compartment-response.js +15 -0
- package/lib/response/change-kafka-cluster-compartment-response.js.map +1 -0
- package/lib/response/change-kafka-cluster-config-compartment-response.d.ts +20 -0
- package/lib/response/change-kafka-cluster-config-compartment-response.js +15 -0
- package/lib/response/change-kafka-cluster-config-compartment-response.js.map +1 -0
- package/lib/response/create-kafka-cluster-config-response.d.ts +38 -0
- package/lib/response/create-kafka-cluster-config-response.js +15 -0
- package/lib/response/create-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/create-kafka-cluster-response.d.ts +44 -0
- package/lib/response/create-kafka-cluster-response.js +15 -0
- package/lib/response/create-kafka-cluster-response.js.map +1 -0
- package/lib/response/delete-kafka-cluster-config-response.d.ts +20 -0
- package/lib/response/delete-kafka-cluster-config-response.js +15 -0
- package/lib/response/delete-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/delete-kafka-cluster-config-version-response.d.ts +20 -0
- package/lib/response/delete-kafka-cluster-config-version-response.js +15 -0
- package/lib/response/delete-kafka-cluster-config-version-response.js.map +1 -0
- package/lib/response/delete-kafka-cluster-response.d.ts +26 -0
- package/lib/response/delete-kafka-cluster-response.js +15 -0
- package/lib/response/delete-kafka-cluster-response.js.map +1 -0
- package/lib/response/disable-superuser-response.d.ts +26 -0
- package/lib/response/disable-superuser-response.js +15 -0
- package/lib/response/disable-superuser-response.js.map +1 -0
- package/lib/response/enable-superuser-response.d.ts +26 -0
- package/lib/response/enable-superuser-response.js +15 -0
- package/lib/response/enable-superuser-response.js.map +1 -0
- package/lib/response/get-kafka-cluster-config-response.d.ts +30 -0
- package/lib/response/get-kafka-cluster-config-response.js +15 -0
- package/lib/response/get-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/get-kafka-cluster-config-version-response.d.ts +30 -0
- package/lib/response/get-kafka-cluster-config-version-response.js +15 -0
- package/lib/response/get-kafka-cluster-config-version-response.js.map +1 -0
- package/lib/response/get-kafka-cluster-response.d.ts +30 -0
- package/lib/response/get-kafka-cluster-response.js +15 -0
- package/lib/response/get-kafka-cluster-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +56 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-kafka-cluster-config-versions-response.d.ts +31 -0
- package/lib/response/list-kafka-cluster-config-versions-response.js +15 -0
- package/lib/response/list-kafka-cluster-config-versions-response.js.map +1 -0
- package/lib/response/list-kafka-cluster-configs-response.d.ts +31 -0
- package/lib/response/list-kafka-cluster-configs-response.js +15 -0
- package/lib/response/list-kafka-cluster-configs-response.js.map +1 -0
- package/lib/response/list-kafka-clusters-response.d.ts +31 -0
- package/lib/response/list-kafka-clusters-response.js +15 -0
- package/lib/response/list-kafka-clusters-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +31 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +31 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +31 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-kafka-cluster-config-response.d.ts +30 -0
- package/lib/response/update-kafka-cluster-config-response.js +15 -0
- package/lib/response/update-kafka-cluster-config-response.js.map +1 -0
- package/lib/response/update-kafka-cluster-response.d.ts +36 -0
- package/lib/response/update-kafka-cluster-response.js +15 -0
- package/lib/response/update-kafka-cluster-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
4
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CreateKafkaClusterConfigDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateKafkaClusterConfigDetails;
|
|
37
|
+
(function (CreateKafkaClusterConfigDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"latestConfig": obj.latestConfig
|
|
41
|
+
? model.KafkaClusterConfigVersion.getJsonObj(obj.latestConfig)
|
|
42
|
+
: undefined
|
|
43
|
+
});
|
|
44
|
+
return jsonObj;
|
|
45
|
+
}
|
|
46
|
+
CreateKafkaClusterConfigDetails.getJsonObj = getJsonObj;
|
|
47
|
+
function getDeserializedJsonObj(obj) {
|
|
48
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
49
|
+
"latestConfig": obj.latestConfig
|
|
50
|
+
? model.KafkaClusterConfigVersion.getDeserializedJsonObj(obj.latestConfig)
|
|
51
|
+
: undefined
|
|
52
|
+
});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
CreateKafkaClusterConfigDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(CreateKafkaClusterConfigDetails = exports.CreateKafkaClusterConfigDetails || (exports.CreateKafkaClusterConfigDetails = {}));
|
|
57
|
+
//# sourceMappingURL=create-kafka-cluster-config-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-kafka-cluster-config-details.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/create-kafka-cluster-config-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmClC,IAAiB,+BAA+B,CAyB/C;AAzBD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC9D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,0CAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;QACzE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBAC1E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAXe,sDAAsB,yBAWrC,CAAA;AACH,CAAC,EAzBgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QAyB/C"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
3
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* The data to create a KafkaCluster.
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateKafkaClusterDetails {
|
|
18
|
+
/**
|
|
19
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
20
|
+
*/
|
|
21
|
+
"displayName"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment to create the KafkaCluster in.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"compartmentId": string;
|
|
27
|
+
/**
|
|
28
|
+
* Subnets where broker/coordinator VNICs will be created.
|
|
29
|
+
*/
|
|
30
|
+
"accessSubnets": Array<model.SubnetSet>;
|
|
31
|
+
/**
|
|
32
|
+
* CA certificate bundle for mTLS broker authentication.
|
|
33
|
+
*/
|
|
34
|
+
"clientCertificateBundle"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Version of Kafka to use to spin up the cluster
|
|
37
|
+
*/
|
|
38
|
+
"kafkaVersion": string;
|
|
39
|
+
/**
|
|
40
|
+
* Type of the cluster to spin up.
|
|
41
|
+
* DEVELOPMENT - setting that allows to sacrifice HA and spin up cluster on single node
|
|
42
|
+
* PRODUCTION - Minimum allowed broker count is 3
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"clusterType": string;
|
|
46
|
+
"brokerShape": model.BrokerShape;
|
|
47
|
+
/**
|
|
48
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of Kafka Cluster configuration object
|
|
49
|
+
*/
|
|
50
|
+
"clusterConfigId": string;
|
|
51
|
+
/**
|
|
52
|
+
* The version of configuration object Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
53
|
+
*/
|
|
54
|
+
"clusterConfigVersion": number;
|
|
55
|
+
/**
|
|
56
|
+
* Kafka coordination type. Set of available types depends on Kafka version
|
|
57
|
+
*/
|
|
58
|
+
"coordinationType": string;
|
|
59
|
+
/**
|
|
60
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
61
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
62
|
+
* <p>
|
|
63
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"freeformTags"?: {
|
|
67
|
+
[key: string]: string;
|
|
68
|
+
};
|
|
69
|
+
/**
|
|
70
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
71
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
72
|
+
* <p>
|
|
73
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
74
|
+
*
|
|
75
|
+
*/
|
|
76
|
+
"definedTags"?: {
|
|
77
|
+
[key: string]: {
|
|
78
|
+
[key: string]: any;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
}
|
|
82
|
+
export declare namespace CreateKafkaClusterDetails {
|
|
83
|
+
function getJsonObj(obj: CreateKafkaClusterDetails): object;
|
|
84
|
+
function getDeserializedJsonObj(obj: CreateKafkaClusterDetails): object;
|
|
85
|
+
}
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
4
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CreateKafkaClusterDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateKafkaClusterDetails;
|
|
37
|
+
(function (CreateKafkaClusterDetails) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"accessSubnets": obj.accessSubnets
|
|
41
|
+
? obj.accessSubnets.map(item => {
|
|
42
|
+
return model.SubnetSet.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined,
|
|
45
|
+
"brokerShape": obj.brokerShape ? model.BrokerShape.getJsonObj(obj.brokerShape) : undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
CreateKafkaClusterDetails.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"accessSubnets": obj.accessSubnets
|
|
53
|
+
? obj.accessSubnets.map(item => {
|
|
54
|
+
return model.SubnetSet.getDeserializedJsonObj(item);
|
|
55
|
+
})
|
|
56
|
+
: undefined,
|
|
57
|
+
"brokerShape": obj.brokerShape
|
|
58
|
+
? model.BrokerShape.getDeserializedJsonObj(obj.brokerShape)
|
|
59
|
+
: undefined
|
|
60
|
+
});
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
CreateKafkaClusterDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(CreateKafkaClusterDetails = exports.CreateKafkaClusterDetails || (exports.CreateKafkaClusterDetails = {}));
|
|
65
|
+
//# sourceMappingURL=create-kafka-cluster-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-kafka-cluster-details.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/create-kafka-cluster-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAkElC,IAAiB,yBAAyB,CAmCzC;AAnCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,UAAU,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,SAAS;SAC3F,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,oCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;YAEb,aAAa,EAAE,GAAG,CAAC,WAAW;gBAC5B,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,sBAAsB,CAAC,GAAG,CAAC,WAAW,CAAC;gBAC3D,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,gDAAsB,yBAiBrC,CAAA;AACH,CAAC,EAnCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAmCzC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
3
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
/**
|
|
14
|
+
* The configuration details for the enable superuser operation.
|
|
15
|
+
*/
|
|
16
|
+
export interface EnableSuperuserDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the superuser secret.
|
|
19
|
+
*/
|
|
20
|
+
"compartmentId": string;
|
|
21
|
+
/**
|
|
22
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the secret that will be populated with the generated superuser password.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"secretId": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace EnableSuperuserDetails {
|
|
28
|
+
function getJsonObj(obj: EnableSuperuserDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: EnableSuperuserDetails): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
4
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.EnableSuperuserDetails = void 0;
|
|
16
|
+
var EnableSuperuserDetails;
|
|
17
|
+
(function (EnableSuperuserDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
EnableSuperuserDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
EnableSuperuserDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(EnableSuperuserDetails = exports.EnableSuperuserDetails || (exports.EnableSuperuserDetails = {}));
|
|
29
|
+
//# sourceMappingURL=enable-superuser-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-superuser-details.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/enable-superuser-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAoBH,IAAiB,sBAAsB,CAWtC;AAXD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAWtC"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
3
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as ActionType from "./action-type";
|
|
14
|
+
export import ActionType = ActionType.ActionType;
|
|
15
|
+
import * as BootstrapUrl from "./bootstrap-url";
|
|
16
|
+
export import BootstrapUrl = BootstrapUrl.BootstrapUrl;
|
|
17
|
+
import * as BrokerShape from "./broker-shape";
|
|
18
|
+
export import BrokerShape = BrokerShape.BrokerShape;
|
|
19
|
+
import * as ChangeKafkaClusterCompartmentDetails from "./change-kafka-cluster-compartment-details";
|
|
20
|
+
export import ChangeKafkaClusterCompartmentDetails = ChangeKafkaClusterCompartmentDetails.ChangeKafkaClusterCompartmentDetails;
|
|
21
|
+
import * as ChangeKafkaClusterConfigCompartmentDetails from "./change-kafka-cluster-config-compartment-details";
|
|
22
|
+
export import ChangeKafkaClusterConfigCompartmentDetails = ChangeKafkaClusterConfigCompartmentDetails.ChangeKafkaClusterConfigCompartmentDetails;
|
|
23
|
+
import * as CreateKafkaClusterConfigDetails from "./create-kafka-cluster-config-details";
|
|
24
|
+
export import CreateKafkaClusterConfigDetails = CreateKafkaClusterConfigDetails.CreateKafkaClusterConfigDetails;
|
|
25
|
+
import * as CreateKafkaClusterDetails from "./create-kafka-cluster-details";
|
|
26
|
+
export import CreateKafkaClusterDetails = CreateKafkaClusterDetails.CreateKafkaClusterDetails;
|
|
27
|
+
import * as EnableSuperuserDetails from "./enable-superuser-details";
|
|
28
|
+
export import EnableSuperuserDetails = EnableSuperuserDetails.EnableSuperuserDetails;
|
|
29
|
+
import * as KafkaCluster from "./kafka-cluster";
|
|
30
|
+
export import KafkaCluster = KafkaCluster.KafkaCluster;
|
|
31
|
+
import * as KafkaClusterCollection from "./kafka-cluster-collection";
|
|
32
|
+
export import KafkaClusterCollection = KafkaClusterCollection.KafkaClusterCollection;
|
|
33
|
+
import * as KafkaClusterConfig from "./kafka-cluster-config";
|
|
34
|
+
export import KafkaClusterConfig = KafkaClusterConfig.KafkaClusterConfig;
|
|
35
|
+
import * as KafkaClusterConfigCollection from "./kafka-cluster-config-collection";
|
|
36
|
+
export import KafkaClusterConfigCollection = KafkaClusterConfigCollection.KafkaClusterConfigCollection;
|
|
37
|
+
import * as KafkaClusterConfigSummary from "./kafka-cluster-config-summary";
|
|
38
|
+
export import KafkaClusterConfigSummary = KafkaClusterConfigSummary.KafkaClusterConfigSummary;
|
|
39
|
+
import * as KafkaClusterConfigVersion from "./kafka-cluster-config-version";
|
|
40
|
+
export import KafkaClusterConfigVersion = KafkaClusterConfigVersion.KafkaClusterConfigVersion;
|
|
41
|
+
import * as KafkaClusterConfigVersionCollection from "./kafka-cluster-config-version-collection";
|
|
42
|
+
export import KafkaClusterConfigVersionCollection = KafkaClusterConfigVersionCollection.KafkaClusterConfigVersionCollection;
|
|
43
|
+
import * as KafkaClusterConfigVersionSummary from "./kafka-cluster-config-version-summary";
|
|
44
|
+
export import KafkaClusterConfigVersionSummary = KafkaClusterConfigVersionSummary.KafkaClusterConfigVersionSummary;
|
|
45
|
+
import * as KafkaClusterSummary from "./kafka-cluster-summary";
|
|
46
|
+
export import KafkaClusterSummary = KafkaClusterSummary.KafkaClusterSummary;
|
|
47
|
+
import * as OperationStatus from "./operation-status";
|
|
48
|
+
export import OperationStatus = OperationStatus.OperationStatus;
|
|
49
|
+
import * as OperationType from "./operation-type";
|
|
50
|
+
export import OperationType = OperationType.OperationType;
|
|
51
|
+
import * as SortOrder from "./sort-order";
|
|
52
|
+
export import SortOrder = SortOrder.SortOrder;
|
|
53
|
+
import * as SubnetSet from "./subnet-set";
|
|
54
|
+
export import SubnetSet = SubnetSet.SubnetSet;
|
|
55
|
+
import * as UpdateKafkaClusterConfigDetails from "./update-kafka-cluster-config-details";
|
|
56
|
+
export import UpdateKafkaClusterConfigDetails = UpdateKafkaClusterConfigDetails.UpdateKafkaClusterConfigDetails;
|
|
57
|
+
import * as UpdateKafkaClusterDetails from "./update-kafka-cluster-details";
|
|
58
|
+
export import UpdateKafkaClusterDetails = UpdateKafkaClusterDetails.UpdateKafkaClusterDetails;
|
|
59
|
+
import * as WorkRequest from "./work-request";
|
|
60
|
+
export import WorkRequest = WorkRequest.WorkRequest;
|
|
61
|
+
import * as WorkRequestError from "./work-request-error";
|
|
62
|
+
export import WorkRequestError = WorkRequestError.WorkRequestError;
|
|
63
|
+
import * as WorkRequestErrorCollection from "./work-request-error-collection";
|
|
64
|
+
export import WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
65
|
+
import * as WorkRequestLogEntry from "./work-request-log-entry";
|
|
66
|
+
export import WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
67
|
+
import * as WorkRequestLogEntryCollection from "./work-request-log-entry-collection";
|
|
68
|
+
export import WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
69
|
+
import * as WorkRequestResource from "./work-request-resource";
|
|
70
|
+
export import WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
71
|
+
import * as WorkRequestResourceMetadataKey from "./work-request-resource-metadata-key";
|
|
72
|
+
export import WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
73
|
+
import * as WorkRequestSummary from "./work-request-summary";
|
|
74
|
+
export import WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
75
|
+
import * as WorkRequestSummaryCollection from "./work-request-summary-collection";
|
|
76
|
+
export import WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
4
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateKafkaClusterDetails = exports.UpdateKafkaClusterConfigDetails = exports.SubnetSet = exports.SortOrder = exports.OperationType = exports.OperationStatus = exports.KafkaClusterSummary = exports.KafkaClusterConfigVersionSummary = exports.KafkaClusterConfigVersionCollection = exports.KafkaClusterConfigVersion = exports.KafkaClusterConfigSummary = exports.KafkaClusterConfigCollection = exports.KafkaClusterConfig = exports.KafkaClusterCollection = exports.KafkaCluster = exports.EnableSuperuserDetails = exports.CreateKafkaClusterDetails = exports.CreateKafkaClusterConfigDetails = exports.ChangeKafkaClusterConfigCompartmentDetails = exports.ChangeKafkaClusterCompartmentDetails = exports.BrokerShape = exports.BootstrapUrl = exports.ActionType = void 0;
|
|
35
|
+
const ActionType = __importStar(require("./action-type"));
|
|
36
|
+
exports.ActionType = ActionType.ActionType;
|
|
37
|
+
const BootstrapUrl = __importStar(require("./bootstrap-url"));
|
|
38
|
+
exports.BootstrapUrl = BootstrapUrl.BootstrapUrl;
|
|
39
|
+
const BrokerShape = __importStar(require("./broker-shape"));
|
|
40
|
+
exports.BrokerShape = BrokerShape.BrokerShape;
|
|
41
|
+
const ChangeKafkaClusterCompartmentDetails = __importStar(require("./change-kafka-cluster-compartment-details"));
|
|
42
|
+
exports.ChangeKafkaClusterCompartmentDetails = ChangeKafkaClusterCompartmentDetails.ChangeKafkaClusterCompartmentDetails;
|
|
43
|
+
const ChangeKafkaClusterConfigCompartmentDetails = __importStar(require("./change-kafka-cluster-config-compartment-details"));
|
|
44
|
+
exports.ChangeKafkaClusterConfigCompartmentDetails = ChangeKafkaClusterConfigCompartmentDetails.ChangeKafkaClusterConfigCompartmentDetails;
|
|
45
|
+
const CreateKafkaClusterConfigDetails = __importStar(require("./create-kafka-cluster-config-details"));
|
|
46
|
+
exports.CreateKafkaClusterConfigDetails = CreateKafkaClusterConfigDetails.CreateKafkaClusterConfigDetails;
|
|
47
|
+
const CreateKafkaClusterDetails = __importStar(require("./create-kafka-cluster-details"));
|
|
48
|
+
exports.CreateKafkaClusterDetails = CreateKafkaClusterDetails.CreateKafkaClusterDetails;
|
|
49
|
+
const EnableSuperuserDetails = __importStar(require("./enable-superuser-details"));
|
|
50
|
+
exports.EnableSuperuserDetails = EnableSuperuserDetails.EnableSuperuserDetails;
|
|
51
|
+
const KafkaCluster = __importStar(require("./kafka-cluster"));
|
|
52
|
+
exports.KafkaCluster = KafkaCluster.KafkaCluster;
|
|
53
|
+
const KafkaClusterCollection = __importStar(require("./kafka-cluster-collection"));
|
|
54
|
+
exports.KafkaClusterCollection = KafkaClusterCollection.KafkaClusterCollection;
|
|
55
|
+
const KafkaClusterConfig = __importStar(require("./kafka-cluster-config"));
|
|
56
|
+
exports.KafkaClusterConfig = KafkaClusterConfig.KafkaClusterConfig;
|
|
57
|
+
const KafkaClusterConfigCollection = __importStar(require("./kafka-cluster-config-collection"));
|
|
58
|
+
exports.KafkaClusterConfigCollection = KafkaClusterConfigCollection.KafkaClusterConfigCollection;
|
|
59
|
+
const KafkaClusterConfigSummary = __importStar(require("./kafka-cluster-config-summary"));
|
|
60
|
+
exports.KafkaClusterConfigSummary = KafkaClusterConfigSummary.KafkaClusterConfigSummary;
|
|
61
|
+
const KafkaClusterConfigVersion = __importStar(require("./kafka-cluster-config-version"));
|
|
62
|
+
exports.KafkaClusterConfigVersion = KafkaClusterConfigVersion.KafkaClusterConfigVersion;
|
|
63
|
+
const KafkaClusterConfigVersionCollection = __importStar(require("./kafka-cluster-config-version-collection"));
|
|
64
|
+
exports.KafkaClusterConfigVersionCollection = KafkaClusterConfigVersionCollection.KafkaClusterConfigVersionCollection;
|
|
65
|
+
const KafkaClusterConfigVersionSummary = __importStar(require("./kafka-cluster-config-version-summary"));
|
|
66
|
+
exports.KafkaClusterConfigVersionSummary = KafkaClusterConfigVersionSummary.KafkaClusterConfigVersionSummary;
|
|
67
|
+
const KafkaClusterSummary = __importStar(require("./kafka-cluster-summary"));
|
|
68
|
+
exports.KafkaClusterSummary = KafkaClusterSummary.KafkaClusterSummary;
|
|
69
|
+
const OperationStatus = __importStar(require("./operation-status"));
|
|
70
|
+
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
71
|
+
const OperationType = __importStar(require("./operation-type"));
|
|
72
|
+
exports.OperationType = OperationType.OperationType;
|
|
73
|
+
const SortOrder = __importStar(require("./sort-order"));
|
|
74
|
+
exports.SortOrder = SortOrder.SortOrder;
|
|
75
|
+
const SubnetSet = __importStar(require("./subnet-set"));
|
|
76
|
+
exports.SubnetSet = SubnetSet.SubnetSet;
|
|
77
|
+
const UpdateKafkaClusterConfigDetails = __importStar(require("./update-kafka-cluster-config-details"));
|
|
78
|
+
exports.UpdateKafkaClusterConfigDetails = UpdateKafkaClusterConfigDetails.UpdateKafkaClusterConfigDetails;
|
|
79
|
+
const UpdateKafkaClusterDetails = __importStar(require("./update-kafka-cluster-details"));
|
|
80
|
+
exports.UpdateKafkaClusterDetails = UpdateKafkaClusterDetails.UpdateKafkaClusterDetails;
|
|
81
|
+
const WorkRequest = __importStar(require("./work-request"));
|
|
82
|
+
exports.WorkRequest = WorkRequest.WorkRequest;
|
|
83
|
+
const WorkRequestError = __importStar(require("./work-request-error"));
|
|
84
|
+
exports.WorkRequestError = WorkRequestError.WorkRequestError;
|
|
85
|
+
const WorkRequestErrorCollection = __importStar(require("./work-request-error-collection"));
|
|
86
|
+
exports.WorkRequestErrorCollection = WorkRequestErrorCollection.WorkRequestErrorCollection;
|
|
87
|
+
const WorkRequestLogEntry = __importStar(require("./work-request-log-entry"));
|
|
88
|
+
exports.WorkRequestLogEntry = WorkRequestLogEntry.WorkRequestLogEntry;
|
|
89
|
+
const WorkRequestLogEntryCollection = __importStar(require("./work-request-log-entry-collection"));
|
|
90
|
+
exports.WorkRequestLogEntryCollection = WorkRequestLogEntryCollection.WorkRequestLogEntryCollection;
|
|
91
|
+
const WorkRequestResource = __importStar(require("./work-request-resource"));
|
|
92
|
+
exports.WorkRequestResource = WorkRequestResource.WorkRequestResource;
|
|
93
|
+
const WorkRequestResourceMetadataKey = __importStar(require("./work-request-resource-metadata-key"));
|
|
94
|
+
exports.WorkRequestResourceMetadataKey = WorkRequestResourceMetadataKey.WorkRequestResourceMetadataKey;
|
|
95
|
+
const WorkRequestSummary = __importStar(require("./work-request-summary"));
|
|
96
|
+
exports.WorkRequestSummary = WorkRequestSummary.WorkRequestSummary;
|
|
97
|
+
const WorkRequestSummaryCollection = __importStar(require("./work-request-summary-collection"));
|
|
98
|
+
exports.WorkRequestSummaryCollection = WorkRequestSummaryCollection.WorkRequestSummaryCollection;
|
|
99
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,0DAA4C;AAC9B,QAAA,UAAU,GAAG,UAAU,CAAC,UAAU,CAAC;AACjD,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,8HAAgH;AAClG,QAAA,0CAA0C,GAAG,0CAA0C,CAAC,0CAA0C,CAAC;AACjJ,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,8DAAgD;AAClC,QAAA,YAAY,GAAG,YAAY,CAAC,YAAY,CAAC;AACvD,mFAAqE;AACvD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,yGAA2F;AAC7E,QAAA,gCAAgC,GAAG,gCAAgC,CAAC,gCAAgC,CAAC;AACnH,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,oEAAsD;AACxC,QAAA,eAAe,GAAG,eAAe,CAAC,eAAe,CAAC;AAChE,gEAAkD;AACpC,QAAA,aAAa,GAAG,aAAa,CAAC,aAAa,CAAC;AAC1D,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,wDAA0C;AAC5B,QAAA,SAAS,GAAG,SAAS,CAAC,SAAS,CAAC;AAC9C,uGAAyF;AAC3E,QAAA,+BAA+B,GAAG,+BAA+B,CAAC,+BAA+B,CAAC;AAChH,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAC9F,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,uEAAyD;AAC3C,QAAA,gBAAgB,GAAG,gBAAgB,CAAC,gBAAgB,CAAC;AACnE,4FAA8E;AAChE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,8EAAgE;AAClD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC;AAC5E,qGAAuF;AACzE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC;AAC7G,2EAA6D;AAC/C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,gGAAkF;AACpE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
3
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Results of a kafkaCluster search. Contains both KafkaClusterSummary items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface KafkaClusterCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of kafkaClusters.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.KafkaClusterSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace KafkaClusterCollection {
|
|
24
|
+
function getJsonObj(obj: KafkaClusterCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: KafkaClusterCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
4
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
5
|
+
* OpenAPI spec version: 20240901
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.KafkaClusterCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var KafkaClusterCollection;
|
|
37
|
+
(function (KafkaClusterCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.KafkaClusterSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
KafkaClusterCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.KafkaClusterSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
KafkaClusterCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(KafkaClusterCollection = exports.KafkaClusterCollection || (exports.KafkaClusterCollection = {}));
|
|
61
|
+
//# sourceMappingURL=kafka-cluster-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kafka-cluster-collection.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/kafka-cluster-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,sBAAsB,CA6BtC;AA7BD,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QA6BtC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Streaming with Apache Kafka (OSAK) API
|
|
3
|
+
* Use Oracle Streaming with Apache Kafka Control Plane API to create/update/delete managed Kafka clusters.
|
|
4
|
+
* OpenAPI spec version: 20240901
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* 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.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* Results of a kafkaClusterConfig search. Contains both KafkaClusterConfigSummary items and other information, such as metadata.
|
|
16
|
+
*/
|
|
17
|
+
export interface KafkaClusterConfigCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of kafkaClustersConfig.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.KafkaClusterConfigSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace KafkaClusterConfigCollection {
|
|
24
|
+
function getJsonObj(obj: KafkaClusterConfigCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: KafkaClusterConfigCollection): object;
|
|
26
|
+
}
|