oci-cli 3.62.1__py3-none-any.whl → 3.63.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.
Files changed (263) hide show
  1. oci_cli/cli_util.py +2 -0
  2. oci_cli/help_text_producer/data_files/text/cmdref/autoscaling/configuration/list.txt +7 -0
  3. oci_cli/help_text_producer/data_files/text/cmdref/autoscaling.txt +3 -8
  4. oci_cli/help_text_producer/data_files/text/cmdref/ce/cluster/create-kubeconfig.txt +0 -4
  5. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer/get-offer-internal-detail.txt → database-management/cloud-asm/get-cloud-asm-configuration.txt} +13 -11
  6. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer → database-management/cloud-asm}/get.txt +6 -9
  7. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/list-cloud-asm-disk-groups.txt +133 -0
  8. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/list-cloud-asm-users.txt +133 -0
  9. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/list.txt +132 -0
  10. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/summarize-cloud-asm-metrics.txt +121 -0
  11. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm/update.txt +161 -0
  12. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm-instance/get.txt +92 -0
  13. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm-instance/list.txt +132 -0
  14. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm-instance/update.txt +157 -0
  15. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer.txt → database-management/cloud-asm-instance.txt} +4 -8
  16. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-asm.txt +26 -0
  17. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/get.txt +91 -0
  18. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/list.txt +132 -0
  19. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/summarize-cloud-cluster-metrics.txt +121 -0
  20. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster/update.txt +161 -0
  21. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance/get.txt +92 -0
  22. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance/list.txt +132 -0
  23. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance/update.txt +162 -0
  24. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster-instance.txt +18 -0
  25. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-cluster.txt +20 -0
  26. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-database-collection/list-cloud-databases.txt +144 -0
  27. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-database-collection.txt +14 -0
  28. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home/get.txt +91 -0
  29. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home/list.txt +132 -0
  30. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home/update.txt +157 -0
  31. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-home.txt +18 -0
  32. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/get.txt +91 -0
  33. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/list.txt +132 -0
  34. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/summarize-cloud-db-node-metrics.txt +121 -0
  35. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node/update.txt +161 -0
  36. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-node.txt +20 -0
  37. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/create.txt +177 -0
  38. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/offer/offer → database-management/cloud-db-system}/delete.txt +9 -9
  39. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/disable-cloud-db-system-database-management.txt +129 -0
  40. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/disable-cloud-db-system-stack-monitoring.txt +129 -0
  41. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/enable-cloud-db-system-database-management.txt +139 -0
  42. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/enable-cloud-db-system-stack-monitoring.txt +139 -0
  43. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/get.txt +95 -0
  44. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/list.txt +156 -0
  45. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/summarize-cloud-db-system-availability-metrics.txt +126 -0
  46. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system/update.txt +165 -0
  47. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/check-cloud-db-system-connector-connection-status.txt +133 -0
  48. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/create-cloud-db-system-connector-create-cloud-db-system-macs-connector-details.txt +170 -0
  49. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/attachment/attachment → database-management/cloud-db-system-connector}/create.txt +19 -20
  50. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/delete.txt +135 -0
  51. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/get.txt +98 -0
  52. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/list.txt +132 -0
  53. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/update-cloud-db-system-connector-update-cloud-db-system-macs-connector-details.txt +174 -0
  54. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector/update.txt +139 -0
  55. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-connector.txt +30 -0
  56. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/create.txt +173 -0
  57. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/delete.txt +135 -0
  58. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/attachment/attachment → database-management/cloud-db-system-discovery}/get.txt +11 -16
  59. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/list.txt +137 -0
  60. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/patch.txt +121 -0
  61. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery/update.txt +168 -0
  62. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system-discovery.txt +24 -0
  63. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-db-system.txt +32 -0
  64. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/get.txt +92 -0
  65. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/list-cloud-listener-services.txt +139 -0
  66. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/list.txt +132 -0
  67. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/summarize-cloud-listener-metrics.txt +121 -0
  68. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener/update.txt +161 -0
  69. oci_cli/help_text_producer/data_files/text/cmdref/database-management/cloud-listener.txt +22 -0
  70. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/get.txt +1 -1
  71. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/update-result-location.txt +2 -2
  72. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/update-sql-job-details.txt +2 -2
  73. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job/update.txt +2 -2
  74. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job-execution/get.txt +1 -1
  75. oci_cli/help_text_producer/data_files/text/cmdref/database-management/job-run/get.txt +1 -1
  76. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  77. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  78. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-pluggable-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  79. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/enable-pluggable-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  80. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/get-awr-db-sql-report.txt +2 -1
  81. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/get.txt +1 -1
  82. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  83. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  84. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-pluggable-database-management-feature-database-diagnostics-and-management-feature-details.txt +2 -1
  85. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database/modify-pluggable-database-management-feature-database-sql-watch-feature-details.txt +10 -0
  86. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-database-group/get.txt +1 -1
  87. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/get-binary-log-information.txt +1 -1
  88. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/get-general-replication-information.txt +1 -1
  89. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/list-high-availability-members.txt +2 -2
  90. oci_cli/help_text_producer/data_files/text/cmdref/database-management/managed-my-sql-databases/managed-my-sql-database/list-outbound-replications.txt +1 -1
  91. oci_cli/help_text_producer/data_files/text/cmdref/database-management/work-request/get.txt +1 -1
  92. oci_cli/help_text_producer/data_files/text/cmdref/database-management/work-request/list.txt +1 -2
  93. oci_cli/help_text_producer/data_files/text/cmdref/database-management.txt +132 -0
  94. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/create-autonomous-container-database-create-autonomous-container-database-details.txt +4 -0
  95. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/create-autonomous-container-database-create-autonomous-container-database-from-backup-details.txt +4 -0
  96. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/create.txt +4 -0
  97. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-container-database/update.txt +4 -0
  98. oci_cli/help_text_producer/data_files/text/cmdref/db/autonomous-database/update.txt +97 -0
  99. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  100. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request/work-request-error.txt +1 -1
  101. 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.txt} +5 -5
  102. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control/work-request.txt +3 -3
  103. oci_cli/help_text_producer/data_files/text/cmdref/delegate-access-control.txt +3 -3
  104. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-agent-tool-config.txt +187 -0
  105. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/create-tool-sql-tool-config.txt +12 -17
  106. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-agent-tool-config.txt +202 -0
  107. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool/update-tool-sql-tool-config.txt +12 -14
  108. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent/tool.txt +4 -0
  109. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent-runtime/agent-endpoint/chat.txt +21 -3
  110. oci_cli/help_text_producer/data_files/text/cmdref/generative-ai-agent.txt +4 -0
  111. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error/{list.txt → list-errors.txt} +5 -5
  112. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/work-request-error.txt +1 -1
  113. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry/list-work-request-logs.txt → work-request-log/list.txt} +5 -5
  114. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request/{work-request-log-entry.txt → work-request-log.txt} +3 -3
  115. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane/work-request.txt +3 -3
  116. oci_cli/help_text_producer/data_files/text/cmdref/governance-rules-control-plane.txt +3 -3
  117. oci_cli/help_text_producer/data_files/text/cmdref/{marketplace-publisher/attachment/attachment/delete.txt → management-agent/agent/delete-named-credential.txt} +18 -19
  118. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent/get-named-credential.txt +100 -0
  119. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent/list.txt +1 -1
  120. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent/update-named-credential.txt +182 -0
  121. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/agent.txt +6 -0
  122. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential/create.txt +184 -0
  123. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential/get-named-cred-metadata.txt +97 -0
  124. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential/list.txt +150 -0
  125. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/named-credential.txt +18 -0
  126. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/plugin/list.txt +1 -1
  127. oci_cli/help_text_producer/data_files/text/cmdref/management-agent/work-request/list.txt +1 -1
  128. oci_cli/help_text_producer/data_files/text/cmdref/management-agent.txt +14 -0
  129. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/change-compartment.txt +26 -0
  130. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/create-artifact-create-machine-image-artifact-details.txt +181 -0
  131. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/create-artifact-create-stack-artifact-details.txt +181 -0
  132. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/create.txt +1 -1
  133. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/update-artifact-update-machine-image-artifact-details.txt +177 -0
  134. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/update-artifact-update-stack-artifact-details.txt +177 -0
  135. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact/update.txt +1 -1
  136. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/artifact.txt +8 -0
  137. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{offer/offer-collection/list-offers.txt → available-service-collection/list-available-services.txt} +21 -33
  138. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/available-service-collection.txt +15 -0
  139. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{attachment/attachment-collection/list-attachments.txt → customer-instance-report-record-collection/list-customer-instance-report-records.txt} +21 -39
  140. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/customer-instance-report-record-collection.txt +14 -0
  141. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/disbursement-report-record-collection/list-disbursement-report-records.txt +142 -0
  142. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/disbursement-report-record-collection.txt +14 -0
  143. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead/get.txt +91 -0
  144. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead-collection/list-leads.txt +135 -0
  145. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead-collection.txt +14 -0
  146. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/lead.txt +14 -0
  147. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing/change-compartment.txt +26 -0
  148. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing/create.txt +2 -2
  149. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-collection/list-listings.txt +8 -0
  150. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/cascading-delete.txt +1 -7
  151. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/change-listing-revision-to-new-status.txt +1 -7
  152. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/clone.txt +1 -7
  153. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{offer/offer/create.txt → listing-revision/create-listing-revision-create-lead-gen-listing-revision-details.txt} +120 -207
  154. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/create-listing-revision-create-oci-listing-revision-details.txt +318 -0
  155. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/create-listing-revision-create-service-listing-revision-details.txt +312 -0
  156. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/create.txt +10 -51
  157. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/delete.txt +1 -7
  158. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/get-listing-revision-icon-content.txt +105 -0
  159. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/get.txt +1 -7
  160. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/publish-listing-revision-as-private.txt +1 -7
  161. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/publish.txt +1 -7
  162. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/submit-listing-revision-for-review.txt +6 -7
  163. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update-listing-revision-icon-content.txt +1 -7
  164. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{offer/offer/update.txt → listing-revision/update-listing-revision-update-lead-gen-listing-revision-details.txt} +113 -206
  165. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update-listing-revision-update-oci-listing-revision-details.txt +326 -0
  166. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update-listing-revision-update-service-listing-revision-details.txt +316 -0
  167. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/update.txt +12 -53
  168. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision/withdraw.txt +1 -7
  169. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-customer-success-attachment.txt +180 -0
  170. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-related-document-attachment-details.txt +1 -7
  171. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-review-support-document-attachment.txt +169 -0
  172. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-screen-shot-attachment-details.txt +1 -7
  173. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-supported-service-attachment.txt +172 -0
  174. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create-listing-revision-attachment-create-video-attachment-details.txt +1 -4
  175. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/create.txt +1 -7
  176. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/delete.txt +1 -7
  177. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/get-listing-revision-attachment-content.txt +108 -0
  178. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/get.txt +1 -7
  179. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-content.txt +1 -7
  180. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-customer-success-attachment.txt +195 -0
  181. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-related-document-attachment-details.txt +1 -7
  182. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-review-support-document-attachment.txt +184 -0
  183. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-screen-shot-attachment-details.txt +1 -7
  184. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-supported-service-attachment.txt +187 -0
  185. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update-listing-revision-attachment-update-video-attachment-details.txt +1 -7
  186. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment/update.txt +1 -7
  187. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment-collection/list-listing-revision-attachments.txt +1 -7
  188. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-attachment.txt +20 -0
  189. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/create.txt +1 -7
  190. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/delete.txt +1 -7
  191. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/get.txt +1 -7
  192. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note/update.txt +166 -0
  193. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note-collection/list-listing-revision-notes.txt +1 -7
  194. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-note.txt +2 -0
  195. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/create.txt +1 -7
  196. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/delete.txt +1 -7
  197. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/get.txt +1 -7
  198. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/mark-listing-revision-package-as-default.txt +1 -7
  199. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/publish.txt +1 -7
  200. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/un-publish.txt +1 -7
  201. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package/update.txt +1 -7
  202. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision-package-collection/list-listing-revision-packages.txt +1 -7
  203. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/listing-revision.txt +14 -0
  204. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/market-collection/list-markets.txt +4 -0
  205. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/product-collection/list-products.txt +4 -0
  206. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc/get-support-doc-content.txt +97 -0
  207. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc/get.txt +91 -0
  208. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc-collection/list-support-docs.txt +140 -0
  209. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc-collection.txt +14 -0
  210. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/support-doc.txt +16 -0
  211. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-currency-collection/list-supported-currencies.txt +132 -0
  212. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-currency-collection.txt +15 -0
  213. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-shape-collection/list-supported-shapes.txt +133 -0
  214. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/supported-shape-collection.txt +14 -0
  215. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/term/change-compartment.txt +26 -0
  216. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/{attachment/attachment/get-attachment-content.txt → term-version/get-term-version-content.txt} +13 -17
  217. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/term-version.txt +2 -0
  218. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher.txt +78 -28
  219. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error/{list-errors.txt → list.txt} +5 -5
  220. oci_cli/help_text_producer/data_files/text/cmdref/organizations/work-request-error.txt +1 -1
  221. oci_cli/help_text_producer/data_files/text/cmdref/organizations/{work-request-log → work-request-log-entry}/list.txt +1 -19
  222. oci_cli/help_text_producer/data_files/text/cmdref/{delegate-access-control/work-request → organizations}/work-request-log-entry.txt +1 -1
  223. oci_cli/help_text_producer/data_files/text/cmdref/organizations.txt +2 -2
  224. oci_cli/help_text_producer/data_files/text/cmdref/session/authenticate.txt +9 -9
  225. oci_cli/version.py +1 -1
  226. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/METADATA +2 -2
  227. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/RECORD +249 -162
  228. services/autoscaling/src/oci_cli_auto_scaling/generated/autoscaling_cli.py +8 -7
  229. services/container_engine/src/oci_cli_container_engine/containerengine_cli_extended.py +1 -1
  230. services/database/src/oci_cli_database/generated/database_cli.py +98 -10
  231. services/database_management/src/oci_cli_db_management/dbmanagement_cli_extended.py +13 -0
  232. services/database_management/src/oci_cli_db_management/generated/dbmanagement_cli.py +8336 -5389
  233. services/database_management/src/oci_cli_managed_my_sql_databases/generated/managedmysqldatabases_cli.py +4 -4
  234. services/generative_ai_agent/src/oci_cli_generative_ai_agent/generated/generativeaiagent_cli.py +185 -6
  235. services/generative_ai_agent_runtime/src/oci_cli_generative_ai_agent_runtime/generated/generativeaiagentruntime_cli.py +10 -4
  236. services/management_agent/src/oci_cli_management_agent/generated/managementagent_cli.py +328 -3
  237. services/marketplace_publisher/__init__.py +1 -1
  238. services/marketplace_publisher/src/__init__.py +1 -1
  239. services/marketplace_publisher/src/oci_cli_marketplace_publisher/__init__.py +1 -1
  240. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/__init__.py +1 -1
  241. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/client_mappings.py +1 -1
  242. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/marketplacepublisher_cli.py +4035 -1530
  243. services/marketplace_publisher/tests/__init__.py +1 -1
  244. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/attachment/attachment-collection.txt +0 -14
  245. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/attachment/attachment.txt +0 -20
  246. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/attachment.txt +0 -27
  247. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/offer/offer-collection.txt +0 -15
  248. oci_cli/help_text_producer/data_files/text/cmdref/marketplace-publisher/offer.txt +0 -29
  249. services/marketplace_publisher/src/oci_cli_attachment/__init__.py +0 -4
  250. services/marketplace_publisher/src/oci_cli_attachment/generated/__init__.py +0 -4
  251. services/marketplace_publisher/src/oci_cli_attachment/generated/attachment_cli.py +0 -307
  252. services/marketplace_publisher/src/oci_cli_attachment/generated/client_mappings.py +0 -14
  253. services/marketplace_publisher/src/oci_cli_marketplace_publisher/generated/marketplace_publisher_service_cli.py +0 -14
  254. services/marketplace_publisher/src/oci_cli_offer/__init__.py +0 -4
  255. services/marketplace_publisher/src/oci_cli_offer/generated/__init__.py +0 -4
  256. services/marketplace_publisher/src/oci_cli_offer/generated/client_mappings.py +0 -14
  257. services/marketplace_publisher/src/oci_cli_offer/generated/offer_cli.py +0 -431
  258. /oci_cli/help_text_producer/data_files/text/cmdref/{organizations → delegate-access-control/work-request}/work-request-log.txt +0 -0
  259. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/LICENSE.txt +0 -0
  260. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  261. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/WHEEL +0 -0
  262. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/entry_points.txt +0 -0
  263. {oci_cli-3.62.1.dist-info → oci_cli-3.63.0.dist-info}/top_level.txt +0 -0
