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
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/change-subscription.txt
ADDED
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
"change-subscription"
|
|
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
|
+
Associate a GoldanGate connection with a different subscription.
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
Usage
|
|
24
|
+
=====
|
|
25
|
+
|
|
26
|
+
oci goldengate connection change-subscription [OPTIONS]
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
Required Parameters
|
|
30
|
+
===================
|
|
31
|
+
|
|
32
|
+
--connection-id [text]
|
|
33
|
+
|
|
34
|
+
The OCID of a Connection.
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
Optional Parameters
|
|
38
|
+
===================
|
|
39
|
+
|
|
40
|
+
--from-json [text]
|
|
41
|
+
|
|
42
|
+
Provide input to this command as a JSON document from a file using the
|
|
43
|
+
file://path-to/file syntax.
|
|
44
|
+
|
|
45
|
+
The "--generate-full-command-json-input" option can be used to
|
|
46
|
+
generate a sample json file to be used with this command option. The
|
|
47
|
+
key names are pre-populated and match the command option names
|
|
48
|
+
(converted to camelCase format, e.g. compartment-id –> compartmentId),
|
|
49
|
+
while the values of the keys need to be populated by the user before
|
|
50
|
+
using the sample file as an input to this command. For any command
|
|
51
|
+
option that accepts multiple values, the value of the key can be a
|
|
52
|
+
JSON array.
|
|
53
|
+
|
|
54
|
+
Options can still be provided on the command line. If an option exists
|
|
55
|
+
in both the JSON document and the command line then the command line
|
|
56
|
+
specified value will be used.
|
|
57
|
+
|
|
58
|
+
For examples on usage of this option, please see our “using CLI with
|
|
59
|
+
advanced JSON options” link: https://docs.cloud.oracle.com/iaas/Conte
|
|
60
|
+
nt/API/SDKDocs/cliusing.htm#AdvancedJSONOptions
|
|
61
|
+
|
|
62
|
+
--if-match [text]
|
|
63
|
+
|
|
64
|
+
For optimistic concurrency control. In the PUT or DELETE call for a
|
|
65
|
+
resource, set the *if-match* parameter to the value of the etag from a
|
|
66
|
+
previous GET or POST response for that resource. The resource is
|
|
67
|
+
updated or deleted only if the etag you provide matches the resource’s
|
|
68
|
+
current etag value.
|
|
69
|
+
|
|
70
|
+
--is-default [boolean]
|
|
71
|
+
|
|
72
|
+
Indicates if the subscription is UCM or not.
|
|
73
|
+
|
|
74
|
+
--max-wait-seconds [integer]
|
|
75
|
+
|
|
76
|
+
The maximum time to wait for the work request to reach the state
|
|
77
|
+
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
78
|
+
|
|
79
|
+
--subscription-id [text]
|
|
80
|
+
|
|
81
|
+
The OCID of the subscription with which resource needs to be
|
|
82
|
+
associated with.
|
|
83
|
+
|
|
84
|
+
--wait-for-state [text]
|
|
85
|
+
|
|
86
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
87
|
+
and uses a work request to track the progress of the operation.
|
|
88
|
+
Specify this option to perform the action and then wait until the work
|
|
89
|
+
request reaches a certain state. Multiple states can be specified,
|
|
90
|
+
returning on the first state. For example, "--wait-for-state"
|
|
91
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
92
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
93
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
94
|
+
|
|
95
|
+
Accepted values are:
|
|
96
|
+
|
|
97
|
+
ACCEPTED, CANCELED, FAILED, IN_PROGRESS, SUCCEEDED
|
|
98
|
+
|
|
99
|
+
--wait-interval-seconds [integer]
|
|
100
|
+
|
|
101
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
102
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
103
|
+
seconds.
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
Global Parameters
|
|
107
|
+
=================
|
|
108
|
+
|
|
109
|
+
Use "oci --help" for help on global parameters.
|
|
110
|
+
|
|
111
|
+
"--auth-purpose", "--auth", "--cert-bundle", "--cli-auto-prompt", "--
|
|
112
|
+
cli-rc-file", "--config-file", "--connection-timeout", "--debug", "--
|
|
113
|
+
defaults-file", "--endpoint", "--generate-full-command-json-input", "
|
|
114
|
+
--generate-param-json-input", "--help", "--latest-version", "--max-
|
|
115
|
+
retries", "--no-retry", "--opc-client-request-id", "--opc-request-id",
|
|
116
|
+
"--output", "--profile", "--proxy", "--query", "--raw-output", "--
|
|
117
|
+
read-timeout", "--realm-specific-endpoint", "--region", "--release-
|
|
118
|
+
info", "--request-id", "--version", "-?", "-d", "-h", "-i", "-v"
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
Example using required parameter
|
|
122
|
+
================================
|
|
123
|
+
|
|
124
|
+
Copy the following CLI commands into a file named example.sh. Run the
|
|
125
|
+
command by typing “bash example.sh” and replacing the example
|
|
126
|
+
parameters with your own.
|
|
127
|
+
|
|
128
|
+
Please note this sample will only work in the POSIX-compliant bash-
|
|
129
|
+
like shell. You need to set up the OCI configuration and appropriate
|
|
130
|
+
security policies before trying the examples.
|
|
131
|
+
|
|
132
|
+
export connection_id=<substitute-value-of-connection_id> # https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/latest/oci_cli_docs/cmdref/goldengate/connection/change-subscription.html#cmdoption-connection-id
|
|
133
|
+
|
|
134
|
+
oci goldengate connection change-subscription --connection-id $connection_id
|
|
@@ -49,6 +49,14 @@ The Amazon Kinesis technology type.
|
|
|
49
49
|
Optional Parameters
|
|
50
50
|
===================
|
|
51
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
|
+
|
|
52
60
|
--connection-endpoint [text]
|
|
53
61
|
|
|
54
62
|
Optional Amazon Kinesis service endpoint. Default value:
|
|
@@ -191,10 +199,33 @@ will be removed after February 15 2026.
|
|
|
191
199
|
The OCID of the Secret where the secret access key is stored. Note:
|
|
192
200
|
When provided, ‘secretAccessKey’ field must not be provided.
|
|
193
201
|
|
|
202
|
+
--security-attributes [complex type]
|
|
203
|
+
|
|
204
|
+
Security attributes for this resource. Each key is predefined and
|
|
205
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
206
|
+
|
|
207
|
+
Example:
|
|
208
|
+
|
|
209
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
210
|
+
|
|
211
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
212
|
+
be provided as a string on the command line or passed in as a file
|
|
213
|
+
using the file://path/to/file syntax.
|
|
214
|
+
|
|
215
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
216
|
+
example of the JSON which must be provided. We recommend storing this
|
|
217
|
+
example in a file, modifying it as needed and then passing it back in
|
|
218
|
+
via the file:// syntax.
|
|
219
|
+
|
|
194
220
|
--subnet-id [text]
|
|
195
221
|
|
|
196
222
|
The OCID of the target subnet of the dedicated connection.
|
|
197
223
|
|
|
224
|
+
--subscription-id [text]
|
|
225
|
+
|
|
226
|
+
The OCID of the subscription with which resource needs to be
|
|
227
|
+
associated with.
|
|
228
|
+
|
|
198
229
|
--vault-id [text]
|
|
199
230
|
|
|
200
231
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -57,6 +57,14 @@ conform to the case sensitivty requirments defined in it.
|
|
|
57
57
|
Optional Parameters
|
|
58
58
|
===================
|
|
59
59
|
|
|
60
|
+
--cluster-placement-group-id [text]
|
|
61
|
+
|
|
62
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
63
|
+
placement group for the resource. Only applicable for multicloud
|
|
64
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
65
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
66
|
+
placement group must not be provided.
|
|
67
|
+
|
|
60
68
|
--defined-tags [complex type]
|
|
61
69
|
|
|
62
70
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -196,10 +204,33 @@ Accepted values are:
|
|
|
196
204
|
|
|
197
205
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
198
206
|
|
|
207
|
+
--security-attributes [complex type]
|
|
208
|
+
|
|
209
|
+
Security attributes for this resource. Each key is predefined and
|
|
210
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
211
|
+
|
|
212
|
+
Example:
|
|
213
|
+
|
|
214
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
215
|
+
|
|
216
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
217
|
+
be provided as a string on the command line or passed in as a file
|
|
218
|
+
using the file://path/to/file syntax.
|
|
219
|
+
|
|
220
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
221
|
+
example of the JSON which must be provided. We recommend storing this
|
|
222
|
+
example in a file, modifying it as needed and then passing it back in
|
|
223
|
+
via the file:// syntax.
|
|
224
|
+
|
|
199
225
|
--subnet-id [text]
|
|
200
226
|
|
|
201
227
|
The OCID of the target subnet of the dedicated connection.
|
|
202
228
|
|
|
229
|
+
--subscription-id [text]
|
|
230
|
+
|
|
231
|
+
The OCID of the subscription with which resource needs to be
|
|
232
|
+
associated with.
|
|
233
|
+
|
|
203
234
|
--vault-id [text]
|
|
204
235
|
|
|
205
236
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -50,6 +50,14 @@ The Amazon S3 technology type.
|
|
|
50
50
|
Optional Parameters
|
|
51
51
|
===================
|
|
52
52
|
|
|
53
|
+
--cluster-placement-group-id [text]
|
|
54
|
+
|
|
55
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
56
|
+
placement group for the resource. Only applicable for multicloud
|
|
57
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
58
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
59
|
+
placement group must not be provided.
|
|
60
|
+
|
|
53
61
|
--connection-endpoint [text]
|
|
54
62
|
|
|
55
63
|
Optional Amazon S3 service endpoint. Default value: https://my-
|
|
@@ -194,10 +202,33 @@ the-secret” Deprecated: This field is deprecated and replaced by
|
|
|
194
202
|
The OCID of the Secret where the Secret Access Key is stored. Note:
|
|
195
203
|
When provided, ‘secretAccessKey’ field must not be provided.
|
|
196
204
|
|
|
205
|
+
--security-attributes [complex type]
|
|
206
|
+
|
|
207
|
+
Security attributes for this resource. Each key is predefined and
|
|
208
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
209
|
+
|
|
210
|
+
Example:
|
|
211
|
+
|
|
212
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
213
|
+
|
|
214
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
215
|
+
be provided as a string on the command line or passed in as a file
|
|
216
|
+
using the file://path/to/file syntax.
|
|
217
|
+
|
|
218
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
219
|
+
example of the JSON which must be provided. We recommend storing this
|
|
220
|
+
example in a file, modifying it as needed and then passing it back in
|
|
221
|
+
via the file:// syntax.
|
|
222
|
+
|
|
197
223
|
--subnet-id [text]
|
|
198
224
|
|
|
199
225
|
The OCID of the target subnet of the dedicated connection.
|
|
200
226
|
|
|
227
|
+
--subscription-id [text]
|
|
228
|
+
|
|
229
|
+
The OCID of the subscription with which resource needs to be
|
|
230
|
+
associated with.
|
|
231
|
+
|
|
201
232
|
--vault-id [text]
|
|
202
233
|
|
|
203
234
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -102,6 +102,14 @@ removed after February 15 2026.
|
|
|
102
102
|
The OCID of the Secret where the client secret is stored. Note: When
|
|
103
103
|
provided, ‘clientSecret’ field must not be provided.
|
|
104
104
|
|
|
105
|
+
--cluster-placement-group-id [text]
|
|
106
|
+
|
|
107
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
108
|
+
placement group for the resource. Only applicable for multicloud
|
|
109
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
110
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
111
|
+
placement group must not be provided.
|
|
112
|
+
|
|
105
113
|
--connection-endpoint [text]
|
|
106
114
|
|
|
107
115
|
Azure Storage service endpoint. e.g:
|
|
@@ -244,10 +252,33 @@ sZbXwIQ%3D Deprecated: This field is deprecated and replaced by
|
|
|
244
252
|
The OCID of the Secret where the sas token is stored. Note: When
|
|
245
253
|
provided, ‘sasToken’ field must not be provided.
|
|
246
254
|
|
|
255
|
+
--security-attributes [complex type]
|
|
256
|
+
|
|
257
|
+
Security attributes for this resource. Each key is predefined and
|
|
258
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
259
|
+
|
|
260
|
+
Example:
|
|
261
|
+
|
|
262
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
263
|
+
|
|
264
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
265
|
+
be provided as a string on the command line or passed in as a file
|
|
266
|
+
using the file://path/to/file syntax.
|
|
267
|
+
|
|
268
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
269
|
+
example of the JSON which must be provided. We recommend storing this
|
|
270
|
+
example in a file, modifying it as needed and then passing it back in
|
|
271
|
+
via the file:// syntax.
|
|
272
|
+
|
|
247
273
|
--subnet-id [text]
|
|
248
274
|
|
|
249
275
|
The OCID of the target subnet of the dedicated connection.
|
|
250
276
|
|
|
277
|
+
--subscription-id [text]
|
|
278
|
+
|
|
279
|
+
The OCID of the subscription with which resource needs to be
|
|
280
|
+
associated with.
|
|
281
|
+
|
|
251
282
|
--vault-id [text]
|
|
252
283
|
|
|
253
284
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -59,6 +59,14 @@ conform to the case sensitivty requirments defined in it.
|
|
|
59
59
|
Optional Parameters
|
|
60
60
|
===================
|
|
61
61
|
|
|
62
|
+
--cluster-placement-group-id [text]
|
|
63
|
+
|
|
64
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
65
|
+
placement group for the resource. Only applicable for multicloud
|
|
66
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
67
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
68
|
+
placement group must not be provided.
|
|
69
|
+
|
|
62
70
|
--defined-tags [complex type]
|
|
63
71
|
|
|
64
72
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -198,10 +206,33 @@ Accepted values are:
|
|
|
198
206
|
|
|
199
207
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
200
208
|
|
|
209
|
+
--security-attributes [complex type]
|
|
210
|
+
|
|
211
|
+
Security attributes for this resource. Each key is predefined and
|
|
212
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
213
|
+
|
|
214
|
+
Example:
|
|
215
|
+
|
|
216
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
217
|
+
|
|
218
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
219
|
+
be provided as a string on the command line or passed in as a file
|
|
220
|
+
using the file://path/to/file syntax.
|
|
221
|
+
|
|
222
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
223
|
+
example of the JSON which must be provided. We recommend storing this
|
|
224
|
+
example in a file, modifying it as needed and then passing it back in
|
|
225
|
+
via the file:// syntax.
|
|
226
|
+
|
|
201
227
|
--subnet-id [text]
|
|
202
228
|
|
|
203
229
|
The OCID of the target subnet of the dedicated connection.
|
|
204
230
|
|
|
231
|
+
--subscription-id [text]
|
|
232
|
+
|
|
233
|
+
The OCID of the subscription with which resource needs to be
|
|
234
|
+
associated with.
|
|
235
|
+
|
|
205
236
|
--vault-id [text]
|
|
206
237
|
|
|
207
238
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -72,6 +72,14 @@ The OCID of the Secret where the client secret is stored. Only
|
|
|
72
72
|
applicable for authenticationType == OAUTH_M2M. Note: When provided,
|
|
73
73
|
‘clientSecret’ field must not be provided.
|
|
74
74
|
|
|
75
|
+
--cluster-placement-group-id [text]
|
|
76
|
+
|
|
77
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
78
|
+
placement group for the resource. Only applicable for multicloud
|
|
79
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
80
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
81
|
+
placement group must not be provided.
|
|
82
|
+
|
|
75
83
|
--defined-tags [complex type]
|
|
76
84
|
|
|
77
85
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -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
|
--storage-credential-name [text]
|
|
210
236
|
|
|
211
237
|
Optional. External storage credential name to access files on object
|
|
@@ -215,6 +241,11 @@ storage such as ADLS Gen2, S3 or GCS.
|
|
|
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
|
--vault-id [text]
|
|
219
250
|
|
|
220
251
|
Refers to the customer’s vault OCID. If provided, it references a
|
oci_cli/help_text_producer/data_files/text/cmdref/goldengate/connection/create-db2-connection.txt
CHANGED
|
@@ -84,6 +84,14 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
84
84
|
example in a file, modifying it as needed and then passing it back in
|
|
85
85
|
via the file:// syntax.
|
|
86
86
|
|
|
87
|
+
--cluster-placement-group-id [text]
|
|
88
|
+
|
|
89
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
90
|
+
placement group for the resource. Only applicable for multicloud
|
|
91
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
92
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
93
|
+
placement group must not be provided.
|
|
94
|
+
|
|
87
95
|
--defined-tags [complex type]
|
|
88
96
|
|
|
89
97
|
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
|
--ssl-client-keystash [text]
|
|
222
248
|
|
|
223
249
|
The base64 encoded keystash file which contains the encrypted password
|
|
@@ -267,6 +293,11 @@ specified.
|
|
|
267
293
|
|
|
268
294
|
The OCID of the target subnet of the dedicated connection.
|
|
269
295
|
|
|
296
|
+
--subscription-id [text]
|
|
297
|
+
|
|
298
|
+
The OCID of the subscription with which resource needs to be
|
|
299
|
+
associated with.
|
|
300
|
+
|
|
270
301
|
--vault-id [text]
|
|
271
302
|
|
|
272
303
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -61,6 +61,14 @@ The Elasticsearch technology type.
|
|
|
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
|
|
@@ -205,10 +213,33 @@ Accepted values are:
|
|
|
205
213
|
|
|
206
214
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
207
215
|
|
|
216
|
+
--security-attributes [complex type]
|
|
217
|
+
|
|
218
|
+
Security attributes for this resource. Each key is predefined and
|
|
219
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
220
|
+
|
|
221
|
+
Example:
|
|
222
|
+
|
|
223
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
224
|
+
|
|
225
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
226
|
+
be provided as a string on the command line or passed in as a file
|
|
227
|
+
using the file://path/to/file syntax.
|
|
228
|
+
|
|
229
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
230
|
+
example of the JSON which must be provided. We recommend storing this
|
|
231
|
+
example in a file, modifying it as needed and then passing it back in
|
|
232
|
+
via the file:// syntax.
|
|
233
|
+
|
|
208
234
|
--subnet-id [text]
|
|
209
235
|
|
|
210
236
|
The OCID of the target subnet of the dedicated connection.
|
|
211
237
|
|
|
238
|
+
--subscription-id [text]
|
|
239
|
+
|
|
240
|
+
The OCID of the subscription with which resource needs to be
|
|
241
|
+
associated with.
|
|
242
|
+
|
|
212
243
|
--username [text]
|
|
213
244
|
|
|
214
245
|
The username Oracle GoldenGate uses to connect the associated system
|
|
@@ -52,6 +52,14 @@ The Generic technology type.
|
|
|
52
52
|
Optional Parameters
|
|
53
53
|
===================
|
|
54
54
|
|
|
55
|
+
--cluster-placement-group-id [text]
|
|
56
|
+
|
|
57
|
+
The OCID(/Content/General/Concepts/identifiers.htm) of the cluster
|
|
58
|
+
placement group for the resource. Only applicable for multicloud
|
|
59
|
+
subscriptions. The cluster placement group id must be provided when a
|
|
60
|
+
multicloud subscription id is provided. Otherwise the cluster
|
|
61
|
+
placement group must not be provided.
|
|
62
|
+
|
|
55
63
|
--defined-tags [complex type]
|
|
56
64
|
|
|
57
65
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -174,10 +182,33 @@ Accepted values are:
|
|
|
174
182
|
|
|
175
183
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
176
184
|
|
|
185
|
+
--security-attributes [complex type]
|
|
186
|
+
|
|
187
|
+
Security attributes for this resource. Each key is predefined and
|
|
188
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
189
|
+
|
|
190
|
+
Example:
|
|
191
|
+
|
|
192
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
193
|
+
|
|
194
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
195
|
+
be provided as a string on the command line or passed in as a file
|
|
196
|
+
using the file://path/to/file syntax.
|
|
197
|
+
|
|
198
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
199
|
+
example of the JSON which must be provided. We recommend storing this
|
|
200
|
+
example in a file, modifying it as needed and then passing it back in
|
|
201
|
+
via the file:// syntax.
|
|
202
|
+
|
|
177
203
|
--subnet-id [text]
|
|
178
204
|
|
|
179
205
|
The OCID of the target subnet of the dedicated connection.
|
|
180
206
|
|
|
207
|
+
--subscription-id [text]
|
|
208
|
+
|
|
209
|
+
The OCID of the subscription with which resource needs to be
|
|
210
|
+
associated with.
|
|
211
|
+
|
|
181
212
|
--vault-id [text]
|
|
182
213
|
|
|
183
214
|
Refers to the customer’s vault OCID. If provided, it references a
|
|
@@ -45,6 +45,14 @@ The GoldenGate 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
|
--defined-tags [complex type]
|
|
49
57
|
|
|
50
58
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -205,10 +213,33 @@ Accepted values are:
|
|
|
205
213
|
|
|
206
214
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
207
215
|
|
|
216
|
+
--security-attributes [complex type]
|
|
217
|
+
|
|
218
|
+
Security attributes for this resource. Each key is predefined and
|
|
219
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
220
|
+
|
|
221
|
+
Example:
|
|
222
|
+
|
|
223
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
224
|
+
|
|
225
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
226
|
+
be provided as a string on the command line or passed in as a file
|
|
227
|
+
using the file://path/to/file syntax.
|
|
228
|
+
|
|
229
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
230
|
+
example of the JSON which must be provided. We recommend storing this
|
|
231
|
+
example in a file, modifying it as needed and then passing it back in
|
|
232
|
+
via the file:// syntax.
|
|
233
|
+
|
|
208
234
|
--subnet-id [text]
|
|
209
235
|
|
|
210
236
|
The OCID of the target subnet of the dedicated connection.
|
|
211
237
|
|
|
238
|
+
--subscription-id [text]
|
|
239
|
+
|
|
240
|
+
The OCID of the subscription with which resource needs to be
|
|
241
|
+
associated with.
|
|
242
|
+
|
|
212
243
|
--username [text]
|
|
213
244
|
|
|
214
245
|
The username credential existing in the Oracle GoldenGate used to be
|
|
@@ -45,6 +45,14 @@ The Google BigQuery 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
|
--defined-tags [complex type]
|
|
49
57
|
|
|
50
58
|
Tags defined for this resource. Each key is predefined and scoped to a
|
|
@@ -167,6 +175,24 @@ Accepted values are:
|
|
|
167
175
|
|
|
168
176
|
DEDICATED_ENDPOINT, SHARED_DEPLOYMENT_ENDPOINT, SHARED_SERVICE_ENDPOINT
|
|
169
177
|
|
|
178
|
+
--security-attributes [complex type]
|
|
179
|
+
|
|
180
|
+
Security attributes for this resource. Each key is predefined and
|
|
181
|
+
scoped to a namespace. For more information, see Resource Tags.
|
|
182
|
+
|
|
183
|
+
Example:
|
|
184
|
+
|
|
185
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
186
|
+
|
|
187
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
188
|
+
be provided as a string on the command line or passed in as a file
|
|
189
|
+
using the file://path/to/file syntax.
|
|
190
|
+
|
|
191
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
192
|
+
example of the JSON which must be provided. We recommend storing this
|
|
193
|
+
example in a file, modifying it as needed and then passing it back in
|
|
194
|
+
via the file:// syntax.
|
|
195
|
+
|
|
170
196
|
--service-account-key-file [text]
|
|
171
197
|
|
|
172
198
|
The base64 encoded content of the service account key file containing
|
|
@@ -185,6 +211,11 @@ be provided.
|
|
|
185
211
|
|
|
186
212
|
The OCID of the target subnet of the dedicated connection.
|
|
187
213
|
|
|
214
|
+
--subscription-id [text]
|
|
215
|
+
|
|
216
|
+
The OCID of the subscription with which resource needs to be
|
|
217
|
+
associated with.
|
|
218
|
+
|
|
188
219
|
--vault-id [text]
|
|
189
220
|
|
|
190
221
|
Refers to the customer’s vault OCID. If provided, it references a
|