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