@@ -47,6 +47,12 @@ def management_agent_group():
47
47
  pass
48
48
 
49
49
 
50
+ @click.command(cli_util.override('management_agent.named_credential_group.command_name', 'named-credential'), cls=CommandGroupWithAlias, help="""A representation of a named credential in the Management Agent.""")
51
+ @cli_util.help_option_group
52
+ def named_credential_group():
53
+ pass
54
+
55
+
50
56
  @click.command(cli_util.override('management_agent.work_request_log_entry_group.command_name', 'work-request-log-entry'), cls=CommandGroupWithAlias, help="""A log message from the execution of a work request.""")
51
57
  @cli_util.help_option_group
52
58
  def work_request_log_entry_group():
@@ -69,6 +75,7 @@ management_agent_root_group.add_command(management_agent_install_key_group)
69
75
  management_agent_root_group.add_command(management_agent_plugin_group)
70
76
  management_agent_root_group.add_command(work_request_error_group)
71
77
  management_agent_root_group.add_command(management_agent_group)
78
+ management_agent_root_group.add_command(named_credential_group)
72
79
  management_agent_root_group.add_command(work_request_log_entry_group)
73
80
  management_agent_root_group.add_command(work_request_group)
74
81
  management_agent_root_group.add_command(management_agent_image_group)
