oci-bds 2.86.2 → 2.87.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/bds-waiter.d.ts +24 -0
- package/lib/bds-waiter.js +36 -0
- package/lib/bds-waiter.js.map +1 -1
- package/lib/client.d.ts +295 -51
- package/lib/client.js +1219 -126
- package/lib/client.js.map +1 -1
- package/lib/model/backup-node-details.d.ts +28 -0
- package/lib/model/backup-node-details.js +58 -0
- package/lib/model/backup-node-details.js.map +1 -0
- package/lib/model/create-node-backup-configuration-details.d.ts +45 -0
- package/lib/model/create-node-backup-configuration-details.js +58 -0
- package/lib/model/create-node-backup-configuration-details.js.map +1 -0
- package/lib/model/create-node-replace-configuration-details.d.ts +40 -0
- package/lib/model/create-node-replace-configuration-details.js +58 -0
- package/lib/model/create-node-replace-configuration-details.js.map +1 -0
- package/lib/model/index.d.ts +32 -0
- package/lib/model/index.js +35 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/level-type-details.d.ts +23 -0
- package/lib/model/level-type-details.js +73 -0
- package/lib/model/level-type-details.js.map +1 -0
- package/lib/model/node-backup-configuration-summary.d.ts +49 -0
- package/lib/model/node-backup-configuration-summary.js +58 -0
- package/lib/model/node-backup-configuration-summary.js.map +1 -0
- package/lib/model/node-backup-configuration.d.ts +79 -0
- package/lib/model/node-backup-configuration.js +72 -0
- package/lib/model/node-backup-configuration.js.map +1 -0
- package/lib/model/node-backup-summary.d.ts +54 -0
- package/lib/model/node-backup-summary.js +30 -0
- package/lib/model/node-backup-summary.js.map +1 -0
- package/lib/model/node-backup.d.ts +90 -0
- package/lib/model/node-backup.js +65 -0
- package/lib/model/node-backup.js.map +1 -0
- package/lib/model/node-level-details.d.ts +29 -0
- package/lib/model/node-level-details.js +53 -0
- package/lib/model/node-level-details.js.map +1 -0
- package/lib/model/node-replace-configuration-summary.d.ts +49 -0
- package/lib/model/node-replace-configuration-summary.js +58 -0
- package/lib/model/node-replace-configuration-summary.js.map +1 -0
- package/lib/model/node-replace-configuration.d.ts +79 -0
- package/lib/model/node-replace-configuration.js +82 -0
- package/lib/model/node-replace-configuration.js.map +1 -0
- package/lib/model/node-type-level-details.d.ts +29 -0
- package/lib/model/node-type-level-details.js +53 -0
- package/lib/model/node-type-level-details.js.map +1 -0
- package/lib/model/node.d.ts +8 -0
- package/lib/model/node.js.map +1 -1
- package/lib/model/operation-types.d.ts +9 -0
- package/lib/model/operation-types.js +9 -0
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/remove-node-replace-configuration-details.d.ts +26 -0
- package/lib/model/remove-node-replace-configuration-details.js +30 -0
- package/lib/model/remove-node-replace-configuration-details.js.map +1 -0
- package/lib/model/replace-node-details.d.ts +38 -0
- package/lib/model/replace-node-details.js +30 -0
- package/lib/model/replace-node-details.js.map +1 -0
- package/lib/model/update-node-backup-configuration-details.d.ts +45 -0
- package/lib/model/update-node-backup-configuration-details.js +58 -0
- package/lib/model/update-node-backup-configuration-details.js.map +1 -0
- package/lib/model/update-node-replace-configuration-details.d.ts +36 -0
- package/lib/model/update-node-replace-configuration-details.js +58 -0
- package/lib/model/update-node-replace-configuration-details.js.map +1 -0
- package/lib/request/activate-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/add-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/add-block-storage-request.d.ts +1 -1
- package/lib/request/add-cloud-sql-request.d.ts +1 -1
- package/lib/request/add-kafka-request.d.ts +1 -1
- package/lib/request/add-master-nodes-request.d.ts +1 -1
- package/lib/request/add-utility-nodes-request.d.ts +1 -1
- package/lib/request/add-worker-nodes-request.d.ts +1 -1
- package/lib/request/backup-node-request.d.ts +49 -0
- package/lib/request/backup-node-request.js +15 -0
- package/lib/request/backup-node-request.js.map +1 -0
- package/lib/request/certificate-service-info-request.d.ts +1 -1
- package/lib/request/change-bds-instance-compartment-request.d.ts +1 -1
- package/lib/request/change-shape-request.d.ts +1 -1
- package/lib/request/create-bds-api-key-request.d.ts +1 -1
- package/lib/request/create-bds-instance-request.d.ts +1 -1
- package/lib/request/create-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/create-node-backup-configuration-request.d.ts +40 -0
- package/lib/request/create-node-backup-configuration-request.js +15 -0
- package/lib/request/create-node-backup-configuration-request.js.map +1 -0
- package/lib/request/create-node-replace-configuration-request.d.ts +40 -0
- package/lib/request/create-node-replace-configuration-request.js +15 -0
- package/lib/request/create-node-replace-configuration-request.js.map +1 -0
- package/lib/request/delete-bds-api-key-request.d.ts +1 -1
- package/lib/request/delete-bds-instance-request.d.ts +1 -1
- package/lib/request/delete-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/delete-node-backup-configuration-request.d.ts +39 -0
- package/lib/request/delete-node-backup-configuration-request.js +15 -0
- package/lib/request/delete-node-backup-configuration-request.js.map +1 -0
- package/lib/request/delete-node-backup-request.d.ts +39 -0
- package/lib/request/delete-node-backup-request.js +15 -0
- package/lib/request/delete-node-backup-request.js.map +1 -0
- package/lib/request/disable-certificate-request.d.ts +1 -1
- package/lib/request/enable-certificate-request.d.ts +1 -1
- package/lib/request/execute-bootstrap-script-request.d.ts +1 -1
- package/lib/request/get-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/get-bds-api-key-request.d.ts +1 -1
- package/lib/request/get-bds-instance-request.d.ts +1 -1
- package/lib/request/get-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/get-node-backup-configuration-request.d.ts +30 -0
- package/lib/request/get-node-backup-configuration-request.js +15 -0
- package/lib/request/get-node-backup-configuration-request.js.map +1 -0
- package/lib/request/get-node-backup-request.d.ts +30 -0
- package/lib/request/get-node-backup-request.js +15 -0
- package/lib/request/get-node-backup-request.js.map +1 -0
- package/lib/request/get-node-replace-configuration-request.d.ts +30 -0
- package/lib/request/get-node-replace-configuration-request.js +15 -0
- package/lib/request/get-node-replace-configuration-request.js.map +1 -0
- package/lib/request/get-os-patch-details-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +30 -0
- package/lib/request/index.js +7 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/install-os-patch-request.d.ts +1 -1
- package/lib/request/install-patch-request.d.ts +1 -1
- package/lib/request/list-auto-scaling-configurations-request.d.ts +1 -1
- package/lib/request/list-bds-api-keys-request.d.ts +1 -1
- package/lib/request/list-bds-instances-request.d.ts +1 -1
- package/lib/request/list-bds-metastore-configurations-request.d.ts +1 -1
- package/lib/request/list-node-backup-configurations-request.d.ts +58 -0
- package/lib/request/list-node-backup-configurations-request.js +24 -0
- package/lib/request/list-node-backup-configurations-request.js.map +1 -0
- package/lib/request/list-node-backups-request.d.ts +62 -0
- package/lib/request/list-node-backups-request.js +24 -0
- package/lib/request/list-node-backups-request.js.map +1 -0
- package/lib/request/list-node-replace-configurations-request.d.ts +58 -0
- package/lib/request/list-node-replace-configurations-request.js +24 -0
- package/lib/request/list-node-replace-configurations-request.js.map +1 -0
- package/lib/request/list-os-patches-request.d.ts +1 -1
- package/lib/request/list-patch-histories-request.d.ts +1 -1
- package/lib/request/list-patches-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/remove-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/remove-cloud-sql-request.d.ts +1 -1
- package/lib/request/remove-kafka-request.d.ts +1 -1
- package/lib/request/remove-node-replace-configuration-request.d.ts +53 -0
- package/lib/request/remove-node-replace-configuration-request.js +15 -0
- package/lib/request/remove-node-replace-configuration-request.js.map +1 -0
- package/lib/request/remove-node-request.d.ts +1 -1
- package/lib/request/renew-certificate-request.d.ts +1 -1
- package/lib/request/replace-node-request.d.ts +49 -0
- package/lib/request/replace-node-request.js +15 -0
- package/lib/request/replace-node-request.js.map +1 -0
- package/lib/request/restart-node-request.d.ts +1 -1
- package/lib/request/start-bds-instance-request.d.ts +1 -1
- package/lib/request/stop-bds-instance-request.d.ts +1 -1
- package/lib/request/test-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/test-bds-object-storage-connection-request.d.ts +1 -1
- package/lib/request/update-auto-scaling-configuration-request.d.ts +1 -1
- package/lib/request/update-bds-instance-request.d.ts +1 -1
- package/lib/request/update-bds-metastore-configuration-request.d.ts +1 -1
- package/lib/request/update-node-backup-configuration-request.d.ts +53 -0
- package/lib/request/update-node-backup-configuration-request.js +15 -0
- package/lib/request/update-node-backup-configuration-request.js.map +1 -0
- package/lib/request/update-node-replace-configuration-request.d.ts +53 -0
- package/lib/request/update-node-replace-configuration-request.js +15 -0
- package/lib/request/update-node-replace-configuration-request.js.map +1 -0
- package/lib/response/backup-node-response.d.ts +25 -0
- package/lib/response/backup-node-response.js +15 -0
- package/lib/response/backup-node-response.js.map +1 -0
- package/lib/response/create-node-backup-configuration-response.d.ts +25 -0
- package/lib/response/create-node-backup-configuration-response.js +15 -0
- package/lib/response/create-node-backup-configuration-response.js.map +1 -0
- package/lib/response/create-node-replace-configuration-response.d.ts +25 -0
- package/lib/response/create-node-replace-configuration-response.js +15 -0
- package/lib/response/create-node-replace-configuration-response.js.map +1 -0
- package/lib/response/delete-node-backup-configuration-response.d.ts +25 -0
- package/lib/response/delete-node-backup-configuration-response.js +15 -0
- package/lib/response/delete-node-backup-configuration-response.js.map +1 -0
- package/lib/response/delete-node-backup-response.d.ts +25 -0
- package/lib/response/delete-node-backup-response.js +15 -0
- package/lib/response/delete-node-backup-response.js.map +1 -0
- package/lib/response/get-node-backup-configuration-response.d.ts +30 -0
- package/lib/response/get-node-backup-configuration-response.js +15 -0
- package/lib/response/get-node-backup-configuration-response.js.map +1 -0
- package/lib/response/get-node-backup-response.d.ts +30 -0
- package/lib/response/get-node-backup-response.js +15 -0
- package/lib/response/get-node-backup-response.js.map +1 -0
- package/lib/response/get-node-replace-configuration-response.d.ts +30 -0
- package/lib/response/get-node-replace-configuration-response.js +15 -0
- package/lib/response/get-node-replace-configuration-response.js.map +1 -0
- package/lib/response/index.d.ts +30 -0
- package/lib/response/list-node-backup-configurations-response.d.ts +32 -0
- package/lib/response/list-node-backup-configurations-response.js +15 -0
- package/lib/response/list-node-backup-configurations-response.js.map +1 -0
- package/lib/response/list-node-backups-response.d.ts +32 -0
- package/lib/response/list-node-backups-response.js +15 -0
- package/lib/response/list-node-backups-response.js.map +1 -0
- package/lib/response/list-node-replace-configurations-response.d.ts +32 -0
- package/lib/response/list-node-replace-configurations-response.js +15 -0
- package/lib/response/list-node-replace-configurations-response.js.map +1 -0
- package/lib/response/remove-node-replace-configuration-response.d.ts +25 -0
- package/lib/response/remove-node-replace-configuration-response.js +15 -0
- package/lib/response/remove-node-replace-configuration-response.js.map +1 -0
- package/lib/response/replace-node-response.d.ts +25 -0
- package/lib/response/replace-node-response.js +15 -0
- package/lib/response/replace-node-response.js.map +1 -0
- package/lib/response/update-node-backup-configuration-response.d.ts +25 -0
- package/lib/response/update-node-backup-configuration-response.js +15 -0
- package/lib/response/update-node-backup-configuration-response.js.map +1 -0
- package/lib/response/update-node-replace-configuration-response.d.ts +25 -0
- package/lib/response/update-node-replace-configuration-response.js +15 -0
- package/lib/response/update-node-replace-configuration-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface CreateNodeReplaceConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=create-node-replace-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-node-replace-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/create-node-replace-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface DeleteNodeBackupConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-node-backup-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-node-backup-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/delete-node-backup-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface DeleteNodeBackupResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-node-backup-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-node-backup-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/delete-node-backup-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface GetNodeBackupConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.NodeBackupConfiguration instance.
|
|
28
|
+
*/
|
|
29
|
+
"nodeBackupConfiguration": model.NodeBackupConfiguration;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-node-backup-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-node-backup-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-node-backup-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface GetNodeBackupResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.NodeBackup instance.
|
|
28
|
+
*/
|
|
29
|
+
"nodeBackup": model.NodeBackup;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-node-backup-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-node-backup-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-node-backup-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface GetNodeReplaceConfigurationResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"etag": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.NodeReplaceConfiguration instance.
|
|
28
|
+
*/
|
|
29
|
+
"nodeReplaceConfiguration": model.NodeReplaceConfiguration;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=get-node-replace-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-node-replace-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/get-node-replace-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -27,6 +27,8 @@ import * as AddUtilityNodesResponse from "./add-utility-nodes-response";
|
|
|
27
27
|
export import AddUtilityNodesResponse = AddUtilityNodesResponse.AddUtilityNodesResponse;
|
|
28
28
|
import * as AddWorkerNodesResponse from "./add-worker-nodes-response";
|
|
29
29
|
export import AddWorkerNodesResponse = AddWorkerNodesResponse.AddWorkerNodesResponse;
|
|
30
|
+
import * as BackupNodeResponse from "./backup-node-response";
|
|
31
|
+
export import BackupNodeResponse = BackupNodeResponse.BackupNodeResponse;
|
|
30
32
|
import * as CertificateServiceInfoResponse from "./certificate-service-info-response";
|
|
31
33
|
export import CertificateServiceInfoResponse = CertificateServiceInfoResponse.CertificateServiceInfoResponse;
|
|
32
34
|
import * as ChangeBdsInstanceCompartmentResponse from "./change-bds-instance-compartment-response";
|
|
@@ -39,12 +41,20 @@ import * as CreateBdsInstanceResponse from "./create-bds-instance-response";
|
|
|
39
41
|
export import CreateBdsInstanceResponse = CreateBdsInstanceResponse.CreateBdsInstanceResponse;
|
|
40
42
|
import * as CreateBdsMetastoreConfigurationResponse from "./create-bds-metastore-configuration-response";
|
|
41
43
|
export import CreateBdsMetastoreConfigurationResponse = CreateBdsMetastoreConfigurationResponse.CreateBdsMetastoreConfigurationResponse;
|
|
44
|
+
import * as CreateNodeBackupConfigurationResponse from "./create-node-backup-configuration-response";
|
|
45
|
+
export import CreateNodeBackupConfigurationResponse = CreateNodeBackupConfigurationResponse.CreateNodeBackupConfigurationResponse;
|
|
46
|
+
import * as CreateNodeReplaceConfigurationResponse from "./create-node-replace-configuration-response";
|
|
47
|
+
export import CreateNodeReplaceConfigurationResponse = CreateNodeReplaceConfigurationResponse.CreateNodeReplaceConfigurationResponse;
|
|
42
48
|
import * as DeleteBdsApiKeyResponse from "./delete-bds-api-key-response";
|
|
43
49
|
export import DeleteBdsApiKeyResponse = DeleteBdsApiKeyResponse.DeleteBdsApiKeyResponse;
|
|
44
50
|
import * as DeleteBdsInstanceResponse from "./delete-bds-instance-response";
|
|
45
51
|
export import DeleteBdsInstanceResponse = DeleteBdsInstanceResponse.DeleteBdsInstanceResponse;
|
|
46
52
|
import * as DeleteBdsMetastoreConfigurationResponse from "./delete-bds-metastore-configuration-response";
|
|
47
53
|
export import DeleteBdsMetastoreConfigurationResponse = DeleteBdsMetastoreConfigurationResponse.DeleteBdsMetastoreConfigurationResponse;
|
|
54
|
+
import * as DeleteNodeBackupResponse from "./delete-node-backup-response";
|
|
55
|
+
export import DeleteNodeBackupResponse = DeleteNodeBackupResponse.DeleteNodeBackupResponse;
|
|
56
|
+
import * as DeleteNodeBackupConfigurationResponse from "./delete-node-backup-configuration-response";
|
|
57
|
+
export import DeleteNodeBackupConfigurationResponse = DeleteNodeBackupConfigurationResponse.DeleteNodeBackupConfigurationResponse;
|
|
48
58
|
import * as DisableCertificateResponse from "./disable-certificate-response";
|
|
49
59
|
export import DisableCertificateResponse = DisableCertificateResponse.DisableCertificateResponse;
|
|
50
60
|
import * as EnableCertificateResponse from "./enable-certificate-response";
|
|
@@ -59,6 +69,12 @@ import * as GetBdsInstanceResponse from "./get-bds-instance-response";
|
|
|
59
69
|
export import GetBdsInstanceResponse = GetBdsInstanceResponse.GetBdsInstanceResponse;
|
|
60
70
|
import * as GetBdsMetastoreConfigurationResponse from "./get-bds-metastore-configuration-response";
|
|
61
71
|
export import GetBdsMetastoreConfigurationResponse = GetBdsMetastoreConfigurationResponse.GetBdsMetastoreConfigurationResponse;
|
|
72
|
+
import * as GetNodeBackupResponse from "./get-node-backup-response";
|
|
73
|
+
export import GetNodeBackupResponse = GetNodeBackupResponse.GetNodeBackupResponse;
|
|
74
|
+
import * as GetNodeBackupConfigurationResponse from "./get-node-backup-configuration-response";
|
|
75
|
+
export import GetNodeBackupConfigurationResponse = GetNodeBackupConfigurationResponse.GetNodeBackupConfigurationResponse;
|
|
76
|
+
import * as GetNodeReplaceConfigurationResponse from "./get-node-replace-configuration-response";
|
|
77
|
+
export import GetNodeReplaceConfigurationResponse = GetNodeReplaceConfigurationResponse.GetNodeReplaceConfigurationResponse;
|
|
62
78
|
import * as GetOsPatchDetailsResponse from "./get-os-patch-details-response";
|
|
63
79
|
export import GetOsPatchDetailsResponse = GetOsPatchDetailsResponse.GetOsPatchDetailsResponse;
|
|
64
80
|
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
@@ -75,6 +91,12 @@ import * as ListBdsInstancesResponse from "./list-bds-instances-response";
|
|
|
75
91
|
export import ListBdsInstancesResponse = ListBdsInstancesResponse.ListBdsInstancesResponse;
|
|
76
92
|
import * as ListBdsMetastoreConfigurationsResponse from "./list-bds-metastore-configurations-response";
|
|
77
93
|
export import ListBdsMetastoreConfigurationsResponse = ListBdsMetastoreConfigurationsResponse.ListBdsMetastoreConfigurationsResponse;
|
|
94
|
+
import * as ListNodeBackupConfigurationsResponse from "./list-node-backup-configurations-response";
|
|
95
|
+
export import ListNodeBackupConfigurationsResponse = ListNodeBackupConfigurationsResponse.ListNodeBackupConfigurationsResponse;
|
|
96
|
+
import * as ListNodeBackupsResponse from "./list-node-backups-response";
|
|
97
|
+
export import ListNodeBackupsResponse = ListNodeBackupsResponse.ListNodeBackupsResponse;
|
|
98
|
+
import * as ListNodeReplaceConfigurationsResponse from "./list-node-replace-configurations-response";
|
|
99
|
+
export import ListNodeReplaceConfigurationsResponse = ListNodeReplaceConfigurationsResponse.ListNodeReplaceConfigurationsResponse;
|
|
78
100
|
import * as ListOsPatchesResponse from "./list-os-patches-response";
|
|
79
101
|
export import ListOsPatchesResponse = ListOsPatchesResponse.ListOsPatchesResponse;
|
|
80
102
|
import * as ListPatchHistoriesResponse from "./list-patch-histories-response";
|
|
@@ -95,8 +117,12 @@ import * as RemoveKafkaResponse from "./remove-kafka-response";
|
|
|
95
117
|
export import RemoveKafkaResponse = RemoveKafkaResponse.RemoveKafkaResponse;
|
|
96
118
|
import * as RemoveNodeResponse from "./remove-node-response";
|
|
97
119
|
export import RemoveNodeResponse = RemoveNodeResponse.RemoveNodeResponse;
|
|
120
|
+
import * as RemoveNodeReplaceConfigurationResponse from "./remove-node-replace-configuration-response";
|
|
121
|
+
export import RemoveNodeReplaceConfigurationResponse = RemoveNodeReplaceConfigurationResponse.RemoveNodeReplaceConfigurationResponse;
|
|
98
122
|
import * as RenewCertificateResponse from "./renew-certificate-response";
|
|
99
123
|
export import RenewCertificateResponse = RenewCertificateResponse.RenewCertificateResponse;
|
|
124
|
+
import * as ReplaceNodeResponse from "./replace-node-response";
|
|
125
|
+
export import ReplaceNodeResponse = ReplaceNodeResponse.ReplaceNodeResponse;
|
|
100
126
|
import * as RestartNodeResponse from "./restart-node-response";
|
|
101
127
|
export import RestartNodeResponse = RestartNodeResponse.RestartNodeResponse;
|
|
102
128
|
import * as StartBdsInstanceResponse from "./start-bds-instance-response";
|
|
@@ -113,3 +139,7 @@ import * as UpdateBdsInstanceResponse from "./update-bds-instance-response";
|
|
|
113
139
|
export import UpdateBdsInstanceResponse = UpdateBdsInstanceResponse.UpdateBdsInstanceResponse;
|
|
114
140
|
import * as UpdateBdsMetastoreConfigurationResponse from "./update-bds-metastore-configuration-response";
|
|
115
141
|
export import UpdateBdsMetastoreConfigurationResponse = UpdateBdsMetastoreConfigurationResponse.UpdateBdsMetastoreConfigurationResponse;
|
|
142
|
+
import * as UpdateNodeBackupConfigurationResponse from "./update-node-backup-configuration-response";
|
|
143
|
+
export import UpdateNodeBackupConfigurationResponse = UpdateNodeBackupConfigurationResponse.UpdateNodeBackupConfigurationResponse;
|
|
144
|
+
import * as UpdateNodeReplaceConfigurationResponse from "./update-node-replace-configuration-response";
|
|
145
|
+
export import UpdateNodeReplaceConfigurationResponse = UpdateNodeReplaceConfigurationResponse.UpdateNodeReplaceConfigurationResponse;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface ListNodeBackupConfigurationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of NodeBackupConfigurationSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.NodeBackupConfigurationSummary[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-node-backup-configurations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-node-backup-configurations-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-node-backup-configurations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface ListNodeBackupsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of NodeBackupSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.NodeBackupSummary[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-node-backups-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-node-backups-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-node-backups-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface ListNodeReplaceConfigurationsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a request, provide this request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* A list of NodeReplaceConfigurationSummary instances.
|
|
30
|
+
*/
|
|
31
|
+
"items": model.NodeReplaceConfigurationSummary[];
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-node-replace-configurations-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-node-replace-configurations-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/list-node-replace-configurations-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface RemoveNodeReplaceConfigurationResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-node-replace-configuration-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-node-replace-configuration-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/remove-node-replace-configuration-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20190531
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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
|
+
export interface ReplaceNodeResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a request, provide this request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcWorkRequestId": string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20190531
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=replace-node-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replace-node-response.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/response/replace-node-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|