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,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.KafkaClusterConfigCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var KafkaClusterConfigCollection;
|
|
37
|
+
(function (KafkaClusterConfigCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.KafkaClusterConfigSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
KafkaClusterConfigCollection.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.KafkaClusterConfigSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
KafkaClusterConfigCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(KafkaClusterConfigCollection = exports.KafkaClusterConfigCollection || (exports.KafkaClusterConfigCollection = {}));
|
|
61
|
+
//# sourceMappingURL=kafka-cluster-config-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kafka-cluster-config-collection.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/kafka-cluster-config-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,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,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,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,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -0,0 +1,90 @@
|
|
|
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
|
+
* Summary information about a KafkaClusterConfig.
|
|
15
|
+
*/
|
|
16
|
+
export interface KafkaClusterConfigSummary {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
19
|
+
*/
|
|
20
|
+
"id": string;
|
|
21
|
+
/**
|
|
22
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
23
|
+
*/
|
|
24
|
+
"displayName": string;
|
|
25
|
+
/**
|
|
26
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
27
|
+
*/
|
|
28
|
+
"compartmentId": string;
|
|
29
|
+
/**
|
|
30
|
+
* The date and time the KafkaClusterConfig was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
31
|
+
* <p>
|
|
32
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"timeCreated": Date;
|
|
36
|
+
/**
|
|
37
|
+
* The date and time the KafkaClusterConfig was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
38
|
+
* <p>
|
|
39
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
40
|
+
*
|
|
41
|
+
*/
|
|
42
|
+
"timeUpdated"?: Date;
|
|
43
|
+
/**
|
|
44
|
+
* The current state of the KafkaClusterConfig.
|
|
45
|
+
*/
|
|
46
|
+
"lifecycleState": string;
|
|
47
|
+
/**
|
|
48
|
+
* A message that describes the current state of the KafkaClusterConfig in more detail. For example,
|
|
49
|
+
* can be used to provide actionable information for a resource in the Failed state.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
"lifecycleDetails"?: string;
|
|
53
|
+
/**
|
|
54
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
55
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
56
|
+
* <p>
|
|
57
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
58
|
+
*
|
|
59
|
+
*/
|
|
60
|
+
"freeformTags": {
|
|
61
|
+
[key: string]: string;
|
|
62
|
+
};
|
|
63
|
+
/**
|
|
64
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
65
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
66
|
+
* <p>
|
|
67
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
70
|
+
"definedTags": {
|
|
71
|
+
[key: string]: {
|
|
72
|
+
[key: string]: any;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
/**
|
|
76
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
77
|
+
* <p>
|
|
78
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
79
|
+
*
|
|
80
|
+
*/
|
|
81
|
+
"systemTags"?: {
|
|
82
|
+
[key: string]: {
|
|
83
|
+
[key: string]: any;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
}
|
|
87
|
+
export declare namespace KafkaClusterConfigSummary {
|
|
88
|
+
function getJsonObj(obj: KafkaClusterConfigSummary): object;
|
|
89
|
+
function getDeserializedJsonObj(obj: KafkaClusterConfigSummary): object;
|
|
90
|
+
}
|
|
@@ -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.KafkaClusterConfigSummary = void 0;
|
|
16
|
+
var KafkaClusterConfigSummary;
|
|
17
|
+
(function (KafkaClusterConfigSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
KafkaClusterConfigSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
KafkaClusterConfigSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(KafkaClusterConfigSummary = exports.KafkaClusterConfigSummary || (exports.KafkaClusterConfigSummary = {}));
|
|
29
|
+
//# sourceMappingURL=kafka-cluster-config-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kafka-cluster-config-summary.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/kafka-cluster-config-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsEH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -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 kafkaClusterConfigVersion search. Contains both KafkaClusterConfigVersionSummary items.
|
|
16
|
+
*/
|
|
17
|
+
export interface KafkaClusterConfigVersionCollection {
|
|
18
|
+
/**
|
|
19
|
+
* List of kafkaClustersConfigVersion.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.KafkaClusterConfigVersionSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace KafkaClusterConfigVersionCollection {
|
|
24
|
+
function getJsonObj(obj: KafkaClusterConfigVersionCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: KafkaClusterConfigVersionCollection): 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.KafkaClusterConfigVersionCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var KafkaClusterConfigVersionCollection;
|
|
37
|
+
(function (KafkaClusterConfigVersionCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.KafkaClusterConfigVersionSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
KafkaClusterConfigVersionCollection.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.KafkaClusterConfigVersionSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
KafkaClusterConfigVersionCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(KafkaClusterConfigVersionCollection = exports.KafkaClusterConfigVersionCollection || (exports.KafkaClusterConfigVersionCollection = {}));
|
|
61
|
+
//# sourceMappingURL=kafka-cluster-config-version-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kafka-cluster-config-version-collection.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/kafka-cluster-config-version-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,mCAAmC,CA6BnD;AA7BD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,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,gCAAgC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACjE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,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,gCAAgC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC7E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA6BnD"}
|
|
@@ -0,0 +1,35 @@
|
|
|
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
|
+
* Summary information about a KafkaClusterConfigVersion.
|
|
15
|
+
*/
|
|
16
|
+
export interface KafkaClusterConfigVersionSummary {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
19
|
+
*/
|
|
20
|
+
"configId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Version of the cluster configuration Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
23
|
+
*/
|
|
24
|
+
"versionNumber": number;
|
|
25
|
+
/**
|
|
26
|
+
* The date and time the KafkaClusterConfigVersion was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
27
|
+
* Example: {@code 2016-08-25T21:10:29.600Z}
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"timeCreated": Date;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace KafkaClusterConfigVersionSummary {
|
|
33
|
+
function getJsonObj(obj: KafkaClusterConfigVersionSummary): object;
|
|
34
|
+
function getDeserializedJsonObj(obj: KafkaClusterConfigVersionSummary): object;
|
|
35
|
+
}
|
|
@@ -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.KafkaClusterConfigVersionSummary = void 0;
|
|
16
|
+
var KafkaClusterConfigVersionSummary;
|
|
17
|
+
(function (KafkaClusterConfigVersionSummary) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
KafkaClusterConfigVersionSummary.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
KafkaClusterConfigVersionSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(KafkaClusterConfigVersionSummary = exports.KafkaClusterConfigVersionSummary || (exports.KafkaClusterConfigVersionSummary = {}));
|
|
29
|
+
//# sourceMappingURL=kafka-cluster-config-version-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kafka-cluster-config-version-summary.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/kafka-cluster-config-version-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAyBH,IAAiB,gCAAgC,CAWhD;AAXD,WAAiB,gCAAgC;IAC/C,SAAgB,UAAU,CAAC,GAAqC;QAC9D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqC;QAC1E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,gCAAgC,GAAhC,wCAAgC,KAAhC,wCAAgC,QAWhD"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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
|
+
* A shared configuration object used by 0 or more kafka clusters.
|
|
15
|
+
*
|
|
16
|
+
*/
|
|
17
|
+
export interface KafkaClusterConfigVersion {
|
|
18
|
+
/**
|
|
19
|
+
* ID cluster configuration
|
|
20
|
+
*/
|
|
21
|
+
"configId"?: string;
|
|
22
|
+
/**
|
|
23
|
+
* Version of the cluster configuration Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
24
|
+
*/
|
|
25
|
+
"versionNumber"?: number;
|
|
26
|
+
/**
|
|
27
|
+
* The date and time the KafkaClusterConfigVersion was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
28
|
+
* Example: {@code 2016-08-25T21:10:29.600Z}
|
|
29
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"timeCreated"?: Date;
|
|
32
|
+
/**
|
|
33
|
+
* Cluster configuration key-value pairs
|
|
34
|
+
*/
|
|
35
|
+
"properties": {
|
|
36
|
+
[key: string]: string;
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
export declare namespace KafkaClusterConfigVersion {
|
|
40
|
+
function getJsonObj(obj: KafkaClusterConfigVersion): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: KafkaClusterConfigVersion): object;
|
|
42
|
+
}
|
|
@@ -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.KafkaClusterConfigVersion = void 0;
|
|
16
|
+
var KafkaClusterConfigVersion;
|
|
17
|
+
(function (KafkaClusterConfigVersion) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
KafkaClusterConfigVersion.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
KafkaClusterConfigVersion.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(KafkaClusterConfigVersion = exports.KafkaClusterConfigVersion || (exports.KafkaClusterConfigVersion = {}));
|
|
29
|
+
//# sourceMappingURL=kafka-cluster-config-version.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kafka-cluster-config-version.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/kafka-cluster-config-version.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA8BH,IAAiB,yBAAyB,CAWzC;AAXD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAWzC"}
|
|
@@ -0,0 +1,108 @@
|
|
|
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
|
+
* A shared configuration object used by 0 or more kafka clusters.
|
|
16
|
+
* <p>
|
|
17
|
+
To use any of the API operations, you must be authorized in an IAM policy. If you're not authorized, talk to
|
|
18
|
+
* an administrator. If you're an administrator who needs to write policies to give users access, see
|
|
19
|
+
* [Getting Started with Policies](https://docs.oracle.com/iaas/Content/Identity/policiesgs/get-started-with-policies.htm).
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
export interface KafkaClusterConfig {
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the KafkaClusterConfig.
|
|
25
|
+
*/
|
|
26
|
+
"id": string;
|
|
27
|
+
/**
|
|
28
|
+
* A user-friendly name. Does not have to be unique, and it's changeable.
|
|
29
|
+
*/
|
|
30
|
+
"displayName": string;
|
|
31
|
+
/**
|
|
32
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
33
|
+
*/
|
|
34
|
+
"compartmentId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The date and time the KafkaClusterConfig was created, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
37
|
+
* <p>
|
|
38
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
"timeCreated": Date;
|
|
42
|
+
/**
|
|
43
|
+
* The date and time the KafkaClusterConfig was updated, in the format defined by [RFC 3339](https://tools.ietf.org/html/rfc3339).
|
|
44
|
+
* <p>
|
|
45
|
+
Example: {@code 2016-08-25T21:10:29.600Z}
|
|
46
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"timeUpdated"?: Date;
|
|
49
|
+
/**
|
|
50
|
+
* The current state of the KafkaClusterConfig.
|
|
51
|
+
*/
|
|
52
|
+
"lifecycleState": KafkaClusterConfig.LifecycleState;
|
|
53
|
+
/**
|
|
54
|
+
* A message that describes the current state of the KafkaClusterConfig in more detail. For example,
|
|
55
|
+
* can be used to provide actionable information for a resource in the Failed state.
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
58
|
+
"lifecycleDetails"?: string;
|
|
59
|
+
"latestConfig": model.KafkaClusterConfigVersion;
|
|
60
|
+
/**
|
|
61
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
62
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
63
|
+
* <p>
|
|
64
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
65
|
+
*
|
|
66
|
+
*/
|
|
67
|
+
"freeformTags": {
|
|
68
|
+
[key: string]: string;
|
|
69
|
+
};
|
|
70
|
+
/**
|
|
71
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
72
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
73
|
+
* <p>
|
|
74
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
75
|
+
*
|
|
76
|
+
*/
|
|
77
|
+
"definedTags": {
|
|
78
|
+
[key: string]: {
|
|
79
|
+
[key: string]: any;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
/**
|
|
83
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
84
|
+
* <p>
|
|
85
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
86
|
+
*
|
|
87
|
+
*/
|
|
88
|
+
"systemTags"?: {
|
|
89
|
+
[key: string]: {
|
|
90
|
+
[key: string]: any;
|
|
91
|
+
};
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
export declare namespace KafkaClusterConfig {
|
|
95
|
+
enum LifecycleState {
|
|
96
|
+
Creating = "CREATING",
|
|
97
|
+
Active = "ACTIVE",
|
|
98
|
+
Updating = "UPDATING",
|
|
99
|
+
Deleted = "DELETED",
|
|
100
|
+
/**
|
|
101
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
102
|
+
* version of the SDK.
|
|
103
|
+
*/
|
|
104
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
105
|
+
}
|
|
106
|
+
function getJsonObj(obj: KafkaClusterConfig): object;
|
|
107
|
+
function getDeserializedJsonObj(obj: KafkaClusterConfig): object;
|
|
108
|
+
}
|
|
@@ -0,0 +1,69 @@
|
|
|
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.KafkaClusterConfig = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var KafkaClusterConfig;
|
|
37
|
+
(function (KafkaClusterConfig) {
|
|
38
|
+
let LifecycleState;
|
|
39
|
+
(function (LifecycleState) {
|
|
40
|
+
LifecycleState["Creating"] = "CREATING";
|
|
41
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
42
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
43
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
44
|
+
/**
|
|
45
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
46
|
+
* version of the SDK.
|
|
47
|
+
*/
|
|
48
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
49
|
+
})(LifecycleState = KafkaClusterConfig.LifecycleState || (KafkaClusterConfig.LifecycleState = {}));
|
|
50
|
+
function getJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"latestConfig": obj.latestConfig
|
|
53
|
+
? model.KafkaClusterConfigVersion.getJsonObj(obj.latestConfig)
|
|
54
|
+
: undefined
|
|
55
|
+
});
|
|
56
|
+
return jsonObj;
|
|
57
|
+
}
|
|
58
|
+
KafkaClusterConfig.getJsonObj = getJsonObj;
|
|
59
|
+
function getDeserializedJsonObj(obj) {
|
|
60
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
61
|
+
"latestConfig": obj.latestConfig
|
|
62
|
+
? model.KafkaClusterConfigVersion.getDeserializedJsonObj(obj.latestConfig)
|
|
63
|
+
: undefined
|
|
64
|
+
});
|
|
65
|
+
return jsonObj;
|
|
66
|
+
}
|
|
67
|
+
KafkaClusterConfig.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
68
|
+
})(KafkaClusterConfig = exports.KafkaClusterConfig || (exports.KafkaClusterConfig = {}));
|
|
69
|
+
//# sourceMappingURL=kafka-cluster-config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"kafka-cluster-config.js","sourceRoot":"","sources":["../../../../../lib/managedkafka/lib/model/kafka-cluster-config.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA0ElC,IAAiB,kBAAkB,CAqClC;AArCD,WAAiB,kBAAkB;IACjC,IAAY,cAUX;IAVD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAVW,cAAc,GAAd,iCAAc,KAAd,iCAAc,QAUzB;IAED,SAAgB,UAAU,CAAC,GAAuB;QAChD,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,6BAAU,aAWzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,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,yCAAsB,yBAWrC,CAAA;AACH,CAAC,EArCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAqClC"}
|