oci-databasemanagement 2.91.1 → 2.92.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/model/basic-database-connection-string-details.d.ts +6 -1
- package/lib/model/basic-database-connection-string-details.js +5 -0
- package/lib/model/basic-database-connection-string-details.js.map +1 -1
- package/lib/model/database-connection-credentials.js +4 -0
- package/lib/model/database-connection-credentials.js.map +1 -1
- package/lib/model/database-connection-details.d.ts +1 -1
- package/lib/model/database-connection-details.js.map +1 -1
- package/lib/model/database-diagnostics-and-management-feature-configuration.d.ts +6 -1
- package/lib/model/database-diagnostics-and-management-feature-configuration.js +5 -0
- package/lib/model/database-diagnostics-and-management-feature-configuration.js.map +1 -1
- package/lib/model/database-feature-configuration.d.ts +6 -1
- package/lib/model/database-feature-configuration.js +13 -0
- package/lib/model/database-feature-configuration.js.map +1 -1
- package/lib/model/database-feature-details.js +8 -0
- package/lib/model/database-feature-details.js.map +1 -1
- package/lib/model/database-lifecycle-feature-configuration.d.ts +41 -0
- package/lib/model/database-lifecycle-feature-configuration.js +67 -0
- package/lib/model/database-lifecycle-feature-configuration.js.map +1 -0
- package/lib/model/database-lifecycle-management-feature-details.d.ts +27 -0
- package/lib/model/database-lifecycle-management-feature-details.js +57 -0
- package/lib/model/database-lifecycle-management-feature-details.js.map +1 -0
- package/lib/model/database-named-credential-connection-details.d.ts +34 -0
- package/lib/model/database-named-credential-connection-details.js +57 -0
- package/lib/model/database-named-credential-connection-details.js.map +1 -0
- package/lib/model/database-sql-watch-feature-configuration.d.ts +27 -0
- package/lib/model/database-sql-watch-feature-configuration.js +57 -0
- package/lib/model/database-sql-watch-feature-configuration.js.map +1 -0
- package/lib/model/database-sql-watch-feature-details.d.ts +27 -0
- package/lib/model/database-sql-watch-feature-details.js +57 -0
- package/lib/model/database-sql-watch-feature-details.js.map +1 -0
- package/lib/model/db-management-feature.d.ts +8 -1
- package/lib/model/db-management-feature.js +7 -0
- package/lib/model/db-management-feature.js.map +1 -1
- package/lib/model/enable-database-management-feature-details.d.ts +1 -1
- package/lib/model/enable-database-management-feature-details.js.map +1 -1
- package/lib/model/enable-external-container-database-management-feature-details.d.ts +1 -1
- package/lib/model/enable-external-container-database-management-feature-details.js.map +1 -1
- package/lib/model/enable-external-non-container-database-management-feature-details.d.ts +1 -1
- package/lib/model/enable-external-non-container-database-management-feature-details.js.map +1 -1
- package/lib/model/enable-external-pluggable-database-management-feature-details.d.ts +1 -1
- package/lib/model/enable-external-pluggable-database-management-feature-details.js.map +1 -1
- package/lib/model/enable-pluggable-database-management-feature-details.d.ts +1 -1
- package/lib/model/enable-pluggable-database-management-feature-details.js.map +1 -1
- package/lib/model/external-database-connection-info.d.ts +1 -1
- package/lib/model/external-database-connection-info.js.map +1 -1
- package/lib/model/external-database-feature-details.js +8 -0
- package/lib/model/external-database-feature-details.js.map +1 -1
- package/lib/model/external-database-lifecycle-management-feature-details.d.ts +36 -0
- package/lib/model/external-database-lifecycle-management-feature-details.js +62 -0
- package/lib/model/external-database-lifecycle-management-feature-details.js.map +1 -0
- package/lib/model/external-database-sql-watch-feature-details.d.ts +27 -0
- package/lib/model/external-database-sql-watch-feature-details.js +57 -0
- package/lib/model/external-database-sql-watch-feature-details.js.map +1 -0
- package/lib/model/external-database-summary.d.ts +12 -0
- package/lib/model/external-database-summary.js +10 -0
- package/lib/model/external-database-summary.js.map +1 -1
- package/lib/model/external-pluggable-database-feature-details.js +8 -0
- package/lib/model/external-pluggable-database-feature-details.js.map +1 -1
- package/lib/model/external-pluggable-database-lifecycle-management-feature-details.d.ts +27 -0
- package/lib/model/external-pluggable-database-lifecycle-management-feature-details.js +57 -0
- package/lib/model/external-pluggable-database-lifecycle-management-feature-details.js.map +1 -0
- package/lib/model/external-pluggable-database-sql-watch-feature-details.d.ts +27 -0
- package/lib/model/external-pluggable-database-sql-watch-feature-details.js +57 -0
- package/lib/model/external-pluggable-database-sql-watch-feature-details.js.map +1 -0
- package/lib/model/index.d.ts +18 -0
- package/lib/model/index.js +20 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/managed-database-summary.d.ts +8 -0
- package/lib/model/managed-database-summary.js +34 -2
- package/lib/model/managed-database-summary.js.map +1 -1
- package/lib/model/managed-database.d.ts +8 -0
- package/lib/model/managed-database.js +10 -0
- package/lib/model/managed-database.js.map +1 -1
- package/lib/model/modify-database-management-feature-details.d.ts +1 -1
- package/lib/model/modify-database-management-feature-details.js.map +1 -1
- package/lib/model/modify-pluggable-database-management-feature-details.d.ts +1 -1
- package/lib/model/modify-pluggable-database-management-feature-details.js.map +1 -1
- package/package.json +3 -3
|
@@ -35,7 +35,12 @@ export interface BasicDatabaseConnectionStringDetails extends model.DatabaseConn
|
|
|
35
35
|
export declare namespace BasicDatabaseConnectionStringDetails {
|
|
36
36
|
enum Protocol {
|
|
37
37
|
Tcp = "TCP",
|
|
38
|
-
Tcps = "TCPS"
|
|
38
|
+
Tcps = "TCPS",
|
|
39
|
+
/**
|
|
40
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
41
|
+
* version of the SDK.
|
|
42
|
+
*/
|
|
43
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
39
44
|
}
|
|
40
45
|
function getJsonObj(obj: BasicDatabaseConnectionStringDetails, isParentJsonObj?: boolean): object;
|
|
41
46
|
const connectionType = "BASIC";
|
|
@@ -42,6 +42,11 @@ var BasicDatabaseConnectionStringDetails;
|
|
|
42
42
|
(function (Protocol) {
|
|
43
43
|
Protocol["Tcp"] = "TCP";
|
|
44
44
|
Protocol["Tcps"] = "TCPS";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
Protocol["UnknownValue"] = "UNKNOWN_VALUE";
|
|
45
50
|
})(Protocol = BasicDatabaseConnectionStringDetails.Protocol || (BasicDatabaseConnectionStringDetails.Protocol = {}));
|
|
46
51
|
function getJsonObj(obj, isParentJsonObj) {
|
|
47
52
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"basic-database-connection-string-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/basic-database-connection-string-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,oCAAoC,
|
|
1
|
+
{"version":3,"file":"basic-database-connection-string-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/basic-database-connection-string-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwBlC,IAAiB,oCAAoC,CA0CpD;AA1CD,WAAiB,oCAAoC;IACnD,IAAY,QAQX;IARD,WAAY,QAAQ;QAClB,uBAAW,CAAA;QACX,yBAAa,CAAA;QACb;;;WAGG;QACH,0CAA8B,CAAA;IAChC,CAAC,EARW,QAAQ,GAAR,6CAAQ,KAAR,6CAAQ,QAQnB;IAED,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAC/C,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,+CAAU,aAczB,CAAA;IACY,mDAAc,GAAG,OAAO,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAC3D,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QA0CpD"}
|
|
@@ -43,6 +43,8 @@ var DatabaseConnectionCredentials;
|
|
|
43
43
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
44
44
|
if (obj && "credentialType" in obj && obj.credentialType) {
|
|
45
45
|
switch (obj.credentialType) {
|
|
46
|
+
case "NAMED_CREDENTIAL":
|
|
47
|
+
return model.DatabaseNamedCredentialConnectionDetails.getJsonObj(jsonObj, true);
|
|
46
48
|
case "NAME_REFERENCE":
|
|
47
49
|
return model.DatabaseConnectionCredentailsByName.getJsonObj(jsonObj, true);
|
|
48
50
|
case "SSL_DETAILS":
|
|
@@ -61,6 +63,8 @@ var DatabaseConnectionCredentials;
|
|
|
61
63
|
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
62
64
|
if (obj && "credentialType" in obj && obj.credentialType) {
|
|
63
65
|
switch (obj.credentialType) {
|
|
66
|
+
case "NAMED_CREDENTIAL":
|
|
67
|
+
return model.DatabaseNamedCredentialConnectionDetails.getDeserializedJsonObj(jsonObj, true);
|
|
64
68
|
case "NAME_REFERENCE":
|
|
65
69
|
return model.DatabaseConnectionCredentailsByName.getDeserializedJsonObj(jsonObj, true);
|
|
66
70
|
case "SSL_DETAILS":
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-connection-credentials.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-connection-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAWtC,IAAiB,6BAA6B,
|
|
1
|
+
{"version":3,"file":"database-connection-credentials.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-connection-credentials.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAWtC,IAAiB,6BAA6B,CA+D7C;AA/DD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,wCAAwC,CAAC,UAAU,CACL,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,mCAAmC,CAAC,UAAU,CACL,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,gCAAgC,CAAC,UAAU,CACL,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,sCAAsC,CAAC,UAAU,CACL,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,wCAAU,aA8BzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,gBAAgB,IAAI,GAAG,IAAI,GAAG,CAAC,cAAc,EAAE;YACxD,QAAQ,GAAG,CAAC,cAAc,EAAE;gBAC1B,KAAK,kBAAkB;oBACrB,OAAO,KAAK,CAAC,wCAAwC,CAAC,sBAAsB,CACjB,OAAQ,EACjE,IAAI,CACL,CAAC;gBACJ,KAAK,gBAAgB;oBACnB,OAAO,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CACjB,OAAQ,EAC5D,IAAI,CACL,CAAC;gBACJ,KAAK,aAAa;oBAChB,OAAO,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CACjB,OAAQ,EACzD,IAAI,CACL,CAAC;gBACJ,KAAK,SAAS;oBACZ,OAAO,KAAK,CAAC,sCAAsC,CAAC,sBAAsB,CACjB,OAAQ,EAC/D,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,cAAc,EAAE,CAAC,CAAC;aAC7F;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,oDAAsB,yBA8BrC,CAAA;AACH,CAAC,EA/DgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA+D7C"}
|
|
@@ -19,7 +19,7 @@ import * as model from "../model";
|
|
|
19
19
|
*/
|
|
20
20
|
export interface DatabaseConnectionDetails {
|
|
21
21
|
"connectionString": model.BasicDatabaseConnectionStringDetails;
|
|
22
|
-
"connectionCredentials": model.DatabaseConnectionCredentailsByName | model.DatabaseSslConnectionCredentials | model.DatabaseConnectionCredentialsByDetails;
|
|
22
|
+
"connectionCredentials": model.DatabaseNamedCredentialConnectionDetails | model.DatabaseConnectionCredentailsByName | model.DatabaseSslConnectionCredentials | model.DatabaseConnectionCredentialsByDetails;
|
|
23
23
|
}
|
|
24
24
|
export declare namespace DatabaseConnectionDetails {
|
|
25
25
|
function getJsonObj(obj: DatabaseConnectionDetails): object;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;
|
|
1
|
+
{"version":3,"file":"database-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,yBAAyB,CA+BzC;AA/BD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACxE,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBAC3E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,+BAA+B,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACpF,CAAC,CAAC,SAAS;YACb,uBAAuB,EAAE,GAAG,CAAC,qBAAqB;gBAChD,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,GAAG,CAAC,qBAAqB,CAAC;gBACvF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gDAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QA+BzC"}
|
|
@@ -28,7 +28,12 @@ export interface DatabaseDiagnosticsAndManagementFeatureConfiguration extends mo
|
|
|
28
28
|
export declare namespace DatabaseDiagnosticsAndManagementFeatureConfiguration {
|
|
29
29
|
enum LicenseModel {
|
|
30
30
|
LicenseIncluded = "LICENSE_INCLUDED",
|
|
31
|
-
BringYourOwnLicense = "BRING_YOUR_OWN_LICENSE"
|
|
31
|
+
BringYourOwnLicense = "BRING_YOUR_OWN_LICENSE",
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
32
37
|
}
|
|
33
38
|
function getJsonObj(obj: DatabaseDiagnosticsAndManagementFeatureConfiguration, isParentJsonObj?: boolean): object;
|
|
34
39
|
const feature = "DIAGNOSTICS_AND_MANAGEMENT";
|
|
@@ -42,6 +42,11 @@ var DatabaseDiagnosticsAndManagementFeatureConfiguration;
|
|
|
42
42
|
(function (LicenseModel) {
|
|
43
43
|
LicenseModel["LicenseIncluded"] = "LICENSE_INCLUDED";
|
|
44
44
|
LicenseModel["BringYourOwnLicense"] = "BRING_YOUR_OWN_LICENSE";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
LicenseModel["UnknownValue"] = "UNKNOWN_VALUE";
|
|
45
50
|
})(LicenseModel = DatabaseDiagnosticsAndManagementFeatureConfiguration.LicenseModel || (DatabaseDiagnosticsAndManagementFeatureConfiguration.LicenseModel = {}));
|
|
46
51
|
function getJsonObj(obj, isParentJsonObj) {
|
|
47
52
|
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-diagnostics-and-management-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-diagnostics-and-management-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,oDAAoD,
|
|
1
|
+
{"version":3,"file":"database-diagnostics-and-management-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-diagnostics-and-management-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,oDAAoD,CA0CpE;AA1CD,WAAiB,oDAAoD;IACnE,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,oDAAoC,CAAA;QACpC,8DAA8C,CAAA;QAC9C;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,iEAAY,KAAZ,iEAAY,QAQvB;IAED,SAAgB,UAAU,CACxB,GAAyD,EACzD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAC5C,GAAG,CACqD,CAAC,GAC5D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,+DAAU,aAczB,CAAA;IACY,4DAAO,GAAG,4BAA4B,CAAC;IACpD,SAAgB,sBAAsB,CACpC,GAAyD,EACzD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACqD,CAAC,GAC5D,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2EAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,oDAAoD,GAApD,4DAAoD,KAApD,4DAAoD,QA0CpE"}
|
|
@@ -38,7 +38,12 @@ export declare namespace DatabaseFeatureConfiguration {
|
|
|
38
38
|
EnabledWithWarnings = "ENABLED_WITH_WARNINGS",
|
|
39
39
|
PendingDisable = "PENDING_DISABLE",
|
|
40
40
|
Enabling = "ENABLING",
|
|
41
|
-
Disabling = "DISABLING"
|
|
41
|
+
Disabling = "DISABLING",
|
|
42
|
+
/**
|
|
43
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
44
|
+
* version of the SDK.
|
|
45
|
+
*/
|
|
46
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
42
47
|
}
|
|
43
48
|
function getJsonObj(obj: DatabaseFeatureConfiguration): object;
|
|
44
49
|
function getDeserializedJsonObj(obj: DatabaseFeatureConfiguration): object;
|
|
@@ -51,6 +51,11 @@ var DatabaseFeatureConfiguration;
|
|
|
51
51
|
FeatureStatus["PendingDisable"] = "PENDING_DISABLE";
|
|
52
52
|
FeatureStatus["Enabling"] = "ENABLING";
|
|
53
53
|
FeatureStatus["Disabling"] = "DISABLING";
|
|
54
|
+
/**
|
|
55
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
56
|
+
* version of the SDK.
|
|
57
|
+
*/
|
|
58
|
+
FeatureStatus["UnknownValue"] = "UNKNOWN_VALUE";
|
|
54
59
|
})(FeatureStatus = DatabaseFeatureConfiguration.FeatureStatus || (DatabaseFeatureConfiguration.FeatureStatus = {}));
|
|
55
60
|
function getJsonObj(obj) {
|
|
56
61
|
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
@@ -65,6 +70,10 @@ var DatabaseFeatureConfiguration;
|
|
|
65
70
|
switch (obj.feature) {
|
|
66
71
|
case "DIAGNOSTICS_AND_MANAGEMENT":
|
|
67
72
|
return model.DatabaseDiagnosticsAndManagementFeatureConfiguration.getJsonObj(jsonObj, true);
|
|
73
|
+
case "DB_LIFECYCLE_MANAGEMENT":
|
|
74
|
+
return model.DatabaseLifecycleFeatureConfiguration.getJsonObj(jsonObj, true);
|
|
75
|
+
case "SQLWATCH":
|
|
76
|
+
return model.DatabaseSqlWatchFeatureConfiguration.getJsonObj(jsonObj, true);
|
|
68
77
|
default:
|
|
69
78
|
if (common.LOG.logger)
|
|
70
79
|
common.LOG.logger.info(`Unknown value for: ${obj.feature}`);
|
|
@@ -86,6 +95,10 @@ var DatabaseFeatureConfiguration;
|
|
|
86
95
|
switch (obj.feature) {
|
|
87
96
|
case "DIAGNOSTICS_AND_MANAGEMENT":
|
|
88
97
|
return model.DatabaseDiagnosticsAndManagementFeatureConfiguration.getDeserializedJsonObj(jsonObj, true);
|
|
98
|
+
case "DB_LIFECYCLE_MANAGEMENT":
|
|
99
|
+
return model.DatabaseLifecycleFeatureConfiguration.getDeserializedJsonObj(jsonObj, true);
|
|
100
|
+
case "SQLWATCH":
|
|
101
|
+
return model.DatabaseSqlWatchFeatureConfiguration.getDeserializedJsonObj(jsonObj, true);
|
|
89
102
|
default:
|
|
90
103
|
if (common.LOG.logger)
|
|
91
104
|
common.LOG.logger.info(`Unknown value for: ${obj.feature}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAoBtC,IAAiB,4BAA4B,
|
|
1
|
+
{"version":3,"file":"database-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-feature-configuration.ts"],"names":[],"mappings":"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"}
|
|
@@ -52,6 +52,10 @@ var DatabaseFeatureDetails;
|
|
|
52
52
|
switch (obj.feature) {
|
|
53
53
|
case "DIAGNOSTICS_AND_MANAGEMENT":
|
|
54
54
|
return model.DatabaseDiagnosticsAndManagementFeatureDetails.getJsonObj(jsonObj, true);
|
|
55
|
+
case "DB_LIFECYCLE_MANAGEMENT":
|
|
56
|
+
return model.DatabaseLifecycleManagementFeatureDetails.getJsonObj(jsonObj, true);
|
|
57
|
+
case "SQLWATCH":
|
|
58
|
+
return model.DatabaseSqlWatchFeatureDetails.getJsonObj(jsonObj, true);
|
|
55
59
|
default:
|
|
56
60
|
if (common.LOG.logger)
|
|
57
61
|
common.LOG.logger.info(`Unknown value for: ${obj.feature}`);
|
|
@@ -73,6 +77,10 @@ var DatabaseFeatureDetails;
|
|
|
73
77
|
switch (obj.feature) {
|
|
74
78
|
case "DIAGNOSTICS_AND_MANAGEMENT":
|
|
75
79
|
return model.DatabaseDiagnosticsAndManagementFeatureDetails.getDeserializedJsonObj(jsonObj, true);
|
|
80
|
+
case "DB_LIFECYCLE_MANAGEMENT":
|
|
81
|
+
return model.DatabaseLifecycleManagementFeatureDetails.getDeserializedJsonObj(jsonObj, true);
|
|
82
|
+
case "SQLWATCH":
|
|
83
|
+
return model.DatabaseSqlWatchFeatureDetails.getDeserializedJsonObj(jsonObj, true);
|
|
76
84
|
default:
|
|
77
85
|
if (common.LOG.logger)
|
|
78
86
|
common.LOG.logger.info(`Unknown value for: ${obj.feature}`);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database-feature-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-feature-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAetC,IAAiB,sBAAsB,
|
|
1
|
+
{"version":3,"file":"database-feature-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-feature-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AAetC,IAAiB,sBAAsB,CAyEtC;AAzED,WAAiB,sBAAsB;IACrC,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzD,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,SAAS,IAAI,GAAG,IAAI,GAAG,CAAC,OAAO,EAAE;YAC1C,QAAQ,GAAG,CAAC,OAAO,EAAE;gBACnB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,8CAA8C,CAAC,UAAU,CACL,OAAQ,EACvE,IAAI,CACL,CAAC;gBACJ,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,yCAAyC,CAAC,UAAU,CACL,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CACL,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC;aACtF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAnCe,iCAAU,aAmCzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,2BAA2B,EAAE,GAAG,CAAC,yBAAyB;gBACxD,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,GAAG,CAAC,yBAAyB,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,gBAAgB,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACrE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,IAAI,GAAG,IAAI,SAAS,IAAI,GAAG,IAAI,GAAG,CAAC,OAAO,EAAE;YAC1C,QAAQ,GAAG,CAAC,OAAO,EAAE;gBACnB,KAAK,4BAA4B;oBAC/B,OAAO,KAAK,CAAC,8CAA8C,CAAC,sBAAsB,CACjB,OAAQ,EACvE,IAAI,CACL,CAAC;gBACJ,KAAK,yBAAyB;oBAC5B,OAAO,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACjB,OAAQ,EAClE,IAAI,CACL,CAAC;gBACJ,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CACjB,OAAQ,EACvD,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,OAAO,EAAE,CAAC,CAAC;aACtF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAnCe,6CAAsB,yBAmCrC,CAAA;AACH,CAAC,EAzEgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyEtC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The details required to enable the Database Lifecycle Management feature.
|
|
19
|
+
*/
|
|
20
|
+
export interface DatabaseLifecycleFeatureConfiguration extends model.DatabaseFeatureConfiguration {
|
|
21
|
+
/**
|
|
22
|
+
* The Oracle license model that applies to the external database.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"licenseModel"?: DatabaseLifecycleFeatureConfiguration.LicenseModel;
|
|
26
|
+
"feature": string;
|
|
27
|
+
}
|
|
28
|
+
export declare namespace DatabaseLifecycleFeatureConfiguration {
|
|
29
|
+
enum LicenseModel {
|
|
30
|
+
LicenseIncluded = "LICENSE_INCLUDED",
|
|
31
|
+
BringYourOwnLicense = "BRING_YOUR_OWN_LICENSE",
|
|
32
|
+
/**
|
|
33
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
|
+
* version of the SDK.
|
|
35
|
+
*/
|
|
36
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
37
|
+
}
|
|
38
|
+
function getJsonObj(obj: DatabaseLifecycleFeatureConfiguration, isParentJsonObj?: boolean): object;
|
|
39
|
+
const feature = "DB_LIFECYCLE_MANAGEMENT";
|
|
40
|
+
function getDeserializedJsonObj(obj: DatabaseLifecycleFeatureConfiguration, isParentJsonObj?: boolean): object;
|
|
41
|
+
}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DatabaseLifecycleFeatureConfiguration = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DatabaseLifecycleFeatureConfiguration;
|
|
40
|
+
(function (DatabaseLifecycleFeatureConfiguration) {
|
|
41
|
+
let LicenseModel;
|
|
42
|
+
(function (LicenseModel) {
|
|
43
|
+
LicenseModel["LicenseIncluded"] = "LICENSE_INCLUDED";
|
|
44
|
+
LicenseModel["BringYourOwnLicense"] = "BRING_YOUR_OWN_LICENSE";
|
|
45
|
+
/**
|
|
46
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
47
|
+
* version of the SDK.
|
|
48
|
+
*/
|
|
49
|
+
LicenseModel["UnknownValue"] = "UNKNOWN_VALUE";
|
|
50
|
+
})(LicenseModel = DatabaseLifecycleFeatureConfiguration.LicenseModel || (DatabaseLifecycleFeatureConfiguration.LicenseModel = {}));
|
|
51
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
53
|
+
? obj
|
|
54
|
+
: model.DatabaseFeatureConfiguration.getJsonObj(obj))), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
DatabaseLifecycleFeatureConfiguration.getJsonObj = getJsonObj;
|
|
58
|
+
DatabaseLifecycleFeatureConfiguration.feature = "DB_LIFECYCLE_MANAGEMENT";
|
|
59
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
60
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
61
|
+
? obj
|
|
62
|
+
: model.DatabaseFeatureConfiguration.getDeserializedJsonObj(obj))), {});
|
|
63
|
+
return jsonObj;
|
|
64
|
+
}
|
|
65
|
+
DatabaseLifecycleFeatureConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
66
|
+
})(DatabaseLifecycleFeatureConfiguration = exports.DatabaseLifecycleFeatureConfiguration || (exports.DatabaseLifecycleFeatureConfiguration = {}));
|
|
67
|
+
//# sourceMappingURL=database-lifecycle-feature-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-lifecycle-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-lifecycle-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,qCAAqC,CA0CrD;AA1CD,WAAiB,qCAAqC;IACpD,IAAY,YAQX;IARD,WAAY,YAAY;QACtB,oDAAoC,CAAA;QACpC,8DAA8C,CAAA;QAC9C;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EARW,YAAY,GAAZ,kDAAY,KAAZ,kDAAY,QAQvB;IAED,SAAgB,UAAU,CACxB,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAC5C,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gDAAU,aAczB,CAAA;IACY,6CAAO,GAAG,yBAAyB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA0C,EAC1C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACsC,CAAC,GAC7C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4DAAsB,yBAcrC,CAAA;AACH,CAAC,EA1CgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QA0CrD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The details required to enable the Database Lifecycle Management feature.
|
|
19
|
+
*/
|
|
20
|
+
export interface DatabaseLifecycleManagementFeatureDetails extends model.DatabaseFeatureDetails {
|
|
21
|
+
"feature": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DatabaseLifecycleManagementFeatureDetails {
|
|
24
|
+
function getJsonObj(obj: DatabaseLifecycleManagementFeatureDetails, isParentJsonObj?: boolean): object;
|
|
25
|
+
const feature = "DB_LIFECYCLE_MANAGEMENT";
|
|
26
|
+
function getDeserializedJsonObj(obj: DatabaseLifecycleManagementFeatureDetails, isParentJsonObj?: boolean): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DatabaseLifecycleManagementFeatureDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DatabaseLifecycleManagementFeatureDetails;
|
|
40
|
+
(function (DatabaseLifecycleManagementFeatureDetails) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.DatabaseFeatureDetails.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
DatabaseLifecycleManagementFeatureDetails.getJsonObj = getJsonObj;
|
|
48
|
+
DatabaseLifecycleManagementFeatureDetails.feature = "DB_LIFECYCLE_MANAGEMENT";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.DatabaseFeatureDetails.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
DatabaseLifecycleManagementFeatureDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(DatabaseLifecycleManagementFeatureDetails = exports.DatabaseLifecycleManagementFeatureDetails || (exports.DatabaseLifecycleManagementFeatureDetails = {}));
|
|
57
|
+
//# sourceMappingURL=database-lifecycle-management-feature-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-lifecycle-management-feature-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-lifecycle-management-feature-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,yCAAyC,CAgCzD;AAhCD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CACxB,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,UAAU,CACtC,GAAG,CAC0C,CAAC,GACjD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,oDAAU,aAczB,CAAA;IACY,iDAAO,GAAG,yBAAyB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA8C,EAC9C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,sBAAsB,CAAC,sBAAsB,CAClD,GAAG,CAC0C,CAAC,GACjD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gEAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAgCzD"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* User provides a named credential OCID, which will be used to retrieve the password to connect to the database.
|
|
19
|
+
*
|
|
20
|
+
*/
|
|
21
|
+
export interface DatabaseNamedCredentialConnectionDetails extends model.DatabaseConnectionCredentials {
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the Named Credential
|
|
24
|
+
* where the database password metadata is stored.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"namedCredentialId": string;
|
|
28
|
+
"credentialType": string;
|
|
29
|
+
}
|
|
30
|
+
export declare namespace DatabaseNamedCredentialConnectionDetails {
|
|
31
|
+
function getJsonObj(obj: DatabaseNamedCredentialConnectionDetails, isParentJsonObj?: boolean): object;
|
|
32
|
+
const credentialType = "NAMED_CREDENTIAL";
|
|
33
|
+
function getDeserializedJsonObj(obj: DatabaseNamedCredentialConnectionDetails, isParentJsonObj?: boolean): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DatabaseNamedCredentialConnectionDetails = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DatabaseNamedCredentialConnectionDetails;
|
|
40
|
+
(function (DatabaseNamedCredentialConnectionDetails) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.DatabaseConnectionCredentials.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
DatabaseNamedCredentialConnectionDetails.getJsonObj = getJsonObj;
|
|
48
|
+
DatabaseNamedCredentialConnectionDetails.credentialType = "NAMED_CREDENTIAL";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.DatabaseConnectionCredentials.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
DatabaseNamedCredentialConnectionDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(DatabaseNamedCredentialConnectionDetails = exports.DatabaseNamedCredentialConnectionDetails || (exports.DatabaseNamedCredentialConnectionDetails = {}));
|
|
57
|
+
//# sourceMappingURL=database-named-credential-connection-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-named-credential-connection-details.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-named-credential-connection-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAmBlC,IAAiB,wCAAwC,CAgCxD;AAhCD,WAAiB,wCAAwC;IACvD,SAAgB,UAAU,CACxB,GAA6C,EAC7C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAC7C,GAAG,CACyC,CAAC,GAChD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mDAAU,aAczB,CAAA;IACY,uDAAc,GAAG,kBAAkB,CAAC;IACjD,SAAgB,sBAAsB,CACpC,GAA6C,EAC7C,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CACzD,GAAG,CACyC,CAAC,GAChD,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,+DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,wCAAwC,GAAxC,gDAAwC,KAAxC,gDAAwC,QAgCxD"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Management API
|
|
3
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
4
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
5
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
6
|
+
|
|
7
|
+
* OpenAPI spec version: 20201101
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
11
|
+
* Do not edit the class manually.
|
|
12
|
+
*
|
|
13
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
14
|
+
* 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.
|
|
15
|
+
*/
|
|
16
|
+
import * as model from "../model";
|
|
17
|
+
/**
|
|
18
|
+
* The details required to enable the SQL Watch feature.
|
|
19
|
+
*/
|
|
20
|
+
export interface DatabaseSqlWatchFeatureConfiguration extends model.DatabaseFeatureConfiguration {
|
|
21
|
+
"feature": string;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DatabaseSqlWatchFeatureConfiguration {
|
|
24
|
+
function getJsonObj(obj: DatabaseSqlWatchFeatureConfiguration, isParentJsonObj?: boolean): object;
|
|
25
|
+
const feature = "SQLWATCH";
|
|
26
|
+
function getDeserializedJsonObj(obj: DatabaseSqlWatchFeatureConfiguration, isParentJsonObj?: boolean): object;
|
|
27
|
+
}
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Management API
|
|
4
|
+
* Use the Database Management API to monitor and manage resources such as
|
|
5
|
+
Oracle Databases, MySQL Databases, and External Database Systems.
|
|
6
|
+
For more information, see [Database Management](/iaas/database-management/home.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20201101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* 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.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
37
|
+
exports.DatabaseSqlWatchFeatureConfiguration = void 0;
|
|
38
|
+
const model = __importStar(require("../model"));
|
|
39
|
+
var DatabaseSqlWatchFeatureConfiguration;
|
|
40
|
+
(function (DatabaseSqlWatchFeatureConfiguration) {
|
|
41
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
42
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
43
|
+
? obj
|
|
44
|
+
: model.DatabaseFeatureConfiguration.getJsonObj(obj))), {});
|
|
45
|
+
return jsonObj;
|
|
46
|
+
}
|
|
47
|
+
DatabaseSqlWatchFeatureConfiguration.getJsonObj = getJsonObj;
|
|
48
|
+
DatabaseSqlWatchFeatureConfiguration.feature = "SQLWATCH";
|
|
49
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
51
|
+
? obj
|
|
52
|
+
: model.DatabaseFeatureConfiguration.getDeserializedJsonObj(obj))), {});
|
|
53
|
+
return jsonObj;
|
|
54
|
+
}
|
|
55
|
+
DatabaseSqlWatchFeatureConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
56
|
+
})(DatabaseSqlWatchFeatureConfiguration = exports.DatabaseSqlWatchFeatureConfiguration || (exports.DatabaseSqlWatchFeatureConfiguration = {}));
|
|
57
|
+
//# sourceMappingURL=database-sql-watch-feature-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-sql-watch-feature-configuration.js","sourceRoot":"","sources":["../../../../../lib/databasemanagement/lib/model/database-sql-watch-feature-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,oCAAoC,CAgCpD;AAhCD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAC5C,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,+CAAU,aAczB,CAAA;IACY,4CAAO,GAAG,UAAU,CAAC;IAClC,SAAgB,sBAAsB,CACpC,GAAyC,EACzC,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CACxD,GAAG,CACqC,CAAC,GAC5C,EAAE,CACN,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,2DAAsB,yBAcrC,CAAA;AACH,CAAC,EAhCgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAgCpD"}
|