oci-databasemanagement 2.100.3 → 2.102.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/index.d.ts +2 -0
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +210 -0
- package/lib/client.js +1416 -123
- package/lib/client.js.map +1 -1
- package/lib/dbmanagement-waiter.d.ts +8 -0
- package/lib/dbmanagement-waiter.js +12 -0
- package/lib/dbmanagement-waiter.js.map +1 -1
- package/lib/managedmysqldatabases-waiter.d.ts +32 -0
- package/lib/managedmysqldatabases-waiter.js +68 -0
- package/lib/managedmysqldatabases-waiter.js.map +1 -0
- package/lib/model/alert-log-summary.d.ts +2 -0
- package/lib/model/alert-log-summary.js +2 -0
- package/lib/model/alert-log-summary.js.map +1 -1
- package/lib/model/attention-log-summary.d.ts +2 -0
- package/lib/model/attention-log-summary.js +2 -0
- package/lib/model/attention-log-summary.js.map +1 -1
- package/lib/model/awr-db-snapshot-range-summary.d.ts +12 -0
- package/lib/model/awr-db-snapshot-range-summary.js.map +1 -1
- package/lib/model/awr-db-summary.d.ts +12 -0
- package/lib/model/awr-db-summary.js.map +1 -1
- package/lib/model/base-database-ha-details.d.ts +71 -0
- package/lib/model/base-database-ha-details.js +32 -0
- package/lib/model/base-database-ha-details.js.map +1 -0
- package/lib/model/create-external-my-sql-database-connector-details.d.ts +30 -0
- package/lib/model/create-external-my-sql-database-connector-details.js +60 -0
- package/lib/model/create-external-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/create-external-my-sql-database-details.d.ts +32 -0
- package/lib/model/create-external-my-sql-database-details.js +32 -0
- package/lib/model/create-external-my-sql-database-details.js.map +1 -0
- package/lib/model/create-my-sql-database-connector-details.d.ts +57 -0
- package/lib/model/create-my-sql-database-connector-details.js +32 -0
- package/lib/model/create-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/database-backup-metrics.d.ts +92 -0
- package/lib/model/database-backup-metrics.js +80 -0
- package/lib/model/database-backup-metrics.js.map +1 -0
- package/lib/model/database-backup-summary.d.ts +62 -0
- package/lib/model/database-backup-summary.js +47 -0
- package/lib/model/database-backup-summary.js.map +1 -0
- package/lib/model/database-fleet-backup-metrics.d.ts +29 -0
- package/lib/model/database-fleet-backup-metrics.js +64 -0
- package/lib/model/database-fleet-backup-metrics.js.map +1 -0
- package/lib/model/database-fleet-dataguard-metrics.d.ts +29 -0
- package/lib/model/database-fleet-dataguard-metrics.js +64 -0
- package/lib/model/database-fleet-dataguard-metrics.js.map +1 -0
- package/lib/model/database-fleet-ha-overview-metrics.d.ts +29 -0
- package/lib/model/database-fleet-ha-overview-metrics.js +64 -0
- package/lib/model/database-fleet-ha-overview-metrics.js.map +1 -0
- package/lib/model/database-ha-backup-details.d.ts +92 -0
- package/lib/model/database-ha-backup-details.js +80 -0
- package/lib/model/database-ha-backup-details.js.map +1 -0
- package/lib/model/database-ha-metrics.d.ts +80 -0
- package/lib/model/database-ha-metrics.js +70 -0
- package/lib/model/database-ha-metrics.js.map +1 -0
- package/lib/model/database-hosted-in.d.ts +26 -0
- package/lib/model/database-hosted-in.js +37 -0
- package/lib/model/database-hosted-in.js.map +1 -0
- package/lib/model/dataguard-metrics.d.ts +87 -0
- package/lib/model/dataguard-metrics.js +74 -0
- package/lib/model/dataguard-metrics.js.map +1 -0
- package/lib/model/disable-external-mysql-associated-service-details.d.ts +37 -0
- package/lib/model/disable-external-mysql-associated-service-details.js +32 -0
- package/lib/model/disable-external-mysql-associated-service-details.js.map +1 -0
- package/lib/model/enable-external-database-management-details.d.ts +28 -0
- package/lib/model/enable-external-database-management-details.js +32 -0
- package/lib/model/enable-external-database-management-details.js.map +1 -0
- package/lib/model/enable-external-mysql-associated-service-details.d.ts +37 -0
- package/lib/model/enable-external-mysql-associated-service-details.js +32 -0
- package/lib/model/enable-external-mysql-associated-service-details.js.map +1 -0
- package/lib/model/exadata-infrastructure-lifecycle-state-values.d.ts +37 -0
- package/lib/model/exadata-infrastructure-lifecycle-state-values.js +42 -0
- package/lib/model/exadata-infrastructure-lifecycle-state-values.js.map +1 -0
- package/lib/model/external-my-sql-database-collection.d.ts +29 -0
- package/lib/model/external-my-sql-database-collection.js +64 -0
- package/lib/model/external-my-sql-database-collection.js.map +1 -0
- package/lib/model/external-my-sql-database-connector.d.ts +105 -0
- package/lib/model/external-my-sql-database-connector.js +32 -0
- package/lib/model/external-my-sql-database-connector.js.map +1 -0
- package/lib/model/external-my-sql-database-summary.d.ts +66 -0
- package/lib/model/external-my-sql-database-summary.js +32 -0
- package/lib/model/external-my-sql-database-summary.js.map +1 -0
- package/lib/model/external-my-sql-database.d.ts +41 -0
- package/lib/model/external-my-sql-database.js +32 -0
- package/lib/model/external-my-sql-database.js.map +1 -0
- package/lib/model/external-mysql-associated-service-name.d.ts +25 -0
- package/lib/model/external-mysql-associated-service-name.js +36 -0
- package/lib/model/external-mysql-associated-service-name.js.map +1 -0
- package/lib/model/ha-metric-definition.d.ts +53 -0
- package/lib/model/ha-metric-definition.js +32 -0
- package/lib/model/ha-metric-definition.js.map +1 -0
- package/lib/model/index.d.ts +68 -0
- package/lib/model/index.js +80 -11
- package/lib/model/index.js.map +1 -1
- package/lib/model/managed-my-sql-database-summary.d.ts +15 -0
- package/lib/model/managed-my-sql-database-summary.js.map +1 -1
- package/lib/model/managed-my-sql-database.d.ts +18 -0
- package/lib/model/managed-my-sql-database.js.map +1 -1
- package/lib/model/management-state.d.ts +31 -0
- package/lib/model/management-state.js +42 -0
- package/lib/model/management-state.js.map +1 -0
- package/lib/model/my-sql-connector-collection.d.ts +29 -0
- package/lib/model/my-sql-connector-collection.js +64 -0
- package/lib/model/my-sql-connector-collection.js.map +1 -0
- package/lib/model/my-sql-connector-type.d.ts +30 -0
- package/lib/model/my-sql-connector-type.js +41 -0
- package/lib/model/my-sql-connector-type.js.map +1 -0
- package/lib/model/my-sql-cred-type.d.ts +32 -0
- package/lib/model/my-sql-cred-type.js +43 -0
- package/lib/model/my-sql-cred-type.js.map +1 -0
- package/lib/model/my-sql-data-summary.d.ts +12 -0
- package/lib/model/my-sql-data-summary.js.map +1 -1
- package/lib/model/my-sql-database-connector-summary.d.ts +106 -0
- package/lib/model/my-sql-database-connector-summary.js +32 -0
- package/lib/model/my-sql-database-connector-summary.js.map +1 -0
- package/lib/model/my-sql-deployment-type.d.ts +6 -1
- package/lib/model/my-sql-deployment-type.js +5 -0
- package/lib/model/my-sql-deployment-type.js.map +1 -1
- package/lib/model/my-sql-network-protocol-type.d.ts +32 -0
- package/lib/model/my-sql-network-protocol-type.js +43 -0
- package/lib/model/my-sql-network-protocol-type.js.map +1 -0
- package/lib/model/my-sql-type.d.ts +31 -0
- package/lib/model/my-sql-type.js +42 -0
- package/lib/model/my-sql-type.js.map +1 -0
- package/lib/model/stand-by-database-dataguard-metrics.d.ts +53 -0
- package/lib/model/stand-by-database-dataguard-metrics.js +64 -0
- package/lib/model/stand-by-database-dataguard-metrics.js.map +1 -0
- package/lib/model/update-external-my-sql-database-connector-details.d.ts +30 -0
- package/lib/model/update-external-my-sql-database-connector-details.js +60 -0
- package/lib/model/update-external-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/update-external-my-sql-database-details.d.ts +28 -0
- package/lib/model/update-external-my-sql-database-details.js +32 -0
- package/lib/model/update-external-my-sql-database-details.js.map +1 -0
- package/lib/model/update-my-sql-database-connector-details.d.ts +57 -0
- package/lib/model/update-my-sql-database-connector-details.js +32 -0
- package/lib/model/update-my-sql-database-connector-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +5 -0
- package/lib/model/work-request-operation-type.js +5 -0
- package/lib/model/work-request-operation-type.js.map +1 -1
- package/lib/request/check-external-my-sql-database-connector-connection-status-request.d.ts +44 -0
- package/lib/request/check-external-my-sql-database-connector-connection-status-request.js +15 -0
- package/lib/request/check-external-my-sql-database-connector-connection-status-request.js.map +1 -0
- package/lib/request/create-external-my-sql-database-connector-request.d.ts +40 -0
- package/lib/request/create-external-my-sql-database-connector-request.js +15 -0
- package/lib/request/create-external-my-sql-database-connector-request.js.map +1 -0
- package/lib/request/create-external-my-sql-database-request.d.ts +36 -0
- package/lib/request/create-external-my-sql-database-request.js +15 -0
- package/lib/request/create-external-my-sql-database-request.js.map +1 -0
- package/lib/request/delete-external-my-sql-database-connector-request.d.ts +35 -0
- package/lib/request/delete-external-my-sql-database-connector-request.js +15 -0
- package/lib/request/delete-external-my-sql-database-connector-request.js.map +1 -0
- package/lib/request/delete-external-my-sql-database-request.d.ts +35 -0
- package/lib/request/delete-external-my-sql-database-request.js +15 -0
- package/lib/request/delete-external-my-sql-database-request.js.map +1 -0
- package/lib/request/disable-external-my-sql-database-management-request.d.ts +44 -0
- package/lib/request/disable-external-my-sql-database-management-request.js +15 -0
- package/lib/request/disable-external-my-sql-database-management-request.js.map +1 -0
- package/lib/request/disable-external-mysql-associated-service-request.d.ts +49 -0
- package/lib/request/disable-external-mysql-associated-service-request.js +15 -0
- package/lib/request/disable-external-mysql-associated-service-request.js.map +1 -0
- package/lib/request/enable-external-my-sql-database-management-request.d.ts +49 -0
- package/lib/request/enable-external-my-sql-database-management-request.js +15 -0
- package/lib/request/enable-external-my-sql-database-management-request.js.map +1 -0
- package/lib/request/enable-external-mysql-associated-service-request.d.ts +49 -0
- package/lib/request/enable-external-mysql-associated-service-request.js +15 -0
- package/lib/request/enable-external-mysql-associated-service-request.js.map +1 -0
- package/lib/request/get-database-fleet-backup-metrics-request.d.ts +109 -0
- package/lib/request/get-database-fleet-backup-metrics-request.js +23 -0
- package/lib/request/get-database-fleet-backup-metrics-request.js.map +1 -0
- package/lib/request/get-database-fleet-dataguard-metrics-request.d.ts +93 -0
- package/lib/request/get-database-fleet-dataguard-metrics-request.js +23 -0
- package/lib/request/get-database-fleet-dataguard-metrics-request.js.map +1 -0
- package/lib/request/get-database-fleet-ha-overview-metrics-request.d.ts +93 -0
- package/lib/request/get-database-fleet-ha-overview-metrics-request.js +23 -0
- package/lib/request/get-database-fleet-ha-overview-metrics-request.js.map +1 -0
- package/lib/request/get-database-ha-backup-details-request.d.ts +30 -0
- package/lib/request/get-database-ha-backup-details-request.js +15 -0
- package/lib/request/get-database-ha-backup-details-request.js.map +1 -0
- package/lib/request/get-external-my-sql-database-connector-request.d.ts +26 -0
- package/lib/request/get-external-my-sql-database-connector-request.js +15 -0
- package/lib/request/get-external-my-sql-database-connector-request.js.map +1 -0
- package/lib/request/get-external-my-sql-database-request.d.ts +26 -0
- package/lib/request/get-external-my-sql-database-request.js +15 -0
- package/lib/request/get-external-my-sql-database-request.js.map +1 -0
- package/lib/request/get-my-sql-fleet-metric-request.d.ts +4 -0
- package/lib/request/index.d.ts +38 -0
- package/lib/request/index.js +12 -2
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-external-my-sql-databases-request.d.ts +58 -0
- package/lib/request/list-external-my-sql-databases-request.js +24 -0
- package/lib/request/list-external-my-sql-databases-request.js.map +1 -0
- package/lib/request/list-managed-my-sql-databases-request.d.ts +4 -0
- package/lib/request/list-managed-my-sql-databases-request.js.map +1 -1
- package/lib/request/list-my-sql-database-connectors-request.d.ts +62 -0
- package/lib/request/list-my-sql-database-connectors-request.js +24 -0
- package/lib/request/list-my-sql-database-connectors-request.js.map +1 -0
- package/lib/request/update-external-mysql-database-connector-request.d.ts +40 -0
- package/lib/request/update-external-mysql-database-connector-request.js +15 -0
- package/lib/request/update-external-mysql-database-connector-request.js.map +1 -0
- package/lib/request/update-external-mysql-database-request.d.ts +40 -0
- package/lib/request/update-external-mysql-database-request.js +15 -0
- package/lib/request/update-external-mysql-database-request.js.map +1 -0
- package/lib/response/check-external-my-sql-database-connector-connection-status-response.d.ts +25 -0
- package/lib/response/check-external-my-sql-database-connector-connection-status-response.js +15 -0
- package/lib/response/check-external-my-sql-database-connector-connection-status-response.js.map +1 -0
- package/lib/response/create-external-my-sql-database-connector-response.d.ts +38 -0
- package/lib/response/create-external-my-sql-database-connector-response.js +15 -0
- package/lib/response/create-external-my-sql-database-connector-response.js.map +1 -0
- package/lib/response/create-external-my-sql-database-response.d.ts +38 -0
- package/lib/response/create-external-my-sql-database-response.js +15 -0
- package/lib/response/create-external-my-sql-database-response.js.map +1 -0
- package/lib/response/delete-external-my-sql-database-connector-response.d.ts +25 -0
- package/lib/response/delete-external-my-sql-database-connector-response.js +15 -0
- package/lib/response/delete-external-my-sql-database-connector-response.js.map +1 -0
- package/lib/response/delete-external-my-sql-database-response.d.ts +25 -0
- package/lib/response/delete-external-my-sql-database-response.js +15 -0
- package/lib/response/delete-external-my-sql-database-response.js.map +1 -0
- package/lib/response/disable-external-my-sql-database-management-response.d.ts +25 -0
- package/lib/response/disable-external-my-sql-database-management-response.js +15 -0
- package/lib/response/disable-external-my-sql-database-management-response.js.map +1 -0
- package/lib/response/disable-external-mysql-associated-service-response.d.ts +20 -0
- package/lib/response/disable-external-mysql-associated-service-response.js +15 -0
- package/lib/response/disable-external-mysql-associated-service-response.js.map +1 -0
- package/lib/response/enable-external-my-sql-database-management-response.d.ts +25 -0
- package/lib/response/enable-external-my-sql-database-management-response.js +15 -0
- package/lib/response/enable-external-my-sql-database-management-response.js.map +1 -0
- package/lib/response/enable-external-mysql-associated-service-response.d.ts +20 -0
- package/lib/response/enable-external-mysql-associated-service-response.js +15 -0
- package/lib/response/enable-external-mysql-associated-service-response.js.map +1 -0
- package/lib/response/get-database-fleet-backup-metrics-response.d.ts +32 -0
- package/lib/response/get-database-fleet-backup-metrics-response.js +15 -0
- package/lib/response/get-database-fleet-backup-metrics-response.js.map +1 -0
- package/lib/response/get-database-fleet-dataguard-metrics-response.d.ts +32 -0
- package/lib/response/get-database-fleet-dataguard-metrics-response.js +15 -0
- package/lib/response/get-database-fleet-dataguard-metrics-response.js.map +1 -0
- package/lib/response/get-database-fleet-ha-overview-metrics-response.d.ts +32 -0
- package/lib/response/get-database-fleet-ha-overview-metrics-response.js +15 -0
- package/lib/response/get-database-fleet-ha-overview-metrics-response.js.map +1 -0
- package/lib/response/get-database-ha-backup-details-response.d.ts +25 -0
- package/lib/response/get-database-ha-backup-details-response.js +15 -0
- package/lib/response/get-database-ha-backup-details-response.js.map +1 -0
- package/lib/response/get-external-my-sql-database-connector-response.d.ts +30 -0
- package/lib/response/get-external-my-sql-database-connector-response.js +15 -0
- package/lib/response/get-external-my-sql-database-connector-response.js.map +1 -0
- package/lib/response/get-external-my-sql-database-response.d.ts +30 -0
- package/lib/response/get-external-my-sql-database-response.js +15 -0
- package/lib/response/get-external-my-sql-database-response.js.map +1 -0
- package/lib/response/index.d.ts +38 -0
- package/lib/response/list-external-my-sql-databases-response.d.ts +32 -0
- package/lib/response/list-external-my-sql-databases-response.js +15 -0
- package/lib/response/list-external-my-sql-databases-response.js.map +1 -0
- package/lib/response/list-my-sql-database-connectors-response.d.ts +32 -0
- package/lib/response/list-my-sql-database-connectors-response.js +15 -0
- package/lib/response/list-my-sql-database-connectors-response.js.map +1 -0
- package/lib/response/update-external-mysql-database-connector-response.d.ts +35 -0
- package/lib/response/update-external-mysql-database-connector-response.js +15 -0
- package/lib/response/update-external-mysql-database-connector-response.js.map +1 -0
- package/lib/response/update-external-mysql-database-response.d.ts +30 -0
- package/lib/response/update-external-mysql-database-response.js +15 -0
- package/lib/response/update-external-mysql-database-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/DeleteExternalMySqlDatabaseConnector.ts.html |here} to see how to use DeleteExternalMySqlDatabaseConnectorRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteExternalMySqlDatabaseConnectorRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the External MySQL Database Connector.
|
|
20
|
+
*/
|
|
21
|
+
"externalMySqlDatabaseConnectorId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-external-my-sql-database-connector-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-external-my-sql-database-connector-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/delete-external-my-sql-database-connector-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/DeleteExternalMySqlDatabase.ts.html |here} to see how to use DeleteExternalMySqlDatabaseRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteExternalMySqlDatabaseRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the External MySQL Database.
|
|
20
|
+
*/
|
|
21
|
+
"externalMySqlDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
|
+
* etag from a previous GET or POST response for that resource.
|
|
26
|
+
* The resource will be updated or deleted only if the etag you
|
|
27
|
+
* provide matches the resource's current etag value.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"ifMatch"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=delete-external-my-sql-database-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-external-my-sql-database-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/delete-external-my-sql-database-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/DisableExternalMySqlDatabaseManagement.ts.html |here} to see how to use DisableExternalMySqlDatabaseManagementRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DisableExternalMySqlDatabaseManagementRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The OCID of the External MySQL Database.
|
|
20
|
+
*/
|
|
21
|
+
"externalMySqlDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRetryToken"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The client request ID for tracing.
|
|
42
|
+
*/
|
|
43
|
+
"opcRequestId"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=disable-external-my-sql-database-management-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-external-my-sql-database-management-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/disable-external-my-sql-database-management-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/DisableExternalMysqlAssociatedService.ts.html |here} to see how to use DisableExternalMysqlAssociatedServiceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface DisableExternalMysqlAssociatedServiceRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the External MySQL Database.
|
|
21
|
+
*/
|
|
22
|
+
"externalMySqlDatabaseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details required to disable an Associated Service for an external MySQL database resource.
|
|
25
|
+
*/
|
|
26
|
+
"disableExternalMysqlAssociatedServiceDetails": model.DisableExternalMysqlAssociatedServiceDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
38
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
39
|
+
* etag from a previous GET or POST response for that resource.
|
|
40
|
+
* The resource will be updated or deleted only if the etag you
|
|
41
|
+
* provide matches the resource's current etag value.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"ifMatch"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The client request ID for tracing.
|
|
47
|
+
*/
|
|
48
|
+
"opcRequestId"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=disable-external-mysql-associated-service-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"disable-external-mysql-associated-service-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/disable-external-mysql-associated-service-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/EnableExternalMySqlDatabaseManagement.ts.html |here} to see how to use EnableExternalMySqlDatabaseManagementRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface EnableExternalMySqlDatabaseManagementRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the External MySQL Database.
|
|
21
|
+
*/
|
|
22
|
+
"externalMySqlDatabaseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details required to enable an external MySQL database resource.
|
|
25
|
+
*/
|
|
26
|
+
"enableExternalDatabaseManagementDetails": model.EnableExternalDatabaseManagementDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
38
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
39
|
+
* etag from a previous GET or POST response for that resource.
|
|
40
|
+
* The resource will be updated or deleted only if the etag you
|
|
41
|
+
* provide matches the resource's current etag value.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"ifMatch"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The client request ID for tracing.
|
|
47
|
+
*/
|
|
48
|
+
"opcRequestId"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=enable-external-my-sql-database-management-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-external-my-sql-database-management-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/enable-external-my-sql-database-management-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/EnableExternalMysqlAssociatedService.ts.html |here} to see how to use EnableExternalMysqlAssociatedServiceRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface EnableExternalMysqlAssociatedServiceRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The OCID of the External MySQL Database.
|
|
21
|
+
*/
|
|
22
|
+
"externalMySqlDatabaseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* The details required to enable an Associated Service for an external MySQL database resource.
|
|
25
|
+
*/
|
|
26
|
+
"enableExternalMysqlAssociatedServiceDetails": model.EnableExternalMysqlAssociatedServiceDetails;
|
|
27
|
+
/**
|
|
28
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
29
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
30
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
31
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
32
|
+
* might be rejected.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"opcRetryToken"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
38
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
39
|
+
* etag from a previous GET or POST response for that resource.
|
|
40
|
+
* The resource will be updated or deleted only if the etag you
|
|
41
|
+
* provide matches the resource's current etag value.
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
"ifMatch"?: string;
|
|
45
|
+
/**
|
|
46
|
+
* The client request ID for tracing.
|
|
47
|
+
*/
|
|
48
|
+
"opcRequestId"?: string;
|
|
49
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=enable-external-mysql-associated-service-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"enable-external-mysql-associated-service-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/enable-external-mysql-associated-service-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/GetDatabaseFleetBackupMetrics.ts.html |here} to see how to use GetDatabaseFleetBackupMetricsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetDatabaseFleetBackupMetricsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Indicates whether the database is a cloud database or an external database.
|
|
21
|
+
*/
|
|
22
|
+
"databaseHostedIn": model.DatabaseHostedIn;
|
|
23
|
+
/**
|
|
24
|
+
* The start time of the time range to retrieve the health metrics of a Managed Database
|
|
25
|
+
* in UTC in ISO-8601 format, which is \"yyyy-MM-dd'T'hh:mm:ss.sss'Z'\".
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"startTime": string;
|
|
29
|
+
/**
|
|
30
|
+
* The end time of the time range to retrieve the health metrics of a Managed Database
|
|
31
|
+
* in UTC in ISO-8601 format, which is \"yyyy-MM-dd'T'hh:mm:ss.sss'Z'\".
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"endTime": string;
|
|
35
|
+
/**
|
|
36
|
+
* The client request ID for tracing.
|
|
37
|
+
*/
|
|
38
|
+
"opcRequestId"?: string;
|
|
39
|
+
/**
|
|
40
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database Group.
|
|
41
|
+
*/
|
|
42
|
+
"managedDatabaseGroupId"?: string;
|
|
43
|
+
/**
|
|
44
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
45
|
+
*/
|
|
46
|
+
"compartmentId"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator. Note that, by default, the service returns all supported metrics.
|
|
49
|
+
*/
|
|
50
|
+
"filterByMetricNames"?: string;
|
|
51
|
+
/**
|
|
52
|
+
* The page token representing the page from where the next set of paginated results
|
|
53
|
+
* are retrieved. This is usually retrieved from a previous list call.
|
|
54
|
+
*
|
|
55
|
+
*/
|
|
56
|
+
"page"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* The maximum number of records returned in the paginated response.
|
|
59
|
+
*/
|
|
60
|
+
"limit"?: number;
|
|
61
|
+
/**
|
|
62
|
+
* The field to sort information by. Only one sortOrder can be used. The
|
|
63
|
+
* default sort order for {@code DATABASENAME} is ascending and it is case-sensitive.
|
|
64
|
+
*
|
|
65
|
+
*/
|
|
66
|
+
"sortBy"?: GetDatabaseFleetBackupMetricsRequest.SortBy;
|
|
67
|
+
/**
|
|
68
|
+
* The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Ascending order is the default order.
|
|
69
|
+
*/
|
|
70
|
+
"sortOrder"?: model.SortOrders;
|
|
71
|
+
/**
|
|
72
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
73
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
74
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
75
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
76
|
+
*
|
|
77
|
+
*/
|
|
78
|
+
"definedTagEquals"?: Array<string>;
|
|
79
|
+
/**
|
|
80
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
81
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
82
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
83
|
+
*
|
|
84
|
+
*/
|
|
85
|
+
"freeformTagEquals"?: Array<string>;
|
|
86
|
+
/**
|
|
87
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
88
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
89
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
90
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
91
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
92
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
93
|
+
*
|
|
94
|
+
*/
|
|
95
|
+
"definedTagExists"?: Array<string>;
|
|
96
|
+
/**
|
|
97
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
98
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
99
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
100
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
101
|
+
*
|
|
102
|
+
*/
|
|
103
|
+
"freeformTagExists"?: Array<string>;
|
|
104
|
+
}
|
|
105
|
+
export declare namespace GetDatabaseFleetBackupMetricsRequest {
|
|
106
|
+
enum SortBy {
|
|
107
|
+
Databasename = "DATABASENAME"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.GetDatabaseFleetBackupMetricsRequest = void 0;
|
|
16
|
+
var GetDatabaseFleetBackupMetricsRequest;
|
|
17
|
+
(function (GetDatabaseFleetBackupMetricsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Databasename"] = "DATABASENAME";
|
|
21
|
+
})(SortBy = GetDatabaseFleetBackupMetricsRequest.SortBy || (GetDatabaseFleetBackupMetricsRequest.SortBy = {}));
|
|
22
|
+
})(GetDatabaseFleetBackupMetricsRequest = exports.GetDatabaseFleetBackupMetricsRequest || (exports.GetDatabaseFleetBackupMetricsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=get-database-fleet-backup-metrics-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-database-fleet-backup-metrics-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/get-database-fleet-backup-metrics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgGH,IAAiB,oCAAoC,CAIpD;AAJD,WAAiB,oCAAoC;IACnD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,2CAAM,KAAN,2CAAM,QAEjB;AACH,CAAC,EAJgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAIpD"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20201101
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemanagement/GetDatabaseFleetDataguardMetrics.ts.html |here} to see how to use GetDatabaseFleetDataguardMetricsRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface GetDatabaseFleetDataguardMetricsRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The client request ID for tracing.
|
|
21
|
+
*/
|
|
22
|
+
"opcRequestId"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Managed Database Group.
|
|
25
|
+
*/
|
|
26
|
+
"managedDatabaseGroupId"?: string;
|
|
27
|
+
/**
|
|
28
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the compartment.
|
|
29
|
+
*/
|
|
30
|
+
"compartmentId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The filter used to retrieve a specific set of metrics by passing the desired metric names with a comma separator. Note that, by default, the service returns all supported metrics.
|
|
33
|
+
*/
|
|
34
|
+
"filterByMetricNames"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* The page token representing the page from where the next set of paginated results
|
|
37
|
+
* are retrieved. This is usually retrieved from a previous list call.
|
|
38
|
+
*
|
|
39
|
+
*/
|
|
40
|
+
"page"?: string;
|
|
41
|
+
/**
|
|
42
|
+
* The maximum number of records returned in the paginated response.
|
|
43
|
+
*/
|
|
44
|
+
"limit"?: number;
|
|
45
|
+
/**
|
|
46
|
+
* The field to sort information by. Only one sortOrder can be used. The
|
|
47
|
+
* default sort order for {@code DATABASENAME} is ascending and it is case-sensitive.
|
|
48
|
+
*
|
|
49
|
+
*/
|
|
50
|
+
"sortBy"?: GetDatabaseFleetDataguardMetricsRequest.SortBy;
|
|
51
|
+
/**
|
|
52
|
+
* The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Ascending order is the default order.
|
|
53
|
+
*/
|
|
54
|
+
"sortOrder"?: model.SortOrders;
|
|
55
|
+
/**
|
|
56
|
+
* A list of tag filters to apply. Only resources with a defined tag matching the value will be returned.
|
|
57
|
+
* Each item in the list has the format \"{namespace}.{tagName}.{value}\". All inputs are case-insensitive.
|
|
58
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
59
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
60
|
+
*
|
|
61
|
+
*/
|
|
62
|
+
"definedTagEquals"?: Array<string>;
|
|
63
|
+
/**
|
|
64
|
+
* A list of tag filters to apply. Only resources with a freeform tag matching the value will be returned.
|
|
65
|
+
* The key for each tag is \"{tagName}.{value}\". All inputs are case-insensitive.
|
|
66
|
+
* Multiple values for the same tag name are interpreted as \"OR\". Values for different tag names are interpreted as \"AND\".
|
|
67
|
+
*
|
|
68
|
+
*/
|
|
69
|
+
"freeformTagEquals"?: Array<string>;
|
|
70
|
+
/**
|
|
71
|
+
* A list of tag existence filters to apply. Only resources for which the specified defined tags exist will be returned.
|
|
72
|
+
* Each item in the list has the format \"{namespace}.{tagName}.true\" (for checking existence of a defined tag)
|
|
73
|
+
* or \"{namespace}.true\". All inputs are case-insensitive.
|
|
74
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
75
|
+
* Multiple values for the same key (i.e. same namespace and tag name) are interpreted as \"OR\".
|
|
76
|
+
* Values for different keys (i.e. different namespaces, different tag names, or both) are interpreted as \"AND\".
|
|
77
|
+
*
|
|
78
|
+
*/
|
|
79
|
+
"definedTagExists"?: Array<string>;
|
|
80
|
+
/**
|
|
81
|
+
* A list of tag existence filters to apply. Only resources for which the specified freeform tags exist the value will be returned.
|
|
82
|
+
* The key for each tag is \"{tagName}.true\". All inputs are case-insensitive.
|
|
83
|
+
* Currently, only existence (\"true\" at the end) is supported. Absence (\"false\" at the end) is not supported.
|
|
84
|
+
* Multiple values for different tag names are interpreted as \"AND\".
|
|
85
|
+
*
|
|
86
|
+
*/
|
|
87
|
+
"freeformTagExists"?: Array<string>;
|
|
88
|
+
}
|
|
89
|
+
export declare namespace GetDatabaseFleetDataguardMetricsRequest {
|
|
90
|
+
enum SortBy {
|
|
91
|
+
Databasename = "DATABASENAME"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201101
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
exports.GetDatabaseFleetDataguardMetricsRequest = void 0;
|
|
16
|
+
var GetDatabaseFleetDataguardMetricsRequest;
|
|
17
|
+
(function (GetDatabaseFleetDataguardMetricsRequest) {
|
|
18
|
+
let SortBy;
|
|
19
|
+
(function (SortBy) {
|
|
20
|
+
SortBy["Databasename"] = "DATABASENAME";
|
|
21
|
+
})(SortBy = GetDatabaseFleetDataguardMetricsRequest.SortBy || (GetDatabaseFleetDataguardMetricsRequest.SortBy = {}));
|
|
22
|
+
})(GetDatabaseFleetDataguardMetricsRequest = exports.GetDatabaseFleetDataguardMetricsRequest || (exports.GetDatabaseFleetDataguardMetricsRequest = {}));
|
|
23
|
+
//# sourceMappingURL=get-database-fleet-dataguard-metrics-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-database-fleet-dataguard-metrics-request.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/request/get-database-fleet-dataguard-metrics-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAgFH,IAAiB,uCAAuC,CAIvD;AAJD,WAAiB,uCAAuC;IACtD,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,uCAA6B,CAAA;IAC/B,CAAC,EAFW,MAAM,GAAN,8CAAM,KAAN,8CAAM,QAEjB;AACH,CAAC,EAJgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAIvD"}
|