oci-cli 3.67.0__py3-none-any.whl → 3.68.1__py3-none-any.whl
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.
- common_util/ignored_commands.py +1 -0
- oci_cli/bin/devops.psm1 +12 -1
- oci_cli/bin/integration.psm1 +2 -2
- oci_cli/bin/iot.psm1 +121 -0
- oci_cli/bin/mysql.psm1 +4 -4
- oci_cli/bin/opensearch.psm1 +5 -5
- oci_cli/bin/redis.psm1 +2 -2
- oci_cli/bin/streaming.psm1 +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/ce/addon-option/list.txt +4 -0
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/create.txt +8 -7
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get-virtual-node.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/list-virtual-nodes.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/ce/virtual-node-pool/update.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/job-run/create.txt +17 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/create.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline/update.txt +12 -0
- oci_cli/help_text_producer/data_files/text/cmdref/data-science/pipeline-run/create.txt +30 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database/convert-standby-database-type.txt +169 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db/database.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/db.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-deployment-details.txt +174 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-deploy-pipeline-redeployment-details.txt +146 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-deployment-details.txt +179 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run-create-single-deploy-stage-redeployment-details.txt +150 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result/trigger-deployment-dry-run.txt +116 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops/trigger-dry-run-result.txt +25 -0
- oci_cli/help_text_producer/data_files/text/cmdref/devops.txt +16 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-collection/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-db.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fleet-software-update/fsu-discovery/create-gi.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/fn/application/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-kinesis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-redshift-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-amazon-s3-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-data-lake-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-azure-synapse-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-databricks-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-db2-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-elasticsearch-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-generic-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-goldengate-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-big-query-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-cloud-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-google-pub-sub-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-hdfs-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-iceberg-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-jms-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-connection.txt +44 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-kafka-schema-registry-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-fabric-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-microsoft-sqlserver-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mongo-db-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-mysql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-object-storage-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.txt +308 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-nosql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-postgresql-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-redis-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-snowflake-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/list.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-kinesis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-redshift-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-amazon-s3-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-data-lake-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-azure-synapse-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-databricks-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-db2-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-elasticsearch-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-generic-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-goldengate-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-big-query-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-cloud-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-google-pub-sub-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-hdfs-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-iceberg-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-jms-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-connection.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-kafka-schema-registry-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-fabric-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-microsoft-sqlserver-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mongo-db-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-mysql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-object-storage-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-ai-data-platform-connection.txt +287 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-oracle-nosql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-postgresql-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-redis-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/update-snowflake-connection.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection.txt +6 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/change-subscription.txt +134 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/create.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate/deployment.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/goldengate.txt +8 -0
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/integration/integration-instance/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/create.txt +199 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter/update.txt +206 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-adapter.txt +31 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/create.txt +187 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/delete.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get-content.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/get.txt +93 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-binary-command.txt +119 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-json-command.txt +125 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/invoke-raw-text-command.txt +118 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/list.txt +157 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance/update.txt +194 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-instance.txt +36 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/create.txt +182 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/delete.txt +136 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get-spec.txt +99 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/get.txt +98 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model/update.txt +185 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-model.txt +32 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/create.txt +192 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/delete.txt +135 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/get.txt +97 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/list.txt +162 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship/update.txt +193 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/digital-twin-relationship.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/change-data-retention-period.txt +141 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-apex-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-direct-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/configure-ords-data-access.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/create.txt +168 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/list.txt +153 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain/update.txt +175 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/change-compartment.txt +132 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/configure-data-access.txt +143 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/create.txt +163 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/delete.txt +129 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/list.txt +149 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group/update.txt +176 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain-group.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/domain.txt +40 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/get.txt +91 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-errors.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list-logs.txt +131 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request/list.txt +148 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot/work-request.txt +24 -0
- oci_cli/help_text_producer/data_files/text/cmdref/iot.txt +121 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/clone.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/create.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/import.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/mysql/db-system/update.txt +14 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/create.txt +33 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/shapes-details/list.txt +13 -1
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/update.txt +29 -0
- oci_cli/help_text_producer/data_files/text/cmdref/opensearch/cluster/upgrade.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/redis/redis-cluster/redis-cluster/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-job-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/associated-resource-summary/list-stack-associated-resources.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/change-compartment.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/create.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/get.txt +2 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-cloud-username-app-password-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-bitbucket-server-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-github-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update-gitlab-access-token-provider.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/configuration-source-provider/update.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/cancel.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-destroy-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-import-tf-state-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-rollback-job.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-detailed-log-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs-content.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-plan.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/list.txt +1 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job-output-summary/list-job-outputs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/create.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/delete.txt +15 -14
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get-reachable-ip.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/list.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/update.txt +36 -16
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/code.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-bitbucket-server.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-compartment.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-from-template.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create-stack-create-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/create.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/detect-drift.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get-stack-tf-state.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-discovery-services.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-resource-drift-details.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list-terraform-versions.txt +1 -0
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/list.txt +4 -6
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-bitbucket-cloud.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-git-provider.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-from-object-storage.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update-stack-update-dev-ops-config-source-details.txt +4 -3
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/stack/update.txt +3 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/change-compartment.txt +1 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/create.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/delete.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-logo.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get-template-tf-config.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list-template-categories.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/list.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/template/update.txt +4 -2
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/get.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-errors.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list-work-request-logs.txt +2 -1
- oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/work-request/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/create.txt +18 -0
- oci_cli/help_text_producer/data_files/text/cmdref/streaming/admin/stream-pool/update.txt +18 -0
- oci_cli/help_text_producer/data_files/text/index.txt +2 -0
- oci_cli/service_mapping.py +5 -0
- oci_cli/version.py +1 -1
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/METADATA +7 -3
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/RECORD +295 -221
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +7 -6
- services/data_science/src/oci_cli_data_science/generated/datascience_cli.py +139 -49
- services/database/src/oci_cli_database/generated/database_cli.py +71 -0
- services/devops/src/oci_cli_devops/generated/devops_cli.py +226 -0
- services/fleet_software_update/src/oci_cli_fleet_software_update/generated/fleetsoftwareupdate_cli.py +4 -4
- services/functions/src/oci_cli_functions_management/generated/functionsmanagement_cli.py +20 -8
- services/golden_gate/src/oci_cli_golden_gate/generated/goldengate_cli.py +1298 -248
- services/golden_gate/src/oci_cli_golden_gate/golden_gate_cli_extended.py +59 -14
- services/integration/src/oci_cli_integration_instance/generated/integrationinstance_cli.py +29 -11
- services/iot/__init__.py +4 -0
- services/iot/src/__init__.py +4 -0
- services/iot/src/oci_cli_iot/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/__init__.py +4 -0
- services/iot/src/oci_cli_iot/generated/client_mappings.py +14 -0
- services/iot/src/oci_cli_iot/generated/iot_cli.py +2913 -0
- services/iot/src/oci_cli_iot/iot_cli_extended.py +74 -0
- services/iot/tests/__init__.py +4 -0
- services/mysql/src/oci_cli_db_system/generated/dbsystem_cli.py +44 -20
- services/opensearch/src/oci_cli_opensearch_cluster/generated/opensearchcluster_cli.py +44 -12
- services/redis/src/oci_cli_redis_cluster/generated/rediscluster_cli.py +20 -8
- services/resource_manager/src/oci_cli_resource_manager/generated/resourcemanager_cli.py +201 -193
- services/streaming/src/oci_cli_stream_admin/generated/streamadmin_cli.py +20 -8
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/WHEEL +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,308 @@
|
|
|
1
|
+
"create-oracle-ai-data-platform-connection"
|
|
2
|
+
*******************************************
|
|
3
|
+
|
|
4
|
+
* Description
|
|
5
|
+
|
|
6
|
+
* Usage
|
|
7
|
+
|
|
8
|
+
* Required Parameters
|
|
9
|
+
|
|
10
|
+
* Optional Parameters
|
|
11
|
+
|
|
12
|
+
* Global Parameters
|
|
13
|
+
|
|
14
|
+
* Example using required parameter
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
Description
|
|
18
|
+
===========
|
|
19
|
+
|
|
20
|
+
Creates a new Connection.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci goldengate connection create-oracle-ai-data-platform-connection [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--compartment-id, -c [text]
|
|
33
|
+
|
|
34
|
+
The OCID of the compartment being referenced.
|
|
35
|
+
|
|
36
|
+
--connection-url [text]
|
|
37
|
+
|
|
38
|
+
Connection URL. It must start with ‘jdbc:spark://’
|
|
39
|
+
|
|
40
|
+
--display-name [text]
|
|
41
|
+
|
|
42
|
+
An object’s Display Name.
|
|
43
|
+
|
|
44
|
+
--technology-type [text]
|
|
45
|
+
|
|
46
|
+
The Oracle AI Data Platform technology type.
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
Optional Parameters
|
|
50
|
+
===================
|
|
51
|
+
|
|
52
|
+
--cluster-placement-group-id [text]
|
|
53
|
+
|
|
54
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
55
|
+
placement group for the resource. Only applicable for multicloud
|
|
56
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
57
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
58
|
+
placement group must not be provided.
|
|
59
|
+
|
|
60
|
+
--connection-region [text]
|
|
61
|
+
|
|
62
|
+
The name of the region. e.g.: us-ashburn-1
|
|
63
|
+
|
|
64
|
+
--defined-tags [complex type]
|
|
65
|
+
|
|
66
|
+
Tags defined for this resource. Each key is predefined and scoped to a
|
|
67
|
+
namespace.
|
|
68
|
+
|
|
69
|
+
Example:
|
|
70
|
+
|
|
71
|
+
{"foo-namespace": {"bar-key": "value"}}
|
|
72
|
+
|
|
73
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
74
|
+
be provided as a string on the command line or passed in as a file
|
|
75
|
+
using the file://path/to/file syntax.
|
|
76
|
+
|
|
77
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
78
|
+
example of the JSON which must be provided. We recommend storing this
|
|
79
|
+
example in a file, modifying it as needed and then passing it back in
|
|
80
|
+
via the file:// syntax.
|
|
81
|
+
|
|
82
|
+
--description [text]
|
|
83
|
+
|
|
84
|
+
Metadata about this specific object.
|
|
85
|
+
|
|
86
|
+
--does-use-secret-ids [boolean]
|
|
87
|
+
|
|
88
|
+
Indicates that sensitive attributes are provided via Secrets.
|
|
89
|
+
|
|
90
|
+
--freeform-tags [complex type]
|
|
91
|
+
|
|
92
|
+
A simple key-value pair that is applied without any predefined name,
|
|
93
|
+
type, or scope. Exists for cross-compatibility only.
|
|
94
|
+
|
|
95
|
+
Example:
|
|
96
|
+
|
|
97
|
+
{"bar-key": "value"}
|
|
98
|
+
|
|
99
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
100
|
+
be provided as a string on the command line or passed in as a file
|
|
101
|
+
using the file://path/to/file syntax.
|
|
102
|
+
|
|
103
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
104
|
+
example of the JSON which must be provided. We recommend storing this
|
|
105
|
+
example in a file, modifying it as needed and then passing it back in
|
|
106
|
+
via the file:// syntax.
|
|
107
|
+
|
|
108
|
+
--from-json [text]
|
|
109
|
+
|
|
110
|
+
Provide input to this command as a JSON document from a file using the
|
|
111
|
+
file://path-to/file syntax.
|
|
112
|
+
|
|
113
|
+
The "--generate-full-command-json-input" option can be used to
|
|
114
|
+
generate a sample json file to be used with this command option. The
|
|
115
|
+
key names are pre-populated and match the command option names
|
|
116
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
117
|
+
while the values of the keys need to be populated by the user before
|
|
118
|
+
using the sample file as an input to this command. For any command
|
|
119
|
+
option that accepts multiple values, the value of the key can be a
|
|
120
|
+
JSON array.
|
|
121
|
+
|
|
122
|
+
Options can still be provided on the command line. If an option exists
|
|
123
|
+
in both the JSON document and the command line then the command line
|
|
124
|
+
specified value will be used.
|
|
125
|
+
|
|
126
|
+
For examples on usage of this option, please see our “using CLI with
|
|
127
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
128
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
129
|
+
|
|
130
|
+
--key-id [text]
|
|
131
|
+
|
|
132
|
+
Refers to the customer’s master key OCID. If provided, it references a
|
|
133
|
+
key to manage secrets. Customers must add policies to permit
|
|
134
|
+
GoldenGate to use this key.
|
|
135
|
+
|
|
136
|
+
--locks [complex type]
|
|
137
|
+
|
|
138
|
+
Locks associated with this resource.
|
|
139
|
+
|
|
140
|
+
This option is a JSON list with items of type AddResourceLockDetails.
|
|
141
|
+
For documentation on AddResourceLockDetails please see our API
|
|
142
|
+
reference: https://docs.cloud.oracle.com/api/#/en/goldengate/20200407
|
|
143
|
+
/datatypes/AddResourceLockDetails. This is a complex type whose value
|
|
144
|
+
must be valid JSON. The value can be provided as a string on the
|
|
145
|
+
command line or passed in as a file using the file://path/to/file
|
|
146
|
+
syntax.
|
|
147
|
+
|
|
148
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
149
|
+
example of the JSON which must be provided. We recommend storing this
|
|
150
|
+
example in a file, modifying it as needed and then passing it back in
|
|
151
|
+
via the file:// syntax.
|
|
152
|
+
|
|
153
|
+
--max-wait-seconds [integer]
|
|
154
|
+
|
|
155
|
+
The maximum time to wait for the work request to reach the state
|
|
156
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
157
|
+
|
|
158
|
+
--nsg-ids [complex type]
|
|
159
|
+
|
|
160
|
+
An array of Network Security Group OCIDs used to define network access
|
|
161
|
+
for either Deployments or Connections. This is a complex type whose
|
|
162
|
+
value must be valid JSON. The value can be provided as a string on the
|
|
163
|
+
command line or passed in as a file using the file://path/to/file
|
|
164
|
+
syntax.
|
|
165
|
+
|
|
166
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
167
|
+
example of the JSON which must be provided. We recommend storing this
|
|
168
|
+
example in a file, modifying it as needed and then passing it back in
|
|
169
|
+
via the file:// syntax.
|
|
170
|
+
|
|
171
|
+
--private-key-file-secret-id [text]
|
|
172
|
+
|
|
173
|
+
The OCID of the Secret that stores the content of the private key file
|
|
174
|
+
(PEM file) corresponding to the API key of the fingerprint. See
|
|
175
|
+
documentation: https://docs.oracle.com/en-
|
|
176
|
+
us/iaas/Content/Identity/Tasks/managingcredentials.htm Note: When
|
|
177
|
+
provided, ‘privateKeyFile’ field must not be provided.
|
|
178
|
+
|
|
179
|
+
--private-key-passphrase-secret-id [text]
|
|
180
|
+
|
|
181
|
+
The OCID of the Secret that stores the passphrase of the private key.
|
|
182
|
+
Note: When provided, ‘privateKeyPassphrase’ field must not be
|
|
183
|
+
provided.
|
|
184
|
+
|
|
185
|
+
--public-key-fingerprint [text]
|
|
186
|
+
|
|
187
|
+
The fingerprint of the API Key of the user specified by the userId.
|
|
188
|
+
See documentation: https://docs.oracle.com/en-
|
|
189
|
+
us/iaas/Content/Identity/Tasks/managingcredentials.htm
|
|
190
|
+
|
|
191
|
+
--routing-method [text]
|
|
192
|
+
|
|
193
|
+
Controls the network traffic direction to the target:
|
|
194
|
+
SHARED_SERVICE_ENDPOINT: Traffic flows through the Goldengate
|
|
195
|
+
Service’s network to public hosts. Cannot be used for private targets.
|
|
196
|
+
SHARED_DEPLOYMENT_ENDPOINT: Network traffic flows from the assigned
|
|
197
|
+
deployment’s private endpoint through the deployment’s subnet.
|
|
198
|
+
DEDICATED_ENDPOINT: A dedicated private endpoint is created in the
|
|
199
|
+
target VCN subnet for the connection. The subnetId is required when
|
|
200
|
+
DEDICATED_ENDPOINT networking is selected.
|
|
201
|
+
|
|
202
|
+
Accepted values are:
|
|
203
|
+
|
|
204
|
+
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
205
|
+
|
|
206
|
+
--security-attributes [complex type]
|
|
207
|
+
|
|
208
|
+
Security attributes for this resource. Each key is predefined and
|
|
209
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
210
|
+
|
|
211
|
+
Example:
|
|
212
|
+
|
|
213
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
214
|
+
|
|
215
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
216
|
+
be provided as a string on the command line or passed in as a file
|
|
217
|
+
using the file://path/to/file syntax.
|
|
218
|
+
|
|
219
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
220
|
+
example of the JSON which must be provided. We recommend storing this
|
|
221
|
+
example in a file, modifying it as needed and then passing it back in
|
|
222
|
+
via the file:// syntax.
|
|
223
|
+
|
|
224
|
+
--should-use-resource-principal [boolean]
|
|
225
|
+
|
|
226
|
+
Specifies that the user intends to authenticate to the instance using
|
|
227
|
+
a resource principal. Default: false
|
|
228
|
+
|
|
229
|
+
--subnet-id [text]
|
|
230
|
+
|
|
231
|
+
The OCID of the target subnet of the dedicated connection.
|
|
232
|
+
|
|
233
|
+
--subscription-id [text]
|
|
234
|
+
|
|
235
|
+
The OCID of the subscription with which resource needs to be
|
|
236
|
+
associated with.
|
|
237
|
+
|
|
238
|
+
--tenancy-id [text]
|
|
239
|
+
|
|
240
|
+
The OCID of the related OCI tenancy.
|
|
241
|
+
|
|
242
|
+
--user-id [text]
|
|
243
|
+
|
|
244
|
+
The OCID of the OCI user who will access the Object Storage. The user
|
|
245
|
+
must have write access to the bucket they want to connect to. If the
|
|
246
|
+
user is not provided, backend will default to the user who is calling
|
|
247
|
+
the API endpoint.
|
|
248
|
+
|
|
249
|
+
--vault-id [text]
|
|
250
|
+
|
|
251
|
+
Refers to the customer’s vault OCID. If provided, it references a
|
|
252
|
+
vault where GoldenGate can manage secrets. Customers must add policies
|
|
253
|
+
to permit GoldenGate to manage secrets contained within this vault.
|
|
254
|
+
|
|
255
|
+
--wait-for-state [text]
|
|
256
|
+
|
|
257
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
258
|
+
and uses a work request to track the progress of the operation.
|
|
259
|
+
Specify this option to perform the action and then wait until the work
|
|
260
|
+
request reaches a certain state. Multiple states can be specified,
|
|
261
|
+
returning on the first state. For example, "--wait-for-state"
|
|
262
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
263
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
264
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
265
|
+
|
|
266
|
+
Accepted values are:
|
|
267
|
+
|
|
268
|
+
ACCEPTED, CANCELED, FAILED, IN_PROGRESS, SUCCEEDED
|
|
269
|
+
|
|
270
|
+
--wait-interval-seconds [integer]
|
|
271
|
+
|
|
272
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
273
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
274
|
+
seconds.
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
Global Parameters
|
|
278
|
+
=================
|
|
279
|
+
|
|
280
|
+
Use "oci --help" for help on global parameters.
|
|
281
|
+
|
|
282
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
283
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
284
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
285
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
286
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
287
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
288
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
289
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
Example using required parameter
|
|
293
|
+
================================
|
|
294
|
+
|
|
295
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
296
|
+
command by typing “bash example.sh” and replacing the example
|
|
297
|
+
parameters with your own.
|
|
298
|
+
|
|
299
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
300
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
301
|
+
security policies before trying the examples.
|
|
302
|
+
|
|
303
|
+
export compartment_id=<substitute-value-of-compartment_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.html#cmdoption-compartment-id
|
|
304
|
+
export connection_url=<substitute-value-of-connection_url> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.html#cmdoption-connection-url
|
|
305
|
+
export display_name=<substitute-value-of-display_name> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.html#cmdoption-display-name
|
|
306
|
+
export technology_type=<substitute-value-of-technology_type> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/goldengate/connection/create-oracle-ai-data-platform-connection.html#cmdoption-technology-type
|
|
307
|
+
|
|
308
|
+
oci goldengate connection create-oracle-ai-data-platform-connection --compartment-id $compartment_id --connection-url $connection_url --display-name $display_name --technology-type $technology_type
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-oracle-connection.txt
CHANGED
|
@@ -58,6 +58,14 @@ Authentication mode. It can be provided at creation of Oracle
|
|
|
58
58
|
Autonomous Database Serverless connections, when a databaseId is
|
|
59
59
|
provided. The default value is MTLS.
|
|
60
60
|
|
|
61
|
+
--cluster-placement-group-id [text]
|
|
62
|
+
|
|
63
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
64
|
+
placement group for the resource. Only applicable for multicloud
|
|
65
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
66
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
67
|
+
placement group must not be provided.
|
|
68
|
+
|
|
61
69
|
--connection-string [text]
|
|
62
70
|
|
|
63
71
|
Connect descriptor or Easy Connect Naming method used to connect to a
|
|
@@ -220,6 +228,24 @@ Accepted values are:
|
|
|
220
228
|
|
|
221
229
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
222
230
|
|
|
231
|
+
--security-attributes [complex type]
|
|
232
|
+
|
|
233
|
+
Security attributes for this resource. Each key is predefined and
|
|
234
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
235
|
+
|
|
236
|
+
Example:
|
|
237
|
+
|
|
238
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
239
|
+
|
|
240
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
241
|
+
be provided as a string on the command line or passed in as a file
|
|
242
|
+
using the file://path/to/file syntax.
|
|
243
|
+
|
|
244
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
245
|
+
example of the JSON which must be provided. We recommend storing this
|
|
246
|
+
example in a file, modifying it as needed and then passing it back in
|
|
247
|
+
via the file:// syntax.
|
|
248
|
+
|
|
223
249
|
--session-mode [text]
|
|
224
250
|
|
|
225
251
|
The mode of the database connection session to be established by the
|
|
@@ -232,6 +258,11 @@ the mode would be DIRECT.
|
|
|
232
258
|
|
|
233
259
|
The OCID of the target subnet of the dedicated connection.
|
|
234
260
|
|
|
261
|
+
--subscription-id [text]
|
|
262
|
+
|
|
263
|
+
The OCID of the subscription with which resource needs to be
|
|
264
|
+
associated with.
|
|
265
|
+
|
|
235
266
|
--vault-id [text]
|
|
236
267
|
|
|
237
268
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -45,6 +45,14 @@ The Oracle NoSQL technology type.
|
|
|
45
45
|
Optional Parameters
|
|
46
46
|
===================
|
|
47
47
|
|
|
48
|
+
--cluster-placement-group-id [text]
|
|
49
|
+
|
|
50
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
51
|
+
placement group for the resource. Only applicable for multicloud
|
|
52
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
53
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
54
|
+
placement group must not be provided.
|
|
55
|
+
|
|
48
56
|
--connection-region [text]
|
|
49
57
|
|
|
50
58
|
The name of the region. e.g.: us-ashburn-1
|
|
@@ -206,6 +214,24 @@ Accepted values are:
|
|
|
206
214
|
|
|
207
215
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
208
216
|
|
|
217
|
+
--security-attributes [complex type]
|
|
218
|
+
|
|
219
|
+
Security attributes for this resource. Each key is predefined and
|
|
220
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
221
|
+
|
|
222
|
+
Example:
|
|
223
|
+
|
|
224
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
225
|
+
|
|
226
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
227
|
+
be provided as a string on the command line or passed in as a file
|
|
228
|
+
using the file://path/to/file syntax.
|
|
229
|
+
|
|
230
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
231
|
+
example of the JSON which must be provided. We recommend storing this
|
|
232
|
+
example in a file, modifying it as needed and then passing it back in
|
|
233
|
+
via the file:// syntax.
|
|
234
|
+
|
|
209
235
|
--should-use-resource-principal [boolean]
|
|
210
236
|
|
|
211
237
|
Specifies that the user intends to authenticate to the instance using
|
|
@@ -215,6 +241,11 @@ a resource principal. Default: false
|
|
|
215
241
|
|
|
216
242
|
The OCID of the target subnet of the dedicated connection.
|
|
217
243
|
|
|
244
|
+
--subscription-id [text]
|
|
245
|
+
|
|
246
|
+
The OCID of the subscription with which resource needs to be
|
|
247
|
+
associated with.
|
|
248
|
+
|
|
218
249
|
--tenancy-id [text]
|
|
219
250
|
|
|
220
251
|
The OCID of the related OCI tenancy.
|
|
@@ -77,6 +77,14 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
77
77
|
example in a file, modifying it as needed and then passing it back in
|
|
78
78
|
via the file:// syntax.
|
|
79
79
|
|
|
80
|
+
--cluster-placement-group-id [text]
|
|
81
|
+
|
|
82
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
83
|
+
placement group for the resource. Only applicable for multicloud
|
|
84
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
85
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
86
|
+
placement group must not be provided.
|
|
87
|
+
|
|
80
88
|
--db-system-id [text]
|
|
81
89
|
|
|
82
90
|
The OCID of the database system being referenced.
|
|
@@ -242,6 +250,24 @@ Accepted values are:
|
|
|
242
250
|
|
|
243
251
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
244
252
|
|
|
253
|
+
--security-attributes [complex type]
|
|
254
|
+
|
|
255
|
+
Security attributes for this resource. Each key is predefined and
|
|
256
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
257
|
+
|
|
258
|
+
Example:
|
|
259
|
+
|
|
260
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
261
|
+
|
|
262
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
263
|
+
be provided as a string on the command line or passed in as a file
|
|
264
|
+
using the file://path/to/file syntax.
|
|
265
|
+
|
|
266
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
267
|
+
example of the JSON which must be provided. We recommend storing this
|
|
268
|
+
example in a file, modifying it as needed and then passing it back in
|
|
269
|
+
via the file:// syntax.
|
|
270
|
+
|
|
245
271
|
--ssl-ca [text]
|
|
246
272
|
|
|
247
273
|
The base64 encoded certificate of the trusted certificate authorities
|
|
@@ -282,6 +308,11 @@ SSL modes for PostgreSQL.
|
|
|
282
308
|
|
|
283
309
|
The OCID of the target subnet of the dedicated connection.
|
|
284
310
|
|
|
311
|
+
--subscription-id [text]
|
|
312
|
+
|
|
313
|
+
The OCID of the subscription with which resource needs to be
|
|
314
|
+
associated with.
|
|
315
|
+
|
|
285
316
|
--vault-id [text]
|
|
286
317
|
|
|
287
318
|
Refers to the customer’s vault OCID. If provided, it references a
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-redis-connection.txt
CHANGED
|
@@ -53,6 +53,14 @@ The Redis technology type.
|
|
|
53
53
|
Optional Parameters
|
|
54
54
|
===================
|
|
55
55
|
|
|
56
|
+
--cluster-placement-group-id [text]
|
|
57
|
+
|
|
58
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
59
|
+
placement group for the resource. Only applicable for multicloud
|
|
60
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
61
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
62
|
+
placement group must not be provided.
|
|
63
|
+
|
|
56
64
|
--defined-tags [complex type]
|
|
57
65
|
|
|
58
66
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -218,6 +226,24 @@ Accepted values are:
|
|
|
218
226
|
|
|
219
227
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
220
228
|
|
|
229
|
+
--security-attributes [complex type]
|
|
230
|
+
|
|
231
|
+
Security attributes for this resource. Each key is predefined and
|
|
232
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
233
|
+
|
|
234
|
+
Example:
|
|
235
|
+
|
|
236
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
237
|
+
|
|
238
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
239
|
+
be provided as a string on the command line or passed in as a file
|
|
240
|
+
using the file://path/to/file syntax.
|
|
241
|
+
|
|
242
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
243
|
+
example of the JSON which must be provided. We recommend storing this
|
|
244
|
+
example in a file, modifying it as needed and then passing it back in
|
|
245
|
+
via the file:// syntax.
|
|
246
|
+
|
|
221
247
|
--servers [text]
|
|
222
248
|
|
|
223
249
|
Comma separated list of Redis server addresses, specified as host:port
|
|
@@ -230,6 +256,11 @@ Redis cluster. Example:
|
|
|
230
256
|
|
|
231
257
|
The OCID of the target subnet of the dedicated connection.
|
|
232
258
|
|
|
259
|
+
--subscription-id [text]
|
|
260
|
+
|
|
261
|
+
The OCID of the subscription with which resource needs to be
|
|
262
|
+
associated with.
|
|
263
|
+
|
|
233
264
|
--trust-store [text]
|
|
234
265
|
|
|
235
266
|
The base64 encoded content of the TrustStore file. Deprecated: This
|
|
@@ -61,6 +61,14 @@ be connected to.
|
|
|
61
61
|
Optional Parameters
|
|
62
62
|
===================
|
|
63
63
|
|
|
64
|
+
--cluster-placement-group-id [text]
|
|
65
|
+
|
|
66
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
67
|
+
placement group for the resource. Only applicable for multicloud
|
|
68
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
69
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
70
|
+
placement group must not be provided.
|
|
71
|
+
|
|
64
72
|
--defined-tags [complex type]
|
|
65
73
|
|
|
66
74
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -225,10 +233,33 @@ Accepted values are:
|
|
|
225
233
|
|
|
226
234
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
227
235
|
|
|
236
|
+
--security-attributes [complex type]
|
|
237
|
+
|
|
238
|
+
Security attributes for this resource. Each key is predefined and
|
|
239
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
240
|
+
|
|
241
|
+
Example:
|
|
242
|
+
|
|
243
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
244
|
+
|
|
245
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
246
|
+
be provided as a string on the command line or passed in as a file
|
|
247
|
+
using the file://path/to/file syntax.
|
|
248
|
+
|
|
249
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
250
|
+
example of the JSON which must be provided. We recommend storing this
|
|
251
|
+
example in a file, modifying it as needed and then passing it back in
|
|
252
|
+
via the file:// syntax.
|
|
253
|
+
|
|
228
254
|
--subnet-id [text]
|
|
229
255
|
|
|
230
256
|
The OCID of the target subnet of the dedicated connection.
|
|
231
257
|
|
|
258
|
+
--subscription-id [text]
|
|
259
|
+
|
|
260
|
+
The OCID of the subscription with which resource needs to be
|
|
261
|
+
associated with.
|
|
262
|
+
|
|
232
263
|
--vault-id [text]
|
|
233
264
|
|
|
234
265
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -71,7 +71,7 @@ The array of connection types.
|
|
|
71
71
|
|
|
72
72
|
Accepted values are:
|
|
73
73
|
|
|
74
|
-
AMAZON_KINESIS, AMAZON_REDSHIFT, AMAZON_S3, AZURE_DATA_LAKE_STORAGE, AZURE_SYNAPSE_ANALYTICS, DATABRICKS, DB2, ELASTICSEARCH, GENERIC, GOLDENGATE, GOOGLE_BIGQUERY, GOOGLE_CLOUD_STORAGE, GOOGLE_PUBSUB, HDFS, ICEBERG, JAVA_MESSAGE_SERVICE, KAFKA, KAFKA_SCHEMA_REGISTRY, MICROSOFT_FABRIC, MICROSOFT_SQLSERVER, MONGODB, MYSQL, OCI_OBJECT_STORAGE, ORACLE, ORACLE_NOSQL, POSTGRESQL, REDIS, SNOWFLAKE
|
|
74
|
+
AMAZON_KINESIS, AMAZON_REDSHIFT, AMAZON_S3, AZURE_DATA_LAKE_STORAGE, AZURE_SYNAPSE_ANALYTICS, DATABRICKS, DB2, ELASTICSEARCH, GENERIC, GOLDENGATE, GOOGLE_BIGQUERY, GOOGLE_CLOUD_STORAGE, GOOGLE_PUBSUB, HDFS, ICEBERG, JAVA_MESSAGE_SERVICE, KAFKA, KAFKA_SCHEMA_REGISTRY, MICROSOFT_FABRIC, MICROSOFT_SQLSERVER, MONGODB, MYSQL, OCI_OBJECT_STORAGE, ORACLE, ORACLE_AI_DATA_PLATFORM, ORACLE_NOSQL, POSTGRESQL, REDIS, SNOWFLAKE
|
|
75
75
|
|
|
76
76
|
--display-name [text]
|
|
77
77
|
|
|
@@ -147,7 +147,7 @@ The array of technology types.
|
|
|
147
147
|
|
|
148
148
|
Accepted values are:
|
|
149
149
|
|
|
150
|
-
AMAZON_AURORA_MYSQL, AMAZON_AURORA_POSTGRESQL, AMAZON_DOCUMENT_DB, AMAZON_KINESIS, AMAZON_RDS_MARIADB, AMAZON_RDS_MYSQL, AMAZON_RDS_ORACLE, AMAZON_RDS_POSTGRESQL, AMAZON_RDS_SQLSERVER, AMAZON_REDSHIFT, AMAZON_S3, APACHE_ICEBERG, APACHE_KAFKA, AZURE_COSMOS_DB_FOR_MONGODB, AZURE_COSMOS_DB_FOR_POSTGRESQL, AZURE_DATA_LAKE_STORAGE, AZURE_EVENT_HUBS, AZURE_MYSQL, AZURE_POSTGRESQL, AZURE_SQLSERVER_MANAGED_INSTANCE, AZURE_SQLSERVER_NON_MANAGED_INSTANCE, AZURE_SYNAPSE_ANALYTICS, CONFLUENT_KAFKA, CONFLUENT_SCHEMA_REGISTRY, DATABRICKS, DB2_I, DB2_ZOS, ELASTICSEARCH, GENERIC, GOLDENGATE, GOOGLE_ALLOY_DB_FOR_POSTGRESQL, GOOGLE_BIGQUERY, GOOGLE_CLOUD_SQL_MYSQL, GOOGLE_CLOUD_SQL_POSTGRESQL, GOOGLE_CLOUD_SQL_SQLSERVER, GOOGLE_CLOUD_STORAGE, GOOGLE_PUBSUB, HDFS, MARIADB, MICROSOFT_FABRIC_LAKEHOUSE, MICROSOFT_FABRIC_MIRROR, MICROSOFT_SQLSERVER, MONGODB, MYSQL_HEATWAVE_ON_AWS, MYSQL_HEATWAVE_ON_AZURE, MYSQL_SERVER, OCI_AUTONOMOUS_DATABASE, OCI_AUTONOMOUS_JSON_DATABASE, OCI_CACHE_WITH_REDIS, OCI_MYSQL, OCI_OBJECT_STORAGE, OCI_POSTGRESQL, OCI_STREAMING, ORACLE_AUTONOMOUS_DATABASE_AT_AWS, ORACLE_AUTONOMOUS_DATABASE_AT_AZURE, ORACLE_AUTONOMOUS_DATABASE_AT_GOOGLE_CLOUD, ORACLE_DATABASE, ORACLE_EXADATA, ORACLE_EXADATA_DATABASE_AT_AWS, ORACLE_EXADATA_DATABASE_AT_AZURE, ORACLE_EXADATA_DATABASE_AT_GOOGLE_CLOUD, ORACLE_JSON_COLLECTION, ORACLE_NOSQL, ORACLE_REST_DATA_SERVICES, ORACLE_WEBLOGIC_JMS, POSTGRESQL_SERVER, REDIS, SINGLESTOREDB, SINGLESTOREDB_CLOUD, SNOWFLAKE
|
|
150
|
+
AMAZON_AURORA_MYSQL, AMAZON_AURORA_POSTGRESQL, AMAZON_DOCUMENT_DB, AMAZON_KINESIS, AMAZON_RDS_MARIADB, AMAZON_RDS_MYSQL, AMAZON_RDS_ORACLE, AMAZON_RDS_POSTGRESQL, AMAZON_RDS_SQLSERVER, AMAZON_REDSHIFT, AMAZON_S3, APACHE_ICEBERG, APACHE_KAFKA, AZURE_COSMOS_DB_FOR_MONGODB, AZURE_COSMOS_DB_FOR_POSTGRESQL, AZURE_DATA_LAKE_STORAGE, AZURE_EVENT_HUBS, AZURE_MYSQL, AZURE_POSTGRESQL, AZURE_SQLSERVER_MANAGED_INSTANCE, AZURE_SQLSERVER_NON_MANAGED_INSTANCE, AZURE_SYNAPSE_ANALYTICS, CONFLUENT_KAFKA, CONFLUENT_SCHEMA_REGISTRY, DATABRICKS, DB2_I, DB2_ZOS, ELASTICSEARCH, GENERIC, GOLDENGATE, GOOGLE_ALLOY_DB_FOR_POSTGRESQL, GOOGLE_BIGQUERY, GOOGLE_CLOUD_SQL_MYSQL, GOOGLE_CLOUD_SQL_POSTGRESQL, GOOGLE_CLOUD_SQL_SQLSERVER, GOOGLE_CLOUD_STORAGE, GOOGLE_PUBSUB, HDFS, MARIADB, MICROSOFT_FABRIC_LAKEHOUSE, MICROSOFT_FABRIC_MIRROR, MICROSOFT_SQLSERVER, MONGODB, MYSQL_HEATWAVE_ON_AWS, MYSQL_HEATWAVE_ON_AZURE, MYSQL_SERVER, OCI_AUTONOMOUS_DATABASE, OCI_AUTONOMOUS_JSON_DATABASE, OCI_CACHE_WITH_REDIS, OCI_MYSQL, OCI_OBJECT_STORAGE, OCI_POSTGRESQL, OCI_STREAMING, OCI_STREAMING_WITH_APACHE_KAFKA, ORACLE_AI_DATA_PLATFORM, ORACLE_AUTONOMOUS_DATABASE_AT_AWS, ORACLE_AUTONOMOUS_DATABASE_AT_AZURE, ORACLE_AUTONOMOUS_DATABASE_AT_GOOGLE_CLOUD, ORACLE_DATABASE, ORACLE_EXADATA, ORACLE_EXADATA_DATABASE_AT_AWS, ORACLE_EXADATA_DATABASE_AT_AZURE, ORACLE_EXADATA_DATABASE_AT_GOOGLE_CLOUD, ORACLE_JSON_COLLECTION, ORACLE_NOSQL, ORACLE_REST_DATA_SERVICES, ORACLE_WEBLOGIC_JMS, POSTGRESQL_SERVER, REDIS, SINGLESTOREDB, SINGLESTOREDB_CLOUD, SNOWFLAKE
|
|
151
151
|
|
|
152
152
|
|
|
153
153
|
Global Parameters
|
|
@@ -186,6 +186,24 @@ will be removed after February 15 2026.
|
|
|
186
186
|
The OCID of the Secret where the secret access key is stored. Note:
|
|
187
187
|
When provided, ‘secretAccessKey’ field must not be provided.
|
|
188
188
|
|
|
189
|
+
--security-attributes [complex type]
|
|
190
|
+
|
|
191
|
+
Security attributes for this resource. Each key is predefined and
|
|
192
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
193
|
+
|
|
194
|
+
Example:
|
|
195
|
+
|
|
196
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
197
|
+
|
|
198
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
199
|
+
be provided as a string on the command line or passed in as a file
|
|
200
|
+
using the file://path/to/file syntax.
|
|
201
|
+
|
|
202
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
203
|
+
example of the JSON which must be provided. We recommend storing this
|
|
204
|
+
example in a file, modifying it as needed and then passing it back in
|
|
205
|
+
via the file:// syntax.
|
|
206
|
+
|
|
189
207
|
--subnet-id [text]
|
|
190
208
|
|
|
191
209
|
The OCID of the target subnet of the dedicated connection.
|
|
@@ -184,6 +184,24 @@ Accepted values are:
|
|
|
184
184
|
|
|
185
185
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
186
186
|
|
|
187
|
+
--security-attributes [complex type]
|
|
188
|
+
|
|
189
|
+
Security attributes for this resource. Each key is predefined and
|
|
190
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
191
|
+
|
|
192
|
+
Example:
|
|
193
|
+
|
|
194
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
195
|
+
|
|
196
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
197
|
+
be provided as a string on the command line or passed in as a file
|
|
198
|
+
using the file://path/to/file syntax.
|
|
199
|
+
|
|
200
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
201
|
+
example of the JSON which must be provided. We recommend storing this
|
|
202
|
+
example in a file, modifying it as needed and then passing it back in
|
|
203
|
+
via the file:// syntax.
|
|
204
|
+
|
|
187
205
|
--subnet-id [text]
|
|
188
206
|
|
|
189
207
|
The OCID of the target subnet of the dedicated connection.
|
|
@@ -189,6 +189,24 @@ the-secret” Deprecated: This field is deprecated and replaced by
|
|
|
189
189
|
The OCID of the Secret where the Secret Access Key is stored. Note:
|
|
190
190
|
When provided, ‘secretAccessKey’ field must not be provided.
|
|
191
191
|
|
|
192
|
+
--security-attributes [complex type]
|
|
193
|
+
|
|
194
|
+
Security attributes for this resource. Each key is predefined and
|
|
195
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
196
|
+
|
|
197
|
+
Example:
|
|
198
|
+
|
|
199
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
200
|
+
|
|
201
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
202
|
+
be provided as a string on the command line or passed in as a file
|
|
203
|
+
using the file://path/to/file syntax.
|
|
204
|
+
|
|
205
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
206
|
+
example of the JSON which must be provided. We recommend storing this
|
|
207
|
+
example in a file, modifying it as needed and then passing it back in
|
|
208
|
+
via the file:// syntax.
|
|
209
|
+
|
|
192
210
|
--subnet-id [text]
|
|
193
211
|
|
|
194
212
|
The OCID of the target subnet of the dedicated connection.
|