@@ -305,6 +312,80 @@ def create_management_agent_install_key(ctx, from_json, wait_for_state, max_wait
305
312
  cli_util.render_response(result, ctx)
306
313
 
307
314
 
315
+ @named_credential_group.command(name=cli_util.override('management_agent.create_named_credential.command_name', 'create'), help=u"""Named credential creation request to given Management Agent. \n[Command Reference](createNamedCredential)""")
316
+ @cli_util.option('--name', required=True, help=u"""Identifier for Named Credential. This is unique for the Management Agent.""")
317
+ @cli_util.option('--type', required=True, help=u"""The type of the Named Credential.""")
318
+ @cli_util.option('--management-agent-id', required=True, help=u"""The Management Agent parent resource to associate this named credential with. This is the ManagementAgent resource OCID.""")
319
+ @cli_util.option('--properties', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""Properties for the named credential""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
320
+ @cli_util.option('--description', help=u"""Description of the Named Credential.""")
321
+ @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
322
+ @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
323
+ @cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
324
+ @cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["CREATED", "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]), multiple=True, help="""This operation asynchronously creates, modifies or deletes a resource and uses a work request to track the progress of the operation. Specify this option to perform the action and then wait until the work request reaches a certain state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
325
+ @cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the work request to reach the state defined by --wait-for-state. Defaults to 1200 seconds.""")
326
+ @cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the work request has reached the state defined by --wait-for-state. Defaults to 30 seconds.""")
327
+ @json_skeleton_utils.get_cli_json_input_option({'properties': {'module': 'management_agent', 'class': 'list[NamedCredentialProperty]'}, 'freeform-tags': {'module': 'management_agent', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'management_agent', 'class': 'dict(str, dict(str, object))'}})
328
+ @cli_util.help_option
329
+ @click.pass_context
330
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'properties': {'module': 'management_agent', 'class': 'list[NamedCredentialProperty]'}, 'freeform-tags': {'module': 'management_agent', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'management_agent', 'class': 'dict(str, dict(str, object))'}}, output_type={'module': 'management_agent', 'class': 'NamedCredential'})
331
+ @cli_util.wrap_exceptions
332
+ def create_named_credential(ctx, from_json, wait_for_state, max_wait_seconds, wait_interval_seconds, name, type, management_agent_id, properties, description, freeform_tags, defined_tags, if_match):
333
+
334
+ kwargs = {}
335
+ if if_match is not None:
336
+ kwargs['if_match'] = if_match
337
+ kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
338
+
339
+ _details = {}
340
+ _details['name'] = name
341
+ _details['type'] = type
342
+ _details['managementAgentId'] = management_agent_id
343
+ _details['properties'] = cli_util.parse_json_parameter("properties", properties)
344
+
345
+ if description is not None:
346
+ _details['description'] = description
347
+
348
+ if freeform_tags is not None:
349
+ _details['freeformTags'] = cli_util.parse_json_parameter("freeform_tags", freeform_tags)
350
+
351
+ if defined_tags is not None:
352
+ _details['definedTags'] = cli_util.parse_json_parameter("defined_tags", defined_tags)
353
+
354
+ client = cli_util.build_client('management_agent', 'management_agent', ctx)
355
+ result = client.create_named_credential(
356
+ create_named_credential_details=_details,
357
+ **kwargs
358
+ )
359
+ if wait_for_state:
360
+
361
+ if hasattr(client, 'get_work_request') and callable(getattr(client, 'get_work_request')):
362
+ try:
363
+ wait_period_kwargs = {}
364
+ if max_wait_seconds is not None:
365
+ wait_period_kwargs['max_wait_seconds'] = max_wait_seconds
366
+ if wait_interval_seconds is not None:
367
+ wait_period_kwargs['max_interval_seconds'] = wait_interval_seconds
368
+ if 'opc-work-request-id' not in result.headers:
369
+ click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state')
370
+ cli_util.render_response(result, ctx)
371
+ return
372
+
373
+ click.echo('Action completed. Waiting until the work request has entered state: {}'.format(wait_for_state), file=sys.stderr)
374
+ result = oci.wait_until(client, client.get_work_request(result.headers['opc-work-request-id']), 'status', wait_for_state, **wait_period_kwargs)
375
+ except oci.exceptions.MaximumWaitTimeExceeded as e:
376
+ # If we fail, we should show an error, but we should still provide the information to the customer
377
+ click.echo('Failed to wait until the work request entered the specified state. Outputting last known resource state', file=sys.stderr)
378
+ cli_util.render_response(result, ctx)
379
+ sys.exit(2)
380
+ except Exception:
381
+ click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state', file=sys.stderr)
382
+ cli_util.render_response(result, ctx)
383
+ raise
384
+ else:
385
+ click.echo('Unable to wait for the work request to enter the specified state', file=sys.stderr)
386
+ cli_util.render_response(result, ctx)
387
+
388
+
308
389
  @management_agent_group.command(name=cli_util.override('management_agent.delete_data_source.command_name', 'delete-data-source'), help=u"""Datasource delete request to given Management Agent. \n[Command Reference](deleteDataSource)""")
