oci 2.125.2__py3-none-any.whl → 2.125.3__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 (333) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +134 -43
  6. oci/ai_language/models/__init__.py +24 -0
  7. oci/ai_language/models/assertion_details.py +165 -0
  8. oci/ai_language/models/batch_detect_health_entity_details.py +223 -0
  9. oci/ai_language/models/batch_detect_health_entity_result.py +103 -0
  10. oci/ai_language/models/batch_detect_language_pii_entities_details.py +29 -2
  11. oci/ai_language/models/health_entity.py +351 -0
  12. oci/ai_language/models/health_entity_document_result.py +200 -0
  13. oci/ai_language/models/input_location.py +2 -1
  14. oci/ai_language/models/mel_concept.py +103 -0
  15. oci/ai_language/models/mel_concept_details.py +165 -0
  16. oci/ai_language/models/model_details.py +11 -3
  17. oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
  18. oci/ai_language/models/pii_entity.py +118 -7
  19. oci/ai_language/models/pii_model_details.py +91 -0
  20. oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
  21. oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
  22. oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
  23. oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
  24. oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
  25. oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
  26. oci/ai_language/models/pre_trained_summarization.py +1 -1
  27. oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
  28. oci/ai_language/models/pre_trained_universal_model.py +1 -1
  29. oci/ai_language/models/profile.py +134 -0
  30. oci/ai_language/models/relation_entity.py +196 -0
  31. oci/ai_language/models/resolved_entities.py +72 -0
  32. oci/ai_language/models/resolved_entity.py +227 -0
  33. oci/ai_language/models/text_classification_model_details.py +1 -1
  34. oci/ai_speech/ai_service_speech_client.py +10 -10
  35. oci/ai_vision/ai_service_vision_client.py +25 -25
  36. oci/analytics/analytics_client.py +23 -23
  37. oci/announcements_service/announcement_client.py +4 -4
  38. oci/announcements_service/announcement_subscription_client.py +9 -9
  39. oci/announcements_service/announcements_preferences_client.py +4 -4
  40. oci/apigateway/api_gateway_client.py +21 -21
  41. oci/apigateway/deployment_client.py +6 -6
  42. oci/apigateway/gateway_client.py +6 -6
  43. oci/apigateway/subscribers_client.py +6 -6
  44. oci/apigateway/usage_plans_client.py +6 -6
  45. oci/apigateway/work_requests_client.py +5 -5
  46. oci/apm_config/config_client.py +8 -8
  47. oci/apm_control_plane/apm_domain_client.py +14 -14
  48. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  49. oci/apm_traces/attributes_client.py +8 -8
  50. oci/apm_traces/query_client.py +2 -2
  51. oci/apm_traces/trace_client.py +4 -4
  52. oci/application_migration/application_migration_client.py +19 -19
  53. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  54. oci/artifacts/artifacts_client.py +32 -32
  55. oci/audit/audit_client.py +3 -3
  56. oci/autoscaling/auto_scaling_client.py +11 -11
  57. oci/bastion/bastion_client.py +15 -15
  58. oci/bds/bds_client.py +51 -51
  59. oci/blockchain/blockchain_platform_client.py +27 -27
  60. oci/budget/budget_client.py +10 -10
  61. oci/capacity_management/capacity_management_client.py +19 -19
  62. oci/certificates/certificates_client.py +5 -5
  63. oci/certificates_management/certificates_management_client.py +32 -32
  64. oci/cims/incident_client.py +8 -8
  65. oci/cims/user_client.py +1 -1
  66. oci/cloud_bridge/common_client.py +5 -5
  67. oci/cloud_bridge/discovery_client.py +14 -14
  68. oci/cloud_bridge/inventory_client.py +16 -16
  69. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  70. oci/cloud_guard/cloud_guard_client.py +133 -133
  71. oci/cloud_migrations/migration_client.py +43 -43
  72. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  73. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  74. oci/compute_instance_agent/plugin_client.py +2 -2
  75. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  76. oci/container_engine/container_engine_client.py +44 -44
  77. oci/container_instances/container_instance_client.py +18 -18
  78. oci/core/blockstorage_client.py +60 -60
  79. oci/core/compute_client.py +99 -99
  80. oci/core/compute_management_client.py +32 -32
  81. oci/core/virtual_network_client.py +242 -242
  82. oci/dashboard_service/dashboard_client.py +6 -6
  83. oci/dashboard_service/dashboard_group_client.py +6 -6
  84. oci/data_catalog/data_catalog_client.py +148 -148
  85. oci/data_flow/data_flow_client.py +42 -42
  86. oci/data_integration/data_integration_client.py +163 -163
  87. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  88. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  89. oci/data_safe/data_safe_client.py +272 -272
  90. oci/data_science/data_science_client.py +91 -91
  91. oci/data_science/models/instance_configuration.py +37 -2
  92. oci/database/database_client.py +1224 -537
  93. oci/database/database_client_composite_operations.py +204 -0
  94. oci/database/models/__init__.py +12 -0
  95. oci/database/models/autonomous_container_database.py +31 -0
  96. oci/database/models/autonomous_container_database_summary.py +31 -0
  97. oci/database/models/autonomous_database_software_image.py +489 -0
  98. oci/database/models/autonomous_database_software_image_collection.py +72 -0
  99. oci/database/models/autonomous_database_software_image_summary.py +437 -0
  100. oci/database/models/change_autonomous_database_software_image_compartment_details.py +76 -0
  101. oci/database/models/create_autonomous_container_database_details.py +35 -0
  102. oci/database/models/create_autonomous_database_software_image_details.py +267 -0
  103. oci/database/models/maintenance_window.py +33 -2
  104. oci/database/models/update_autonomous_database_software_image_details.py +119 -0
  105. oci/database_management/db_management_client.py +194 -194
  106. oci/database_management/diagnosability_client.py +4 -4
  107. oci/database_management/managed_my_sql_databases_client.py +7 -7
  108. oci/database_management/perfhub_client.py +1 -1
  109. oci/database_management/sql_tuning_client.py +17 -17
  110. oci/database_migration/database_migration_client.py +41 -41
  111. oci/database_migration/models/aws_s3_data_transfer_medium_details.py +29 -2
  112. oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
  113. oci/database_migration/models/nfs_data_transfer_medium_details.py +29 -2
  114. oci/database_tools/database_tools_client.py +23 -23
  115. oci/desktops/desktop_service_client.py +21 -21
  116. oci/devops/devops_client.py +89 -89
  117. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  118. oci/dns/dns_client.py +52 -52
  119. oci/dts/appliance_export_job_client.py +6 -6
  120. oci/dts/shipping_vendors_client.py +1 -1
  121. oci/dts/transfer_appliance_client.py +8 -8
  122. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  123. oci/dts/transfer_device_client.py +5 -5
  124. oci/dts/transfer_job_client.py +6 -6
  125. oci/dts/transfer_package_client.py +7 -7
  126. oci/em_warehouse/em_data_lake_client.py +13 -13
  127. oci/em_warehouse/em_warehouse_client.py +13 -13
  128. oci/email/email_client.py +26 -26
  129. oci/email_data_plane/email_dp_client.py +1 -1
  130. oci/events/events_client.py +6 -6
  131. oci/file_storage/file_storage_client.py +50 -50
  132. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  133. oci/functions/functions_invoke_client.py +1 -1
  134. oci/functions/functions_management_client.py +16 -16
  135. oci/fusion_apps/data_masking_activity_client.py +3 -3
  136. oci/fusion_apps/fusion_applications_client.py +39 -39
  137. oci/fusion_apps/fusion_environment_client.py +15 -15
  138. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  139. oci/fusion_apps/refresh_activity_client.py +4 -4
  140. oci/fusion_apps/scheduled_activity_client.py +2 -2
  141. oci/fusion_apps/service_attachment_client.py +2 -2
  142. oci/generative_ai/generative_ai_client.py +24 -24
  143. oci/generative_ai/models/dataset.py +1 -1
  144. oci/generative_ai/models/dedicated_ai_cluster.py +34 -3
  145. oci/generative_ai/models/endpoint.py +27 -0
  146. oci/generative_ai/models/model.py +34 -3
  147. oci/generative_ai/models/model_summary.py +7 -3
  148. oci/generative_ai_inference/generative_ai_inference_client.py +101 -3
  149. oci/generative_ai_inference/models/__init__.py +30 -0
  150. oci/generative_ai_inference/models/base_chat_request.py +109 -0
  151. oci/generative_ai_inference/models/base_chat_response.py +109 -0
  152. oci/generative_ai_inference/models/chat_choice.py +161 -0
  153. oci/generative_ai_inference/models/chat_content.py +101 -0
  154. oci/generative_ai_inference/models/chat_details.py +126 -0
  155. oci/generative_ai_inference/models/chat_result.py +130 -0
  156. oci/generative_ai_inference/models/citation.py +165 -0
  157. oci/generative_ai_inference/models/cohere_chat_request.py +443 -0
  158. oci/generative_ai_inference/models/cohere_chat_response.py +272 -0
  159. oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
  160. oci/generative_ai_inference/models/cohere_message.py +119 -0
  161. oci/generative_ai_inference/models/embed_text_details.py +2 -2
  162. oci/generative_ai_inference/models/generic_chat_request.py +474 -0
  163. oci/generative_ai_inference/models/generic_chat_response.py +113 -0
  164. oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
  165. oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
  166. oci/generative_ai_inference/models/llm_inference_response.py +11 -3
  167. oci/generative_ai_inference/models/message.py +103 -0
  168. oci/generative_ai_inference/models/search_query.py +72 -0
  169. oci/generative_ai_inference/models/text_content.py +82 -0
  170. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  171. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  172. oci/golden_gate/golden_gate_client.py +61 -61
  173. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  174. oci/governance_rules_control_plane/work_request_client.py +5 -5
  175. oci/healthchecks/health_checks_client.py +17 -17
  176. oci/identity/identity_client.py +145 -145
  177. oci/identity_data_plane/dataplane_client.py +2 -2
  178. oci/identity_domains/identity_domains_client.py +300 -300
  179. oci/integration/integration_instance_client.py +15 -15
  180. oci/jms/java_management_service_client.py +66 -66
  181. oci/jms_java_downloads/java_download_client.py +25 -25
  182. oci/key_management/ekm_client.py +5 -5
  183. oci/key_management/kms_crypto_client.py +6 -6
  184. oci/key_management/kms_hsm_cluster_client.py +12 -12
  185. oci/key_management/kms_management_client.py +21 -21
  186. oci/key_management/kms_vault_client.py +14 -14
  187. oci/license_manager/license_manager_client.py +18 -18
  188. oci/limits/limits_client.py +4 -4
  189. oci/limits/quotas_client.py +7 -7
  190. oci/load_balancer/load_balancer_client.py +61 -61
  191. oci/lockbox/lockbox_client.py +23 -23
  192. oci/log_analytics/log_analytics_client.py +193 -193
  193. oci/logging/logging_management_client.py +30 -30
  194. oci/loggingingestion/logging_client.py +1 -1
  195. oci/loggingsearch/log_search_client.py +1 -1
  196. oci/management_agent/management_agent_client.py +28 -28
  197. oci/management_dashboard/dashx_apis_client.py +14 -14
  198. oci/marketplace/account_client.py +2 -2
  199. oci/marketplace/marketplace_client.py +30 -30
  200. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  201. oci/media_services/media_services_client.py +60 -60
  202. oci/media_services/media_stream_client.py +2 -2
  203. oci/monitoring/monitoring_client.py +18 -18
  204. oci/mysql/channels_client.py +7 -7
  205. oci/mysql/db_backups_client.py +6 -6
  206. oci/mysql/db_system_client.py +17 -17
  207. oci/mysql/mysqlaas_client.py +7 -7
  208. oci/mysql/replicas_client.py +5 -5
  209. oci/mysql/work_requests_client.py +4 -4
  210. oci/network_firewall/network_firewall_client.py +80 -80
  211. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  212. oci/nosql/nosql_client.py +24 -24
  213. oci/object_storage/object_storage_client.py +50 -50
  214. oci/oce/oce_instance_client.py +10 -10
  215. oci/oci_control_center/occ_metrics_client.py +3 -3
  216. oci/ocvp/cluster_client.py +5 -5
  217. oci/ocvp/esxi_host_client.py +8 -8
  218. oci/ocvp/sddc_client.py +14 -14
  219. oci/ocvp/work_request_client.py +4 -4
  220. oci/oda/management_client.py +59 -59
  221. oci/oda/oda_client.py +17 -17
  222. oci/oda/odapackage_client.py +7 -7
  223. oci/onesubscription/billing_schedule_client.py +1 -1
  224. oci/onesubscription/commitment_client.py +2 -2
  225. oci/onesubscription/computed_usage_client.py +3 -3
  226. oci/onesubscription/invoice_summary_client.py +2 -2
  227. oci/onesubscription/organization_subscription_client.py +1 -1
  228. oci/onesubscription/ratecard_client.py +1 -1
  229. oci/onesubscription/subscribed_service_client.py +2 -2
  230. oci/onesubscription/subscription_client.py +1 -1
  231. oci/ons/notification_control_plane_client.py +6 -6
  232. oci/ons/notification_data_plane_client.py +10 -10
  233. oci/opa/models/opa_instance.py +7 -3
  234. oci/opa/models/work_request.py +11 -3
  235. oci/opa/models/work_request_summary.py +11 -3
  236. oci/opa/opa_instance_client.py +223 -13
  237. oci/opa/opa_instance_client_composite_operations.py +78 -0
  238. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  239. oci/opensearch/opensearch_cluster_client.py +14 -14
  240. oci/operator_access_control/access_requests_client.py +10 -10
  241. oci/operator_access_control/operator_actions_client.py +2 -2
  242. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  243. oci/operator_access_control/operator_control_client.py +6 -6
  244. oci/opsi/operations_insights_client.py +175 -175
  245. oci/optimizer/optimizer_client.py +26 -26
  246. oci/os_management/event_client.py +8 -8
  247. oci/os_management/os_management_client.py +69 -69
  248. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  249. oci/os_management_hub/managed_instance_client.py +22 -22
  250. oci/os_management_hub/managed_instance_group_client.py +22 -22
  251. oci/os_management_hub/management_station_client.py +8 -8
  252. oci/os_management_hub/onboarding_client.py +5 -5
  253. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  254. oci/os_management_hub/scheduled_job_client.py +6 -6
  255. oci/os_management_hub/software_source_client.py +22 -22
  256. oci/os_management_hub/work_request_client.py +4 -4
  257. oci/osp_gateway/address_rule_service_client.py +1 -1
  258. oci/osp_gateway/address_service_client.py +2 -2
  259. oci/osp_gateway/invoice_service_client.py +5 -5
  260. oci/osp_gateway/subscription_service_client.py +5 -5
  261. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  262. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  263. oci/osub_subscription/commitment_client.py +2 -2
  264. oci/osub_subscription/ratecard_client.py +1 -1
  265. oci/osub_subscription/subscription_client.py +1 -1
  266. oci/osub_usage/computed_usage_client.py +3 -3
  267. oci/psql/postgresql_client.py +33 -33
  268. oci/queue/queue_admin_client.py +11 -11
  269. oci/queue/queue_client.py +8 -8
  270. oci/recovery/database_recovery_client.py +23 -23
  271. oci/redis/models/create_redis_cluster_details.py +31 -0
  272. oci/redis/models/redis_cluster.py +31 -0
  273. oci/redis/models/redis_cluster_summary.py +31 -0
  274. oci/redis/models/update_redis_cluster_details.py +31 -0
  275. oci/redis/redis_cluster_client.py +11 -11
  276. oci/resource_manager/resource_manager_client.py +52 -52
  277. oci/resource_search/resource_search_client.py +3 -3
  278. oci/rover/rover_bundle_client.py +8 -8
  279. oci/rover/rover_cluster_client.py +8 -8
  280. oci/rover/rover_entitlement_client.py +6 -6
  281. oci/rover/rover_node_client.py +15 -15
  282. oci/rover/shape_client.py +1 -1
  283. oci/rover/work_requests_client.py +5 -5
  284. oci/sch/connector_plugins_client.py +2 -2
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/models/__init__.py +12 -0
  308. oci/usage_api/models/create_email_recipients_group_details.py +103 -0
  309. oci/usage_api/models/email_recipient.py +181 -0
  310. oci/usage_api/models/email_recipients_group.py +181 -0
  311. oci/usage_api/models/email_recipients_group_collection.py +72 -0
  312. oci/usage_api/models/email_recipients_group_summary.py +272 -0
  313. oci/usage_api/models/update_email_recipients_group_details.py +72 -0
  314. oci/usage_api/usageapi_client.py +656 -34
  315. oci/usage_api/usageapi_client_composite_operations.py +96 -0
  316. oci/vault/vaults_client.py +13 -13
  317. oci/vbs_inst/vbs_instance_client.py +10 -10
  318. oci/version.py +1 -1
  319. oci/visual_builder/vb_instance_client.py +13 -13
  320. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  321. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  322. oci/waa/waa_client.py +13 -13
  323. oci/waa/work_request_client.py +4 -4
  324. oci/waas/redirect_client.py +6 -6
  325. oci/waas/waas_client.py +66 -66
  326. oci/waf/waf_client.py +24 -24
  327. oci/work_requests/work_request_client.py +4 -4
  328. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/METADATA +1 -1
  329. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/RECORD +333 -294
  330. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/LICENSE.txt +0 -0
  331. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  332. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/WHEEL +0 -0
  333. {oci-2.125.2.dist-info → oci-2.125.3.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DatabaseRecoveryClient(object):
153
153
  :rtype: :class:`~oci.response.Response`
154
154
 
155
155
  :example:
156
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/change_protected_database_compartment.py.html>`__ to see an example of how to use change_protected_database_compartment API.
156
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/change_protected_database_compartment.py.html>`__ to see an example of how to use change_protected_database_compartment API.
157
157
  """
158
158
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
159
159
  required_arguments = ['protectedDatabaseId']
@@ -263,7 +263,7 @@ class DatabaseRecoveryClient(object):
263
263
  :rtype: :class:`~oci.response.Response`
264
264
 
265
265
  :example:
266
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/change_protection_policy_compartment.py.html>`__ to see an example of how to use change_protection_policy_compartment API.
266
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/change_protection_policy_compartment.py.html>`__ to see an example of how to use change_protection_policy_compartment API.
267
267
  """
268
268
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
269
269
  required_arguments = ['protectionPolicyId']
@@ -373,7 +373,7 @@ class DatabaseRecoveryClient(object):
373
373
  :rtype: :class:`~oci.response.Response`
374
374
 
375
375
  :example:
376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/change_recovery_service_subnet_compartment.py.html>`__ to see an example of how to use change_recovery_service_subnet_compartment API.
376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/change_recovery_service_subnet_compartment.py.html>`__ to see an example of how to use change_recovery_service_subnet_compartment API.
377
377
  """
378
378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
379
379
  required_arguments = ['recoveryServiceSubnetId']
@@ -480,7 +480,7 @@ class DatabaseRecoveryClient(object):
480
480
  :rtype: :class:`~oci.response.Response`
481
481
 
482
482
  :example:
483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/create_protected_database.py.html>`__ to see an example of how to use create_protected_database API.
483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/create_protected_database.py.html>`__ to see an example of how to use create_protected_database API.
484
484
  """
485
485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
486
486
  required_arguments = []
@@ -578,7 +578,7 @@ class DatabaseRecoveryClient(object):
578
578
  :rtype: :class:`~oci.response.Response`
579
579
 
580
580
  :example:
581
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/create_protection_policy.py.html>`__ to see an example of how to use create_protection_policy API.
581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/create_protection_policy.py.html>`__ to see an example of how to use create_protection_policy API.
582
582
  """
583
583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
584
584
  required_arguments = []
@@ -676,7 +676,7 @@ class DatabaseRecoveryClient(object):
676
676
  :rtype: :class:`~oci.response.Response`
677
677
 
678
678
  :example:
679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/create_recovery_service_subnet.py.html>`__ to see an example of how to use create_recovery_service_subnet API.
679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/create_recovery_service_subnet.py.html>`__ to see an example of how to use create_recovery_service_subnet API.
680
680
  """
681
681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
682
682
  required_arguments = []
@@ -774,7 +774,7 @@ class DatabaseRecoveryClient(object):
774
774
  :rtype: :class:`~oci.response.Response`
775
775
 
776
776
  :example:
777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/delete_protected_database.py.html>`__ to see an example of how to use delete_protected_database API.
777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/delete_protected_database.py.html>`__ to see an example of how to use delete_protected_database API.
778
778
  """
779
779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
780
780
  required_arguments = ['protectedDatabaseId']
@@ -880,7 +880,7 @@ class DatabaseRecoveryClient(object):
880
880
  :rtype: :class:`~oci.response.Response`
881
881
 
882
882
  :example:
883
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/delete_protection_policy.py.html>`__ to see an example of how to use delete_protection_policy API.
883
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/delete_protection_policy.py.html>`__ to see an example of how to use delete_protection_policy API.
884
884
  """
885
885
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
886
886
  required_arguments = ['protectionPolicyId']
@@ -985,7 +985,7 @@ class DatabaseRecoveryClient(object):
985
985
  :rtype: :class:`~oci.response.Response`
986
986
 
987
987
  :example:
988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/delete_recovery_service_subnet.py.html>`__ to see an example of how to use delete_recovery_service_subnet API.
988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/delete_recovery_service_subnet.py.html>`__ to see an example of how to use delete_recovery_service_subnet API.
989
989
  """
990
990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
991
991
  required_arguments = ['recoveryServiceSubnetId']
@@ -1093,7 +1093,7 @@ class DatabaseRecoveryClient(object):
1093
1093
  :rtype: :class:`~oci.response.Response`
1094
1094
 
1095
1095
  :example:
1096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/fetch_protected_database_configuration.py.html>`__ to see an example of how to use fetch_protected_database_configuration API.
1096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/fetch_protected_database_configuration.py.html>`__ to see an example of how to use fetch_protected_database_configuration API.
1097
1097
  """
1098
1098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1099
1099
  required_arguments = ['protectedDatabaseId']
@@ -1196,7 +1196,7 @@ class DatabaseRecoveryClient(object):
1196
1196
  :rtype: :class:`~oci.response.Response`
1197
1197
 
1198
1198
  :example:
1199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/get_protected_database.py.html>`__ to see an example of how to use get_protected_database API.
1199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_protected_database.py.html>`__ to see an example of how to use get_protected_database API.
1200
1200
  """
1201
1201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1202
1202
  required_arguments = ['protectedDatabaseId']
@@ -1294,7 +1294,7 @@ class DatabaseRecoveryClient(object):
1294
1294
  :rtype: :class:`~oci.response.Response`
1295
1295
 
1296
1296
  :example:
1297
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/get_protection_policy.py.html>`__ to see an example of how to use get_protection_policy API.
1297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_protection_policy.py.html>`__ to see an example of how to use get_protection_policy API.
1298
1298
  """
1299
1299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1300
1300
  required_arguments = ['protectionPolicyId']
@@ -1392,7 +1392,7 @@ class DatabaseRecoveryClient(object):
1392
1392
  :rtype: :class:`~oci.response.Response`
1393
1393
 
1394
1394
  :example:
1395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/get_recovery_service_subnet.py.html>`__ to see an example of how to use get_recovery_service_subnet API.
1395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_recovery_service_subnet.py.html>`__ to see an example of how to use get_recovery_service_subnet API.
1396
1396
  """
1397
1397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1398
1398
  required_arguments = ['recoveryServiceSubnetId']
@@ -1490,7 +1490,7 @@ class DatabaseRecoveryClient(object):
1490
1490
  :rtype: :class:`~oci.response.Response`
1491
1491
 
1492
1492
  :example:
1493
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1493
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
1494
1494
  """
1495
1495
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1496
1496
  required_arguments = ['workRequestId']
@@ -1627,7 +1627,7 @@ class DatabaseRecoveryClient(object):
1627
1627
  :rtype: :class:`~oci.response.Response`
1628
1628
 
1629
1629
  :example:
1630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/list_protected_databases.py.html>`__ to see an example of how to use list_protected_databases API.
1630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_protected_databases.py.html>`__ to see an example of how to use list_protected_databases API.
1631
1631
  """
1632
1632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1633
1633
  required_arguments = ['compartmentId']
@@ -1797,7 +1797,7 @@ class DatabaseRecoveryClient(object):
1797
1797
  :rtype: :class:`~oci.response.Response`
1798
1798
 
1799
1799
  :example:
1800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/list_protection_policies.py.html>`__ to see an example of how to use list_protection_policies API.
1800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_protection_policies.py.html>`__ to see an example of how to use list_protection_policies API.
1801
1801
  """
1802
1802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1803
1803
  required_arguments = ['compartmentId']
@@ -1977,7 +1977,7 @@ class DatabaseRecoveryClient(object):
1977
1977
  :rtype: :class:`~oci.response.Response`
1978
1978
 
1979
1979
  :example:
1980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/list_recovery_service_subnets.py.html>`__ to see an example of how to use list_recovery_service_subnets API.
1980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_recovery_service_subnets.py.html>`__ to see an example of how to use list_recovery_service_subnets API.
1981
1981
  """
1982
1982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1983
1983
  required_arguments = ['compartmentId']
@@ -2126,7 +2126,7 @@ class DatabaseRecoveryClient(object):
2126
2126
  :rtype: :class:`~oci.response.Response`
2127
2127
 
2128
2128
  :example:
2129
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
2129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
2130
2130
  """
2131
2131
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2132
2132
  required_arguments = ['workRequestId']
@@ -2271,7 +2271,7 @@ class DatabaseRecoveryClient(object):
2271
2271
  :rtype: :class:`~oci.response.Response`
2272
2272
 
2273
2273
  :example:
2274
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
2274
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
2275
2275
  """
2276
2276
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2277
2277
  required_arguments = ['workRequestId']
@@ -2427,7 +2427,7 @@ class DatabaseRecoveryClient(object):
2427
2427
  :rtype: :class:`~oci.response.Response`
2428
2428
 
2429
2429
  :example:
2430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
2430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
2431
2431
  """
2432
2432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2433
2433
  required_arguments = ['compartmentId']
@@ -2565,7 +2565,7 @@ class DatabaseRecoveryClient(object):
2565
2565
  :rtype: :class:`~oci.response.Response`
2566
2566
 
2567
2567
  :example:
2568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/update_protected_database.py.html>`__ to see an example of how to use update_protected_database API.
2568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/update_protected_database.py.html>`__ to see an example of how to use update_protected_database API.
2569
2569
  """
2570
2570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2571
2571
  required_arguments = ['protectedDatabaseId']
@@ -2675,7 +2675,7 @@ class DatabaseRecoveryClient(object):
2675
2675
  :rtype: :class:`~oci.response.Response`
2676
2676
 
2677
2677
  :example:
2678
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/update_protection_policy.py.html>`__ to see an example of how to use update_protection_policy API.
2678
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/update_protection_policy.py.html>`__ to see an example of how to use update_protection_policy API.
2679
2679
  """
2680
2680
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2681
2681
  required_arguments = ['protectionPolicyId']
@@ -2785,7 +2785,7 @@ class DatabaseRecoveryClient(object):
2785
2785
  :rtype: :class:`~oci.response.Response`
2786
2786
 
2787
2787
  :example:
2788
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/recovery/update_recovery_service_subnet.py.html>`__ to see an example of how to use update_recovery_service_subnet API.
2788
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/update_recovery_service_subnet.py.html>`__ to see an example of how to use update_recovery_service_subnet API.
2789
2789
  """
2790
2790
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2791
2791
  required_arguments = ['recoveryServiceSubnetId']
@@ -46,6 +46,10 @@ class CreateRedisClusterDetails(object):
46
46
  The value to assign to the subnet_id property of this CreateRedisClusterDetails.
47
47
  :type subnet_id: str
48
48
 
49
+ :param nsg_ids:
50
+ The value to assign to the nsg_ids property of this CreateRedisClusterDetails.
51
+ :type nsg_ids: list[str]
52
+
49
53
  :param freeform_tags:
50
54
  The value to assign to the freeform_tags property of this CreateRedisClusterDetails.
51
55
  :type freeform_tags: dict(str, str)
@@ -62,6 +66,7 @@ class CreateRedisClusterDetails(object):
62
66
  'software_version': 'str',
63
67
  'node_memory_in_gbs': 'float',
64
68
  'subnet_id': 'str',
69
+ 'nsg_ids': 'list[str]',
65
70
  'freeform_tags': 'dict(str, str)',
66
71
  'defined_tags': 'dict(str, dict(str, object))'
67
72
  }
@@ -73,6 +78,7 @@ class CreateRedisClusterDetails(object):
73
78
  'software_version': 'softwareVersion',
74
79
  'node_memory_in_gbs': 'nodeMemoryInGBs',
75
80
  'subnet_id': 'subnetId',
81
+ 'nsg_ids': 'nsgIds',
76
82
  'freeform_tags': 'freeformTags',
77
83
  'defined_tags': 'definedTags'
78
84
  }
@@ -83,6 +89,7 @@ class CreateRedisClusterDetails(object):
83
89
  self._software_version = None
84
90
  self._node_memory_in_gbs = None
85
91
  self._subnet_id = None
92
+ self._nsg_ids = None
86
93
  self._freeform_tags = None
87
94
  self._defined_tags = None
88
95
 
@@ -238,6 +245,30 @@ class CreateRedisClusterDetails(object):
238
245
  """
239
246
  self._subnet_id = subnet_id
240
247
 
248
+ @property
249
+ def nsg_ids(self):
250
+ """
251
+ Gets the nsg_ids of this CreateRedisClusterDetails.
252
+ OCIDs of the NSGs to control access in the customer network
253
+
254
+
255
+ :return: The nsg_ids of this CreateRedisClusterDetails.
256
+ :rtype: list[str]
257
+ """
258
+ return self._nsg_ids
259
+
260
+ @nsg_ids.setter
261
+ def nsg_ids(self, nsg_ids):
262
+ """
263
+ Sets the nsg_ids of this CreateRedisClusterDetails.
264
+ OCIDs of the NSGs to control access in the customer network
265
+
266
+
267
+ :param nsg_ids: The nsg_ids of this CreateRedisClusterDetails.
268
+ :type: list[str]
269
+ """
270
+ self._nsg_ids = nsg_ids
271
+
241
272
  @property
242
273
  def freeform_tags(self):
243
274
  """
@@ -118,6 +118,10 @@ class RedisCluster(object):
118
118
  The value to assign to the node_collection property of this RedisCluster.
119
119
  :type node_collection: oci.redis.models.NodeCollection
120
120
 
121
+ :param nsg_ids:
122
+ The value to assign to the nsg_ids property of this RedisCluster.
123
+ :type nsg_ids: list[str]
124
+
121
125
  :param freeform_tags:
122
126
  The value to assign to the freeform_tags property of this RedisCluster.
123
127
  :type freeform_tags: dict(str, str)
@@ -148,6 +152,7 @@ class RedisCluster(object):
148
152
  'time_created': 'datetime',
149
153
  'time_updated': 'datetime',
150
154
  'node_collection': 'NodeCollection',
155
+ 'nsg_ids': 'list[str]',
151
156
  'freeform_tags': 'dict(str, str)',
152
157
  'defined_tags': 'dict(str, dict(str, object))',
153
158
  'system_tags': 'dict(str, dict(str, object))'
@@ -170,6 +175,7 @@ class RedisCluster(object):
170
175
  'time_created': 'timeCreated',
171
176
  'time_updated': 'timeUpdated',
172
177
  'node_collection': 'nodeCollection',
178
+ 'nsg_ids': 'nsgIds',
173
179
  'freeform_tags': 'freeformTags',
174
180
  'defined_tags': 'definedTags',
175
181
  'system_tags': 'systemTags'
@@ -191,6 +197,7 @@ class RedisCluster(object):
191
197
  self._time_created = None
192
198
  self._time_updated = None
193
199
  self._node_collection = None
200
+ self._nsg_ids = None
194
201
  self._freeform_tags = None
195
202
  self._defined_tags = None
196
203
  self._system_tags = None
@@ -607,6 +614,30 @@ class RedisCluster(object):
607
614
  """
608
615
  self._node_collection = node_collection
609
616
 
617
+ @property
618
+ def nsg_ids(self):
619
+ """
620
+ Gets the nsg_ids of this RedisCluster.
621
+ OCIDs of the NSGs to control access in the customer network
622
+
623
+
624
+ :return: The nsg_ids of this RedisCluster.
625
+ :rtype: list[str]
626
+ """
627
+ return self._nsg_ids
628
+
629
+ @nsg_ids.setter
630
+ def nsg_ids(self, nsg_ids):
631
+ """
632
+ Sets the nsg_ids of this RedisCluster.
633
+ OCIDs of the NSGs to control access in the customer network
634
+
635
+
636
+ :param nsg_ids: The nsg_ids of this RedisCluster.
637
+ :type: list[str]
638
+ """
639
+ self._nsg_ids = nsg_ids
640
+
610
641
  @property
611
642
  def freeform_tags(self):
612
643
  """
@@ -82,6 +82,10 @@ class RedisClusterSummary(object):
82
82
  The value to assign to the time_updated property of this RedisClusterSummary.
83
83
  :type time_updated: datetime
84
84
 
85
+ :param nsg_ids:
86
+ The value to assign to the nsg_ids property of this RedisClusterSummary.
87
+ :type nsg_ids: list[str]
88
+
85
89
  :param freeform_tags:
86
90
  The value to assign to the freeform_tags property of this RedisClusterSummary.
87
91
  :type freeform_tags: dict(str, str)
@@ -111,6 +115,7 @@ class RedisClusterSummary(object):
111
115
  'subnet_id': 'str',
112
116
  'time_created': 'datetime',
113
117
  'time_updated': 'datetime',
118
+ 'nsg_ids': 'list[str]',
114
119
  'freeform_tags': 'dict(str, str)',
115
120
  'defined_tags': 'dict(str, dict(str, object))',
116
121
  'system_tags': 'dict(str, dict(str, object))'
@@ -132,6 +137,7 @@ class RedisClusterSummary(object):
132
137
  'subnet_id': 'subnetId',
133
138
  'time_created': 'timeCreated',
134
139
  'time_updated': 'timeUpdated',
140
+ 'nsg_ids': 'nsgIds',
135
141
  'freeform_tags': 'freeformTags',
136
142
  'defined_tags': 'definedTags',
137
143
  'system_tags': 'systemTags'
@@ -152,6 +158,7 @@ class RedisClusterSummary(object):
152
158
  self._subnet_id = None
153
159
  self._time_created = None
154
160
  self._time_updated = None
161
+ self._nsg_ids = None
155
162
  self._freeform_tags = None
156
163
  self._defined_tags = None
157
164
  self._system_tags = None
@@ -536,6 +543,30 @@ class RedisClusterSummary(object):
536
543
  """
537
544
  self._time_updated = time_updated
538
545
 
546
+ @property
547
+ def nsg_ids(self):
548
+ """
549
+ Gets the nsg_ids of this RedisClusterSummary.
550
+ OCIDs of the NSGs to control access in the customer network
551
+
552
+
553
+ :return: The nsg_ids of this RedisClusterSummary.
554
+ :rtype: list[str]
555
+ """
556
+ return self._nsg_ids
557
+
558
+ @nsg_ids.setter
559
+ def nsg_ids(self, nsg_ids):
560
+ """
561
+ Sets the nsg_ids of this RedisClusterSummary.
562
+ OCIDs of the NSGs to control access in the customer network
563
+
564
+
565
+ :param nsg_ids: The nsg_ids of this RedisClusterSummary.
566
+ :type: list[str]
567
+ """
568
+ self._nsg_ids = nsg_ids
569
+
539
570
  @property
540
571
  def freeform_tags(self):
541
572
  """
@@ -32,6 +32,10 @@ class UpdateRedisClusterDetails(object):
32
32
  The value to assign to the node_memory_in_gbs property of this UpdateRedisClusterDetails.
33
33
  :type node_memory_in_gbs: float
34
34
 
35
+ :param nsg_ids:
36
+ The value to assign to the nsg_ids property of this UpdateRedisClusterDetails.
37
+ :type nsg_ids: list[str]
38
+
35
39
  :param freeform_tags:
36
40
  The value to assign to the freeform_tags property of this UpdateRedisClusterDetails.
37
41
  :type freeform_tags: dict(str, str)
@@ -45,6 +49,7 @@ class UpdateRedisClusterDetails(object):
45
49
  'display_name': 'str',
46
50
  'node_count': 'int',
47
51
  'node_memory_in_gbs': 'float',
52
+ 'nsg_ids': 'list[str]',
48
53
  'freeform_tags': 'dict(str, str)',
49
54
  'defined_tags': 'dict(str, dict(str, object))'
50
55
  }
@@ -53,6 +58,7 @@ class UpdateRedisClusterDetails(object):
53
58
  'display_name': 'displayName',
54
59
  'node_count': 'nodeCount',
55
60
  'node_memory_in_gbs': 'nodeMemoryInGBs',
61
+ 'nsg_ids': 'nsgIds',
56
62
  'freeform_tags': 'freeformTags',
57
63
  'defined_tags': 'definedTags'
58
64
  }
@@ -60,6 +66,7 @@ class UpdateRedisClusterDetails(object):
60
66
  self._display_name = None
61
67
  self._node_count = None
62
68
  self._node_memory_in_gbs = None
69
+ self._nsg_ids = None
63
70
  self._freeform_tags = None
64
71
  self._defined_tags = None
65
72
 
@@ -135,6 +142,30 @@ class UpdateRedisClusterDetails(object):
135
142
  """
136
143
  self._node_memory_in_gbs = node_memory_in_gbs
137
144
 
145
+ @property
146
+ def nsg_ids(self):
147
+ """
148
+ Gets the nsg_ids of this UpdateRedisClusterDetails.
149
+ OCIDs of the NSGs to control access in the customer network
150
+
151
+
152
+ :return: The nsg_ids of this UpdateRedisClusterDetails.
153
+ :rtype: list[str]
154
+ """
155
+ return self._nsg_ids
156
+
157
+ @nsg_ids.setter
158
+ def nsg_ids(self, nsg_ids):
159
+ """
160
+ Sets the nsg_ids of this UpdateRedisClusterDetails.
161
+ OCIDs of the NSGs to control access in the customer network
162
+
163
+
164
+ :param nsg_ids: The nsg_ids of this UpdateRedisClusterDetails.
165
+ :type: list[str]
166
+ """
167
+ self._nsg_ids = nsg_ids
168
+
138
169
  @property
139
170
  def freeform_tags(self):
140
171
  """
@@ -150,7 +150,7 @@ class RedisClusterClient(object):
150
150
  :rtype: :class:`~oci.response.Response`
151
151
 
152
152
  :example:
153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
154
154
  """
155
155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
156
156
  required_arguments = ['workRequestId']
@@ -269,7 +269,7 @@ class RedisClusterClient(object):
269
269
  :rtype: :class:`~oci.response.Response`
270
270
 
271
271
  :example:
272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/change_redis_cluster_compartment.py.html>`__ to see an example of how to use change_redis_cluster_compartment API.
272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/change_redis_cluster_compartment.py.html>`__ to see an example of how to use change_redis_cluster_compartment API.
273
273
  """
274
274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
275
275
  required_arguments = ['redisClusterId']
@@ -381,7 +381,7 @@ class RedisClusterClient(object):
381
381
  :rtype: :class:`~oci.response.Response`
382
382
 
383
383
  :example:
384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/create_redis_cluster.py.html>`__ to see an example of how to use create_redis_cluster API.
384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/create_redis_cluster.py.html>`__ to see an example of how to use create_redis_cluster API.
385
385
  """
386
386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
387
387
  required_arguments = []
@@ -483,7 +483,7 @@ class RedisClusterClient(object):
483
483
  :rtype: :class:`~oci.response.Response`
484
484
 
485
485
  :example:
486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/delete_redis_cluster.py.html>`__ to see an example of how to use delete_redis_cluster API.
486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/delete_redis_cluster.py.html>`__ to see an example of how to use delete_redis_cluster API.
487
487
  """
488
488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
489
489
  required_arguments = ['redisClusterId']
@@ -585,7 +585,7 @@ class RedisClusterClient(object):
585
585
  :rtype: :class:`~oci.response.Response`
586
586
 
587
587
  :example:
588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/get_redis_cluster.py.html>`__ to see an example of how to use get_redis_cluster API.
588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/get_redis_cluster.py.html>`__ to see an example of how to use get_redis_cluster API.
589
589
  """
590
590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
591
591
  required_arguments = ['redisClusterId']
@@ -683,7 +683,7 @@ class RedisClusterClient(object):
683
683
  :rtype: :class:`~oci.response.Response`
684
684
 
685
685
  :example:
686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
686
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
687
687
  """
688
688
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
689
689
  required_arguments = ['workRequestId']
@@ -812,7 +812,7 @@ class RedisClusterClient(object):
812
812
  :rtype: :class:`~oci.response.Response`
813
813
 
814
814
  :example:
815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/list_redis_clusters.py.html>`__ to see an example of how to use list_redis_clusters API.
815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_redis_clusters.py.html>`__ to see an example of how to use list_redis_clusters API.
816
816
  """
817
817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
818
818
  required_arguments = []
@@ -957,7 +957,7 @@ class RedisClusterClient(object):
957
957
  :rtype: :class:`~oci.response.Response`
958
958
 
959
959
  :example:
960
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
960
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
961
961
  """
962
962
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
963
963
  required_arguments = ['workRequestId']
@@ -1099,7 +1099,7 @@ class RedisClusterClient(object):
1099
1099
  :rtype: :class:`~oci.response.Response`
1100
1100
 
1101
1101
  :example:
1102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1103
1103
  """
1104
1104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1105
1105
  required_arguments = ['workRequestId']
@@ -1254,7 +1254,7 @@ class RedisClusterClient(object):
1254
1254
  :rtype: :class:`~oci.response.Response`
1255
1255
 
1256
1256
  :example:
1257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1258
1258
  """
1259
1259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1260
1260
  required_arguments = []
@@ -1397,7 +1397,7 @@ class RedisClusterClient(object):
1397
1397
  :rtype: :class:`~oci.response.Response`
1398
1398
 
1399
1399
  :example:
1400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.2/redis/update_redis_cluster.py.html>`__ to see an example of how to use update_redis_cluster API.
1400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/update_redis_cluster.py.html>`__ to see an example of how to use update_redis_cluster API.
1401
1401
  """
1402
1402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1403
1403
  required_arguments = ['redisClusterId']