oci-databasetools 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +23 -23
- package/lib/client.js +23 -23
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +2 -2
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +2 -2
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +3 -3
- package/lib/model/database-tools-connection-collection.d.ts +2 -2
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +2 -2
- package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +2 -2
- package/lib/model/database-tools-connection-oracle-database.d.ts +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.d.ts +2 -2
- package/lib/model/database-tools-connection-postgresql.d.ts +1 -1
- package/lib/model/database-tools-connection-summary.d.ts +4 -4
- package/lib/model/database-tools-connection.d.ts +3 -3
- package/lib/model/database-tools-endpoint-service-collection.d.ts +2 -2
- package/lib/model/database-tools-endpoint-service-summary.d.ts +3 -3
- package/lib/model/database-tools-endpoint-service.d.ts +3 -3
- package/lib/model/database-tools-private-endpoint-collection.d.ts +2 -2
- package/lib/model/database-tools-private-endpoint-summary.d.ts +3 -3
- package/lib/model/database-tools-private-endpoint.d.ts +3 -3
- package/lib/model/sort-order.d.ts +1 -1
- package/lib/model/sort-order.js +1 -1
- package/lib/model/update-database-tools-connection-details.d.ts +2 -2
- package/lib/model/update-database-tools-connection-my-sql-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.d.ts +1 -1
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +2 -2
- package/lib/model/work-request-collection.d.ts +2 -2
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/add-database-tools-connection-lock-request.d.ts +2 -2
- package/lib/request/add-database-tools-private-endpoint-lock-request.d.ts +2 -2
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +2 -2
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/create-database-tools-connection-request.d.ts +2 -2
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-database-tools-connection-request.d.ts +2 -2
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-database-tools-connection-request.d.ts +1 -1
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +1 -1
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +2 -2
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +2 -2
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +4 -4
- 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-database-tools-connection-lock-request.d.ts +2 -2
- package/lib/request/remove-database-tools-private-endpoint-lock-request.d.ts +2 -2
- package/lib/request/update-database-tools-connection-request.d.ts +2 -2
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/validate-database-tools-connection-request.d.ts +2 -2
- package/lib/response/create-database-tools-connection-response.d.ts +1 -1
- package/lib/response/create-database-tools-private-endpoint-response.d.ts +1 -1
- package/lib/response/get-database-tools-connection-response.d.ts +1 -1
- package/lib/response/get-database-tools-endpoint-service-response.d.ts +1 -1
- package/lib/response/get-database-tools-private-endpoint-response.d.ts +1 -1
- package/lib/response/list-database-tools-connections-response.d.ts +1 -1
- package/lib/response/list-database-tools-endpoint-services-response.d.ts +1 -1
- package/lib/response/list-database-tools-private-endpoints-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ export interface DatabaseToolsConnectionPostgresql extends model.DatabaseToolsCo
|
|
|
26
26
|
"userName"?: string;
|
|
27
27
|
"userPassword"?: model.DatabaseToolsUserPasswordSecretId;
|
|
28
28
|
/**
|
|
29
|
-
* The advanced connection properties key-value pair (for example,
|
|
29
|
+
* The advanced connection properties key-value pair (for example, {@code sslMode}).
|
|
30
30
|
*/
|
|
31
31
|
"advancedProperties"?: {
|
|
32
32
|
[key: string]: string;
|
|
@@ -16,7 +16,7 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface DatabaseToolsConnectionSummary {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the {@code DatabaseToolsConnection}.
|
|
20
20
|
*/
|
|
21
21
|
"id": string;
|
|
22
22
|
/**
|
|
@@ -45,7 +45,7 @@ export interface DatabaseToolsConnectionSummary {
|
|
|
45
45
|
"timeUpdated": Date;
|
|
46
46
|
/**
|
|
47
47
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"definedTags"?: {
|
|
@@ -55,7 +55,7 @@ export interface DatabaseToolsConnectionSummary {
|
|
|
55
55
|
};
|
|
56
56
|
/**
|
|
57
57
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
58
|
-
* Example:
|
|
58
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"freeformTags"?: {
|
|
@@ -63,7 +63,7 @@ export interface DatabaseToolsConnectionSummary {
|
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
65
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
66
|
-
* Example:
|
|
66
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"systemTags"?: {
|
|
@@ -45,7 +45,7 @@ export interface DatabaseToolsConnection {
|
|
|
45
45
|
"timeUpdated": Date;
|
|
46
46
|
/**
|
|
47
47
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
48
|
-
* Example:
|
|
48
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"definedTags"?: {
|
|
@@ -55,7 +55,7 @@ export interface DatabaseToolsConnection {
|
|
|
55
55
|
};
|
|
56
56
|
/**
|
|
57
57
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
58
|
-
* Example:
|
|
58
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
59
59
|
*
|
|
60
60
|
*/
|
|
61
61
|
"freeformTags"?: {
|
|
@@ -63,7 +63,7 @@ export interface DatabaseToolsConnection {
|
|
|
63
63
|
};
|
|
64
64
|
/**
|
|
65
65
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
66
|
-
* Example:
|
|
66
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
67
67
|
*
|
|
68
68
|
*/
|
|
69
69
|
"systemTags"?: {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* List of
|
|
15
|
+
* List of {@code DatabaseToolsEndpointServiceSummary} items.
|
|
16
16
|
*/
|
|
17
17
|
export interface DatabaseToolsEndpointServiceCollection {
|
|
18
18
|
/**
|
|
19
|
-
* Array of
|
|
19
|
+
* Array of {@code DatabaseToolsEndpointServiceSummary} items.
|
|
20
20
|
*/
|
|
21
21
|
"items": Array<model.DatabaseToolsEndpointServiceSummary>;
|
|
22
22
|
}
|
|
@@ -33,7 +33,7 @@ export interface DatabaseToolsEndpointServiceSummary {
|
|
|
33
33
|
"compartmentId"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
36
|
-
* Example:
|
|
36
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"definedTags"?: {
|
|
@@ -43,7 +43,7 @@ export interface DatabaseToolsEndpointServiceSummary {
|
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
45
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
46
|
-
* Example:
|
|
46
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"freeformTags"?: {
|
|
@@ -51,7 +51,7 @@ export interface DatabaseToolsEndpointServiceSummary {
|
|
|
51
51
|
};
|
|
52
52
|
/**
|
|
53
53
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
54
|
-
* Example:
|
|
54
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"systemTags"?: {
|
|
@@ -33,7 +33,7 @@ export interface DatabaseToolsEndpointService {
|
|
|
33
33
|
"compartmentId"?: string;
|
|
34
34
|
/**
|
|
35
35
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
36
|
-
* Example:
|
|
36
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
"definedTags"?: {
|
|
@@ -43,7 +43,7 @@ export interface DatabaseToolsEndpointService {
|
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
45
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
46
|
-
* Example:
|
|
46
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
47
47
|
*
|
|
48
48
|
*/
|
|
49
49
|
"freeformTags"?: {
|
|
@@ -51,7 +51,7 @@ export interface DatabaseToolsEndpointService {
|
|
|
51
51
|
};
|
|
52
52
|
/**
|
|
53
53
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
54
|
-
* Example:
|
|
54
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
57
57
|
"systemTags"?: {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* List of
|
|
15
|
+
* List of {@code DatabaseToolsPrivateEndpointSummary} items.
|
|
16
16
|
*/
|
|
17
17
|
export interface DatabaseToolsPrivateEndpointCollection {
|
|
18
18
|
/**
|
|
19
|
-
* Array of
|
|
19
|
+
* Array of {@code DatabaseToolsPrivateEndpointSummary} items.
|
|
20
20
|
*/
|
|
21
21
|
"items": Array<model.DatabaseToolsPrivateEndpointSummary>;
|
|
22
22
|
}
|
|
@@ -21,7 +21,7 @@ export interface DatabaseToolsPrivateEndpointSummary {
|
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
23
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
24
|
-
* Example:
|
|
24
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"definedTags"?: {
|
|
@@ -31,7 +31,7 @@ export interface DatabaseToolsPrivateEndpointSummary {
|
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
33
33
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
-
* Example:
|
|
34
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"freeformTags"?: {
|
|
@@ -39,7 +39,7 @@ export interface DatabaseToolsPrivateEndpointSummary {
|
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
42
|
-
* Example:
|
|
42
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"systemTags"?: {
|
|
@@ -21,7 +21,7 @@ export interface DatabaseToolsPrivateEndpoint {
|
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
23
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
24
|
-
* Example:
|
|
24
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"definedTags"?: {
|
|
@@ -31,7 +31,7 @@ export interface DatabaseToolsPrivateEndpoint {
|
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
33
33
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
-
* Example:
|
|
34
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
35
35
|
*
|
|
36
36
|
*/
|
|
37
37
|
"freeformTags"?: {
|
|
@@ -39,7 +39,7 @@ export interface DatabaseToolsPrivateEndpoint {
|
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
42
|
-
* Example:
|
|
42
|
+
* Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
43
43
|
*
|
|
44
44
|
*/
|
|
45
45
|
"systemTags"?: {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
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
12
|
*/
|
|
13
13
|
/**
|
|
14
|
-
* The sort order to use, either ascending (
|
|
14
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
15
15
|
**/
|
|
16
16
|
export declare enum SortOrder {
|
|
17
17
|
Asc = "ASC",
|
package/lib/model/sort-order.js
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.SortOrder = void 0;
|
|
16
16
|
/**
|
|
17
|
-
* The sort order to use, either ascending (
|
|
17
|
+
* The sort order to use, either ascending ({@code ASC}) or descending ({@code DESC}).
|
|
18
18
|
**/
|
|
19
19
|
var SortOrder;
|
|
20
20
|
(function (SortOrder) {
|
|
@@ -20,7 +20,7 @@ export interface UpdateDatabaseToolsConnectionDetails {
|
|
|
20
20
|
"displayName"?: string;
|
|
21
21
|
/**
|
|
22
22
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
23
|
-
* Example:
|
|
23
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"definedTags"?: {
|
|
@@ -30,7 +30,7 @@ export interface UpdateDatabaseToolsConnectionDetails {
|
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
32
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
33
|
-
* Example:
|
|
33
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"freeformTags"?: {
|
|
@@ -26,7 +26,7 @@ export interface UpdateDatabaseToolsConnectionMySqlDetails extends model.UpdateD
|
|
|
26
26
|
"userName"?: string;
|
|
27
27
|
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdDetails;
|
|
28
28
|
/**
|
|
29
|
-
* The advanced connection properties key-value pair (e.g.,
|
|
29
|
+
* The advanced connection properties key-value pair (e.g., {@code sslMode}).
|
|
30
30
|
*/
|
|
31
31
|
"advancedProperties"?: {
|
|
32
32
|
[key: string]: string;
|
|
@@ -26,7 +26,7 @@ export interface UpdateDatabaseToolsConnectionOracleDatabaseDetails extends mode
|
|
|
26
26
|
"userName"?: string;
|
|
27
27
|
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdDetails;
|
|
28
28
|
/**
|
|
29
|
-
* The advanced connection properties key-value pair (e.g.,
|
|
29
|
+
* The advanced connection properties key-value pair (e.g., {@code oracle.net.ssl_server_dn_match}).
|
|
30
30
|
*/
|
|
31
31
|
"advancedProperties"?: {
|
|
32
32
|
[key: string]: string;
|
|
@@ -26,7 +26,7 @@ export interface UpdateDatabaseToolsConnectionPostgresqlDetails extends model.Up
|
|
|
26
26
|
"userName"?: string;
|
|
27
27
|
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdDetails;
|
|
28
28
|
/**
|
|
29
|
-
* The advanced connection properties key-value pair (e.g.,
|
|
29
|
+
* The advanced connection properties key-value pair (e.g., {@code sslMode}).
|
|
30
30
|
*/
|
|
31
31
|
"advancedProperties"?: {
|
|
32
32
|
[key: string]: string;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
export interface UpdateDatabaseToolsPrivateEndpointDetails {
|
|
17
17
|
/**
|
|
18
18
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
19
|
-
* Example:
|
|
19
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
20
20
|
*
|
|
21
21
|
*/
|
|
22
22
|
"definedTags"?: {
|
|
@@ -26,7 +26,7 @@ export interface UpdateDatabaseToolsPrivateEndpointDetails {
|
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
28
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
29
|
-
* Example:
|
|
29
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
"freeformTags"?: {
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* List of
|
|
15
|
+
* List of {@code WorkRequestSummary} items.
|
|
16
16
|
*/
|
|
17
17
|
export interface WorkRequestCollection {
|
|
18
18
|
/**
|
|
19
|
-
* Array of
|
|
19
|
+
* Array of {@code WorkRequestSummary} items.
|
|
20
20
|
*/
|
|
21
21
|
"items": Array<model.WorkRequestSummary>;
|
|
22
22
|
}
|
|
@@ -44,13 +44,13 @@ export interface WorkRequestSummary {
|
|
|
44
44
|
*/
|
|
45
45
|
"timeAccepted": Date;
|
|
46
46
|
/**
|
|
47
|
-
* The date and time the work request transitioned from
|
|
47
|
+
* The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS},
|
|
48
48
|
* in the format defined by RFC3339.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"timeStarted"?: Date;
|
|
52
52
|
/**
|
|
53
|
-
* The date and time the work request reached a terminal state, either
|
|
53
|
+
* The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
|
|
54
54
|
* Format is defined by RFC3339.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
@@ -44,13 +44,13 @@ export interface WorkRequest {
|
|
|
44
44
|
*/
|
|
45
45
|
"timeAccepted": Date;
|
|
46
46
|
/**
|
|
47
|
-
* The date and time the work request transitioned from
|
|
47
|
+
* The date and time the work request transitioned from {@code ACCEPTED} to {@code IN_PROGRESS},
|
|
48
48
|
* in the format defined by RFC3339.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"timeStarted"?: Date;
|
|
52
52
|
/**
|
|
53
|
-
* The date and time the work request reached a terminal state, either
|
|
53
|
+
* The date and time the work request reached a terminal state, either {@code FAILED} or {@code SUCCEEDED}.
|
|
54
54
|
* Format is defined by RFC3339.
|
|
55
55
|
*
|
|
56
56
|
*/
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/AddDatabaseToolsConnectionLock.ts.html |here} to see how to use AddDatabaseToolsConnectionLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddDatabaseToolsConnectionLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface AddDatabaseToolsConnectionLockRequest extends common.BaseReques
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
35
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
36
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/AddDatabaseToolsPrivateEndpointLock.ts.html |here} to see how to use AddDatabaseToolsPrivateEndpointLockRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddDatabaseToolsPrivateEndpointLockRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface AddDatabaseToolsPrivateEndpointLockRequest extends common.BaseR
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match}
|
|
35
35
|
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
36
|
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ChangeDatabaseToolsConnectionCompartment.ts.html |here} to see how to use ChangeDatabaseToolsConnectionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseToolsConnectionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeDatabaseToolsConnectionCompartmentRequest extends common.
|
|
|
26
26
|
"changeDatabaseToolsConnectionCompartmentDetails": model.ChangeDatabaseToolsConnectionCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ChangeDatabaseToolsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDatabaseToolsPrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseToolsPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ChangeDatabaseToolsPrivateEndpointCompartmentRequest extends co
|
|
|
26
26
|
"changeDatabaseToolsPrivateEndpointCompartmentDetails": model.ChangeDatabaseToolsPrivateEndpointCompartmentDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
-
* for a resource, set the
|
|
29
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
30
30
|
* etag from a previous GET or POST response for that resource.
|
|
31
31
|
* The resource will be updated or deleted only if the etag you
|
|
32
32
|
* provide matches the resource's current etag value.
|
|
@@ -13,11 +13,11 @@
|
|
|
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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/CreateDatabaseToolsConnection.ts.html |here} to see how to use CreateDatabaseToolsConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* Details for the new
|
|
20
|
+
* Details for the new {@code DatabaseToolsConnection}.
|
|
21
21
|
*/
|
|
22
22
|
"createDatabaseToolsConnectionDetails": model.CreateDatabaseToolsConnectionGenericJdbcDetails | model.CreateDatabaseToolsConnectionPostgresqlDetails | model.CreateDatabaseToolsConnectionMySqlDetails | model.CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
23
23
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/CreateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use CreateDatabaseToolsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/DeleteDatabaseToolsConnection.ts.html |here} to see how to use DeleteDatabaseToolsConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteDatabaseToolsConnectionRequest extends common.BaseRequest
|
|
|
21
21
|
"databaseToolsConnectionId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/DeleteDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use DeleteDatabaseToolsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteDatabaseToolsPrivateEndpointRequest extends common.BaseRe
|
|
|
21
21
|
"databaseToolsPrivateEndpointId": string;
|
|
22
22
|
/**
|
|
23
23
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
24
|
-
* for a resource, set the
|
|
24
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
25
25
|
* etag from a previous GET or POST response for that resource.
|
|
26
26
|
* The resource will be updated or deleted only if the etag you
|
|
27
27
|
* provide matches the resource's current etag value.
|
|
@@ -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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/GetDatabaseToolsConnection.ts.html |here} to see how to use GetDatabaseToolsConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsConnectionRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/GetDatabaseToolsEndpointService.ts.html |here} to see how to use GetDatabaseToolsEndpointServiceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsEndpointServiceRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/GetDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use GetDatabaseToolsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsPrivateEndpointRequest 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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ListDatabaseToolsConnections.ts.html |here} to see how to use ListDatabaseToolsConnectionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsConnectionsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListDatabaseToolsConnectionsRequest extends common.BaseRequest
|
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
23
23
|
/**
|
|
24
|
-
* A filter to return only resources their
|
|
24
|
+
* A filter to return only resources their {@code lifecycleState} matches the specified {@code lifecycleState}.
|
|
25
25
|
*/
|
|
26
26
|
"lifecycleState"?: model.LifecycleState;
|
|
27
27
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ListDatabaseToolsEndpointServices.ts.html |here} to see how to use ListDatabaseToolsEndpointServicesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsEndpointServicesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -42,7 +42,7 @@ export interface ListDatabaseToolsEndpointServicesRequest extends common.BaseReq
|
|
|
42
42
|
*/
|
|
43
43
|
"opcRequestId"?: string;
|
|
44
44
|
/**
|
|
45
|
-
* A filter to return only resources their
|
|
45
|
+
* A filter to return only resources their {@code lifecycleState} matches the specified {@code lifecycleState}.
|
|
46
46
|
*/
|
|
47
47
|
"lifecycleState"?: model.LifecycleState;
|
|
48
48
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ListDatabaseToolsPrivateEndpoints.ts.html |here} to see how to use ListDatabaseToolsPrivateEndpointsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsPrivateEndpointsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListDatabaseToolsPrivateEndpointsRequest extends common.BaseReq
|
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
23
23
|
/**
|
|
24
|
-
* A filter to return only resources their
|
|
24
|
+
* A filter to return only resources their {@code subnetId} matches the specified {@code subnetId}.
|
|
25
25
|
*/
|
|
26
26
|
"subnetId"?: string;
|
|
27
27
|
/**
|
|
@@ -46,11 +46,11 @@ export interface ListDatabaseToolsPrivateEndpointsRequest extends common.BaseReq
|
|
|
46
46
|
*/
|
|
47
47
|
"opcRequestId"?: string;
|
|
48
48
|
/**
|
|
49
|
-
* A filter to return only resources their
|
|
49
|
+
* A filter to return only resources their {@code endpointServiceId} matches the specified {@code endpointServiceId}.
|
|
50
50
|
*/
|
|
51
51
|
"endpointServiceId"?: string;
|
|
52
52
|
/**
|
|
53
|
-
* A filter to return only resources their
|
|
53
|
+
* A filter to return only resources their {@code lifecycleState} matches the specified {@code lifecycleState}.
|
|
54
54
|
*/
|
|
55
55
|
"lifecycleState"?: model.LifecycleState;
|
|
56
56
|
/**
|
|
@@ -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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest 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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/databasetools/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|