309
390
  @cli_util.option('--management-agent-id', required=True, help=u"""Unique Management Agent identifier""")
310
391
  @cli_util.option('--data-source-key', required=True, help=u"""Data source type and name identifier.""")
@@ -494,6 +575,62 @@ def delete_management_agent_install_key(ctx, from_json, wait_for_state, max_wait
494
575
  cli_util.render_response(result, ctx)
495
576
 
496
577
 
578
+ @management_agent_group.command(name=cli_util.override('management_agent.delete_named_credential.command_name', 'delete-named-credential'), help=u"""Named credential delete request to sent to associated Management Agent. \n[Command Reference](deleteNamedCredential)""")
579
+ @cli_util.option('--named-credential-id', required=True, help=u"""Named credential ID""")
580
+ @cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
581
+ @cli_util.confirm_delete_option
582
+ @cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["CREATED", "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]), multiple=True, help="""This operation asynchronously creates, modifies or deletes a resource and uses a work request to track the progress of the operation. Specify this option to perform the action and then wait until the work request reaches a certain state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
583
+ @cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the work request to reach the state defined by --wait-for-state. Defaults to 1200 seconds.""")
584
+ @cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the work request has reached the state defined by --wait-for-state. Defaults to 30 seconds.""")
585
+ @json_skeleton_utils.get_cli_json_input_option({})
586
+ @cli_util.help_option
587
+ @click.pass_context
588
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={})
589
+ @cli_util.wrap_exceptions
590
+ def delete_named_credential(ctx, from_json, wait_for_state, max_wait_seconds, wait_interval_seconds, named_credential_id, if_match):
591
+
592
+ if isinstance(named_credential_id, six.string_types) and len(named_credential_id.strip()) == 0:
593
+ raise click.UsageError('Parameter --named-credential-id cannot be whitespace or empty string')
594
+
595
+ kwargs = {}
596
+ if if_match is not None:
597
+ kwargs['if_match'] = if_match
598
+ kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
599
+ client = cli_util.build_client('management_agent', 'management_agent', ctx)
600
+ result = client.delete_named_credential(
601
+ named_credential_id=named_credential_id,
602
+ **kwargs
603
+ )
604
+ if wait_for_state:
605
+
606
+ if hasattr(client, 'get_work_request') and callable(getattr(client, 'get_work_request')):
607
+ try:
608
+ wait_period_kwargs = {}
609
+ if max_wait_seconds is not None:
610
+ wait_period_kwargs['max_wait_seconds'] = max_wait_seconds
611
+ if wait_interval_seconds is not None:
612
+ wait_period_kwargs['max_interval_seconds'] = wait_interval_seconds
613
+ if 'opc-work-request-id' not in result.headers:
614
+ click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state')
615
+ cli_util.render_response(result, ctx)
616
+ return
617
+
618
+ click.echo('Action completed. Waiting until the work request has entered state: {}'.format(wait_for_state), file=sys.stderr)
619
+ result = oci.wait_until(client, client.get_work_request(result.headers['opc-work-request-id']), 'status', wait_for_state, **wait_period_kwargs)
620
+ except oci.exceptions.MaximumWaitTimeExceeded as e:
621
+ # If we fail, we should show an error, but we should still provide the information to the customer
622
+ click.echo('Failed to wait until the work request entered the specified state. Please retrieve the work request to find its current state', file=sys.stderr)
623
+ cli_util.render_response(result, ctx)
624
+ sys.exit(2)
625
+ except Exception:
626
+ click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state', file=sys.stderr)
627
+ cli_util.render_response(result, ctx)
628
+ raise
629
+ else:
630
+ click.echo('Unable to wait for the work request to enter the specified state', file=sys.stderr)
631
+ cli_util.render_response(result, ctx)
632
+
633
+
497
634
  @work_request_group.command(name=cli_util.override('management_agent.delete_work_request.command_name', 'delete'), help=u"""Cancel the work request with the given ID. \n[Command Reference](deleteWorkRequest)""")
