oci-dbmulticloud 2.121.0 → 2.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -0
- package/index.js +10 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +225 -0
- package/lib/client.js +1099 -1
- package/lib/client.js.map +1 -1
- package/lib/dbmulticloudawsprovider-waiter.d.ts +72 -0
- package/lib/dbmulticloudawsprovider-waiter.js +112 -0
- package/lib/dbmulticloudawsprovider-waiter.js.map +1 -0
- package/lib/dbmulticloudgcpprovider-waiter.d.ts +6 -0
- package/lib/dbmulticloudgcpprovider-waiter.js +6 -0
- package/lib/dbmulticloudgcpprovider-waiter.js.map +1 -1
- package/lib/model/action-type.d.ts +6 -0
- package/lib/model/action-type.js +6 -0
- package/lib/model/action-type.js.map +1 -1
- package/lib/model/arc-agent-nodes.d.ts +6 -0
- package/lib/model/arc-agent-nodes.js +6 -0
- package/lib/model/arc-agent-nodes.js.map +1 -1
- package/lib/model/aws-nodes.d.ts +84 -0
- package/lib/model/aws-nodes.js +75 -0
- package/lib/model/aws-nodes.js.map +1 -0
- package/lib/model/change-multi-cloud-resource-discovery-compartment-details.d.ts +6 -0
- package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js +6 -0
- package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.d.ts +60 -0
- package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.js +64 -0
- package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.js.map +1 -0
- package/lib/model/change-oracle-db-aws-key-compartment-details.d.ts +60 -0
- package/lib/model/change-oracle-db-aws-key-compartment-details.js +64 -0
- package/lib/model/change-oracle-db-aws-key-compartment-details.js.map +1 -0
- package/lib/model/change-oracle-db-azure-blob-container-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-connector-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-connector-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-connector-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-vault-association-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-vault-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-vault-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-vault-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js.map +1 -1
- package/lib/model/create-multi-cloud-resource-discovery-details.d.ts +6 -0
- package/lib/model/create-multi-cloud-resource-discovery-details.js +6 -0
- package/lib/model/create-multi-cloud-resource-discovery-details.js.map +1 -1
- package/lib/model/create-oracle-db-aws-identity-connector-details.d.ts +117 -0
- package/lib/model/create-oracle-db-aws-identity-connector-details.js +96 -0
- package/lib/model/create-oracle-db-aws-identity-connector-details.js.map +1 -0
- package/lib/model/create-oracle-db-aws-key-details.d.ts +117 -0
- package/lib/model/create-oracle-db-aws-key-details.js +64 -0
- package/lib/model/create-oracle-db-aws-key-details.js.map +1 -0
- package/lib/model/create-oracle-db-azure-blob-container-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-blob-container-details.js +6 -0
- package/lib/model/create-oracle-db-azure-blob-container-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-blob-mount-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-blob-mount-details.js +6 -0
- package/lib/model/create-oracle-db-azure-blob-mount-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-connector-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-connector-details.js +6 -0
- package/lib/model/create-oracle-db-azure-connector-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-vault-association-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-vault-association-details.js +6 -0
- package/lib/model/create-oracle-db-azure-vault-association-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-vault-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-vault-details.js +6 -0
- package/lib/model/create-oracle-db-azure-vault-details.js.map +1 -1
- package/lib/model/create-oracle-db-gcp-identity-connector-details.d.ts +6 -0
- package/lib/model/create-oracle-db-gcp-identity-connector-details.js +6 -0
- package/lib/model/create-oracle-db-gcp-identity-connector-details.js.map +1 -1
- package/lib/model/create-oracle-db-gcp-key-ring-details.d.ts +6 -0
- package/lib/model/create-oracle-db-gcp-key-ring-details.js +6 -0
- package/lib/model/create-oracle-db-gcp-key-ring-details.js.map +1 -1
- package/lib/model/gcp-nodes.d.ts +6 -0
- package/lib/model/gcp-nodes.js +6 -0
- package/lib/model/gcp-nodes.js.map +1 -1
- package/lib/model/index.d.ts +38 -0
- package/lib/model/index.js +40 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/multi-cloud-resource-discovery-summary-collection.d.ts +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary-collection.js +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary-collection.js.map +1 -1
- package/lib/model/multi-cloud-resource-discovery-summary.d.ts +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary.js +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary.js.map +1 -1
- package/lib/model/multi-cloud-resource-discovery.d.ts +7 -0
- package/lib/model/multi-cloud-resource-discovery.js +7 -0
- package/lib/model/multi-cloud-resource-discovery.js.map +1 -1
- package/lib/model/operation-status.d.ts +6 -0
- package/lib/model/operation-status.js +6 -0
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/operation-type.d.ts +17 -0
- package/lib/model/operation-type.js +17 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/oracle-db-aws-identity-connector-summary-collection.d.ts +61 -0
- package/lib/model/oracle-db-aws-identity-connector-summary-collection.js +96 -0
- package/lib/model/oracle-db-aws-identity-connector-summary-collection.js.map +1 -0
- package/lib/model/oracle-db-aws-identity-connector-summary.d.ts +150 -0
- package/lib/model/oracle-db-aws-identity-connector-summary.js +96 -0
- package/lib/model/oracle-db-aws-identity-connector-summary.js.map +1 -0
- package/lib/model/oracle-db-aws-identity-connector.d.ts +163 -0
- package/lib/model/oracle-db-aws-identity-connector.js +110 -0
- package/lib/model/oracle-db-aws-identity-connector.js.map +1 -0
- package/lib/model/oracle-db-aws-key-summary-collection.d.ts +61 -0
- package/lib/model/oracle-db-aws-key-summary-collection.js +96 -0
- package/lib/model/oracle-db-aws-key-summary-collection.js.map +1 -0
- package/lib/model/oracle-db-aws-key-summary.d.ts +150 -0
- package/lib/model/oracle-db-aws-key-summary.js +64 -0
- package/lib/model/oracle-db-aws-key-summary.js.map +1 -0
- package/lib/model/oracle-db-aws-key.d.ts +163 -0
- package/lib/model/oracle-db-aws-key.js +78 -0
- package/lib/model/oracle-db-aws-key.js.map +1 -0
- package/lib/model/oracle-db-azure-blob-container-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-container-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary.js +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-container.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-container.js +6 -0
- package/lib/model/oracle-db-azure-blob-container.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-mount-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-mount-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary.js +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-mount.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-mount.js +6 -0
- package/lib/model/oracle-db-azure-blob-mount.js.map +1 -1
- package/lib/model/oracle-db-azure-connector-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-connector-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-connector-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-connector-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-connector-summary.js +6 -0
- package/lib/model/oracle-db-azure-connector-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-connector.d.ts +6 -0
- package/lib/model/oracle-db-azure-connector.js +6 -0
- package/lib/model/oracle-db-azure-connector.js.map +1 -1
- package/lib/model/oracle-db-azure-key-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-key-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-key-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-key-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-key-summary.js +6 -0
- package/lib/model/oracle-db-azure-key-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-key.d.ts +6 -0
- package/lib/model/oracle-db-azure-key.js +6 -0
- package/lib/model/oracle-db-azure-key.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-association-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-association-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary.js +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-association.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-association.js +6 -0
- package/lib/model/oracle-db-azure-vault-association.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-vault-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-summary.js +6 -0
- package/lib/model/oracle-db-azure-vault-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-vault.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault.js +6 -0
- package/lib/model/oracle-db-azure-vault.js.map +1 -1
- package/lib/model/oracle-db-gcp-identity-connector-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-gcp-identity-connector-summary.d.ts +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary.js +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary.js.map +1 -1
- package/lib/model/oracle-db-gcp-identity-connector.d.ts +6 -0
- package/lib/model/oracle-db-gcp-identity-connector.js +6 -0
- package/lib/model/oracle-db-gcp-identity-connector.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-ring-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary-collection.js +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-ring-summary.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary.js +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-ring.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-ring.js +6 -0
- package/lib/model/oracle-db-gcp-key-ring.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-summary-collection.js +6 -0
- package/lib/model/oracle-db-gcp-key-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-summary.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-summary.js +6 -0
- package/lib/model/oracle-db-gcp-key-summary.js.map +1 -1
- package/lib/model/oracle-db-gcp-key.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key.js +6 -0
- package/lib/model/oracle-db-gcp-key.js.map +1 -1
- package/lib/model/patch-oracle-db-azure-connector-details.d.ts +6 -0
- package/lib/model/patch-oracle-db-azure-connector-details.js +6 -0
- package/lib/model/patch-oracle-db-azure-connector-details.js.map +1 -1
- package/lib/model/refresh-oracle-db-aws-key-details.d.ts +60 -0
- package/lib/model/refresh-oracle-db-aws-key-details.js +64 -0
- package/lib/model/refresh-oracle-db-aws-key-details.js.map +1 -0
- package/lib/model/refresh-oracle-db-azure-vault-details.d.ts +6 -0
- package/lib/model/refresh-oracle-db-azure-vault-details.js +6 -0
- package/lib/model/refresh-oracle-db-azure-vault-details.js.map +1 -1
- package/lib/model/refresh-oracle-db-gcp-key-ring-details.d.ts +6 -0
- package/lib/model/refresh-oracle-db-gcp-key-ring-details.js +6 -0
- package/lib/model/refresh-oracle-db-gcp-key-ring-details.js.map +1 -1
- package/lib/model/resources.d.ts +6 -0
- package/lib/model/resources.js +6 -0
- package/lib/model/resources.js.map +1 -1
- package/lib/model/service-role-detail.d.ts +71 -0
- package/lib/model/service-role-detail.js +68 -0
- package/lib/model/service-role-detail.js.map +1 -0
- package/lib/model/service-role-details.d.ts +96 -0
- package/lib/model/service-role-details.js +117 -0
- package/lib/model/service-role-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +6 -0
- package/lib/model/sort-order.js +6 -0
- package/lib/model/sort-order.js.map +1 -1
- package/lib/model/update-multi-cloud-resource-discovery-details.d.ts +6 -0
- package/lib/model/update-multi-cloud-resource-discovery-details.js +6 -0
- package/lib/model/update-multi-cloud-resource-discovery-details.js.map +1 -1
- package/lib/model/update-oracle-db-aws-identity-connector-details.d.ts +113 -0
- package/lib/model/update-oracle-db-aws-identity-connector-details.js +96 -0
- package/lib/model/update-oracle-db-aws-identity-connector-details.js.map +1 -0
- package/lib/model/update-oracle-db-aws-key-details.d.ts +83 -0
- package/lib/model/update-oracle-db-aws-key-details.js +64 -0
- package/lib/model/update-oracle-db-aws-key-details.js.map +1 -0
- package/lib/model/update-oracle-db-azure-blob-container-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-blob-container-details.js +6 -0
- package/lib/model/update-oracle-db-azure-blob-container-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-blob-mount-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-blob-mount-details.js +6 -0
- package/lib/model/update-oracle-db-azure-blob-mount-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-connector-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-connector-details.js +6 -0
- package/lib/model/update-oracle-db-azure-connector-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-vault-association-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-vault-association-details.js +6 -0
- package/lib/model/update-oracle-db-azure-vault-association-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-vault-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-vault-details.js +6 -0
- package/lib/model/update-oracle-db-azure-vault-details.js.map +1 -1
- package/lib/model/update-oracle-db-gcp-identity-connector-details.d.ts +6 -0
- package/lib/model/update-oracle-db-gcp-identity-connector-details.js +6 -0
- package/lib/model/update-oracle-db-gcp-identity-connector-details.js.map +1 -1
- package/lib/model/update-oracle-db-gcp-key-ring-details.d.ts +6 -0
- package/lib/model/update-oracle-db-gcp-key-ring-details.js +6 -0
- package/lib/model/update-oracle-db-gcp-key-ring-details.js.map +1 -1
- package/lib/model/work-request-error-collection.d.ts +6 -0
- package/lib/model/work-request-error-collection.js +6 -0
- package/lib/model/work-request-error-collection.js.map +1 -1
- package/lib/model/work-request-error.d.ts +6 -0
- package/lib/model/work-request-error.js +6 -0
- package/lib/model/work-request-error.js.map +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +6 -0
- package/lib/model/work-request-log-entry-collection.js +6 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -1
- package/lib/model/work-request-log-entry.d.ts +6 -0
- package/lib/model/work-request-log-entry.js +6 -0
- package/lib/model/work-request-log-entry.js.map +1 -1
- package/lib/model/work-request-resource-metadata-key.d.ts +6 -0
- package/lib/model/work-request-resource-metadata-key.js +6 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -1
- package/lib/model/work-request-resource.d.ts +6 -0
- package/lib/model/work-request-resource.js +6 -0
- package/lib/model/work-request-resource.js.map +1 -1
- package/lib/model/work-request-summary-collection.d.ts +6 -0
- package/lib/model/work-request-summary-collection.js +6 -0
- package/lib/model/work-request-summary-collection.js.map +1 -1
- package/lib/model/work-request-summary.d.ts +6 -0
- package/lib/model/work-request-summary.js +6 -0
- package/lib/model/work-request-summary.js.map +1 -1
- package/lib/model/work-request.d.ts +6 -0
- package/lib/model/work-request.js +6 -0
- package/lib/model/work-request.js.map +1 -1
- package/lib/multicloudresourcediscovery-waiter.d.ts +6 -0
- package/lib/multicloudresourcediscovery-waiter.js +6 -0
- package/lib/multicloudresourcediscovery-waiter.js.map +1 -1
- package/lib/oracledbazureblobcontainer-waiter.d.ts +6 -0
- package/lib/oracledbazureblobcontainer-waiter.js +6 -0
- package/lib/oracledbazureblobcontainer-waiter.js.map +1 -1
- package/lib/oracledbazureblobmount-waiter.d.ts +6 -0
- package/lib/oracledbazureblobmount-waiter.js +6 -0
- package/lib/oracledbazureblobmount-waiter.js.map +1 -1
- package/lib/oracledbazureconnector-waiter.d.ts +6 -0
- package/lib/oracledbazureconnector-waiter.js +6 -0
- package/lib/oracledbazureconnector-waiter.js.map +1 -1
- package/lib/oracledbazurekey-waiter.d.ts +6 -0
- package/lib/oracledbazurekey-waiter.js +6 -0
- package/lib/oracledbazurekey-waiter.js.map +1 -1
- package/lib/oracledbazurevault-waiter.d.ts +6 -0
- package/lib/oracledbazurevault-waiter.js +6 -0
- package/lib/oracledbazurevault-waiter.js.map +1 -1
- package/lib/oracledbazurevaultassociation-waiter.d.ts +6 -0
- package/lib/oracledbazurevaultassociation-waiter.js +6 -0
- package/lib/oracledbazurevaultassociation-waiter.js.map +1 -1
- package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.d.ts +49 -0
- package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.js +15 -0
- package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.js.map +1 -0
- package/lib/request/change-oracle-db-aws-key-compartment-request.d.ts +49 -0
- package/lib/request/change-oracle-db-aws-key-compartment-request.js +15 -0
- package/lib/request/change-oracle-db-aws-key-compartment-request.js.map +1 -0
- package/lib/request/create-oracle-db-aws-identity-connector-request.d.ts +37 -0
- package/lib/request/create-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/create-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/create-oracle-db-aws-key-request.d.ts +45 -0
- package/lib/request/create-oracle-db-aws-key-request.js +15 -0
- package/lib/request/create-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/delete-oracle-db-aws-identity-connector-request.d.ts +35 -0
- package/lib/request/delete-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/delete-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/delete-oracle-db-aws-key-request.d.ts +35 -0
- package/lib/request/delete-oracle-db-aws-key-request.js +15 -0
- package/lib/request/delete-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/get-oracle-db-aws-identity-connector-request.d.ts +26 -0
- package/lib/request/get-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/get-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/get-oracle-db-aws-key-request.d.ts +39 -0
- package/lib/request/get-oracle-db-aws-key-request.js +15 -0
- package/lib/request/get-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/index.d.ts +34 -0
- package/lib/request/index.js +11 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-oracle-db-aws-identity-connectors-request.d.ts +63 -0
- package/lib/request/list-oracle-db-aws-identity-connectors-request.js +24 -0
- package/lib/request/list-oracle-db-aws-identity-connectors-request.js.map +1 -0
- package/lib/request/list-oracle-db-aws-keys-request.d.ts +67 -0
- package/lib/request/list-oracle-db-aws-keys-request.js +24 -0
- package/lib/request/list-oracle-db-aws-keys-request.js.map +1 -0
- package/lib/request/list-oracle-db-gcp-identity-connectors-request.d.ts +1 -1
- package/lib/request/refresh-oracle-db-aws-identity-connector-request.d.ts +44 -0
- package/lib/request/refresh-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/refresh-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/refresh-oracle-db-aws-key-request.d.ts +49 -0
- package/lib/request/refresh-oracle-db-aws-key-request.js +15 -0
- package/lib/request/refresh-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/update-oracle-db-aws-identity-connector-request.d.ts +40 -0
- package/lib/request/update-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/update-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/update-oracle-db-aws-key-request.d.ts +40 -0
- package/lib/request/update-oracle-db-aws-key-request.js +15 -0
- package/lib/request/update-oracle-db-aws-key-request.js.map +1 -0
- package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.d.ts +26 -0
- package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.js +15 -0
- package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.js.map +1 -0
- package/lib/response/change-oracle-db-aws-key-compartment-response.d.ts +26 -0
- package/lib/response/change-oracle-db-aws-key-compartment-response.js +15 -0
- package/lib/response/change-oracle-db-aws-key-compartment-response.js.map +1 -0
- package/lib/response/create-oracle-db-aws-identity-connector-response.d.ts +44 -0
- package/lib/response/create-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/create-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/create-oracle-db-aws-key-response.d.ts +44 -0
- package/lib/response/create-oracle-db-aws-key-response.js +15 -0
- package/lib/response/create-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/delete-oracle-db-aws-identity-connector-response.d.ts +26 -0
- package/lib/response/delete-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/delete-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/delete-oracle-db-aws-key-response.d.ts +26 -0
- package/lib/response/delete-oracle-db-aws-key-response.js +15 -0
- package/lib/response/delete-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/get-oracle-db-aws-identity-connector-response.d.ts +30 -0
- package/lib/response/get-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/get-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/get-oracle-db-aws-key-response.d.ts +30 -0
- package/lib/response/get-oracle-db-aws-key-response.js +15 -0
- package/lib/response/get-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/index.d.ts +34 -0
- package/lib/response/index.js +6 -0
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-oracle-db-aws-identity-connectors-response.d.ts +31 -0
- package/lib/response/list-oracle-db-aws-identity-connectors-response.js +15 -0
- package/lib/response/list-oracle-db-aws-identity-connectors-response.js.map +1 -0
- package/lib/response/list-oracle-db-aws-keys-response.d.ts +31 -0
- package/lib/response/list-oracle-db-aws-keys-response.js +15 -0
- package/lib/response/list-oracle-db-aws-keys-response.js.map +1 -0
- package/lib/response/refresh-oracle-db-aws-identity-connector-response.d.ts +26 -0
- package/lib/response/refresh-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/refresh-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/refresh-oracle-db-aws-key-response.d.ts +26 -0
- package/lib/response/refresh-oracle-db-aws-key-response.js +15 -0
- package/lib/response/refresh-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/update-oracle-db-aws-identity-connector-response.d.ts +26 -0
- package/lib/response/update-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/update-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/update-oracle-db-aws-key-response.d.ts +26 -0
- package/lib/response/update-oracle-db-aws-key-response.js +15 -0
- package/lib/response/update-oracle-db-aws-key-response.js.map +1 -0
- package/lib/workrequest-waiter.d.ts +6 -0
- package/lib/workrequest-waiter.js +6 -0
- package/lib/workrequest-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-blob-container-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-container-summary-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-blob-container-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-container-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,2CAA2C,CA6B3D;AA7BD,WAAiB,2CAA2C;IAC1D,SAAgB,UAAU,CAAC,GAAgD;QACzE,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,iCAAiC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgD;QACrF,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,iCAAiC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC9E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kEAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,2CAA2C,GAA3C,mDAA2C,KAA3C,mDAA2C,QA6B3D"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-blob-container-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-container-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-blob-container-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-container-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAqFH,IAAiB,iCAAiC,CAWjD;AAXD,WAAiB,iCAAiC;IAChD,SAAgB,UAAU,CAAC,GAAsC;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsC;QAC3E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAWjD"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-blob-container.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-container.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-blob-container.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-container.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAqFH,IAAiB,0BAA0B,CAyB1C;AAzBD,WAAiB,0BAA0B;IACzC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,yCAAc,KAAd,yCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAA+B;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA+B;QACpE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iDAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAyB1C"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-blob-mount-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-mount-summary-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-blob-mount-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-mount-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,uCAAuC,CA6BvD;AA7BD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,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,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,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,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QA6BvD"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-blob-mount-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-mount-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-blob-mount-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-mount-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAiFH,IAAiB,6BAA6B,CAW7C;AAXD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAW7C"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-blob-mount.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-mount.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-blob-mount.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-blob-mount.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAiFH,IAAiB,sBAAsB,CAyBtC;AAzBD,WAAiB,sBAAsB;IACrC,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,qCAAc,KAAd,qCAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,iCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAyBtC"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-connector-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-connector-summary-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-connector-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-connector-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,uCAAuC,CA6BvD;AA7BD,WAAiB,uCAAuC;IACtD,SAAgB,UAAU,CAAC,GAA4C;QACrE,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,6BAA6B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4C;QACjF,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,6BAA6B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QA6BvD"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-connector-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-connector-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-connector-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-connector-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAsGlC,IAAiB,6BAA6B,CA6B7C;AA7BD,WAAiB,6BAA6B;IAC5C,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,wCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,oDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QA6B7C"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-connector.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-connector.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-connector.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-connector.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2GlC,IAAiB,sBAAsB,CAiEtC;AAjED,WAAiB,sBAAsB;IACrC,IAAY,sBAQX;IARD,WAAY,sBAAsB;QAChC,gDAAsB,CAAA;QACtB,gEAAsC,CAAA;QACtC;;;WAGG;QACH,wDAA8B,CAAA;IAChC,CAAC,EARW,sBAAsB,GAAtB,6CAAsB,KAAtB,6CAAsB,QAQjC;IAED,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,qCAAc,KAAd,qCAAc,QAYzB;IAED,IAAY,+BAUX;IAVD,WAAY,+BAA+B;QACzC,0DAAuB,CAAA;QACvB,gEAA6B,CAAA;QAC7B,6EAA0C,CAAA;QAC1C,sDAAmB,CAAA;QACnB;;;WAGG;QACH,iEAA8B,CAAA;IAChC,CAAC,EAVW,+BAA+B,GAA/B,sDAA+B,KAA/B,sDAA+B,QAU1C;IAED,SAAgB,UAAU,CAAC,GAA2B;QACpD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,iCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA2B;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,eAAe,EAAE,GAAG,CAAC,aAAa;gBAChC,CAAC,CAAC,GAAG,CAAC,aAAa,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC3B,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAsB,yBAarC,CAAA;AACH,CAAC,EAjEgB,sBAAsB,GAAtB,8BAAsB,KAAtB,8BAAsB,QAiEtC"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-key-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-key-summary-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-key-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-key-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;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,uBAAuB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACxD,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,uBAAuB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACpE,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"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-key-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-key-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-key-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-key-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAqFH,IAAiB,uBAAuB,CAWvC;AAXD,WAAiB,uBAAuB;IACtC,SAAgB,UAAU,CAAC,GAA4B;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA4B;QACjE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,uBAAuB,GAAvB,+BAAuB,KAAvB,+BAAuB,QAWvC"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-key.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-key.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-key.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-key.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAqFH,IAAiB,gBAAgB,CAyBhC;AAzBD,WAAiB,gBAAgB;IAC/B,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,+BAAc,KAAd,+BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAqB;QAC9C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAqB;QAC1D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAyBhC"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-vault-association-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-association-summary-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-vault-association-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-association-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,8CAA8C,CA+B9D;AA/BD,WAAiB,8CAA8C;IAC7D,SAAgB,UAAU,CAAC,GAAmD;QAC5E,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,oCAAoC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACrE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAmD;QAEnD,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,oCAAoC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACjF,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,qEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,8CAA8C,GAA9C,sDAA8C,KAA9C,sDAA8C,QA+B9D"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-vault-association-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-association-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-vault-association-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-association-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAiFH,IAAiB,oCAAoC,CAWpD;AAXD,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CAAC,GAAyC;QAClE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAyC;QAC9E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-vault-association.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-association.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-vault-association.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-association.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAiFH,IAAiB,6BAA6B,CAyB7C;AAzBD,WAAiB,6BAA6B;IAC5C,IAAY,cAYX;IAZD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,uCAAqB,CAAA;QACrB,uCAAqB,CAAA;QACrB,qCAAmB,CAAA;QACnB,mCAAiB,CAAA;QACjB;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAZW,cAAc,GAAd,4CAAc,KAAd,4CAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAkC;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkC;QACvE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,oDAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAyB7C"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"oracle-db-azure-vault-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-summary-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"oracle-db-azure-vault-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-azure-vault-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,mCAAmC,CA6BnD;AA7BD,WAAiB,mCAAmC;IAClD,SAAgB,UAAU,CAAC,GAAwC;QACjE,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,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,8CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwC;QAC7E,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,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0DAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QA6BnD"}
|