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,65 @@
|
|
|
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.DatabaseToolsKeyStorePassword = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStorePassword;
|
|
37
|
+
(function (DatabaseToolsKeyStorePassword) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
40
|
+
if ("valueType" in obj && obj.valueType) {
|
|
41
|
+
switch (obj.valueType) {
|
|
42
|
+
case "SECRETID":
|
|
43
|
+
return model.DatabaseToolsKeyStorePasswordSecretId.getJsonObj(jsonObj, true);
|
|
44
|
+
default:
|
|
45
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
return jsonObj;
|
|
49
|
+
}
|
|
50
|
+
DatabaseToolsKeyStorePassword.getJsonObj = getJsonObj;
|
|
51
|
+
function getDeserializedJsonObj(obj) {
|
|
52
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
53
|
+
if ("valueType" in obj && obj.valueType) {
|
|
54
|
+
switch (obj.valueType) {
|
|
55
|
+
case "SECRETID":
|
|
56
|
+
return model.DatabaseToolsKeyStorePasswordSecretId.getDeserializedJsonObj(jsonObj, true);
|
|
57
|
+
default:
|
|
58
|
+
throw Error("Unknown value for: " + obj.valueType);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
return jsonObj;
|
|
62
|
+
}
|
|
63
|
+
DatabaseToolsKeyStorePassword.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
64
|
+
})(DatabaseToolsKeyStorePassword = exports.DatabaseToolsKeyStorePassword || (exports.DatabaseToolsKeyStorePassword = {}));
|
|
65
|
+
//# sourceMappingURL=database-tools-key-store-password.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-password.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-password.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAUlC,IAAiB,6BAA6B,CAiC7C;AAjCD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,qCAAqC,CAAC,UAAU,CACL,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,wCAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,WAAW,IAAI,GAAG,IAAI,GAAG,CAAC,SAAS,EAAE;YACvC,QAAQ,GAAG,CAAC,SAAS,EAAE;gBACrB,KAAK,UAAU;oBACb,OAAO,KAAK,CAAC,qCAAqC,CAAC,sBAAsB,CACjB,OAAQ,EAC9D,IAAI,CACL,CAAC;gBACJ;oBACE,MAAM,KAAK,CAAC,qBAAqB,GAAG,GAAG,CAAC,SAAS,CAAC,CAAC;aACtD;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,oDAAsB,yBAerC,CAAA;AACH,CAAC,EAjCgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAiC7C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 key store secrets.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStoreSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The key store type.
|
|
20
|
+
*/
|
|
21
|
+
"keyStoreType"?: model.KeyStoreType;
|
|
22
|
+
"keyStoreContent"?: model.DatabaseToolsKeyStoreContentSecretIdSummary;
|
|
23
|
+
"keyStorePassword"?: model.DatabaseToolsKeyStorePasswordSecretIdSummary;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace DatabaseToolsKeyStoreSummary {
|
|
26
|
+
function getJsonObj(obj: DatabaseToolsKeyStoreSummary): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStoreSummary): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.DatabaseToolsKeyStoreSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStoreSummary;
|
|
37
|
+
(function (DatabaseToolsKeyStoreSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"keyStoreContent": obj.keyStoreContent
|
|
41
|
+
? model.DatabaseToolsKeyStoreContentSummary.getJsonObj(obj.keyStoreContent)
|
|
42
|
+
: undefined,
|
|
43
|
+
"keyStorePassword": obj.keyStorePassword
|
|
44
|
+
? model.DatabaseToolsKeyStorePasswordSummary.getJsonObj(obj.keyStorePassword)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
DatabaseToolsKeyStoreSummary.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"keyStoreContent": obj.keyStoreContent
|
|
53
|
+
? model.DatabaseToolsKeyStoreContentSummary.getDeserializedJsonObj(obj.keyStoreContent)
|
|
54
|
+
: undefined,
|
|
55
|
+
"keyStorePassword": obj.keyStorePassword
|
|
56
|
+
? model.DatabaseToolsKeyStorePasswordSummary.getDeserializedJsonObj(obj.keyStorePassword)
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
DatabaseToolsKeyStoreSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(DatabaseToolsKeyStoreSummary = exports.DatabaseToolsKeyStoreSummary || (exports.DatabaseToolsKeyStoreSummary = {}));
|
|
63
|
+
//# sourceMappingURL=database-tools-key-store-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,4BAA4B,CA+B5C;AA/BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBAC3E,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAC7E,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,uCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,mCAAmC,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBACvF,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,oCAAoC,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACzF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,mDAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA+B5C"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 details of the key store.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsKeyStore {
|
|
18
|
+
/**
|
|
19
|
+
* The key store type.
|
|
20
|
+
*/
|
|
21
|
+
"keyStoreType"?: model.KeyStoreType;
|
|
22
|
+
"keyStoreContent"?: model.DatabaseToolsKeyStoreContentSecretId;
|
|
23
|
+
"keyStorePassword"?: model.DatabaseToolsKeyStorePasswordSecretId;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace DatabaseToolsKeyStore {
|
|
26
|
+
function getJsonObj(obj: DatabaseToolsKeyStore): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsKeyStore): object;
|
|
28
|
+
}
|
|
@@ -0,0 +1,63 @@
|
|
|
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.DatabaseToolsKeyStore = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsKeyStore;
|
|
37
|
+
(function (DatabaseToolsKeyStore) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"keyStoreContent": obj.keyStoreContent
|
|
41
|
+
? model.DatabaseToolsKeyStoreContent.getJsonObj(obj.keyStoreContent)
|
|
42
|
+
: undefined,
|
|
43
|
+
"keyStorePassword": obj.keyStorePassword
|
|
44
|
+
? model.DatabaseToolsKeyStorePassword.getJsonObj(obj.keyStorePassword)
|
|
45
|
+
: undefined
|
|
46
|
+
});
|
|
47
|
+
return jsonObj;
|
|
48
|
+
}
|
|
49
|
+
DatabaseToolsKeyStore.getJsonObj = getJsonObj;
|
|
50
|
+
function getDeserializedJsonObj(obj) {
|
|
51
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
52
|
+
"keyStoreContent": obj.keyStoreContent
|
|
53
|
+
? model.DatabaseToolsKeyStoreContent.getDeserializedJsonObj(obj.keyStoreContent)
|
|
54
|
+
: undefined,
|
|
55
|
+
"keyStorePassword": obj.keyStorePassword
|
|
56
|
+
? model.DatabaseToolsKeyStorePassword.getDeserializedJsonObj(obj.keyStorePassword)
|
|
57
|
+
: undefined
|
|
58
|
+
});
|
|
59
|
+
return jsonObj;
|
|
60
|
+
}
|
|
61
|
+
DatabaseToolsKeyStore.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
62
|
+
})(DatabaseToolsKeyStore = exports.DatabaseToolsKeyStore || (exports.DatabaseToolsKeyStore = {}));
|
|
63
|
+
//# sourceMappingURL=database-tools-key-store.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-key-store.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-key-store.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAelC,IAAiB,qBAAqB,CA+BrC;AA/BD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,UAAU,CAAC,GAAG,CAAC,eAAe,CAAC;gBACpE,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,UAAU,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBACtE,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,gCAAU,aAczB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,iBAAiB,EAAE,GAAG,CAAC,eAAe;gBACpC,CAAC,CAAC,KAAK,CAAC,4BAA4B,CAAC,sBAAsB,CAAC,GAAG,CAAC,eAAe,CAAC;gBAChF,CAAC,CAAC,SAAS;YACb,kBAAkB,EAAE,GAAG,CAAC,gBAAgB;gBACtC,CAAC,CAAC,KAAK,CAAC,6BAA6B,CAAC,sBAAsB,CAAC,GAAG,CAAC,gBAAgB,CAAC;gBAClF,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAde,4CAAsB,yBAcrC,CAAA;AACH,CAAC,EA/BgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QA+BrC"}
|
|
@@ -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 DatabaseToolsPrivateEndpointSummary items.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsPrivateEndpointCollection {
|
|
18
|
+
/**
|
|
19
|
+
* Array of DatabaseToolsPrivateEndpointSummary.
|
|
20
|
+
*/
|
|
21
|
+
"items": Array<model.DatabaseToolsPrivateEndpointSummary>;
|
|
22
|
+
}
|
|
23
|
+
export declare namespace DatabaseToolsPrivateEndpointCollection {
|
|
24
|
+
function getJsonObj(obj: DatabaseToolsPrivateEndpointCollection): object;
|
|
25
|
+
function getDeserializedJsonObj(obj: DatabaseToolsPrivateEndpointCollection): 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.DatabaseToolsPrivateEndpointCollection = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsPrivateEndpointCollection;
|
|
37
|
+
(function (DatabaseToolsPrivateEndpointCollection) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"items": obj.items
|
|
41
|
+
? obj.items.map(item => {
|
|
42
|
+
return model.DatabaseToolsPrivateEndpointSummary.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsPrivateEndpointCollection.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.DatabaseToolsPrivateEndpointSummary.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DatabaseToolsPrivateEndpointCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DatabaseToolsPrivateEndpointCollection = exports.DatabaseToolsPrivateEndpointCollection || (exports.DatabaseToolsPrivateEndpointCollection = {}));
|
|
61
|
+
//# sourceMappingURL=database-tools-private-endpoint-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-private-endpoint-collection.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-private-endpoint-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,sCAAsC,CA6BtD;AA7BD,WAAiB,sCAAsC;IACrD,SAAgB,UAAU,CAAC,GAA2C;QACpE,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,mCAAmC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2C;QAChF,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,mCAAmC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,sCAAsC,GAAtC,8CAAsC,KAAtC,8CAAsC,QA6BtD"}
|
|
@@ -0,0 +1,28 @@
|
|
|
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
|
+
* Reverse connection configuration details of Private Endpoint.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsPrivateEndpointReverseConnectionConfiguration {
|
|
18
|
+
/**
|
|
19
|
+
* A list of IP addresses in the customer VCN to be used as the source IPs for reverse connection packets
|
|
20
|
+
* traveling from the service's VCN to the customer's VCN.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"reverseConnectionsSourceIps"?: Array<model.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp>;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace DatabaseToolsPrivateEndpointReverseConnectionConfiguration {
|
|
26
|
+
function getJsonObj(obj: DatabaseToolsPrivateEndpointReverseConnectionConfiguration): object;
|
|
27
|
+
function getDeserializedJsonObj(obj: DatabaseToolsPrivateEndpointReverseConnectionConfiguration): object;
|
|
28
|
+
}
|
|
@@ -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.DatabaseToolsPrivateEndpointReverseConnectionConfiguration = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var DatabaseToolsPrivateEndpointReverseConnectionConfiguration;
|
|
37
|
+
(function (DatabaseToolsPrivateEndpointReverseConnectionConfiguration) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"reverseConnectionsSourceIps": obj.reverseConnectionsSourceIps
|
|
41
|
+
? obj.reverseConnectionsSourceIps.map(item => {
|
|
42
|
+
return model.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
DatabaseToolsPrivateEndpointReverseConnectionConfiguration.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"reverseConnectionsSourceIps": obj.reverseConnectionsSourceIps
|
|
52
|
+
? obj.reverseConnectionsSourceIps.map(item => {
|
|
53
|
+
return model.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
DatabaseToolsPrivateEndpointReverseConnectionConfiguration.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(DatabaseToolsPrivateEndpointReverseConnectionConfiguration = exports.DatabaseToolsPrivateEndpointReverseConnectionConfiguration || (exports.DatabaseToolsPrivateEndpointReverseConnectionConfiguration = {}));
|
|
61
|
+
//# sourceMappingURL=database-tools-private-endpoint-reverse-connection-configuration.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-private-endpoint-reverse-connection-configuration.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-private-endpoint-reverse-connection-configuration.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiBlC,IAAiB,0DAA0D,CAmC1E;AAnCD,WAAiB,0DAA0D;IACzE,SAAgB,UAAU,CACxB,GAA+D;QAE/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,GAAG,CAAC,2BAA2B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzC,OAAO,KAAK,CAAC,sDAAsD,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACvF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qEAAU,aAezB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA+D;QAE/D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,GAAG,CAAC,2BAA2B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzC,OAAO,KAAK,CAAC,sDAAsD,CAAC,sBAAsB,CACxF,IAAI,CACL,CAAC;gBACJ,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,iFAAsB,yBAiBrC,CAAA;AACH,CAAC,EAnCgB,0DAA0D,GAA1D,kEAA0D,KAA1D,kEAA0D,QAmC1E"}
|
|
@@ -0,0 +1,27 @@
|
|
|
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
|
+
* Source IP information for reverse connection configuration.
|
|
15
|
+
*/
|
|
16
|
+
export interface DatabaseToolsPrivateEndpointReverseConnectionsSourceIp {
|
|
17
|
+
/**
|
|
18
|
+
* The IP address in the customer's VCN to be used as the source IP for reverse connection packets
|
|
19
|
+
* traveling from the customer's VCN to the service's VCN.
|
|
20
|
+
*
|
|
21
|
+
*/
|
|
22
|
+
"sourceIp"?: string;
|
|
23
|
+
}
|
|
24
|
+
export declare namespace DatabaseToolsPrivateEndpointReverseConnectionsSourceIp {
|
|
25
|
+
function getJsonObj(obj: DatabaseToolsPrivateEndpointReverseConnectionsSourceIp): object;
|
|
26
|
+
function getDeserializedJsonObj(obj: DatabaseToolsPrivateEndpointReverseConnectionsSourceIp): object;
|
|
27
|
+
}
|
|
@@ -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.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp = void 0;
|
|
16
|
+
var DatabaseToolsPrivateEndpointReverseConnectionsSourceIp;
|
|
17
|
+
(function (DatabaseToolsPrivateEndpointReverseConnectionsSourceIp) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
DatabaseToolsPrivateEndpointReverseConnectionsSourceIp.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(DatabaseToolsPrivateEndpointReverseConnectionsSourceIp = exports.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp || (exports.DatabaseToolsPrivateEndpointReverseConnectionsSourceIp = {}));
|
|
29
|
+
//# sourceMappingURL=database-tools-private-endpoint-reverse-connections-source-ip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"database-tools-private-endpoint-reverse-connections-source-ip.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAiBH,IAAiB,sDAAsD,CAatE;AAbD,WAAiB,sDAAsD;IACrE,SAAgB,UAAU,CAAC,GAA2D;QACpF,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iEAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAA2D;QAE3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IANe,6EAAsB,yBAMrC,CAAA;AACH,CAAC,EAbgB,sDAAsD,GAAtD,8DAAsD,KAAtD,8DAAsD,QAatE"}
|
|
@@ -0,0 +1,118 @@
|
|
|
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
|
+
* Summary of the DatabaseToolsPrivateEndpoint.
|
|
16
|
+
*/
|
|
17
|
+
export interface DatabaseToolsPrivateEndpointSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the containing Compartment.
|
|
20
|
+
*/
|
|
21
|
+
"compartmentId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
24
|
+
* Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"definedTags"?: {
|
|
28
|
+
[key: string]: {
|
|
29
|
+
[key: string]: any;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
34
|
+
* Example: `{\"bar-key\": \"value\"}`
|
|
35
|
+
*
|
|
36
|
+
*/
|
|
37
|
+
"freeformTags"?: {
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
};
|
|
40
|
+
/**
|
|
41
|
+
* Usage of system tag keys. These predefined keys are scoped to namespaces.
|
|
42
|
+
* Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
|
|
43
|
+
*
|
|
44
|
+
*/
|
|
45
|
+
"systemTags"?: {
|
|
46
|
+
[key: string]: {
|
|
47
|
+
[key: string]: any;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
/**
|
|
51
|
+
* A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
|
|
52
|
+
*/
|
|
53
|
+
"displayName"?: string;
|
|
54
|
+
/**
|
|
55
|
+
* A description of the DatabaseToolsPrivateEndpoint.
|
|
56
|
+
*/
|
|
57
|
+
"description"?: string;
|
|
58
|
+
/**
|
|
59
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsPrivateEndpoint.
|
|
60
|
+
*/
|
|
61
|
+
"id": string;
|
|
62
|
+
/**
|
|
63
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the DatabaseToolsEndpointService.
|
|
64
|
+
*/
|
|
65
|
+
"endpointServiceId": string;
|
|
66
|
+
/**
|
|
67
|
+
* The time the DatabaseToolsPrivateEndpoint was created. An RFC3339 formatted datetime string
|
|
68
|
+
*/
|
|
69
|
+
"timeCreated": Date;
|
|
70
|
+
/**
|
|
71
|
+
* The time the DatabaseToolsPrivateEndpoint was updated. An RFC3339 formatted datetime string
|
|
72
|
+
*/
|
|
73
|
+
"timeUpdated": Date;
|
|
74
|
+
/**
|
|
75
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the VCN that the private endpoint belongs to.
|
|
76
|
+
*/
|
|
77
|
+
"vcnId"?: string;
|
|
78
|
+
/**
|
|
79
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the subnet that the private endpoint belongs to.
|
|
80
|
+
*/
|
|
81
|
+
"subnetId": string;
|
|
82
|
+
/**
|
|
83
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the private endpoint's VNIC.
|
|
84
|
+
*/
|
|
85
|
+
"privateEndpointVnicId"?: string;
|
|
86
|
+
/**
|
|
87
|
+
* The private IP address that represents the access point for the associated endpoint service.
|
|
88
|
+
*/
|
|
89
|
+
"privateEndpointIp"?: string;
|
|
90
|
+
/**
|
|
91
|
+
* Then FQDN to use for the private endpoint.
|
|
92
|
+
*/
|
|
93
|
+
"endpointFqdn"?: string;
|
|
94
|
+
/**
|
|
95
|
+
* A list of additional FQDNs that can be also be used for the private endpoint.
|
|
96
|
+
*/
|
|
97
|
+
"additionalFqdns"?: Array<string>;
|
|
98
|
+
/**
|
|
99
|
+
* The current state of the DatabaseToolsPrivateEndpoint.
|
|
100
|
+
*/
|
|
101
|
+
"lifecycleState": model.LifecycleState;
|
|
102
|
+
/**
|
|
103
|
+
* A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
|
|
104
|
+
*/
|
|
105
|
+
"lifecycleDetails"?: string;
|
|
106
|
+
/**
|
|
107
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of the network security groups
|
|
108
|
+
* that the private endpoint's VNIC belongs to. For more information about NSGs, see
|
|
109
|
+
* {@link NetworkSecurityGroup}.
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
"nsgIds"?: Array<string>;
|
|
113
|
+
"reverseConnectionConfiguration"?: model.DatabaseToolsPrivateEndpointReverseConnectionConfiguration;
|
|
114
|
+
}
|
|
115
|
+
export declare namespace DatabaseToolsPrivateEndpointSummary {
|
|
116
|
+
function getJsonObj(obj: DatabaseToolsPrivateEndpointSummary): object;
|
|
117
|
+
function getDeserializedJsonObj(obj: DatabaseToolsPrivateEndpointSummary): object;
|
|
118
|
+
}
|