498
635
  @cli_util.option('--work-request-id', required=True, help=u"""The ID of the asynchronous request.""")
499
636
  @cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
@@ -715,6 +852,50 @@ def get_management_agent_install_key_content(ctx, from_json, file, management_ag
715
852
  file.close()
716
853
 
717
854
 
855
+ @management_agent_group.command(name=cli_util.override('management_agent.get_named_credential.command_name', 'get-named-credential'), help=u"""Get Named credential details for given Id and given Management Agent. \n[Command Reference](getNamedCredential)""")
856
+ @cli_util.option('--named-credential-id', required=True, help=u"""Named credential ID""")
857
+ @json_skeleton_utils.get_cli_json_input_option({})
858
+ @cli_util.help_option
859
+ @click.pass_context
860
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={}, output_type={'module': 'management_agent', 'class': 'NamedCredential'})
861
+ @cli_util.wrap_exceptions
862
+ def get_named_credential(ctx, from_json, named_credential_id):
863
+
864
+ if isinstance(named_credential_id, six.string_types) and len(named_credential_id.strip()) == 0:
865
+ raise click.UsageError('Parameter --named-credential-id cannot be whitespace or empty string')
866
+
867
+ kwargs = {}
868
+ kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
869
+ client = cli_util.build_client('management_agent', 'management_agent', ctx)
870
+ result = client.get_named_credential(
871
+ named_credential_id=named_credential_id,
872
+ **kwargs
873
+ )
874
+ cli_util.render_response(result, ctx)
875
+
876
+
877
+ @named_credential_group.command(name=cli_util.override('management_agent.get_named_credentials_metadatum.command_name', 'get-named-cred-metadata'), help=u"""Return the Metadata definition for Named Credentials supported by Management Agent. \n[Command Reference](getNamedCredentialsMetadatum)""")
878
+ @cli_util.option('--compartment-id', required=True, help=u"""The OCID of the compartment to which a request will be scoped.""")
879
+ @cli_util.option('--management-agent-id', help=u"""Filter the named credential metadata which is compatible with the given Management Agent identifier.""")
880
+ @json_skeleton_utils.get_cli_json_input_option({})
881
+ @cli_util.help_option
882
+ @click.pass_context
883
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={}, output_type={'module': 'management_agent', 'class': 'NamedCredentialsMetadatum'})
884
+ @cli_util.wrap_exceptions
885
+ def get_named_credentials_metadatum(ctx, from_json, compartment_id, management_agent_id):
886
+
887
+ kwargs = {}
888
+ if management_agent_id is not None:
889
+ kwargs['management_agent_id'] = management_agent_id
890
+ kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
891
+ client = cli_util.build_client('management_agent', 'management_agent', ctx)
892
+ result = client.get_named_credentials_metadatum(
893
+ compartment_id=compartment_id,
894
+ **kwargs
895
+ )
896
+ cli_util.render_response(result, ctx)
897
+
898
+
718
899
  @work_request_group.command(name=cli_util.override('management_agent.get_work_request.command_name', 'get'), help=u"""Gets the status of the work request with the given ID. \n[Command Reference](getWorkRequest)""")
719
900
  @cli_util.option('--work-request-id', required=True, help=u"""The ID of the asynchronous request.""")
720
901
  @json_skeleton_utils.get_cli_json_input_option({})
