oci-cli 3.67.0__py3-none-any.whl → 3.68.0__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/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/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/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/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-log/{list.txt → list-logs.txt} +5 -5
- oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-log.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/support/incident/create.txt +6 -6
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/get.txt +2 -2
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/list.txt +1 -1
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident/update.txt +4 -4
- oci_cli/help_text_producer/data_files/text/cmdref/support/incident-resource-type/list.txt +3 -3
- oci_cli/help_text_producer/data_files/text/cmdref/support/validation-response/validate-user.txt +1 -1
- 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.0.dist-info}/METADATA +2 -2
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/RECORD +277 -209
- services/container_engine/src/oci_cli_container_engine/generated/containerengine_cli.py +7 -6
- services/database/src/oci_cli_database/generated/database_cli.py +71 -0
- 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 +1370 -320
- 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
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/LICENSE.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/WHEEL +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/entry_points.txt +0 -0
- {oci_cli-3.67.0.dist-info → oci_cli-3.68.0.dist-info}/top_level.txt +0 -0
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Creates a configuration source provider in the specified compartment.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Creating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -69,8 +69,8 @@ confidential information.
|
|
|
69
69
|
|
|
70
70
|
--display-name [text]
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
entering confidential information.
|
|
72
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
73
|
+
Avoid entering confidential information.
|
|
74
74
|
|
|
75
75
|
--freeform-tags [complex type]
|
|
76
76
|
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Creates a configuration source provider in the specified compartment.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Creating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -69,8 +69,8 @@ confidential information.
|
|
|
69
69
|
|
|
70
70
|
--display-name [text]
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
entering confidential information.
|
|
72
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
73
|
+
Avoid entering confidential information.
|
|
74
74
|
|
|
75
75
|
--freeform-tags [complex type]
|
|
76
76
|
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Creates a configuration source provider in the specified compartment.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Creating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -69,8 +69,8 @@ confidential information.
|
|
|
69
69
|
|
|
70
70
|
--display-name [text]
|
|
71
71
|
|
|
72
|
-
|
|
73
|
-
entering confidential information.
|
|
72
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
73
|
+
Avoid entering confidential information.
|
|
74
74
|
|
|
75
75
|
--freeform-tags [complex type]
|
|
76
76
|
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Creates a configuration source provider in the specified compartment.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Creating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -68,8 +68,8 @@ confidential information.
|
|
|
68
68
|
|
|
69
69
|
--display-name [text]
|
|
70
70
|
|
|
71
|
-
|
|
72
|
-
entering confidential information.
|
|
71
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
72
|
+
Avoid entering confidential information.
|
|
73
73
|
|
|
74
74
|
--freeform-tags [complex type]
|
|
75
75
|
|
|
@@ -16,7 +16,8 @@ Description
|
|
|
16
16
|
===========
|
|
17
17
|
|
|
18
18
|
Lists configuration source providers according to the specified
|
|
19
|
-
filter.
|
|
19
|
+
filter. For more information, see Listing Configuration Source
|
|
20
|
+
Providers. - For *compartmentId*, lists all configuration source
|
|
20
21
|
providers in the matching compartment. - For
|
|
21
22
|
*configurationSourceProviderId*, lists the matching configuration
|
|
22
23
|
source provider.
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Updates the properties of the specified configuration source provider.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Updating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -63,8 +63,8 @@ confidential information.
|
|
|
63
63
|
|
|
64
64
|
--display-name [text]
|
|
65
65
|
|
|
66
|
-
|
|
67
|
-
entering confidential information.
|
|
66
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
67
|
+
Avoid entering confidential information.
|
|
68
68
|
|
|
69
69
|
--force
|
|
70
70
|
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Updates the properties of the specified configuration source provider.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Updating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -64,8 +64,8 @@ confidential information.
|
|
|
64
64
|
|
|
65
65
|
--display-name [text]
|
|
66
66
|
|
|
67
|
-
|
|
68
|
-
entering confidential information.
|
|
67
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
68
|
+
Avoid entering confidential information.
|
|
69
69
|
|
|
70
70
|
--force
|
|
71
71
|
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Updates the properties of the specified configuration source provider.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Updating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -67,8 +67,8 @@ confidential information.
|
|
|
67
67
|
|
|
68
68
|
--display-name [text]
|
|
69
69
|
|
|
70
|
-
|
|
71
|
-
entering confidential information.
|
|
70
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
71
|
+
Avoid entering confidential information.
|
|
72
72
|
|
|
73
73
|
--force
|
|
74
74
|
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Updates the properties of the specified configuration source provider.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Updating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -67,8 +67,8 @@ confidential information.
|
|
|
67
67
|
|
|
68
68
|
--display-name [text]
|
|
69
69
|
|
|
70
|
-
|
|
71
|
-
entering confidential information.
|
|
70
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
71
|
+
Avoid entering confidential information.
|
|
72
72
|
|
|
73
73
|
--force
|
|
74
74
|
|
|
@@ -18,7 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Updates the properties of the specified configuration source provider.
|
|
21
|
-
For more information, see
|
|
21
|
+
For more information, see Updating a Configuration Source Provider.
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
Usage
|
|
@@ -67,8 +67,8 @@ confidential information.
|
|
|
67
67
|
|
|
68
68
|
--display-name [text]
|
|
69
69
|
|
|
70
|
-
|
|
71
|
-
entering confidential information.
|
|
70
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
71
|
+
Avoid entering confidential information.
|
|
72
72
|
|
|
73
73
|
--force
|
|
74
74
|
|
|
@@ -22,7 +22,8 @@ the job is not immediate, and may be delayed, or may not happen at
|
|
|
22
22
|
all. You can optionally choose forced cancellation by setting
|
|
23
23
|
*isForced* to true. A forced cancellation can result in an incorrect
|
|
24
24
|
state file. For example, the state file might not reflect the exact
|
|
25
|
-
state of the provisioned resources.
|
|
25
|
+
state of the provisioned resources. For more information, see
|
|
26
|
+
Canceling a Job.
|
|
26
27
|
|
|
27
28
|
|
|
28
29
|
Usage
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a job.
|
|
20
|
+
Creates a job. For more information, see Creating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -58,7 +58,8 @@ via the file:// syntax.
|
|
|
58
58
|
|
|
59
59
|
--display-name [text]
|
|
60
60
|
|
|
61
|
-
|
|
61
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
62
|
+
Avoid entering confidential information.
|
|
62
63
|
|
|
63
64
|
--execution-plan-job-id [text]
|
|
64
65
|
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-apply-rollback-job.txt
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a job.
|
|
20
|
+
Creates a job. For more information, see Creating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -59,7 +59,8 @@ via the file:// syntax.
|
|
|
59
59
|
|
|
60
60
|
--display-name [text]
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
63
|
+
Avoid entering confidential information.
|
|
63
64
|
|
|
64
65
|
--execution-plan-rollback-job-id [text]
|
|
65
66
|
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-destroy-job.txt
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a job.
|
|
20
|
+
Creates a job. For more information, see Creating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -59,7 +59,8 @@ via the file:// syntax.
|
|
|
59
59
|
|
|
60
60
|
--display-name [text]
|
|
61
61
|
|
|
62
|
-
|
|
62
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
63
|
+
Avoid entering confidential information.
|
|
63
64
|
|
|
64
65
|
--freeform-tags [complex type]
|
|
65
66
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a job.
|
|
20
|
+
Creates a job. For more information, see Creating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -57,7 +57,8 @@ via the file:// syntax.
|
|
|
57
57
|
|
|
58
58
|
--display-name [text]
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
61
|
+
Avoid entering confidential information.
|
|
61
62
|
|
|
62
63
|
--freeform-tags [complex type]
|
|
63
64
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a job.
|
|
20
|
+
Creates a job. For more information, see Creating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -53,7 +53,8 @@ via the file:// syntax.
|
|
|
53
53
|
|
|
54
54
|
--display-name [text]
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
57
|
+
Avoid entering confidential information.
|
|
57
58
|
|
|
58
59
|
--freeform-tags [complex type]
|
|
59
60
|
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/create-plan-rollback-job.txt
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a job.
|
|
20
|
+
Creates a job. For more information, see Creating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -57,7 +57,8 @@ via the file:// syntax.
|
|
|
57
57
|
|
|
58
58
|
--display-name [text]
|
|
59
59
|
|
|
60
|
-
|
|
60
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
61
|
+
Avoid entering confidential information.
|
|
61
62
|
|
|
62
63
|
--freeform-tags [complex type]
|
|
63
64
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a job.
|
|
20
|
+
Creates a job. For more information, see Creating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -64,7 +64,8 @@ via the file:// syntax.
|
|
|
64
64
|
|
|
65
65
|
--display-name [text]
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
68
|
+
Avoid entering confidential information.
|
|
68
69
|
|
|
69
70
|
--freeform-tags [complex type]
|
|
70
71
|
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-detailed-log-content.txt
CHANGED
|
@@ -18,7 +18,8 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Returns the Terraform detailed log content for the specified job in
|
|
21
|
-
plain text. Learn about Terraform detailed log.
|
|
21
|
+
plain text. Learn about Terraform detailed log. For more information,
|
|
22
|
+
see Getting Detailed Log Content for a Job.
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
Usage
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-logs-content.txt
CHANGED
|
@@ -18,7 +18,8 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Returns the raw log file for the specified job in text format. The
|
|
21
|
-
file includes a maximum of 100,000 log entries.
|
|
21
|
+
file includes a maximum of 100,000 log entries. For more information,
|
|
22
|
+
see Getting Logs Content for a Job.
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
Usage
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/job/get-job-tf-config.txt
CHANGED
|
@@ -18,7 +18,8 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Returns the Terraform configuration for the specified job in zip
|
|
21
|
-
format. If no zip file is found, returns an error.
|
|
21
|
+
format. If no zip file is found, returns an error. For more
|
|
22
|
+
information, see Getting a Job Terraform Configuration.
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
Usage
|
|
@@ -18,8 +18,8 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Returns the output of the specified Terraform plan job in binary or
|
|
21
|
-
JSON format. For information
|
|
22
|
-
|
|
21
|
+
JSON format. For more information, see Getting the Terraform Output
|
|
22
|
+
for a Plan Job.
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
Usage
|
|
@@ -16,7 +16,7 @@ Description
|
|
|
16
16
|
===========
|
|
17
17
|
|
|
18
18
|
Lists jobs according to the specified filter. By default, the list is
|
|
19
|
-
ordered by time created.
|
|
19
|
+
ordered by time created. For more information, see Listing Jobs.
|
|
20
20
|
|
|
21
21
|
* To list all jobs in a stack, provide the stack OCID. - To list all
|
|
22
22
|
jobs in a compartment, provide the compartment OCID. - To return a
|
|
@@ -80,9 +80,6 @@ The OCID on which to query for jobs.
|
|
|
80
80
|
A filter that returns all resources that match the specified lifecycle
|
|
81
81
|
state. The state value is case-insensitive.
|
|
82
82
|
|
|
83
|
-
Allowable values: - ACCEPTED - IN_PROGRESS - FAILED - SUCCEEDED -
|
|
84
|
-
CANCELING - CANCELED
|
|
85
|
-
|
|
86
83
|
Accepted values are:
|
|
87
84
|
|
|
88
85
|
ACCEPTED, CANCELED, CANCELING, FAILED, IN_PROGRESS, SUCCEEDED
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Updates the specified job.
|
|
20
|
+
Updates the specified job. For more information, see Updating a Job.
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
Usage
|
|
@@ -53,7 +53,8 @@ via the file:// syntax.
|
|
|
53
53
|
|
|
54
54
|
--display-name [text]
|
|
55
55
|
|
|
56
|
-
|
|
56
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
57
|
+
Avoid entering confidential information.
|
|
57
58
|
|
|
58
59
|
--force
|
|
59
60
|
|
|
@@ -18,8 +18,7 @@ Description
|
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
20
|
Moves a private endpoint to a different compartment within the same
|
|
21
|
-
tenancy. For information
|
|
22
|
-
see Moving Resources to a Different Compartment.
|
|
21
|
+
tenancy. For more information, see Moving a Private Endpoint.
|
|
23
22
|
|
|
24
23
|
|
|
25
24
|
Usage
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/create.txt
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Creates a private endpoint in the specified compartment.
|
|
20
|
+
Creates a private endpoint in the specified compartment. For more
|
|
21
|
+
information, see Creating a Private Endpoint.
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
Usage
|
|
@@ -35,8 +36,8 @@ The OCID of the compartment containing this private endpoint.
|
|
|
35
36
|
|
|
36
37
|
--display-name [text]
|
|
37
38
|
|
|
38
|
-
|
|
39
|
-
information.
|
|
39
|
+
A user-friendly name. Does not have to be unique, and it’s changeable.
|
|
40
|
+
Avoid entering confidential information.
|
|
40
41
|
|
|
41
42
|
--subnet-id [text]
|
|
42
43
|
|
|
@@ -126,7 +127,7 @@ configuration source provider.
|
|
|
126
127
|
|
|
127
128
|
--max-wait-seconds [integer]
|
|
128
129
|
|
|
129
|
-
The maximum time to wait for the
|
|
130
|
+
The maximum time to wait for the work request to reach the state
|
|
130
131
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
131
132
|
|
|
132
133
|
--nsg-id-list [complex type]
|
|
@@ -141,26 +142,45 @@ example of the JSON which must be provided. We recommend storing this
|
|
|
141
142
|
example in a file, modifying it as needed and then passing it back in
|
|
142
143
|
via the file:// syntax.
|
|
143
144
|
|
|
145
|
+
--security-attributes [complex type]
|
|
146
|
+
|
|
147
|
+
Security attributes are labels for a resource that can be referenced
|
|
148
|
+
in a Zero Trust Packet Routing (ZPR) policy to control access to ZPR-
|
|
149
|
+
supported resources.
|
|
150
|
+
|
|
151
|
+
Example:
|
|
152
|
+
|
|
153
|
+
{"Oracle-ZPR": {"MaxEgressCount": {"value": "42", "mode": "enforce"}}}
|
|
154
|
+
|
|
155
|
+
This is a complex type whose value must be valid JSON. The value can
|
|
156
|
+
be provided as a string on the command line or passed in as a file
|
|
157
|
+
using the file://path/to/file syntax.
|
|
158
|
+
|
|
159
|
+
The "--generate-param-json-input" option can be used to generate an
|
|
160
|
+
example of the JSON which must be provided. We recommend storing this
|
|
161
|
+
example in a file, modifying it as needed and then passing it back in
|
|
162
|
+
via the file:// syntax.
|
|
163
|
+
|
|
144
164
|
--wait-for-state [text]
|
|
145
165
|
|
|
146
|
-
This operation creates, modifies or deletes a resource
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
is returned.
|
|
166
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
167
|
+
and uses a work request to track the progress of the operation.
|
|
168
|
+
Specify this option to perform the action and then wait until the work
|
|
169
|
+
request reaches a certain state. Multiple states can be specified,
|
|
170
|
+
returning on the first state. For example, "--wait-for-state"
|
|
171
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
172
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
173
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
154
174
|
|
|
155
175
|
Accepted values are:
|
|
156
176
|
|
|
157
|
-
|
|
177
|
+
ACCEPTED, FAILED, IN_PROGRESS, SUCCEEDED
|
|
158
178
|
|
|
159
179
|
--wait-interval-seconds [integer]
|
|
160
180
|
|
|
161
|
-
Check every "--wait-interval-seconds" to see whether the
|
|
162
|
-
reached the
|
|
163
|
-
|
|
181
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
182
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
183
|
+
seconds.
|
|
164
184
|
|
|
165
185
|
|
|
166
186
|
Global Parameters
|
oci_cli/help_text_producer/data_files/text/cmdref/resource-manager/private-endpoint/delete.txt
CHANGED
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
Description
|
|
18
18
|
===========
|
|
19
19
|
|
|
20
|
-
Deletes the specified private endpoint.
|
|
20
|
+
Deletes the specified private endpoint. For more information, see
|
|
21
|
+
Deleting a Private Endpoint.
|
|
21
22
|
|
|
22
23
|
|
|
23
24
|
Usage
|
|
@@ -73,29 +74,29 @@ resource’s current etag value.
|
|
|
73
74
|
|
|
74
75
|
--max-wait-seconds [integer]
|
|
75
76
|
|
|
76
|
-
The maximum time to wait for the
|
|
77
|
+
The maximum time to wait for the work request to reach the state
|
|
77
78
|
defined by "--wait-for-state". Defaults to 1200 seconds.
|
|
78
79
|
|
|
79
80
|
--wait-for-state [text]
|
|
80
81
|
|
|
81
|
-
This operation creates, modifies or deletes a resource
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
is returned.
|
|
82
|
+
This operation asynchronously creates, modifies or deletes a resource
|
|
83
|
+
and uses a work request to track the progress of the operation.
|
|
84
|
+
Specify this option to perform the action and then wait until the work
|
|
85
|
+
request reaches a certain state. Multiple states can be specified,
|
|
86
|
+
returning on the first state. For example, "--wait-for-state"
|
|
87
|
+
SUCCEEDED "--wait-for-state" FAILED would return on whichever
|
|
88
|
+
lifecycle state is reached first. If timeout is reached, a return code
|
|
89
|
+
of 2 is returned. For any other error, a return code of 1 is returned.
|
|
89
90
|
|
|
90
91
|
Accepted values are:
|
|
91
92
|
|
|
92
|
-
|
|
93
|
+
ACCEPTED, FAILED, IN_PROGRESS, SUCCEEDED
|
|
93
94
|
|
|
94
95
|
--wait-interval-seconds [integer]
|
|
95
96
|
|
|
96
|
-
Check every "--wait-interval-seconds" to see whether the
|
|
97
|
-
reached the
|
|
98
|
-
|
|
97
|
+
Check every "--wait-interval-seconds" to see whether the work request
|
|
98
|
+
has reached the state defined by "--wait-for-state". Defaults to 30
|
|
99
|
+
seconds.
|
|
99
100
|
|
|
100
101
|
|
|
101
102
|
Global Parameters
|