oci-bds 2.86.2 → 2.86.3
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
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetAutoScalingConfiguration.ts.html |here} to see how to use GetAutoScalingConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAutoScalingConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetBdsApiKey.ts.html |here} to see how to use GetBdsApiKeyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBdsApiKeyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetBdsInstance.ts.html |here} to see how to use GetBdsInstanceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBdsInstanceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetBdsMetastoreConfiguration.ts.html |here} to see how to use GetBdsMetastoreConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBdsMetastoreConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetNodeBackupConfiguration.ts.html |here} to see how to use GetNodeBackupConfigurationRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetNodeBackupConfigurationRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier of the NodeBackupConfiguration.
|
|
24
|
+
*/
|
|
25
|
+
"nodeBackupConfigurationId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-node-backup-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-node-backup-configuration-request.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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetNodeBackup.ts.html |here} to see how to use GetNodeBackupRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetNodeBackupRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique assigned identifier of the nodeBackupId.
|
|
24
|
+
*/
|
|
25
|
+
"nodeBackupId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-node-backup-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-node-backup-request.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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetNodeReplaceConfiguration.ts.html |here} to see how to use GetNodeReplaceConfigurationRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetNodeReplaceConfigurationRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the cluster.
|
|
20
|
+
*/
|
|
21
|
+
"bdsInstanceId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Unique Oracle-assigned identifier of the NodeReplaceConfiguration.
|
|
24
|
+
*/
|
|
25
|
+
"nodeReplaceConfigurationId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The client request ID for tracing.
|
|
28
|
+
*/
|
|
29
|
+
"opcRequestId"?: string;
|
|
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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-node-replace-configuration-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/get-node-replace-configuration-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetOsPatchDetails.ts.html |here} to see how to use GetOsPatchDetailsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetOsPatchDetailsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -27,6 +27,8 @@ import * as AddUtilityNodesRequest from "./add-utility-nodes-request";
|
|
|
27
27
|
export import AddUtilityNodesRequest = AddUtilityNodesRequest.AddUtilityNodesRequest;
|
|
28
28
|
import * as AddWorkerNodesRequest from "./add-worker-nodes-request";
|
|
29
29
|
export import AddWorkerNodesRequest = AddWorkerNodesRequest.AddWorkerNodesRequest;
|
|
30
|
+
import * as BackupNodeRequest from "./backup-node-request";
|
|
31
|
+
export import BackupNodeRequest = BackupNodeRequest.BackupNodeRequest;
|
|
30
32
|
import * as CertificateServiceInfoRequest from "./certificate-service-info-request";
|
|
31
33
|
export import CertificateServiceInfoRequest = CertificateServiceInfoRequest.CertificateServiceInfoRequest;
|
|
32
34
|
import * as ChangeBdsInstanceCompartmentRequest from "./change-bds-instance-compartment-request";
|
|
@@ -39,12 +41,20 @@ import * as CreateBdsInstanceRequest from "./create-bds-instance-request";
|
|
|
39
41
|
export import CreateBdsInstanceRequest = CreateBdsInstanceRequest.CreateBdsInstanceRequest;
|
|
40
42
|
import * as CreateBdsMetastoreConfigurationRequest from "./create-bds-metastore-configuration-request";
|
|
41
43
|
export import CreateBdsMetastoreConfigurationRequest = CreateBdsMetastoreConfigurationRequest.CreateBdsMetastoreConfigurationRequest;
|
|
44
|
+
import * as CreateNodeBackupConfigurationRequest from "./create-node-backup-configuration-request";
|
|
45
|
+
export import CreateNodeBackupConfigurationRequest = CreateNodeBackupConfigurationRequest.CreateNodeBackupConfigurationRequest;
|
|
46
|
+
import * as CreateNodeReplaceConfigurationRequest from "./create-node-replace-configuration-request";
|
|
47
|
+
export import CreateNodeReplaceConfigurationRequest = CreateNodeReplaceConfigurationRequest.CreateNodeReplaceConfigurationRequest;
|
|
42
48
|
import * as DeleteBdsApiKeyRequest from "./delete-bds-api-key-request";
|
|
43
49
|
export import DeleteBdsApiKeyRequest = DeleteBdsApiKeyRequest.DeleteBdsApiKeyRequest;
|
|
44
50
|
import * as DeleteBdsInstanceRequest from "./delete-bds-instance-request";
|
|
45
51
|
export import DeleteBdsInstanceRequest = DeleteBdsInstanceRequest.DeleteBdsInstanceRequest;
|
|
46
52
|
import * as DeleteBdsMetastoreConfigurationRequest from "./delete-bds-metastore-configuration-request";
|
|
47
53
|
export import DeleteBdsMetastoreConfigurationRequest = DeleteBdsMetastoreConfigurationRequest.DeleteBdsMetastoreConfigurationRequest;
|
|
54
|
+
import * as DeleteNodeBackupRequest from "./delete-node-backup-request";
|
|
55
|
+
export import DeleteNodeBackupRequest = DeleteNodeBackupRequest.DeleteNodeBackupRequest;
|
|
56
|
+
import * as DeleteNodeBackupConfigurationRequest from "./delete-node-backup-configuration-request";
|
|
57
|
+
export import DeleteNodeBackupConfigurationRequest = DeleteNodeBackupConfigurationRequest.DeleteNodeBackupConfigurationRequest;
|
|
48
58
|
import * as DisableCertificateRequest from "./disable-certificate-request";
|
|
49
59
|
export import DisableCertificateRequest = DisableCertificateRequest.DisableCertificateRequest;
|
|
50
60
|
import * as EnableCertificateRequest from "./enable-certificate-request";
|
|
@@ -59,6 +69,12 @@ import * as GetBdsInstanceRequest from "./get-bds-instance-request";
|
|
|
59
69
|
export import GetBdsInstanceRequest = GetBdsInstanceRequest.GetBdsInstanceRequest;
|
|
60
70
|
import * as GetBdsMetastoreConfigurationRequest from "./get-bds-metastore-configuration-request";
|
|
61
71
|
export import GetBdsMetastoreConfigurationRequest = GetBdsMetastoreConfigurationRequest.GetBdsMetastoreConfigurationRequest;
|
|
72
|
+
import * as GetNodeBackupRequest from "./get-node-backup-request";
|
|
73
|
+
export import GetNodeBackupRequest = GetNodeBackupRequest.GetNodeBackupRequest;
|
|
74
|
+
import * as GetNodeBackupConfigurationRequest from "./get-node-backup-configuration-request";
|
|
75
|
+
export import GetNodeBackupConfigurationRequest = GetNodeBackupConfigurationRequest.GetNodeBackupConfigurationRequest;
|
|
76
|
+
import * as GetNodeReplaceConfigurationRequest from "./get-node-replace-configuration-request";
|
|
77
|
+
export import GetNodeReplaceConfigurationRequest = GetNodeReplaceConfigurationRequest.GetNodeReplaceConfigurationRequest;
|
|
62
78
|
import * as GetOsPatchDetailsRequest from "./get-os-patch-details-request";
|
|
63
79
|
export import GetOsPatchDetailsRequest = GetOsPatchDetailsRequest.GetOsPatchDetailsRequest;
|
|
64
80
|
import * as GetWorkRequestRequest from "./get-work-request-request";
|
|
@@ -75,6 +91,12 @@ import * as ListBdsInstancesRequest from "./list-bds-instances-request";
|
|
|
75
91
|
export import ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
|
|
76
92
|
import * as ListBdsMetastoreConfigurationsRequest from "./list-bds-metastore-configurations-request";
|
|
77
93
|
export import ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
|
|
94
|
+
import * as ListNodeBackupConfigurationsRequest from "./list-node-backup-configurations-request";
|
|
95
|
+
export import ListNodeBackupConfigurationsRequest = ListNodeBackupConfigurationsRequest.ListNodeBackupConfigurationsRequest;
|
|
96
|
+
import * as ListNodeBackupsRequest from "./list-node-backups-request";
|
|
97
|
+
export import ListNodeBackupsRequest = ListNodeBackupsRequest.ListNodeBackupsRequest;
|
|
98
|
+
import * as ListNodeReplaceConfigurationsRequest from "./list-node-replace-configurations-request";
|
|
99
|
+
export import ListNodeReplaceConfigurationsRequest = ListNodeReplaceConfigurationsRequest.ListNodeReplaceConfigurationsRequest;
|
|
78
100
|
import * as ListOsPatchesRequest from "./list-os-patches-request";
|
|
79
101
|
export import ListOsPatchesRequest = ListOsPatchesRequest.ListOsPatchesRequest;
|
|
80
102
|
import * as ListPatchHistoriesRequest from "./list-patch-histories-request";
|
|
@@ -95,8 +117,12 @@ import * as RemoveKafkaRequest from "./remove-kafka-request";
|
|
|
95
117
|
export import RemoveKafkaRequest = RemoveKafkaRequest.RemoveKafkaRequest;
|
|
96
118
|
import * as RemoveNodeRequest from "./remove-node-request";
|
|
97
119
|
export import RemoveNodeRequest = RemoveNodeRequest.RemoveNodeRequest;
|
|
120
|
+
import * as RemoveNodeReplaceConfigurationRequest from "./remove-node-replace-configuration-request";
|
|
121
|
+
export import RemoveNodeReplaceConfigurationRequest = RemoveNodeReplaceConfigurationRequest.RemoveNodeReplaceConfigurationRequest;
|
|
98
122
|
import * as RenewCertificateRequest from "./renew-certificate-request";
|
|
99
123
|
export import RenewCertificateRequest = RenewCertificateRequest.RenewCertificateRequest;
|
|
124
|
+
import * as ReplaceNodeRequest from "./replace-node-request";
|
|
125
|
+
export import ReplaceNodeRequest = ReplaceNodeRequest.ReplaceNodeRequest;
|
|
100
126
|
import * as RestartNodeRequest from "./restart-node-request";
|
|
101
127
|
export import RestartNodeRequest = RestartNodeRequest.RestartNodeRequest;
|
|
102
128
|
import * as StartBdsInstanceRequest from "./start-bds-instance-request";
|
|
@@ -113,3 +139,7 @@ import * as UpdateBdsInstanceRequest from "./update-bds-instance-request";
|
|
|
113
139
|
export import UpdateBdsInstanceRequest = UpdateBdsInstanceRequest.UpdateBdsInstanceRequest;
|
|
114
140
|
import * as UpdateBdsMetastoreConfigurationRequest from "./update-bds-metastore-configuration-request";
|
|
115
141
|
export import UpdateBdsMetastoreConfigurationRequest = UpdateBdsMetastoreConfigurationRequest.UpdateBdsMetastoreConfigurationRequest;
|
|
142
|
+
import * as UpdateNodeBackupConfigurationRequest from "./update-node-backup-configuration-request";
|
|
143
|
+
export import UpdateNodeBackupConfigurationRequest = UpdateNodeBackupConfigurationRequest.UpdateNodeBackupConfigurationRequest;
|
|
144
|
+
import * as UpdateNodeReplaceConfigurationRequest from "./update-node-replace-configuration-request";
|
|
145
|
+
export import UpdateNodeReplaceConfigurationRequest = UpdateNodeReplaceConfigurationRequest.UpdateNodeReplaceConfigurationRequest;
|
package/lib/request/index.js
CHANGED
|
@@ -32,7 +32,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
32
32
|
return result;
|
|
33
33
|
};
|
|
34
34
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
35
|
-
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
|
|
35
|
+
exports.ListWorkRequestsRequest = exports.ListWorkRequestLogsRequest = exports.ListWorkRequestErrorsRequest = exports.ListPatchHistoriesRequest = exports.ListOsPatchesRequest = exports.ListNodeReplaceConfigurationsRequest = exports.ListNodeBackupsRequest = exports.ListNodeBackupConfigurationsRequest = exports.ListBdsMetastoreConfigurationsRequest = exports.ListBdsInstancesRequest = exports.ListBdsApiKeysRequest = exports.ListAutoScalingConfigurationsRequest = void 0;
|
|
36
36
|
const ListAutoScalingConfigurationsRequest = __importStar(require("./list-auto-scaling-configurations-request"));
|
|
37
37
|
exports.ListAutoScalingConfigurationsRequest = ListAutoScalingConfigurationsRequest.ListAutoScalingConfigurationsRequest;
|
|
38
38
|
const ListBdsApiKeysRequest = __importStar(require("./list-bds-api-keys-request"));
|
|
@@ -41,6 +41,12 @@ const ListBdsInstancesRequest = __importStar(require("./list-bds-instances-reque
|
|
|
41
41
|
exports.ListBdsInstancesRequest = ListBdsInstancesRequest.ListBdsInstancesRequest;
|
|
42
42
|
const ListBdsMetastoreConfigurationsRequest = __importStar(require("./list-bds-metastore-configurations-request"));
|
|
43
43
|
exports.ListBdsMetastoreConfigurationsRequest = ListBdsMetastoreConfigurationsRequest.ListBdsMetastoreConfigurationsRequest;
|
|
44
|
+
const ListNodeBackupConfigurationsRequest = __importStar(require("./list-node-backup-configurations-request"));
|
|
45
|
+
exports.ListNodeBackupConfigurationsRequest = ListNodeBackupConfigurationsRequest.ListNodeBackupConfigurationsRequest;
|
|
46
|
+
const ListNodeBackupsRequest = __importStar(require("./list-node-backups-request"));
|
|
47
|
+
exports.ListNodeBackupsRequest = ListNodeBackupsRequest.ListNodeBackupsRequest;
|
|
48
|
+
const ListNodeReplaceConfigurationsRequest = __importStar(require("./list-node-replace-configurations-request"));
|
|
49
|
+
exports.ListNodeReplaceConfigurationsRequest = ListNodeReplaceConfigurationsRequest.ListNodeReplaceConfigurationsRequest;
|
|
44
50
|
const ListOsPatchesRequest = __importStar(require("./list-os-patches-request"));
|
|
45
51
|
exports.ListOsPatchesRequest = ListOsPatchesRequest.ListOsPatchesRequest;
|
|
46
52
|
const ListPatchHistoriesRequest = __importStar(require("./list-patch-histories-request"));
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AA0EH,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,mFAAqE;AACvD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAClF,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,mHAAqG;AACvF,QAAA,qCAAqC,GAAG,qCAAqC,CAAC,qCAAqC,CAAC;AAClI,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,iHAAmG;AACrF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,gFAAkE;AACpD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,0FAA4E;AAC9D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC;AAG9F,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/InstallOsPatch.ts.html |here} to see how to use InstallOsPatchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface InstallOsPatchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/InstallPatch.ts.html |here} to see how to use InstallPatchRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface InstallPatchRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListAutoScalingConfigurations.ts.html |here} to see how to use ListAutoScalingConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListAutoScalingConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListBdsApiKeys.ts.html |here} to see how to use ListBdsApiKeysRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBdsApiKeysRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListBdsInstances.ts.html |here} to see how to use ListBdsInstancesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBdsInstancesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListBdsMetastoreConfigurations.ts.html |here} to see how to use ListBdsMetastoreConfigurationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListBdsMetastoreConfigurationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListNodeBackupConfigurations.ts.html |here} to see how to use ListNodeBackupConfigurationsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListNodeBackupConfigurationsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
25
|
+
*/
|
|
26
|
+
"page"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The maximum number of items to return.
|
|
29
|
+
*/
|
|
30
|
+
"limit"?: number;
|
|
31
|
+
/**
|
|
32
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"sortBy"?: ListNodeBackupConfigurationsRequest.SortBy;
|
|
36
|
+
/**
|
|
37
|
+
* The sort order to use, either 'asc' or 'desc'.
|
|
38
|
+
*/
|
|
39
|
+
"sortOrder"?: model.SortOrders;
|
|
40
|
+
/**
|
|
41
|
+
* A filter to return only resources that match the entire display name given.
|
|
42
|
+
*/
|
|
43
|
+
"displayName"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The state of the NodeBackupConfiguration configuration.
|
|
46
|
+
*/
|
|
47
|
+
"lifecycleState"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The client request ID for tracing.
|
|
50
|
+
*/
|
|
51
|
+
"opcRequestId"?: string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace ListNodeBackupConfigurationsRequest {
|
|
54
|
+
enum SortBy {
|
|
55
|
+
TimeCreated = "timeCreated",
|
|
56
|
+
DisplayName = "displayName"
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListNodeBackupConfigurationsRequest = void 0;
|
|
16
|
+
var ListNodeBackupConfigurationsRequest;
|
|
17
|
+
(function (ListNodeBackupConfigurationsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListNodeBackupConfigurationsRequest.SortBy || (ListNodeBackupConfigurationsRequest.SortBy = {}));
|
|
23
|
+
})(ListNodeBackupConfigurationsRequest = exports.ListNodeBackupConfigurationsRequest || (exports.ListNodeBackupConfigurationsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-node-backup-configurations-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-node-backup-configurations-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-node-backup-configurations-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA4CH,IAAiB,mCAAmC,CAKnD;AALD,WAAiB,mCAAmC;IAClD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAGjB;AACH,CAAC,EALgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAKnD"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListNodeBackups.ts.html |here} to see how to use ListNodeBackupsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListNodeBackupsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
25
|
+
*/
|
|
26
|
+
"page"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The maximum number of items to return.
|
|
29
|
+
*/
|
|
30
|
+
"limit"?: number;
|
|
31
|
+
/**
|
|
32
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"sortBy"?: ListNodeBackupsRequest.SortBy;
|
|
36
|
+
/**
|
|
37
|
+
* The sort order to use, either 'asc' or 'desc'.
|
|
38
|
+
*/
|
|
39
|
+
"sortOrder"?: model.SortOrders;
|
|
40
|
+
/**
|
|
41
|
+
* The node host name belonged to a node that has a node backup.
|
|
42
|
+
*/
|
|
43
|
+
"nodeHostName"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The state of the Node's Backup.
|
|
46
|
+
*/
|
|
47
|
+
"lifecycleState"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The client request ID for tracing.
|
|
50
|
+
*/
|
|
51
|
+
"opcRequestId"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* The display name belonged to the node backup.
|
|
54
|
+
*/
|
|
55
|
+
"displayName"?: string;
|
|
56
|
+
}
|
|
57
|
+
export declare namespace ListNodeBackupsRequest {
|
|
58
|
+
enum SortBy {
|
|
59
|
+
TimeCreated = "timeCreated",
|
|
60
|
+
DisplayName = "displayName"
|
|
61
|
+
}
|
|
62
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
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
|
+
exports.ListNodeBackupsRequest = void 0;
|
|
16
|
+
var ListNodeBackupsRequest;
|
|
17
|
+
(function (ListNodeBackupsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["TimeCreated"] = "timeCreated";
|
|
21
|
+
SortBy["DisplayName"] = "displayName";
|
|
22
|
+
})(SortBy = ListNodeBackupsRequest.SortBy || (ListNodeBackupsRequest.SortBy = {}));
|
|
23
|
+
})(ListNodeBackupsRequest = exports.ListNodeBackupsRequest || (exports.ListNodeBackupsRequest = {}));
|
|
24
|
+
//# sourceMappingURL=list-node-backups-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-node-backups-request.js","sourceRoot":"","sources":["../../../../../lib/bds/lib/request/list-node-backups-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgDH,IAAiB,sBAAsB,CAKtC;AALD,WAAiB,sBAAsB;IACrC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,6BAAM,KAAN,6BAAM,QAGjB;AACH,CAAC,EALgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAKtC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.86.3/bds/ListNodeReplaceConfigurations.ts.html |here} to see how to use ListNodeReplaceConfigurationsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ListNodeReplaceConfigurationsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the cluster.
|
|
21
|
+
*/
|
|
22
|
+
"bdsInstanceId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
25
|
+
*/
|
|
26
|
+
"page"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The maximum number of items to return.
|
|
29
|
+
*/
|
|
30
|
+
"limit"?: number;
|
|
31
|
+
/**
|
|
32
|
+
* The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"sortBy"?: ListNodeReplaceConfigurationsRequest.SortBy;
|
|
36
|
+
/**
|
|
37
|
+
* The sort order to use, either 'asc' or 'desc'.
|
|
38
|
+
*/
|
|
39
|
+
"sortOrder"?: model.SortOrders;
|
|
40
|
+
/**
|
|
41
|
+
* A filter to return only resources that match the entire display name given.
|
|
42
|
+
*/
|
|
43
|
+
"displayName"?: string;
|
|
44
|
+
/**
|
|
45
|
+
* The state of the NodeReplaceConfiguration.
|
|
46
|
+
*/
|
|
47
|
+
"lifecycleState"?: string;
|
|
48
|
+
/**
|
|
49
|
+
* The client request ID for tracing.
|
|
50
|
+
*/
|
|
51
|
+
"opcRequestId"?: string;
|
|
52
|
+
}
|
|
53
|
+
export declare namespace ListNodeReplaceConfigurationsRequest {
|
|
54
|
+
enum SortBy {
|
|
55
|
+
TimeCreated = "timeCreated",
|
|
56
|
+
DisplayName = "displayName"
|
|
57
|
+
}
|
|
58
|
+
}
|