oci-databasetools 2.6.1
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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +1521 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +255 -0
- package/lib/client.js +1366 -0
- package/lib/client.js.map +1 -0
- package/lib/databasetools-waiter.d.ts +52 -0
- package/lib/databasetools-waiter.js +100 -0
- package/lib/databasetools-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +31 -0
- package/lib/model/action-type.js +42 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-connection-compartment-details.js +29 -0
- package/lib/model/change-database-tools-connection-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js +29 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/connection-type.d.ts +27 -0
- package/lib/model/connection-type.js +38 -0
- package/lib/model/connection-type.js.map +1 -0
- package/lib/model/create-database-tools-connection-details.d.ts +48 -0
- package/lib/model/create-database-tools-connection-details.js +65 -0
- package/lib/model/create-database-tools-connection-details.js.map +1 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +50 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.js +78 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -0
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +70 -0
- package/lib/model/create-database-tools-private-endpoint-details.js +29 -0
- package/lib/model/create-database-tools-private-endpoint-details.js.map +1 -0
- package/lib/model/create-database-tools-related-resource-details.d.ts +30 -0
- package/lib/model/create-database-tools-related-resource-details.js +29 -0
- package/lib/model/create-database-tools-related-resource-details.js.map +1 -0
- package/lib/model/database-tools-allowed-network-sources.d.ts +34 -0
- package/lib/model/database-tools-allowed-network-sources.js +61 -0
- package/lib/model/database-tools-allowed-network-sources.js.map +1 -0
- package/lib/model/database-tools-connection-collection.d.ts +26 -0
- package/lib/model/database-tools-connection-collection.js +61 -0
- package/lib/model/database-tools-connection-collection.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +50 -0
- package/lib/model/database-tools-connection-oracle-database-summary.js +78 -0
- package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database.d.ts +50 -0
- package/lib/model/database-tools-connection-oracle-database.js +78 -0
- package/lib/model/database-tools-connection-oracle-database.js.map +1 -0
- package/lib/model/database-tools-connection-summary.d.ts +79 -0
- package/lib/model/database-tools-connection-summary.js +65 -0
- package/lib/model/database-tools-connection-summary.js.map +1 -0
- package/lib/model/database-tools-connection.d.ts +79 -0
- package/lib/model/database-tools-connection.js +65 -0
- package/lib/model/database-tools-connection.js.map +1 -0
- package/lib/model/database-tools-endpoint-service-collection.d.ts +26 -0
- package/lib/model/database-tools-endpoint-service-collection.js +61 -0
- package/lib/model/database-tools-endpoint-service-collection.js.map +1 -0
- package/lib/model/database-tools-endpoint-service-summary.d.ts +86 -0
- package/lib/model/database-tools-endpoint-service-summary.js +29 -0
- package/lib/model/database-tools-endpoint-service-summary.js.map +1 -0
- package/lib/model/database-tools-endpoint-service.d.ts +86 -0
- package/lib/model/database-tools-endpoint-service.js +29 -0
- package/lib/model/database-tools-endpoint-service.js.map +1 -0
- package/lib/model/database-tools-key-store-content-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-details.js +65 -0
- package/lib/model/database-tools-key-store-content-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id.js.map +1 -0
- package/lib/model/database-tools-key-store-content-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-summary.js +65 -0
- package/lib/model/database-tools-key-store-content-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content.d.ts +22 -0
- package/lib/model/database-tools-key-store-content.js +65 -0
- package/lib/model/database-tools-key-store-content.js.map +1 -0
- package/lib/model/database-tools-key-store-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-details.js +63 -0
- package/lib/model/database-tools-key-store-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-details.js +65 -0
- package/lib/model/database-tools-key-store-password-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id.js.map +1 -0
- package/lib/model/database-tools-key-store-password-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-summary.js +65 -0
- package/lib/model/database-tools-key-store-password-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password.d.ts +22 -0
- package/lib/model/database-tools-key-store-password.js +65 -0
- package/lib/model/database-tools-key-store-password.js.map +1 -0
- package/lib/model/database-tools-key-store-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-summary.js +63 -0
- package/lib/model/database-tools-key-store-summary.js.map +1 -0
- package/lib/model/database-tools-key-store.d.ts +28 -0
- package/lib/model/database-tools-key-store.js +63 -0
- package/lib/model/database-tools-key-store.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-collection.d.ts +26 -0
- package/lib/model/database-tools-private-endpoint-collection.js +61 -0
- package/lib/model/database-tools-private-endpoint-collection.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +28 -0
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +61 -0
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +27 -0
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +29 -0
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-summary.d.ts +118 -0
- package/lib/model/database-tools-private-endpoint-summary.js +57 -0
- package/lib/model/database-tools-private-endpoint-summary.js.map +1 -0
- package/lib/model/database-tools-private-endpoint.d.ts +118 -0
- package/lib/model/database-tools-private-endpoint.js +57 -0
- package/lib/model/database-tools-private-endpoint.js.map +1 -0
- package/lib/model/database-tools-related-resource.d.ts +30 -0
- package/lib/model/database-tools-related-resource.js +29 -0
- package/lib/model/database-tools-related-resource.js.map +1 -0
- package/lib/model/database-tools-user-password-details.d.ts +22 -0
- package/lib/model/database-tools-user-password-details.js +65 -0
- package/lib/model/database-tools-user-password-details.js.map +1 -0
- package/lib/model/database-tools-user-password-secret-id-details.d.ts +28 -0
- package/lib/model/database-tools-user-password-secret-id-details.js +54 -0
- package/lib/model/database-tools-user-password-secret-id-details.js.map +1 -0
- package/lib/model/database-tools-user-password-secret-id-summary.d.ts +28 -0
- package/lib/model/database-tools-user-password-secret-id-summary.js +54 -0
- package/lib/model/database-tools-user-password-secret-id-summary.js.map +1 -0
- package/lib/model/database-tools-user-password-secret-id.d.ts +28 -0
- package/lib/model/database-tools-user-password-secret-id.js +54 -0
- package/lib/model/database-tools-user-password-secret-id.js.map +1 -0
- package/lib/model/database-tools-user-password-summary.d.ts +22 -0
- package/lib/model/database-tools-user-password-summary.js +65 -0
- package/lib/model/database-tools-user-password-summary.js.map +1 -0
- package/lib/model/database-tools-user-password.d.ts +22 -0
- package/lib/model/database-tools-user-password.js +65 -0
- package/lib/model/database-tools-user-password.js.map +1 -0
- package/lib/model/database-tools-virtual-source.d.ts +29 -0
- package/lib/model/database-tools-virtual-source.js +29 -0
- package/lib/model/database-tools-virtual-source.js.map +1 -0
- package/lib/model/index.d.ts +148 -0
- package/lib/model/index.js +172 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/key-store-type.d.ts +30 -0
- package/lib/model/key-store-type.js +41 -0
- package/lib/model/key-store-type.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +32 -0
- package/lib/model/lifecycle-state.js +43 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +35 -0
- package/lib/model/operation-type.js +46 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/related-resource-entity-type.d.ts +29 -0
- package/lib/model/related-resource-entity-type.js +40 -0
- package/lib/model/related-resource-entity-type.js.map +1 -0
- package/lib/model/service-capability.d.ts +22 -0
- package/lib/model/service-capability.js +33 -0
- package/lib/model/service-capability.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-database-tools-connection-details.d.ts +44 -0
- package/lib/model/update-database-tools-connection-details.js +65 -0
- package/lib/model/update-database-tools-connection-details.js.map +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +50 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js +78 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -0
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +54 -0
- package/lib/model/update-database-tools-private-endpoint-details.js +29 -0
- package/lib/model/update-database-tools-private-endpoint-details.js.map +1 -0
- package/lib/model/update-database-tools-related-resource-details.d.ts +30 -0
- package/lib/model/update-database-tools-related-resource-details.js +29 -0
- package/lib/model/update-database-tools-related-resource-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.d.ts +22 -0
- package/lib/model/validate-database-tools-connection-details.js +65 -0
- package/lib/model/validate-database-tools-connection-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +24 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.js +54 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +32 -0
- package/lib/model/validate-database-tools-connection-oracle-database-result.js +54 -0
- package/lib/model/validate-database-tools-connection-oracle-database-result.js.map +1 -0
- package/lib/model/validate-database-tools-connection-result.d.ts +38 -0
- package/lib/model/validate-database-tools-connection-result.js +65 -0
- package/lib/model/validate-database-tools-connection-result.js.map +1 -0
- package/lib/model/work-request-collection.d.ts +26 -0
- package/lib/model/work-request-collection.js +61 -0
- package/lib/model/work-request-collection.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +62 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +62 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +49 -0
- package/lib/request/change-database-tools-connection-compartment-request.js +15 -0
- package/lib/request/change-database-tools-connection-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +49 -0
- package/lib/request/change-database-tools-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-database-tools-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/create-database-tools-connection-request.d.ts +36 -0
- package/lib/request/create-database-tools-connection-request.js +15 -0
- package/lib/request/create-database-tools-connection-request.js.map +1 -0
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +36 -0
- package/lib/request/create-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/create-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-database-tools-connection-request.d.ts +35 -0
- package/lib/request/delete-database-tools-connection-request.js +15 -0
- package/lib/request/delete-database-tools-connection-request.js.map +1 -0
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/delete-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/get-database-tools-connection-request.d.ts +26 -0
- package/lib/request/get-database-tools-connection-request.js +15 -0
- package/lib/request/get-database-tools-connection-request.js.map +1 -0
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +26 -0
- package/lib/request/get-database-tools-endpoint-service-request.js +15 -0
- package/lib/request/get-database-tools-endpoint-service-request.js.map +1 -0
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +26 -0
- package/lib/request/get-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/get-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +50 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-database-tools-connections-request.d.ts +62 -0
- package/lib/request/list-database-tools-connections-request.js +24 -0
- package/lib/request/list-database-tools-connections-request.js.map +1 -0
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +62 -0
- package/lib/request/list-database-tools-endpoint-services-request.js +24 -0
- package/lib/request/list-database-tools-endpoint-services-request.js.map +1 -0
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +66 -0
- package/lib/request/list-database-tools-private-endpoints-request.js +24 -0
- package/lib/request/list-database-tools-private-endpoints-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +50 -0
- package/lib/request/list-work-request-errors-request.js +24 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +50 -0
- package/lib/request/list-work-request-logs-request.js +24 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +53 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-database-tools-connection-request.d.ts +40 -0
- package/lib/request/update-database-tools-connection-request.js +15 -0
- package/lib/request/update-database-tools-connection-request.js.map +1 -0
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/update-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/validate-database-tools-connection-request.d.ts +40 -0
- package/lib/request/validate-database-tools-connection-request.js +15 -0
- package/lib/request/validate-database-tools-connection-request.js.map +1 -0
- package/lib/response/change-database-tools-connection-compartment-response.d.ts +25 -0
- package/lib/response/change-database-tools-connection-compartment-response.js +15 -0
- package/lib/response/change-database-tools-connection-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-private-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-database-tools-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-database-tools-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/create-database-tools-connection-response.d.ts +39 -0
- package/lib/response/create-database-tools-connection-response.js +15 -0
- package/lib/response/create-database-tools-connection-response.js.map +1 -0
- package/lib/response/create-database-tools-private-endpoint-response.d.ts +39 -0
- package/lib/response/create-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/create-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-database-tools-connection-response.d.ts +25 -0
- package/lib/response/delete-database-tools-connection-response.js +15 -0
- package/lib/response/delete-database-tools-connection-response.js.map +1 -0
- package/lib/response/delete-database-tools-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/delete-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/get-database-tools-connection-response.d.ts +30 -0
- package/lib/response/get-database-tools-connection-response.js +15 -0
- package/lib/response/get-database-tools-connection-response.js.map +1 -0
- package/lib/response/get-database-tools-endpoint-service-response.d.ts +30 -0
- package/lib/response/get-database-tools-endpoint-service-response.js +15 -0
- package/lib/response/get-database-tools-endpoint-service-response.js.map +1 -0
- package/lib/response/get-database-tools-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/get-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +50 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-database-tools-connections-response.d.ts +32 -0
- package/lib/response/list-database-tools-connections-response.js +15 -0
- package/lib/response/list-database-tools-connections-response.js.map +1 -0
- package/lib/response/list-database-tools-endpoint-services-response.d.ts +32 -0
- package/lib/response/list-database-tools-endpoint-services-response.js +15 -0
- package/lib/response/list-database-tools-endpoint-services-response.js.map +1 -0
- package/lib/response/list-database-tools-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-database-tools-private-endpoints-response.js +15 -0
- package/lib/response/list-database-tools-private-endpoints-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-database-tools-connection-response.d.ts +25 -0
- package/lib/response/update-database-tools-connection-response.js +15 -0
- package/lib/response/update-database-tools-connection-response.js.map +1 -0
- package/lib/response/update-database-tools-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/update-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/validate-database-tools-connection-response.d.ts +25 -0
- package/lib/response/validate-database-tools-connection-response.js +15 -0
- package/lib/response/validate-database-tools-connection-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
/**
|
|
15
|
+
* The information about new DatabaseToolsConnection for an Oracle Database
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateDatabaseToolsConnectionOracleDatabaseDetails extends model.CreateDatabaseToolsConnectionDetails {
|
|
18
|
+
"relatedResource"?: model.CreateDatabaseToolsRelatedResourceDetails;
|
|
19
|
+
/**
|
|
20
|
+
* Connect descriptor or Easy Connect Naming method to connect to the database.
|
|
21
|
+
*/
|
|
22
|
+
"connectionString"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Database user name.
|
|
25
|
+
*/
|
|
26
|
+
"userName"?: string;
|
|
27
|
+
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdDetails;
|
|
28
|
+
/**
|
|
29
|
+
* Advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
|
|
30
|
+
*/
|
|
31
|
+
"advancedProperties"?: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and
|
|
36
|
+
* the client private key and associated certificates required for client authentication.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"keyStores"?: Array<model.DatabaseToolsKeyStoreDetails>;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.
|
|
42
|
+
*/
|
|
43
|
+
"privateEndpointId"?: string;
|
|
44
|
+
"type": string;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace CreateDatabaseToolsConnectionOracleDatabaseDetails {
|
|
47
|
+
function getJsonObj(obj: CreateDatabaseToolsConnectionOracleDatabaseDetails, isParentJsonObj?: boolean): object;
|
|
48
|
+
const type = "ORACLE_DATABASE";
|
|
49
|
+
function getDeserializedJsonObj(obj: CreateDatabaseToolsConnectionOracleDatabaseDetails, isParentJsonObj?: boolean): object;
|
|
50
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.CreateDatabaseToolsConnectionOracleDatabaseDetails = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
37
|
+
(function (CreateDatabaseToolsConnectionOracleDatabaseDetails) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.CreateDatabaseToolsConnectionDetails.getJsonObj(obj))), {
|
|
42
|
+
"relatedResource": obj.relatedResource
|
|
43
|
+
? model.CreateDatabaseToolsRelatedResourceDetails.getJsonObj(obj.relatedResource)
|
|
44
|
+
: undefined,
|
|
45
|
+
"userPassword": obj.userPassword
|
|
46
|
+
? model.DatabaseToolsUserPasswordDetails.getJsonObj(obj.userPassword)
|
|
47
|
+
: undefined,
|
|
48
|
+
"keyStores": obj.keyStores
|
|
49
|
+
? obj.keyStores.map(item => {
|
|
50
|
+
return model.DatabaseToolsKeyStoreDetails.getJsonObj(item);
|
|
51
|
+
})
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
CreateDatabaseToolsConnectionOracleDatabaseDetails.getJsonObj = getJsonObj;
|
|
57
|
+
CreateDatabaseToolsConnectionOracleDatabaseDetails.type = "ORACLE_DATABASE";
|
|
58
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
60
|
+
? obj
|
|
61
|
+
: model.CreateDatabaseToolsConnectionDetails.getDeserializedJsonObj(obj))), {
|
|
62
|
+
"relatedResource": obj.relatedResource
|
|
63
|
+
? model.CreateDatabaseToolsRelatedResourceDetails.getDeserializedJsonObj(obj.relatedResource)
|
|
64
|
+
: undefined,
|
|
65
|
+
"userPassword": obj.userPassword
|
|
66
|
+
? model.DatabaseToolsUserPasswordDetails.getDeserializedJsonObj(obj.userPassword)
|
|
67
|
+
: undefined,
|
|
68
|
+
"keyStores": obj.keyStores
|
|
69
|
+
? obj.keyStores.map(item => {
|
|
70
|
+
return model.DatabaseToolsKeyStoreDetails.getDeserializedJsonObj(item);
|
|
71
|
+
})
|
|
72
|
+
: undefined
|
|
73
|
+
});
|
|
74
|
+
return jsonObj;
|
|
75
|
+
}
|
|
76
|
+
CreateDatabaseToolsConnectionOracleDatabaseDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
77
|
+
})(CreateDatabaseToolsConnectionOracleDatabaseDetails = exports.CreateDatabaseToolsConnectionOracleDatabaseDetails || (exports.CreateDatabaseToolsConnectionOracleDatabaseDetails = {}));
|
|
78
|
+
//# sourceMappingURL=create-database-tools-connection-oracle-database-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-connection-oracle-database-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-connection-oracle-database-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoClC,IAAiB,kDAAkD,CA8DlE;AA9DD,WAAiB,kDAAkD;IACjE,SAAgB,UAAU,CACxB,GAAuD,EACvD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,UAAU,CACpD,GAAG,CACmD,CAAC,GAC1D;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,6DAAU,aA4BzB,CAAA;IACY,uDAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAuD,EACvD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAChE,GAAG,CACmD,CAAC,GAC1D;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,yCAAyC,CAAC,sBAAsB,CACpE,GAAG,CAAC,eAAe,CACpB;gBACH,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA9Be,yEAAsB,yBA8BrC,CAAA;AACH,CAAC,EA9DgB,kDAAkD,GAAlD,0DAAkD,KAAlD,0DAAkD,QA8DlE"}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
/**
|
|
14
|
+
* The information about new DatabaseToolsPrivateEndpoint.
|
|
15
|
+
*/
|
|
16
|
+
export interface CreateDatabaseToolsPrivateEndpointDetails {
|
|
17
|
+
/**
|
|
18
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing Compartment.
|
|
19
|
+
*/
|
|
20
|
+
"compartmentId": string;
|
|
21
|
+
/**
|
|
22
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
23
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"definedTags"?: {
|
|
27
|
+
[key: string]: {
|
|
28
|
+
[key: string]: any;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
/**
|
|
32
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
33
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
34
|
+
*
|
|
35
|
+
*/
|
|
36
|
+
"freeformTags"?: {
|
|
37
|
+
[key: string]: string;
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
41
|
+
*/
|
|
42
|
+
"displayName": string;
|
|
43
|
+
/**
|
|
44
|
+
* A description of the DatabaseToolsPrivateEndpoint.
|
|
45
|
+
*/
|
|
46
|
+
"description"?: string;
|
|
47
|
+
/**
|
|
48
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsEndpointService.
|
|
49
|
+
*/
|
|
50
|
+
"endpointServiceId": string;
|
|
51
|
+
/**
|
|
52
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet that the private endpoint belongs to.
|
|
53
|
+
*/
|
|
54
|
+
"subnetId": string;
|
|
55
|
+
/**
|
|
56
|
+
* The private IP address that represents the access point for the associated endpoint service.
|
|
57
|
+
*/
|
|
58
|
+
"privateEndpointIp"?: string;
|
|
59
|
+
/**
|
|
60
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups
|
|
61
|
+
* that the private endpoint's VNIC belongs to. For more information about NSGs, see
|
|
62
|
+
* {@link NetworkSecurityGroup}.
|
|
63
|
+
*
|
|
64
|
+
*/
|
|
65
|
+
"nsgIds"?: Array<string>;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace CreateDatabaseToolsPrivateEndpointDetails {
|
|
68
|
+
function getJsonObj(obj: CreateDatabaseToolsPrivateEndpointDetails): object;
|
|
69
|
+
function getDeserializedJsonObj(obj: CreateDatabaseToolsPrivateEndpointDetails): object;
|
|
70
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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.CreateDatabaseToolsPrivateEndpointDetails = void 0;
|
|
16
|
+
var CreateDatabaseToolsPrivateEndpointDetails;
|
|
17
|
+
(function (CreateDatabaseToolsPrivateEndpointDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CreateDatabaseToolsPrivateEndpointDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CreateDatabaseToolsPrivateEndpointDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CreateDatabaseToolsPrivateEndpointDetails = exports.CreateDatabaseToolsPrivateEndpointDetails || (exports.CreateDatabaseToolsPrivateEndpointDetails = {}));
|
|
29
|
+
//# sourceMappingURL=create-database-tools-private-endpoint-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-private-endpoint-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-private-endpoint-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAsDH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
/**
|
|
15
|
+
* The related resource
|
|
16
|
+
*/
|
|
17
|
+
export interface CreateDatabaseToolsRelatedResourceDetails {
|
|
18
|
+
/**
|
|
19
|
+
* The resource entity type.
|
|
20
|
+
*/
|
|
21
|
+
"entityType": model.RelatedResourceEntityType;
|
|
22
|
+
/**
|
|
23
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the related resource.
|
|
24
|
+
*/
|
|
25
|
+
"identifier": string;
|
|
26
|
+
}
|
|
27
|
+
export declare namespace CreateDatabaseToolsRelatedResourceDetails {
|
|
28
|
+
function getJsonObj(obj: CreateDatabaseToolsRelatedResourceDetails): object;
|
|
29
|
+
function getDeserializedJsonObj(obj: CreateDatabaseToolsRelatedResourceDetails): object;
|
|
30
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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.CreateDatabaseToolsRelatedResourceDetails = void 0;
|
|
16
|
+
var CreateDatabaseToolsRelatedResourceDetails;
|
|
17
|
+
(function (CreateDatabaseToolsRelatedResourceDetails) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
CreateDatabaseToolsRelatedResourceDetails.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
CreateDatabaseToolsRelatedResourceDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(CreateDatabaseToolsRelatedResourceDetails = exports.CreateDatabaseToolsRelatedResourceDetails || (exports.CreateDatabaseToolsRelatedResourceDetails = {}));
|
|
29
|
+
//# sourceMappingURL=create-database-tools-related-resource-details.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-related-resource-details.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/create-database-tools-related-resource-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,yCAAyC,CAWzD;AAXD,WAAiB,yCAAyC;IACxD,SAAgB,UAAU,CAAC,GAA8C;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8C;QACnF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gEAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,yCAAyC,GAAzC,iDAAyC,KAAzC,iDAAyC,QAWzD"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
/**
|
|
15
|
+
* Allow to restrict access to only requests that come from the specified public or virtual source IP addresses.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
export interface DatabaseToolsAllowedNetworkSources {
|
|
19
|
+
/**
|
|
20
|
+
* A list of allowed public IPs and CIDR blocks.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"publicSourceList"?: Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* A list of allowed VCN [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) and IP ranges pairs.
|
|
26
|
+
* Example:`\"vcnId\": \"ocid1.vcn.oc1.iad.aaaaaaaaexampleuniqueID\", \"ipRanges\": [ \"129.213.39.0/24\" ]`
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"virtualSourceList"?: Array<model.DatabaseToolsVirtualSource>;
|
|
30
|
+
}
|
|
31
|
+
export declare namespace DatabaseToolsAllowedNetworkSources {
|
|
32
|
+
function getJsonObj(obj: DatabaseToolsAllowedNetworkSources): object;
|
|
33
|
+
function getDeserializedJsonObj(obj: DatabaseToolsAllowedNetworkSources): object;
|
|
34
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsAllowedNetworkSources = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsAllowedNetworkSources;
|
|
37
|
+
(function (DatabaseToolsAllowedNetworkSources) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"virtualSourceList": obj.virtualSourceList
|
|
41
|
+
? obj.virtualSourceList.map(item => {
|
|
42
|
+
return model.DatabaseToolsVirtualSource.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsAllowedNetworkSources.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"virtualSourceList": obj.virtualSourceList
|
|
52
|
+
? obj.virtualSourceList.map(item => {
|
|
53
|
+
return model.DatabaseToolsVirtualSource.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DatabaseToolsAllowedNetworkSources.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DatabaseToolsAllowedNetworkSources = exports.DatabaseToolsAllowedNetworkSources || (exports.DatabaseToolsAllowedNetworkSources = {}));
|
|
61
|
+
//# sourceMappingURL=database-tools-allowed-network-sources.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-allowed-network-sources.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-allowed-network-sources.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,kCAAkC,CA6BlD;AA7BD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA6BlD"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
/**
|
|
15
|
+
* List of DatabaseToolsConnectionSummary items.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionCollection {
|
|
18
|
+
/**
|
|
19
|
+
* Array of DatabaseToolsConnectionSummary.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.DatabaseToolsConnectionSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DatabaseToolsConnectionCollection {
|
|
24
|
+
function getJsonObj(obj: DatabaseToolsConnectionCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionCollection): object;
|
|
26
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsConnectionCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionCollection;
|
|
37
|
+
(function (DatabaseToolsConnectionCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.DatabaseToolsConnectionSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsConnectionCollection.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"items": obj.items
|
|
52
|
+
? obj.items.map(item => {
|
|
53
|
+
return model.DatabaseToolsConnectionSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DatabaseToolsConnectionCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DatabaseToolsConnectionCollection = exports.DatabaseToolsConnectionCollection || (exports.DatabaseToolsConnectionCollection = {}));
|
|
61
|
+
//# sourceMappingURL=database-tools-connection-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-collection.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,iCAAiC,CA6BjD;AA7BD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,4CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QA6BjD"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Database Tools
|
|
3
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
4
|
+
* OpenAPI spec version: 20201005
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2021, 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
|
+
/**
|
|
15
|
+
* DatabaseToolsConnectionSummary of an Oracle Database.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsConnectionOracleDatabaseSummary extends model.DatabaseToolsConnectionSummary {
|
|
18
|
+
"relatedResource"?: model.DatabaseToolsRelatedResource;
|
|
19
|
+
/**
|
|
20
|
+
* Connect descriptor or Easy Connect Naming method to connect to the database.
|
|
21
|
+
*/
|
|
22
|
+
"connectionString"?: string;
|
|
23
|
+
/**
|
|
24
|
+
* Database user name.
|
|
25
|
+
*/
|
|
26
|
+
"userName"?: string;
|
|
27
|
+
"userPassword"?: model.DatabaseToolsUserPasswordSecretIdSummary;
|
|
28
|
+
/**
|
|
29
|
+
* Advanced connection properties key-value pair (e.g., oracle.net.ssl_server_dn_match).
|
|
30
|
+
*/
|
|
31
|
+
"advancedProperties"?: {
|
|
32
|
+
[key: string]: string;
|
|
33
|
+
};
|
|
34
|
+
/**
|
|
35
|
+
* Oracle wallet or Java Keystores containing trusted certificates for authenticating the server's public certificate and
|
|
36
|
+
* the client private key and associated certificates required for client authentication.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"keyStores"?: Array<model.DatabaseToolsKeyStoreSummary>;
|
|
40
|
+
/**
|
|
41
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsPrivateEndpoint used to access the database in the Customer VCN.
|
|
42
|
+
*/
|
|
43
|
+
"privateEndpointId"?: string;
|
|
44
|
+
"type": string;
|
|
45
|
+
}
|
|
46
|
+
export declare namespace DatabaseToolsConnectionOracleDatabaseSummary {
|
|
47
|
+
function getJsonObj(obj: DatabaseToolsConnectionOracleDatabaseSummary, isParentJsonObj?: boolean): object;
|
|
48
|
+
const type = "ORACLE_DATABASE";
|
|
49
|
+
function getDeserializedJsonObj(obj: DatabaseToolsConnectionOracleDatabaseSummary, isParentJsonObj?: boolean): object;
|
|
50
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2021, 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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.DatabaseToolsConnectionOracleDatabaseSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsConnectionOracleDatabaseSummary;
|
|
37
|
+
(function (DatabaseToolsConnectionOracleDatabaseSummary) {
|
|
38
|
+
function getJsonObj(obj, isParentJsonObj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
40
|
+
? obj
|
|
41
|
+
: model.DatabaseToolsConnectionSummary.getJsonObj(obj))), {
|
|
42
|
+
"relatedResource": obj.relatedResource
|
|
43
|
+
? model.DatabaseToolsRelatedResource.getJsonObj(obj.relatedResource)
|
|
44
|
+
: undefined,
|
|
45
|
+
"userPassword": obj.userPassword
|
|
46
|
+
? model.DatabaseToolsUserPasswordSummary.getJsonObj(obj.userPassword)
|
|
47
|
+
: undefined,
|
|
48
|
+
"keyStores": obj.keyStores
|
|
49
|
+
? obj.keyStores.map(item => {
|
|
50
|
+
return model.DatabaseToolsKeyStoreSummary.getJsonObj(item);
|
|
51
|
+
})
|
|
52
|
+
: undefined
|
|
53
|
+
});
|
|
54
|
+
return jsonObj;
|
|
55
|
+
}
|
|
56
|
+
DatabaseToolsConnectionOracleDatabaseSummary.getJsonObj = getJsonObj;
|
|
57
|
+
DatabaseToolsConnectionOracleDatabaseSummary.type = "ORACLE_DATABASE";
|
|
58
|
+
function getDeserializedJsonObj(obj, isParentJsonObj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, (isParentJsonObj
|
|
60
|
+
? obj
|
|
61
|
+
: model.DatabaseToolsConnectionSummary.getDeserializedJsonObj(obj))), {
|
|
62
|
+
"relatedResource": obj.relatedResource
|
|
63
|
+
? model.DatabaseToolsRelatedResource.getDeserializedJsonObj(obj.relatedResource)
|
|
64
|
+
: undefined,
|
|
65
|
+
"userPassword": obj.userPassword
|
|
66
|
+
? model.DatabaseToolsUserPasswordSummary.getDeserializedJsonObj(obj.userPassword)
|
|
67
|
+
: undefined,
|
|
68
|
+
"keyStores": obj.keyStores
|
|
69
|
+
? obj.keyStores.map(item => {
|
|
70
|
+
return model.DatabaseToolsKeyStoreSummary.getDeserializedJsonObj(item);
|
|
71
|
+
})
|
|
72
|
+
: undefined
|
|
73
|
+
});
|
|
74
|
+
return jsonObj;
|
|
75
|
+
}
|
|
76
|
+
DatabaseToolsConnectionOracleDatabaseSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
77
|
+
})(DatabaseToolsConnectionOracleDatabaseSummary = exports.DatabaseToolsConnectionOracleDatabaseSummary || (exports.DatabaseToolsConnectionOracleDatabaseSummary = {}));
|
|
78
|
+
//# sourceMappingURL=database-tools-connection-oracle-database-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-connection-oracle-database-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-connection-oracle-database-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAoClC,IAAiB,4CAA4C,CA4D5D;AA5DD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CACxB,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,UAAU,CAC9C,GAAG,CAC6C,CAAC,GACpD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACpE,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,UAAU,CAAC,GAAG,CAAC,YAAY,CAAC;gBACrE,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC7D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,uDAAU,aA4BzB,CAAA;IACY,iDAAI,GAAG,iBAAiB,CAAC;IACtC,SAAgB,sBAAsB,CACpC,GAAiD,EACjD,eAAyB;QAEzB,MAAM,OAAO,mCACR,CAAC,eAAe;YACjB,CAAC,CAAC,GAAG;YACL,CAAC,CAAE,KAAK,CAAC,8BAA8B,CAAC,sBAAsB,CAC1D,GAAG,CAC6C,CAAC,GACpD;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBAChF,CAAC,CAAC,SAAS;YAEb,cAAc,EAAE,GAAG,CAAC,YAAY;gBAC9B,CAAC,CAAC,KAAK,CAAC,gCAAgC,CAAC,sBAAsB,CAAC,GAAG,CAAC,YAAY,CAAC;gBACjF,CAAC,CAAC,SAAS;YAEb,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACzE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IA5Be,mEAAsB,yBA4BrC,CAAA;AACH,CAAC,EA5DgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QA4D5D"}
|