oci-dbmulticloud 2.121.1 → 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
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database MultiCloud Data Plane Integration
|
|
3
|
+
* <b>Microsoft Azure:</b> <br>
|
|
4
|
+
<b>Oracle Azure Connector Resource:</b>: The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
5
|
+
The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
|
|
6
|
+
<ul>
|
|
7
|
+
<li>Using a Bearer Access Token</li>
|
|
8
|
+
</ul>
|
|
9
|
+
|
|
10
|
+
<b>Oracle Azure Blob Container Resource:</b> The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
|
|
11
|
+
This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
|
|
12
|
+
|
|
13
|
+
<b>Oracle Azure Blob Mount Resource:</b> The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
14
|
+
It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
|
|
15
|
+
|
|
16
|
+
<b>Discover Azure Vaults and Keys Resource:</b> The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
|
|
17
|
+
|
|
18
|
+
<b>Oracle Azure Vault:</b> The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
19
|
+
|
|
20
|
+
<b>Oracle Azure Key:</b> Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
|
|
21
|
+
|
|
22
|
+
<br>
|
|
23
|
+
|
|
24
|
+
<b>Google Cloud:</b><br>
|
|
25
|
+
<b>Oracle Google Cloud Connector Resource:</b> The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
26
|
+
|
|
27
|
+
<b>Discover Google Key Rings and Keys Resource:</b> The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
|
|
28
|
+
|
|
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
|
+
|
|
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).
|
|
38
|
+
|
|
39
|
+
* OpenAPI spec version: 20240501
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
43
|
+
* Do not edit the class manually.
|
|
44
|
+
*
|
|
45
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
46
|
+
* 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.
|
|
47
|
+
*/
|
|
48
|
+
import * as model from "../model";
|
|
49
|
+
/**
|
|
50
|
+
* List of OracleDbAwsKeySummary resources.
|
|
51
|
+
*/
|
|
52
|
+
export interface OracleDbAwsKeySummaryCollection {
|
|
53
|
+
/**
|
|
54
|
+
* This list contains the summary of Oracle DB AWS Key resources.
|
|
55
|
+
*/
|
|
56
|
+
"items": Array<model.OracleDbAwsKeySummary>;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace OracleDbAwsKeySummaryCollection {
|
|
59
|
+
function getJsonObj(obj: OracleDbAwsKeySummaryCollection): object;
|
|
60
|
+
function getDeserializedJsonObj(obj: OracleDbAwsKeySummaryCollection): object;
|
|
61
|
+
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database MultiCloud Data Plane Integration
|
|
4
|
+
* <b>Microsoft Azure:</b> <br>
|
|
5
|
+
<b>Oracle Azure Connector Resource:</b>: The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
6
|
+
The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
|
|
7
|
+
<ul>
|
|
8
|
+
<li>Using a Bearer Access Token</li>
|
|
9
|
+
</ul>
|
|
10
|
+
|
|
11
|
+
<b>Oracle Azure Blob Container Resource:</b> The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
|
|
12
|
+
This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
|
|
13
|
+
|
|
14
|
+
<b>Oracle Azure Blob Mount Resource:</b> The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
15
|
+
It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
|
|
16
|
+
|
|
17
|
+
<b>Discover Azure Vaults and Keys Resource:</b> The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
|
|
18
|
+
|
|
19
|
+
<b>Oracle Azure Vault:</b> The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
20
|
+
|
|
21
|
+
<b>Oracle Azure Key:</b> Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
|
|
22
|
+
|
|
23
|
+
<br>
|
|
24
|
+
|
|
25
|
+
<b>Google Cloud:</b><br>
|
|
26
|
+
<b>Oracle Google Cloud Connector Resource:</b> The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
27
|
+
|
|
28
|
+
<b>Discover Google Key Rings and Keys Resource:</b> The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
|
|
29
|
+
|
|
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
|
+
|
|
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).
|
|
39
|
+
|
|
40
|
+
* OpenAPI spec version: 20240501
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
44
|
+
* Do not edit the class manually.
|
|
45
|
+
*
|
|
46
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
47
|
+
* 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.
|
|
48
|
+
*/
|
|
49
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
50
|
+
if (k2 === undefined) k2 = k;
|
|
51
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
52
|
+
}) : (function(o, m, k, k2) {
|
|
53
|
+
if (k2 === undefined) k2 = k;
|
|
54
|
+
o[k2] = m[k];
|
|
55
|
+
}));
|
|
56
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
57
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
58
|
+
}) : function(o, v) {
|
|
59
|
+
o["default"] = v;
|
|
60
|
+
});
|
|
61
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
62
|
+
if (mod && mod.__esModule) return mod;
|
|
63
|
+
var result = {};
|
|
64
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
65
|
+
__setModuleDefault(result, mod);
|
|
66
|
+
return result;
|
|
67
|
+
};
|
|
68
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
69
|
+
exports.OracleDbAwsKeySummaryCollection = void 0;
|
|
70
|
+
const model = __importStar(require("../model"));
|
|
71
|
+
var OracleDbAwsKeySummaryCollection;
|
|
72
|
+
(function (OracleDbAwsKeySummaryCollection) {
|
|
73
|
+
function getJsonObj(obj) {
|
|
74
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
75
|
+
"items": obj.items
|
|
76
|
+
? obj.items.map(item => {
|
|
77
|
+
return model.OracleDbAwsKeySummary.getJsonObj(item);
|
|
78
|
+
})
|
|
79
|
+
: undefined
|
|
80
|
+
});
|
|
81
|
+
return jsonObj;
|
|
82
|
+
}
|
|
83
|
+
OracleDbAwsKeySummaryCollection.getJsonObj = getJsonObj;
|
|
84
|
+
function getDeserializedJsonObj(obj) {
|
|
85
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
86
|
+
"items": obj.items
|
|
87
|
+
? obj.items.map(item => {
|
|
88
|
+
return model.OracleDbAwsKeySummary.getDeserializedJsonObj(item);
|
|
89
|
+
})
|
|
90
|
+
: undefined
|
|
91
|
+
});
|
|
92
|
+
return jsonObj;
|
|
93
|
+
}
|
|
94
|
+
OracleDbAwsKeySummaryCollection.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
95
|
+
})(OracleDbAwsKeySummaryCollection = exports.OracleDbAwsKeySummaryCollection || (exports.OracleDbAwsKeySummaryCollection = {}));
|
|
96
|
+
//# sourceMappingURL=oracle-db-aws-key-summary-collection.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oracle-db-aws-key-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-aws-key-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,+BAA+B,CA6B/C;AA7BD,WAAiB,+BAA+B;IAC9C,SAAgB,UAAU,CAAC,GAAoC;QAC7D,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,qBAAqB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,0CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoC;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,qBAAqB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAClE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,+BAA+B,GAA/B,uCAA+B,KAA/B,uCAA+B,QA6B/C"}
|
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database MultiCloud Data Plane Integration
|
|
3
|
+
* <b>Microsoft Azure:</b> <br>
|
|
4
|
+
<b>Oracle Azure Connector Resource:</b>: The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
5
|
+
The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
|
|
6
|
+
<ul>
|
|
7
|
+
<li>Using a Bearer Access Token</li>
|
|
8
|
+
</ul>
|
|
9
|
+
|
|
10
|
+
<b>Oracle Azure Blob Container Resource:</b> The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
|
|
11
|
+
This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
|
|
12
|
+
|
|
13
|
+
<b>Oracle Azure Blob Mount Resource:</b> The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
14
|
+
It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
|
|
15
|
+
|
|
16
|
+
<b>Discover Azure Vaults and Keys Resource:</b> The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
|
|
17
|
+
|
|
18
|
+
<b>Oracle Azure Vault:</b> The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
19
|
+
|
|
20
|
+
<b>Oracle Azure Key:</b> Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
|
|
21
|
+
|
|
22
|
+
<br>
|
|
23
|
+
|
|
24
|
+
<b>Google Cloud:</b><br>
|
|
25
|
+
<b>Oracle Google Cloud Connector Resource:</b> The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
26
|
+
|
|
27
|
+
<b>Discover Google Key Rings and Keys Resource:</b> The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
|
|
28
|
+
|
|
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
|
+
|
|
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).
|
|
38
|
+
|
|
39
|
+
* OpenAPI spec version: 20240501
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
43
|
+
* Do not edit the class manually.
|
|
44
|
+
*
|
|
45
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
46
|
+
* 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.
|
|
47
|
+
*/
|
|
48
|
+
/**
|
|
49
|
+
* Oracle Oracle DB AWS Key Resource Summary.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
export interface OracleDbAwsKeySummary {
|
|
53
|
+
/**
|
|
54
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) for the new Oracle DB AWS Key resource.
|
|
55
|
+
*/
|
|
56
|
+
"id"?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Oracle DB AWS Key resource name.
|
|
59
|
+
*/
|
|
60
|
+
"displayName"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment contains Oracle DB AWS Key resource.
|
|
63
|
+
*/
|
|
64
|
+
"compartmentId"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource.
|
|
67
|
+
*/
|
|
68
|
+
"oracleDbConnectorId"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* Amazon resource name of AWS Key.
|
|
71
|
+
*/
|
|
72
|
+
"awsKeyArn"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* AWS Account ID.
|
|
75
|
+
*/
|
|
76
|
+
"awsAccountId"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* AWS Key resource type.
|
|
79
|
+
*/
|
|
80
|
+
"type"?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The Oracle AWS Key resource is enabled or disabled at AWS.
|
|
83
|
+
*/
|
|
84
|
+
"isAwsKeyEnabled"?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* AWS Key resource location.
|
|
87
|
+
*/
|
|
88
|
+
"location"?: string;
|
|
89
|
+
/**
|
|
90
|
+
* AWS Key resource's properties.
|
|
91
|
+
*/
|
|
92
|
+
"properties"?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* The current lifecycle state of the Oracle DB AWS Key resource.
|
|
97
|
+
*/
|
|
98
|
+
"lifecycleState"?: string;
|
|
99
|
+
/**
|
|
100
|
+
* Description of the current lifecycle state in more detail.
|
|
101
|
+
*/
|
|
102
|
+
"lifecycleStateDetails"?: string;
|
|
103
|
+
/**
|
|
104
|
+
* Time when the Oracle Oracle DB AWS Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'.
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
"timeCreated"?: Date;
|
|
108
|
+
/**
|
|
109
|
+
* Time when the Oracle Oracle DB AWS Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'.
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
"timeUpdated"?: Date;
|
|
113
|
+
/**
|
|
114
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
115
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
116
|
+
* <p>
|
|
117
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
118
|
+
*
|
|
119
|
+
*/
|
|
120
|
+
"freeformTags"?: {
|
|
121
|
+
[key: string]: string;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
125
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
126
|
+
* <p>
|
|
127
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
128
|
+
*
|
|
129
|
+
*/
|
|
130
|
+
"definedTags"?: {
|
|
131
|
+
[key: string]: {
|
|
132
|
+
[key: string]: any;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
137
|
+
* <p>
|
|
138
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
"systemTags"?: {
|
|
142
|
+
[key: string]: {
|
|
143
|
+
[key: string]: any;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
export declare namespace OracleDbAwsKeySummary {
|
|
148
|
+
function getJsonObj(obj: OracleDbAwsKeySummary): object;
|
|
149
|
+
function getDeserializedJsonObj(obj: OracleDbAwsKeySummary): object;
|
|
150
|
+
}
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database MultiCloud Data Plane Integration
|
|
4
|
+
* <b>Microsoft Azure:</b> <br>
|
|
5
|
+
<b>Oracle Azure Connector Resource:</b>: The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
6
|
+
The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
|
|
7
|
+
<ul>
|
|
8
|
+
<li>Using a Bearer Access Token</li>
|
|
9
|
+
</ul>
|
|
10
|
+
|
|
11
|
+
<b>Oracle Azure Blob Container Resource:</b> The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
|
|
12
|
+
This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
|
|
13
|
+
|
|
14
|
+
<b>Oracle Azure Blob Mount Resource:</b> The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
15
|
+
It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
|
|
16
|
+
|
|
17
|
+
<b>Discover Azure Vaults and Keys Resource:</b> The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
|
|
18
|
+
|
|
19
|
+
<b>Oracle Azure Vault:</b> The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
20
|
+
|
|
21
|
+
<b>Oracle Azure Key:</b> Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
|
|
22
|
+
|
|
23
|
+
<br>
|
|
24
|
+
|
|
25
|
+
<b>Google Cloud:</b><br>
|
|
26
|
+
<b>Oracle Google Cloud Connector Resource:</b> The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
27
|
+
|
|
28
|
+
<b>Discover Google Key Rings and Keys Resource:</b> The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
|
|
29
|
+
|
|
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
|
+
|
|
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).
|
|
39
|
+
|
|
40
|
+
* OpenAPI spec version: 20240501
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
44
|
+
* Do not edit the class manually.
|
|
45
|
+
*
|
|
46
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
47
|
+
* 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.
|
|
48
|
+
*/
|
|
49
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50
|
+
exports.OracleDbAwsKeySummary = void 0;
|
|
51
|
+
var OracleDbAwsKeySummary;
|
|
52
|
+
(function (OracleDbAwsKeySummary) {
|
|
53
|
+
function getJsonObj(obj) {
|
|
54
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
55
|
+
return jsonObj;
|
|
56
|
+
}
|
|
57
|
+
OracleDbAwsKeySummary.getJsonObj = getJsonObj;
|
|
58
|
+
function getDeserializedJsonObj(obj) {
|
|
59
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
60
|
+
return jsonObj;
|
|
61
|
+
}
|
|
62
|
+
OracleDbAwsKeySummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
63
|
+
})(OracleDbAwsKeySummary = exports.OracleDbAwsKeySummary || (exports.OracleDbAwsKeySummary = {}));
|
|
64
|
+
//# sourceMappingURL=oracle-db-aws-key-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oracle-db-aws-key-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-aws-key-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AA6FH,IAAiB,qBAAqB,CAWrC;AAXD,WAAiB,qBAAqB;IACpC,SAAgB,UAAU,CAAC,GAA0B;QACnD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,gCAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0B;QAC/D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,qBAAqB,GAArB,6BAAqB,KAArB,6BAAqB,QAWrC"}
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database MultiCloud Data Plane Integration
|
|
3
|
+
* <b>Microsoft Azure:</b> <br>
|
|
4
|
+
<b>Oracle Azure Connector Resource:</b>: The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
5
|
+
The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
|
|
6
|
+
<ul>
|
|
7
|
+
<li>Using a Bearer Access Token</li>
|
|
8
|
+
</ul>
|
|
9
|
+
|
|
10
|
+
<b>Oracle Azure Blob Container Resource:</b> The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
|
|
11
|
+
This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
|
|
12
|
+
|
|
13
|
+
<b>Oracle Azure Blob Mount Resource:</b> The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
14
|
+
It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
|
|
15
|
+
|
|
16
|
+
<b>Discover Azure Vaults and Keys Resource:</b> The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
|
|
17
|
+
|
|
18
|
+
<b>Oracle Azure Vault:</b> The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
19
|
+
|
|
20
|
+
<b>Oracle Azure Key:</b> Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
|
|
21
|
+
|
|
22
|
+
<br>
|
|
23
|
+
|
|
24
|
+
<b>Google Cloud:</b><br>
|
|
25
|
+
<b>Oracle Google Cloud Connector Resource:</b> The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
26
|
+
|
|
27
|
+
<b>Discover Google Key Rings and Keys Resource:</b> The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
|
|
28
|
+
|
|
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
|
+
|
|
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).
|
|
38
|
+
|
|
39
|
+
* OpenAPI spec version: 20240501
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
43
|
+
* Do not edit the class manually.
|
|
44
|
+
*
|
|
45
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
46
|
+
* 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.
|
|
47
|
+
*/
|
|
48
|
+
/**
|
|
49
|
+
* Oracle DB AWS Key Resource object.
|
|
50
|
+
*
|
|
51
|
+
*/
|
|
52
|
+
export interface OracleDbAwsKey {
|
|
53
|
+
/**
|
|
54
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB AWS Key Ring resource.
|
|
55
|
+
*/
|
|
56
|
+
"id": string;
|
|
57
|
+
/**
|
|
58
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle DB Connector resource.
|
|
59
|
+
*/
|
|
60
|
+
"oracleDbConnectorId"?: string;
|
|
61
|
+
/**
|
|
62
|
+
* Oracle DB AWS Key Ring resource name.
|
|
63
|
+
*/
|
|
64
|
+
"displayName"?: string;
|
|
65
|
+
/**
|
|
66
|
+
* Amazon resource name of AWS Key.
|
|
67
|
+
*/
|
|
68
|
+
"awsKeyArn"?: string;
|
|
69
|
+
/**
|
|
70
|
+
* AWS Account ID.
|
|
71
|
+
*/
|
|
72
|
+
"awsAccountId"?: string;
|
|
73
|
+
/**
|
|
74
|
+
* The Compartment [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) that contains this Oracle DB AWS Key resource.
|
|
75
|
+
*/
|
|
76
|
+
"compartmentId": string;
|
|
77
|
+
/**
|
|
78
|
+
* Key resource type.
|
|
79
|
+
*/
|
|
80
|
+
"type"?: string;
|
|
81
|
+
/**
|
|
82
|
+
* The Oracle AWS Key resource is enabled or disabled at AWS.
|
|
83
|
+
*/
|
|
84
|
+
"isAwsKeyEnabled"?: boolean;
|
|
85
|
+
/**
|
|
86
|
+
* AWS Key resource location.
|
|
87
|
+
*/
|
|
88
|
+
"location"?: string;
|
|
89
|
+
/**
|
|
90
|
+
* AWS Key resource's properties.
|
|
91
|
+
*/
|
|
92
|
+
"properties"?: {
|
|
93
|
+
[key: string]: string;
|
|
94
|
+
};
|
|
95
|
+
/**
|
|
96
|
+
* The lifecycle state of the Oracle DB AWS Key resource.
|
|
97
|
+
*/
|
|
98
|
+
"lifecycleState"?: OracleDbAwsKey.LifecycleState;
|
|
99
|
+
/**
|
|
100
|
+
* Description of the current lifecycle state in more detail.
|
|
101
|
+
*/
|
|
102
|
+
"lifecycleStateDetails"?: string;
|
|
103
|
+
/**
|
|
104
|
+
* Time when the DB AWS Key resource was created in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'.
|
|
105
|
+
*
|
|
106
|
+
*/
|
|
107
|
+
"timeCreated"?: Date;
|
|
108
|
+
/**
|
|
109
|
+
* Time when the DB AWS Key resource was last modified, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339) timestamp format, e.g. '2020-05-23T21:10:29.600Z'.
|
|
110
|
+
*
|
|
111
|
+
*/
|
|
112
|
+
"timeUpdated"?: Date;
|
|
113
|
+
/**
|
|
114
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
115
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
116
|
+
* <p>
|
|
117
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
118
|
+
*
|
|
119
|
+
*/
|
|
120
|
+
"freeformTags"?: {
|
|
121
|
+
[key: string]: string;
|
|
122
|
+
};
|
|
123
|
+
/**
|
|
124
|
+
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
125
|
+
* For more information, see [Resource Tags](https://docs.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
126
|
+
* <p>
|
|
127
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
128
|
+
*
|
|
129
|
+
*/
|
|
130
|
+
"definedTags"?: {
|
|
131
|
+
[key: string]: {
|
|
132
|
+
[key: string]: any;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
/**
|
|
136
|
+
* System tags for this resource. Each key is predefined and scoped to a namespace.
|
|
137
|
+
* <p>
|
|
138
|
+
Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
|
|
139
|
+
*
|
|
140
|
+
*/
|
|
141
|
+
"systemTags"?: {
|
|
142
|
+
[key: string]: {
|
|
143
|
+
[key: string]: any;
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
}
|
|
147
|
+
export declare namespace OracleDbAwsKey {
|
|
148
|
+
enum LifecycleState {
|
|
149
|
+
Creating = "CREATING",
|
|
150
|
+
Active = "ACTIVE",
|
|
151
|
+
Updating = "UPDATING",
|
|
152
|
+
Deleting = "DELETING",
|
|
153
|
+
Deleted = "DELETED",
|
|
154
|
+
Failed = "FAILED",
|
|
155
|
+
/**
|
|
156
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
157
|
+
* version of the SDK.
|
|
158
|
+
*/
|
|
159
|
+
UnknownValue = "UNKNOWN_VALUE"
|
|
160
|
+
}
|
|
161
|
+
function getJsonObj(obj: OracleDbAwsKey): object;
|
|
162
|
+
function getDeserializedJsonObj(obj: OracleDbAwsKey): object;
|
|
163
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Oracle Database MultiCloud Data Plane Integration
|
|
4
|
+
* <b>Microsoft Azure:</b> <br>
|
|
5
|
+
<b>Oracle Azure Connector Resource:</b>: The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
6
|
+
The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
|
|
7
|
+
<ul>
|
|
8
|
+
<li>Using a Bearer Access Token</li>
|
|
9
|
+
</ul>
|
|
10
|
+
|
|
11
|
+
<b>Oracle Azure Blob Container Resource:</b> The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
|
|
12
|
+
This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
|
|
13
|
+
|
|
14
|
+
<b>Oracle Azure Blob Mount Resource:</b> The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
15
|
+
It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
|
|
16
|
+
|
|
17
|
+
<b>Discover Azure Vaults and Keys Resource:</b> The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
|
|
18
|
+
|
|
19
|
+
<b>Oracle Azure Vault:</b> The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
20
|
+
|
|
21
|
+
<b>Oracle Azure Key:</b> Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
|
|
22
|
+
|
|
23
|
+
<br>
|
|
24
|
+
|
|
25
|
+
<b>Google Cloud:</b><br>
|
|
26
|
+
<b>Oracle Google Cloud Connector Resource:</b> The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
27
|
+
|
|
28
|
+
<b>Discover Google Key Rings and Keys Resource:</b> The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
|
|
29
|
+
|
|
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
|
+
|
|
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).
|
|
39
|
+
|
|
40
|
+
* OpenAPI spec version: 20240501
|
|
41
|
+
*
|
|
42
|
+
*
|
|
43
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
44
|
+
* Do not edit the class manually.
|
|
45
|
+
*
|
|
46
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
47
|
+
* 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.
|
|
48
|
+
*/
|
|
49
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
50
|
+
exports.OracleDbAwsKey = void 0;
|
|
51
|
+
var OracleDbAwsKey;
|
|
52
|
+
(function (OracleDbAwsKey) {
|
|
53
|
+
let LifecycleState;
|
|
54
|
+
(function (LifecycleState) {
|
|
55
|
+
LifecycleState["Creating"] = "CREATING";
|
|
56
|
+
LifecycleState["Active"] = "ACTIVE";
|
|
57
|
+
LifecycleState["Updating"] = "UPDATING";
|
|
58
|
+
LifecycleState["Deleting"] = "DELETING";
|
|
59
|
+
LifecycleState["Deleted"] = "DELETED";
|
|
60
|
+
LifecycleState["Failed"] = "FAILED";
|
|
61
|
+
/**
|
|
62
|
+
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
63
|
+
* version of the SDK.
|
|
64
|
+
*/
|
|
65
|
+
LifecycleState["UnknownValue"] = "UNKNOWN_VALUE";
|
|
66
|
+
})(LifecycleState = OracleDbAwsKey.LifecycleState || (OracleDbAwsKey.LifecycleState = {}));
|
|
67
|
+
function getJsonObj(obj) {
|
|
68
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
69
|
+
return jsonObj;
|
|
70
|
+
}
|
|
71
|
+
OracleDbAwsKey.getJsonObj = getJsonObj;
|
|
72
|
+
function getDeserializedJsonObj(obj) {
|
|
73
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
74
|
+
return jsonObj;
|
|
75
|
+
}
|
|
76
|
+
OracleDbAwsKey.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
77
|
+
})(OracleDbAwsKey = exports.OracleDbAwsKey || (exports.OracleDbAwsKey = {}));
|
|
78
|
+
//# sourceMappingURL=oracle-db-aws-key.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"oracle-db-aws-key.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/oracle-db-aws-key.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AA6FH,IAAiB,cAAc,CAyB9B;AAzBD,WAAiB,cAAc;IAC7B,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,6BAAc,KAAd,6BAAc,QAYzB;IAED,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAzBgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAyB9B"}
|
|
@@ -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
|
*
|