@@ -979,7 +1160,7 @@ def list_management_agent_install_keys(ctx, from_json, all_pages, compartment_id
979
1160
  @cli_util.option('--sort-order', type=custom_types.CliCaseInsensitiveChoice(["ASC", "DESC"]), help=u"""The sort order to use, either 'asc' or 'desc'.""")
980
1161
  @cli_util.option('--sort-by', type=custom_types.CliCaseInsensitiveChoice(["displayName"]), help=u"""The field to sort by. Default order for displayName is ascending. If no value is specified displayName is default.""")
981
1162
  @cli_util.option('--lifecycle-state', type=custom_types.CliCaseInsensitiveChoice(["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED"]), help=u"""Filter to return only Management Agents in the particular lifecycle state.""")
982
- @cli_util.option('--platform-type', type=custom_types.CliCaseInsensitiveChoice(["LINUX", "WINDOWS", "SOLARIS", "MACOSX"]), multiple=True, help=u"""Filter to return only results having the particular platform type.""")
1163
+ @cli_util.option('--platform-type', type=custom_types.CliCaseInsensitiveChoice(["LINUX", "WINDOWS", "SOLARIS", "MACOSX", "AIX"]), multiple=True, help=u"""Filter to return only results having the particular platform type.""")
983
1164
  @cli_util.option('--agent-id', help=u"""The ManagementAgentID of the agent from which the Management Agents to be filtered.""")
984
1165
  @cli_util.option('--all', 'all_pages', is_flag=True, help="""Fetches all pages of results. If you provide this option, then you cannot provide the --limit option.""")
985
1166
  @cli_util.option('--page-size', type=click.INT, help="""When fetching results, the number of results to fetch per call. Only valid when used with --all or --limit, and ignored otherwise.""")
@@ -1045,7 +1226,7 @@ def list_management_agent_plugins(ctx, from_json, all_pages, page_size, compartm
1045
1226
  @cli_util.option('--lifecycle-state', type=custom_types.CliCaseInsensitiveChoice(["CREATING", "UPDATING", "ACTIVE", "INACTIVE", "TERMINATED", "DELETING", "DELETED", "FAILED"]), help=u"""Filter to return only Management Agents in the particular lifecycle state.""")
1046
1227
  @cli_util.option('--availability-status', type=custom_types.CliCaseInsensitiveChoice(["ACTIVE", "SILENT", "NOT_AVAILABLE"]), help=u"""Filter to return only Management Agents in the particular availability status.""")
1047
1228
  @cli_util.option('--host-id', help=u"""Filter to return only Management Agents having the particular agent host id.""")
1048
- @cli_util.option('--platform-type', type=custom_types.CliCaseInsensitiveChoice(["LINUX", "WINDOWS", "SOLARIS", "MACOSX"]), multiple=True, help=u"""Filter to return only results having the particular platform type.""")
1229
+ @cli_util.option('--platform-type', type=custom_types.CliCaseInsensitiveChoice(["LINUX", "WINDOWS", "SOLARIS", "MACOSX", "AIX"]), multiple=True, help=u"""Filter to return only results having the particular platform type.""")
1049
1230
  @cli_util.option('--is-customer-deployed', type=click.BOOL, help=u"""true, if the agent image is manually downloaded and installed. false, if the agent is deployed as a plugin in Oracle Cloud Agent.""")
1050
1231
  @cli_util.option('--install-type', type=custom_types.CliCaseInsensitiveChoice(["AGENT", "GATEWAY"]), help=u"""A filter to return either agents or gateway types depending upon install type selected by user. By default both install type will be returned.""")
1051
1232
  @cli_util.option('--gateway-id', multiple=True, help=u"""Filter to return only results having the particular gatewayId.""")
@@ -1133,6 +1314,72 @@ def list_management_agents(ctx, from_json, all_pages, page_size, compartment_id,
1133
1314
  cli_util.render_response(result, ctx)
1134
1315
 
1135
1316
 
1317
+ @named_credential_group.command(name=cli_util.override('management_agent.list_named_credentials.command_name', 'list'), help=u"""A list of Management Agent Data Sources for the given Management Agent Id. \n[Command Reference](listNamedCredentials)""")
1318
+ @cli_util.option('--management-agent-id', required=True, help=u"""The ManagementAgentID of the agent from which the named credentials are associated.""")
1319
+ @cli_util.option('--page', help=u"""The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.""")
1320
+ @cli_util.option('--limit', type=click.INT, help=u"""The maximum number of items to return.""")
1321
+ @cli_util.option('--sort-order', type=custom_types.CliCaseInsensitiveChoice(["ASC", "DESC"]), help=u"""The sort order to use, either 'asc' or 'desc'.""")
1322
+ @cli_util.option('--sort-by', type=custom_types.CliCaseInsensitiveChoice(["name", "type", "timeCreated", "lifecycleState"]), help=u"""The field to sort by. Only one sort order may be provided. If no value is specified timeCreated is default.""")
1323
+ @cli_util.option('--lifecycle-state', type=custom_types.CliCaseInsensitiveChoice(["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED"]), multiple=True, help=u"""Filter to return only Management Agents in the particular lifecycle state.""")
1324
+ @cli_util.option('--name', multiple=True, help=u"""Filter list for these name items.""")
1325
+ @cli_util.option('--type', multiple=True, help=u"""Filter list for these type values.""")
1326
+ @cli_util.option('--id', multiple=True, help=u"""Filter list for these Named credentials identifiers (ocid) values.""")
1327
+ @cli_util.option('--all', 'all_pages', is_flag=True, help="""Fetches all pages of results. If you provide this option, then you cannot provide the --limit option.""")
1328
+ @cli_util.option('--page-size', type=click.INT, help="""When fetching results, the number of results to fetch per call. Only valid when used with --all or --limit, and ignored otherwise.""")
1329
+ @json_skeleton_utils.get_cli_json_input_option({'name': {'module': 'management_agent', 'class': 'list[string]'}, 'type': {'module': 'management_agent', 'class': 'list[string]'}, 'id': {'module': 'management_agent', 'class': 'list[string]'}})
1330
+ @cli_util.help_option
1331
+ @click.pass_context
1332
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'name': {'module': 'management_agent', 'class': 'list[string]'}, 'type': {'module': 'management_agent', 'class': 'list[string]'}, 'id': {'module': 'management_agent', 'class': 'list[string]'}}, output_type={'module': 'management_agent', 'class': 'NamedCredentialCollection'})
1333
+ @cli_util.wrap_exceptions
1334
+ def list_named_credentials(ctx, from_json, all_pages, page_size, management_agent_id, page, limit, sort_order, sort_by, lifecycle_state, name, type, id):
1335
+
1336
+ if all_pages and limit:
1337
+ raise click.UsageError('If you provide the --all option you cannot provide the --limit option')
1338
+
1339
+ kwargs = {}
1340
+ if page is not None:
1341
+ kwargs['page'] = page
1342
+ if limit is not None:
1343
+ kwargs['limit'] = limit
1344
+ if sort_order is not None:
1345
+ kwargs['sort_order'] = sort_order
1346
+ if sort_by is not None:
1347
+ kwargs['sort_by'] = sort_by
1348
+ if lifecycle_state is not None and len(lifecycle_state) > 0:
1349
+ kwargs['lifecycle_state'] = lifecycle_state
1350
+ if name is not None and len(name) > 0:
1351
+ kwargs['name'] = name
1352
+ if type is not None and len(type) > 0:
1353
+ kwargs['type'] = type
1354
+ if id is not None and len(id) > 0:
1355
+ kwargs['id'] = id
1356
+ kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
1357
+ client = cli_util.build_client('management_agent', 'management_agent', ctx)
1358
+ if all_pages:
1359
+ if page_size:
1360
+ kwargs['limit'] = page_size
1361
+
1362
+ result = cli_util.list_call_get_all_results(
1363
+ client.list_named_credentials,
1364
+ management_agent_id=management_agent_id,
1365
+ **kwargs
1366
+ )
1367
+ elif limit is not None:
1368
+ result = cli_util.list_call_get_up_to_limit(
1369
+ client.list_named_credentials,
1370
+ limit,
1371
+ page_size,
1372
+ management_agent_id=management_agent_id,
1373
+ **kwargs
1374
+ )
1375
+ else:
1376
+ result = client.list_named_credentials(
1377
+ management_agent_id=management_agent_id,
1378
+ **kwargs
1379
+ )
1380
+ cli_util.render_response(result, ctx)
1381
+
1382
+
1136
1383
  @work_request_error_group.command(name=cli_util.override('management_agent.list_work_request_errors.command_name', 'list'), help=u"""Return a (paginated) list of errors for a given work request. \n[Command Reference](listWorkRequestErrors)""")
1137
1384
  @cli_util.option('--work-request-id', required=True, help=u"""The ID of the asynchronous request.""")
1138
1385
  @cli_util.option('--page', help=u"""The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.""")
@@ -1253,7 +1500,7 @@ def list_work_request_logs(ctx, from_json, all_pages, page_size, work_request_id
1253
1500
  @cli_util.option('--page', help=u"""The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.""")
1254
1501
  @cli_util.option('--limit', type=click.INT, help=u"""The maximum number of items to return.""")
1255
1502
  @cli_util.option('--status', type=custom_types.CliCaseInsensitiveChoice(["CREATED", "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]), help=u"""The OperationStatus of the workRequest""")
1256
- @cli_util.option('--type', type=custom_types.CliCaseInsensitiveChoice(["DEPLOY_PLUGIN", "UPGRADE_PLUGIN", "CREATE_UPGRADE_PLUGINS", "AGENTIMAGE_UPGRADE", "CREATE_DATA_SOURCE", "UPDATE_DATA_SOURCE", "DELETE_DATA_SOURCE"]), multiple=True, help=u"""The OperationType of the workRequest""")
1503
+ @cli_util.option('--type', type=custom_types.CliCaseInsensitiveChoice(["DEPLOY_PLUGIN", "UPGRADE_PLUGIN", "CREATE_PLUGIN", "CREATE_UPGRADE_PLUGINS", "AGENTIMAGE_UPGRADE", "CREATE_DATA_SOURCE", "UPDATE_DATA_SOURCE", "DELETE_DATA_SOURCE", "CREATE_NAMEDCREDENTIALS", "UPDATE_NAMEDCREDENTIALS", "DELETE_NAMEDCREDENTIALS", "AGENT_UPGRADE"]), multiple=True, help=u"""The OperationType of the workRequest""")
1257
1504
  @cli_util.option('--time-created-greater-than-or-equal-to', type=custom_types.CLI_DATETIME, help=u"""Filter for items with timeCreated greater or equal to provided value. given `timeCreatedGreaterThanOrEqualTo` to the current time, in \"YYYY-MM-ddThh:mmZ\" format with a Z offset, as defined by RFC 3339.""" + custom_types.CLI_DATETIME.VALID_DATETIME_CLI_HELP_MESSAGE)
1258
1505
  @cli_util.option('--sort-order', type=custom_types.CliCaseInsensitiveChoice(["ASC", "DESC"]), help=u"""The sort order to use, either 'asc' or 'desc'.""")
1259
1506
  @cli_util.option('--sort-by', type=custom_types.CliCaseInsensitiveChoice(["timeAccepted"]), help=u"""The field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending. If no value is specified timeAccepted is default.""")
@@ -1704,3 +1951,81 @@ def update_management_agent_install_key(ctx, from_json, wait_for_state, max_wait
1704
1951
  else:
1705
1952
  click.echo('Unable to wait for the resource to enter the specified state', file=sys.stderr)
1706
1953
  cli_util.render_response(result, ctx)
1954
+
1955
+
1956
+ @management_agent_group.command(name=cli_util.override('management_agent.update_named_credential.command_name', 'update-named-credential'), help=u"""Named credential update request to given Management Agent. \n[Command Reference](updateNamedCredential)""")
1957
+ @cli_util.option('--named-credential-id', required=True, help=u"""Named credential ID""")
1958
+ @cli_util.option('--properties', required=True, type=custom_types.CLI_COMPLEX_TYPE, help=u"""Properties for the named credential""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
1959
+ @cli_util.option('--description', help=u"""Description of the Named Credential.""")
1960
+ @cli_util.option('--freeform-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{\"bar-key\": \"value\"}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
1961
+ @cli_util.option('--defined-tags', type=custom_types.CLI_COMPLEX_TYPE, help=u"""Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`""" + custom_types.cli_complex_type.COMPLEX_TYPE_HELP)
1962
+ @cli_util.option('--if-match', help=u"""For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match` parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource's current etag value.""")
1963
+ @cli_util.option('--force', help="""Perform update without prompting for confirmation.""", is_flag=True)
1964
+ @cli_util.option('--wait-for-state', type=custom_types.CliCaseInsensitiveChoice(["CREATED", "ACCEPTED", "IN_PROGRESS", "FAILED", "SUCCEEDED", "CANCELING", "CANCELED"]), multiple=True, help="""This operation asynchronously creates, modifies or deletes a resource and uses a work request to track the progress of the operation. Specify this option to perform the action and then wait until the work request reaches a certain state. Multiple states can be specified, returning on the first state. For example, --wait-for-state SUCCEEDED --wait-for-state FAILED would return on whichever lifecycle state is reached first. If timeout is reached, a return code of 2 is returned. For any other error, a return code of 1 is returned.""")
1965
+ @cli_util.option('--max-wait-seconds', type=click.INT, help="""The maximum time to wait for the work request to reach the state defined by --wait-for-state. Defaults to 1200 seconds.""")
1966
+ @cli_util.option('--wait-interval-seconds', type=click.INT, help="""Check every --wait-interval-seconds to see whether the work request has reached the state defined by --wait-for-state. Defaults to 30 seconds.""")
1967
+ @json_skeleton_utils.get_cli_json_input_option({'properties': {'module': 'management_agent', 'class': 'list[NamedCredentialProperty]'}, 'freeform-tags': {'module': 'management_agent', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'management_agent', 'class': 'dict(str, dict(str, object))'}})
1968
+ @cli_util.help_option
1969
+ @click.pass_context
1970
+ @json_skeleton_utils.json_skeleton_generation_handler(input_params_to_complex_types={'properties': {'module': 'management_agent', 'class': 'list[NamedCredentialProperty]'}, 'freeform-tags': {'module': 'management_agent', 'class': 'dict(str, string)'}, 'defined-tags': {'module': 'management_agent', 'class': 'dict(str, dict(str, object))'}}, output_type={'module': 'management_agent', 'class': 'NamedCredential'})
1971
+ @cli_util.wrap_exceptions
1972
+ def update_named_credential(ctx, from_json, force, wait_for_state, max_wait_seconds, wait_interval_seconds, named_credential_id, properties, description, freeform_tags, defined_tags, if_match):
1973
+
1974
+ if isinstance(named_credential_id, six.string_types) and len(named_credential_id.strip()) == 0:
1975
+ raise click.UsageError('Parameter --named-credential-id cannot be whitespace or empty string')
1976
+ if not force:
1977
+ if properties or freeform_tags or defined_tags:
1978
+ if not click.confirm("WARNING: Updates to properties and freeform-tags and defined-tags will replace any existing values. Are you sure you want to continue?"):
1979
+ ctx.abort()
1980
+
1981
+ kwargs = {}
1982
+ if if_match is not None:
1983
+ kwargs['if_match'] = if_match
1984
+ kwargs['opc_request_id'] = cli_util.use_or_generate_request_id(ctx.obj['request_id'])
1985
+
1986
+ _details = {}
1987
+ _details['properties'] = cli_util.parse_json_parameter("properties", properties)
1988
+
1989
+ if description is not None:
1990
+ _details['description'] = description
1991
+
1992
+ if freeform_tags is not None:
1993
+ _details['freeformTags'] = cli_util.parse_json_parameter("freeform_tags", freeform_tags)
1994
+
1995
+ if defined_tags is not None:
1996
+ _details['definedTags'] = cli_util.parse_json_parameter("defined_tags", defined_tags)
1997
+
1998
+ client = cli_util.build_client('management_agent', 'management_agent', ctx)
1999
+ result = client.update_named_credential(
2000
+ named_credential_id=named_credential_id,
2001
+ update_named_credential_details=_details,
2002
+ **kwargs
2003
+ )
2004
+ if wait_for_state:
2005
+
2006
+ if hasattr(client, 'get_work_request') and callable(getattr(client, 'get_work_request')):
2007
+ try:
2008
+ wait_period_kwargs = {}
2009
+ if max_wait_seconds is not None:
2010
+ wait_period_kwargs['max_wait_seconds'] = max_wait_seconds
2011
+ if wait_interval_seconds is not None:
2012
+ wait_period_kwargs['max_interval_seconds'] = wait_interval_seconds
2013
+ if 'opc-work-request-id' not in result.headers:
2014
+ click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state')
2015
+ cli_util.render_response(result, ctx)
2016
+ return
2017
+
2018
+ click.echo('Action completed. Waiting until the work request has entered state: {}'.format(wait_for_state), file=sys.stderr)
2019
+ result = oci.wait_until(client, client.get_work_request(result.headers['opc-work-request-id']), 'status', wait_for_state, **wait_period_kwargs)
2020
+ except oci.exceptions.MaximumWaitTimeExceeded as e:
2021
+ # If we fail, we should show an error, but we should still provide the information to the customer
2022
+ click.echo('Failed to wait until the work request entered the specified state. Outputting last known resource state', file=sys.stderr)
2023
+ cli_util.render_response(result, ctx)
2024
+ sys.exit(2)
2025
+ except Exception:
2026
+ click.echo('Encountered error while waiting for work request to enter the specified state. Outputting last known resource state', file=sys.stderr)
2027
+ cli_util.render_response(result, ctx)
2028
+ raise
2029
+ else:
2030
+ click.echo('Unable to wait for the work request to enter the specified state', file=sys.stderr)
2031
+ cli_util.render_response(result, ctx)
@@ -1,4 +1,4 @@
1
1
  # coding: utf-8
2
2
  # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
- # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
4
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20241201
@@ -1,4 +1,4 @@
1
1
  # coding: utf-8
2
2
  # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
- # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
4
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20241201
@@ -1,4 +1,4 @@
1
1
  # coding: utf-8
2
2
  # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
- # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
4
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20241201
@@ -1,4 +1,4 @@
1
1
  # coding: utf-8
2
2
  # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
- # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
4
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20241201
@@ -1,7 +1,7 @@
1
1
  # coding: utf-8
2
2
  # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
3
  # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
- # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20220901
4
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20241201
5
5
 
6
6
  import oci
7
7
  from oci_cli.cli_clients import CLIENT_MAP