oci 2.146.0__py3-none-any.whl → 2.148.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 (382) 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 +26 -26
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +19 -19
  7. oci/ai_vision/ai_service_vision_client.py +28 -28
  8. oci/analytics/analytics_client.py +24 -24
  9. oci/announcements_service/announcement_client.py +5 -5
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/announcements_service/service_client.py +1 -1
  13. oci/apigateway/api_gateway_client.py +21 -21
  14. oci/apigateway/deployment_client.py +6 -6
  15. oci/apigateway/gateway_client.py +6 -6
  16. oci/apigateway/subscribers_client.py +6 -6
  17. oci/apigateway/usage_plans_client.py +6 -6
  18. oci/apigateway/work_requests_client.py +5 -5
  19. oci/apm_config/config_client.py +9 -9
  20. oci/apm_control_plane/apm_domain_client.py +14 -14
  21. oci/apm_synthetics/apm_synthetic_client.py +57 -57
  22. oci/apm_synthetics/models/ftp_monitor_configuration.py +2 -2
  23. oci/apm_traces/attributes_client.py +8 -8
  24. oci/apm_traces/query_client.py +2 -2
  25. oci/apm_traces/trace_client.py +4 -4
  26. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  27. oci/artifacts/artifacts_client.py +32 -32
  28. oci/audit/audit_client.py +3 -3
  29. oci/auth/federation_client.py +19 -2
  30. oci/autoscaling/auto_scaling_client.py +11 -11
  31. oci/base_client.py +2 -1
  32. oci/bastion/bastion_client.py +15 -15
  33. oci/bds/bds_client.py +84 -84
  34. oci/blockchain/blockchain_platform_client.py +27 -27
  35. oci/budget/budget_client.py +10 -10
  36. oci/capacity_management/capacity_management_client.py +32 -32
  37. oci/certificates/certificates_client.py +5 -5
  38. oci/certificates_management/certificates_management_client.py +32 -32
  39. oci/cims/incident_client.py +6 -6
  40. oci/cloud_bridge/common_client.py +5 -5
  41. oci/cloud_bridge/discovery_client.py +15 -15
  42. oci/cloud_bridge/inventory_client.py +16 -16
  43. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  44. oci/cloud_guard/cloud_guard_client.py +155 -155
  45. oci/cloud_migrations/migration_client.py +43 -43
  46. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  47. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  48. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  49. oci/compute_instance_agent/plugin_client.py +2 -2
  50. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  51. oci/container_engine/container_engine_client.py +44 -44
  52. oci/container_instances/container_instance_client.py +18 -18
  53. oci/core/blockstorage_client.py +60 -60
  54. oci/core/compute_client.py +102 -102
  55. oci/core/compute_management_client.py +32 -32
  56. oci/core/virtual_network_client.py +258 -258
  57. oci/dashboard_service/dashboard_client.py +6 -6
  58. oci/dashboard_service/dashboard_group_client.py +6 -6
  59. oci/data_catalog/data_catalog_client.py +149 -149
  60. oci/data_flow/data_flow_client.py +45 -45
  61. oci/data_integration/data_integration_client.py +163 -163
  62. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  63. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  64. oci/data_safe/data_safe_client.py +3343 -1855
  65. oci/data_safe/data_safe_client_composite_operations.py +217 -0
  66. oci/data_safe/models/__init__.py +28 -0
  67. oci/data_safe/models/change_sensitive_type_group_compartment_details.py +72 -0
  68. oci/data_safe/models/create_discovery_job_details.py +33 -0
  69. oci/data_safe/models/create_sensitive_data_model_details.py +33 -0
  70. oci/data_safe/models/create_sensitive_type_group_details.py +210 -0
  71. oci/data_safe/models/discovery_job.py +31 -0
  72. oci/data_safe/models/grouped_sensitive_type_collection.py +72 -0
  73. oci/data_safe/models/grouped_sensitive_type_summary.py +72 -0
  74. oci/data_safe/models/mask_data_details.py +53 -0
  75. oci/{opensearch/models/pipeline_validation_error_details.py → data_safe/models/masking_error_collection.py} +25 -21
  76. oci/data_safe/models/masking_error_summary.py +189 -0
  77. oci/data_safe/models/masking_report.py +111 -2
  78. oci/data_safe/models/masking_report_summary.py +111 -2
  79. oci/data_safe/models/patch_grouped_sensitive_types_details.py +72 -0
  80. oci/data_safe/models/report_definition.py +14 -6
  81. oci/data_safe/models/report_definition_summary.py +14 -6
  82. oci/data_safe/models/sensitive_column_analytics_collection.py +72 -0
  83. oci/data_safe/models/sensitive_column_analytics_dimensions.py +227 -0
  84. oci/data_safe/models/sensitive_column_analytics_summary.py +99 -0
  85. oci/data_safe/models/sensitive_data_model.py +31 -0
  86. oci/data_safe/models/sensitive_type_group.py +438 -0
  87. oci/data_safe/models/sensitive_type_group_collection.py +72 -0
  88. oci/data_safe/models/sensitive_type_group_summary.py +438 -0
  89. oci/data_safe/models/update_sensitive_data_model_details.py +31 -0
  90. oci/data_safe/models/update_sensitive_type_group_details.py +179 -0
  91. oci/data_science/data_science_client.py +1849 -409
  92. oci/data_science/data_science_client_composite_operations.py +44 -0
  93. oci/data_science/models/__init__.py +6 -0
  94. oci/data_science/models/metadata.py +74 -2
  95. oci/data_science/models/model.py +78 -0
  96. oci/data_science/models/model_artifact_reference_details.py +101 -0
  97. oci/data_science/models/model_summary.py +78 -0
  98. oci/data_science/models/model_version_set.py +47 -0
  99. oci/data_science/models/model_version_set_summary.py +47 -0
  100. oci/data_science/models/oss_model_artifact_reference_details.py +144 -0
  101. oci/data_science/models/register_model_artifact_reference_details.py +72 -0
  102. oci/data_science/models/work_request.py +7 -3
  103. oci/data_science/models/work_request_summary.py +7 -3
  104. oci/database/database_client.py +1945 -714
  105. oci/database/database_client_composite_operations.py +794 -22
  106. oci/database/models/__init__.py +14 -0
  107. oci/database/models/add_standby_autonomous_container_database_details.py +387 -0
  108. oci/database/models/application_vip.py +33 -2
  109. oci/database/models/application_vip_summary.py +33 -2
  110. oci/database/models/autonomous_container_database.py +122 -2
  111. oci/database/models/autonomous_container_database_dataguard.py +674 -0
  112. oci/database/models/autonomous_container_database_summary.py +122 -2
  113. oci/database/models/backup.py +209 -3
  114. oci/database/models/backup_summary.py +209 -3
  115. oci/database/models/change_exadb_vm_cluster_subscription_details.py +107 -0
  116. oci/database/models/change_exascale_db_storage_vault_subscription_details.py +107 -0
  117. oci/database/models/cloud_vm_cluster.py +141 -8
  118. oci/database/models/cloud_vm_cluster_summary.py +141 -8
  119. oci/database/models/convert_standby_autonomous_container_database_details.py +147 -0
  120. oci/database/models/create_application_vip_details.py +35 -4
  121. oci/database/models/create_backup_details.py +64 -2
  122. oci/database/models/create_cloud_vm_cluster_details.py +49 -2
  123. oci/database/models/create_exadb_vm_cluster_details.py +41 -10
  124. oci/database/models/create_exascale_db_storage_vault_details.py +72 -2
  125. oci/database/models/create_vm_cluster_details.py +47 -0
  126. oci/database/models/db_node.py +90 -8
  127. oci/database/models/db_node_summary.py +90 -8
  128. oci/database/models/edit_autonomous_container_database_dataguard_details.py +158 -0
  129. oci/database/models/exadb_vm_cluster.py +76 -10
  130. oci/database/models/exadb_vm_cluster_summary.py +76 -10
  131. oci/database/models/exascale_db_storage_vault.py +72 -2
  132. oci/database/models/exascale_db_storage_vault_summary.py +72 -2
  133. oci/database/models/maintenance_run.py +31 -0
  134. oci/database/models/maintenance_run_summary.py +31 -0
  135. oci/database/models/update_backup_details.py +103 -0
  136. oci/database/models/update_exadb_vm_cluster_details.py +4 -8
  137. oci/database/models/vm_cluster.py +47 -0
  138. oci/database/models/vm_cluster_summary.py +47 -0
  139. oci/database_management/db_management_client.py +228 -228
  140. oci/database_management/diagnosability_client.py +4 -4
  141. oci/database_management/managed_my_sql_databases_client.py +9 -9
  142. oci/database_management/perfhub_client.py +1 -1
  143. oci/database_management/sql_tuning_client.py +17 -17
  144. oci/database_migration/database_migration_client.py +42 -42
  145. oci/database_tools/database_tools_client.py +23 -23
  146. oci/dblm/db_life_cycle_management_client.py +12 -12
  147. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  148. oci/delegate_access_control/work_request_client.py +4 -4
  149. oci/demand_signal/occ_demand_signal_client.py +7 -7
  150. oci/desktops/desktop_service_client.py +21 -21
  151. oci/devops/devops_client.py +141 -141
  152. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  153. oci/dns/dns_client.py +54 -54
  154. oci/dts/appliance_export_job_client.py +6 -6
  155. oci/dts/shipping_vendors_client.py +1 -1
  156. oci/dts/transfer_appliance_client.py +8 -8
  157. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  158. oci/dts/transfer_device_client.py +5 -5
  159. oci/dts/transfer_job_client.py +6 -6
  160. oci/dts/transfer_package_client.py +7 -7
  161. oci/em_warehouse/em_warehouse_client.py +13 -13
  162. oci/email/email_client.py +31 -31
  163. oci/email_data_plane/email_dp_client.py +1 -1
  164. oci/events/events_client.py +6 -6
  165. oci/file_storage/file_storage_client.py +865 -98
  166. oci/file_storage/models/__init__.py +10 -0
  167. oci/file_storage/models/create_file_system_details.py +33 -2
  168. oci/file_storage/models/create_quota_rule_details.py +236 -0
  169. oci/file_storage/models/file_system.py +127 -2
  170. oci/file_storage/models/file_system_summary.py +96 -2
  171. oci/file_storage/models/quota_rule.py +384 -0
  172. oci/file_storage/models/quota_rule_summary.py +452 -0
  173. oci/file_storage/models/toggle_quota_rules_details.py +72 -0
  174. oci/file_storage/models/update_quota_rule_details.py +107 -0
  175. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  176. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  177. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  178. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  179. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  180. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  181. oci/functions/functions_invoke_client.py +1 -1
  182. oci/functions/functions_management_client.py +16 -16
  183. oci/fusion_apps/fusion_applications_client.py +41 -41
  184. oci/generative_ai/generative_ai_client.py +22 -22
  185. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  186. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  187. oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
  188. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  189. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  190. oci/golden_gate/golden_gate_client.py +84 -84
  191. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  192. oci/governance_rules_control_plane/work_request_client.py +5 -5
  193. oci/healthchecks/health_checks_client.py +17 -17
  194. oci/identity/identity_client.py +145 -145
  195. oci/identity_data_plane/dataplane_client.py +2 -2
  196. oci/identity_domains/identity_domains_client.py +311 -311
  197. oci/integration/integration_instance_client.py +19 -19
  198. oci/jms/java_management_service_client.py +79 -79
  199. oci/jms_java_downloads/java_download_client.py +25 -25
  200. oci/key_management/ekm_client.py +5 -5
  201. oci/key_management/kms_crypto_client.py +6 -6
  202. oci/key_management/kms_hsm_cluster_client.py +12 -12
  203. oci/key_management/kms_management_client.py +21 -21
  204. oci/key_management/kms_vault_client.py +14 -14
  205. oci/license_manager/license_manager_client.py +18 -18
  206. oci/limits/limits_client.py +4 -4
  207. oci/limits/quotas_client.py +7 -7
  208. oci/load_balancer/load_balancer_client.py +61 -61
  209. oci/lockbox/lockbox_client.py +24 -24
  210. oci/log_analytics/log_analytics_client.py +193 -193
  211. oci/logging/logging_management_client.py +30 -30
  212. oci/loggingingestion/logging_client.py +1 -1
  213. oci/loggingsearch/log_search_client.py +1 -1
  214. oci/management_agent/management_agent_client.py +28 -28
  215. oci/management_dashboard/dashx_apis_client.py +14 -14
  216. oci/marketplace/account_client.py +2 -2
  217. oci/marketplace/marketplace_client.py +30 -30
  218. oci/marketplace_private_offer/attachment_client.py +5 -5
  219. oci/marketplace_private_offer/offer_client.py +6 -6
  220. oci/marketplace_publisher/attachment_client.py +5 -5
  221. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  222. oci/marketplace_publisher/offer_client.py +6 -6
  223. oci/media_services/media_services_client.py +60 -60
  224. oci/media_services/media_stream_client.py +2 -2
  225. oci/monitoring/monitoring_client.py +18 -18
  226. oci/mysql/channels_client.py +7 -7
  227. oci/mysql/db_backups_client.py +7 -7
  228. oci/mysql/db_system_client.py +17 -17
  229. oci/mysql/models/__init__.py +2 -0
  230. oci/mysql/models/backup_policy.py +41 -0
  231. oci/mysql/models/copy_backup_details.py +35 -0
  232. oci/mysql/models/copy_policy.py +103 -0
  233. oci/mysql/models/create_backup_policy_details.py +41 -0
  234. oci/mysql/models/update_backup_policy_details.py +41 -0
  235. oci/mysql/mysqlaas_client.py +7 -7
  236. oci/mysql/replicas_client.py +5 -5
  237. oci/mysql/work_requests_client.py +4 -4
  238. oci/network_firewall/network_firewall_client.py +86 -86
  239. oci/network_load_balancer/network_load_balancer_client.py +35 -35
  240. oci/nosql/nosql_client.py +24 -24
  241. oci/object_storage/object_storage_client.py +55 -55
  242. oci/oce/oce_instance_client.py +10 -10
  243. oci/oci_control_center/occ_metrics_client.py +3 -3
  244. oci/ocvp/cluster_client.py +5 -5
  245. oci/ocvp/esxi_host_client.py +8 -8
  246. oci/ocvp/sddc_client.py +14 -14
  247. oci/ocvp/work_request_client.py +4 -4
  248. oci/oda/management_client.py +59 -59
  249. oci/oda/oda_client.py +17 -17
  250. oci/oda/odapackage_client.py +7 -7
  251. oci/onesubscription/billing_schedule_client.py +1 -1
  252. oci/onesubscription/commitment_client.py +2 -2
  253. oci/onesubscription/computed_usage_client.py +3 -3
  254. oci/onesubscription/invoice_summary_client.py +2 -2
  255. oci/onesubscription/organization_subscription_client.py +1 -1
  256. oci/onesubscription/ratecard_client.py +1 -1
  257. oci/onesubscription/subscribed_service_client.py +2 -2
  258. oci/onesubscription/subscription_client.py +1 -1
  259. oci/ons/notification_control_plane_client.py +6 -6
  260. oci/ons/notification_data_plane_client.py +10 -10
  261. oci/opa/opa_instance_client.py +13 -13
  262. oci/opensearch/__init__.py +3 -1
  263. oci/opensearch/models/__init__.py +6 -6
  264. oci/opensearch/models/create_opensearch_cluster_pipeline_details.py +152 -123
  265. oci/opensearch/models/force_patch_pipeline_details.py +103 -0
  266. oci/opensearch/models/opensearch_cluster_pipeline.py +198 -89
  267. oci/opensearch/models/opensearch_cluster_pipeline_collection.py +1 -1
  268. oci/opensearch/models/opensearch_cluster_pipeline_summary.py +195 -102
  269. oci/opensearch/models/opensearch_pipeline_reverse_connection_endpoint.py +103 -0
  270. oci/opensearch/models/update_opensearch_cluster_pipeline_details.py +337 -85
  271. oci/opensearch/models/update_pipeline_status_details.py +103 -0
  272. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  273. oci/opensearch/opensearch_cluster_client.py +16 -16
  274. oci/opensearch/opensearch_cluster_pipeline_client.py +688 -0
  275. oci/opensearch/opensearch_cluster_pipeline_client_composite_operations.py +154 -0
  276. oci/operator_access_control/access_requests_client.py +10 -10
  277. oci/operator_access_control/operator_actions_client.py +2 -2
  278. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  279. oci/operator_access_control/operator_control_client.py +6 -6
  280. oci/opsi/operations_insights_client.py +181 -181
  281. oci/optimizer/optimizer_client.py +26 -26
  282. oci/os_management/event_client.py +8 -8
  283. oci/os_management/os_management_client.py +69 -69
  284. oci/os_management_hub/event_client.py +8 -8
  285. oci/os_management_hub/lifecycle_environment_client.py +13 -13
  286. oci/os_management_hub/managed_instance_client.py +33 -33
  287. oci/os_management_hub/managed_instance_group_client.py +26 -26
  288. oci/os_management_hub/management_station_client.py +10 -10
  289. oci/os_management_hub/onboarding_client.py +13 -13
  290. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  291. oci/os_management_hub/scheduled_job_client.py +7 -7
  292. oci/os_management_hub/software_source_client.py +33 -33
  293. oci/os_management_hub/work_request_client.py +5 -5
  294. oci/osp_gateway/address_rule_service_client.py +1 -1
  295. oci/osp_gateway/address_service_client.py +2 -2
  296. oci/osp_gateway/invoice_service_client.py +5 -5
  297. oci/osp_gateway/subscription_service_client.py +5 -5
  298. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  299. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  300. oci/osub_subscription/commitment_client.py +2 -2
  301. oci/osub_subscription/ratecard_client.py +1 -1
  302. oci/osub_subscription/subscription_client.py +1 -1
  303. oci/osub_usage/computed_usage_client.py +3 -3
  304. oci/psql/models/__init__.py +8 -0
  305. oci/psql/models/backup.py +110 -5
  306. oci/psql/models/backup_copy_details.py +134 -0
  307. oci/psql/models/backup_copy_policy.py +134 -0
  308. oci/psql/models/backup_copy_status_details.py +193 -0
  309. oci/psql/models/backup_policy.py +29 -2
  310. oci/psql/models/backup_summary.py +74 -0
  311. oci/psql/models/configuration.py +7 -3
  312. oci/psql/models/daily_backup_policy.py +7 -0
  313. oci/psql/models/db_system_details.py +33 -2
  314. oci/psql/models/monthly_backup_policy.py +7 -0
  315. oci/psql/models/none_backup_policy.py +9 -2
  316. oci/psql/models/source_backup_details.py +103 -0
  317. oci/psql/models/weekly_backup_policy.py +7 -0
  318. oci/psql/postgresql_client.py +163 -33
  319. oci/psql/postgresql_client_composite_operations.py +42 -0
  320. oci/queue/queue_admin_client.py +11 -11
  321. oci/queue/queue_client.py +8 -8
  322. oci/recovery/database_recovery_client.py +26 -26
  323. oci/redis/redis_cluster_client.py +12 -12
  324. oci/resource_manager/resource_manager_client.py +52 -52
  325. oci/resource_scheduler/schedule_client.py +13 -13
  326. oci/resource_search/resource_search_client.py +3 -3
  327. oci/rover/rover_bundle_client.py +8 -8
  328. oci/rover/rover_cluster_client.py +8 -8
  329. oci/rover/rover_entitlement_client.py +6 -6
  330. oci/rover/rover_node_client.py +15 -15
  331. oci/rover/shape_client.py +1 -1
  332. oci/rover/work_requests_client.py +5 -5
  333. oci/sch/connector_plugins_client.py +2 -2
  334. oci/sch/service_connector_client.py +12 -12
  335. oci/secrets/secrets_client.py +3 -3
  336. oci/security_attribute/security_attribute_client.py +24 -24
  337. oci/service_catalog/service_catalog_client.py +26 -26
  338. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  339. oci/service_mesh/service_mesh_client.py +48 -48
  340. oci/stack_monitoring/stack_monitoring_client.py +87 -87
  341. oci/streaming/stream_admin_client.py +18 -18
  342. oci/streaming/stream_client.py +8 -8
  343. oci/tenant_manager_control_plane/domain_client.py +5 -5
  344. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  345. oci/tenant_manager_control_plane/governance_client.py +2 -2
  346. oci/tenant_manager_control_plane/link_client.py +3 -3
  347. oci/tenant_manager_control_plane/models/__init__.py +2 -0
  348. oci/tenant_manager_control_plane/models/additional_assigned_region_collection.py +72 -0
  349. oci/tenant_manager_control_plane/models/classic_subscription.py +33 -2
  350. oci/tenant_manager_control_plane/orders_client.py +2 -2
  351. oci/tenant_manager_control_plane/organization_client.py +10 -10
  352. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  353. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  354. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  355. oci/tenant_manager_control_plane/subscription_client_composite_operations.py +10 -7
  356. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  357. oci/threat_intelligence/threatintel_client.py +5 -5
  358. oci/usage/resources_client.py +2 -2
  359. oci/usage/rewards_client.py +6 -6
  360. oci/usage/usagelimits_client.py +1 -1
  361. oci/usage_api/usageapi_client.py +33 -33
  362. oci/vault/vaults_client.py +13 -13
  363. oci/vbs_inst/vbs_instance_client.py +10 -10
  364. oci/version.py +1 -1
  365. oci/visual_builder/vb_instance_client.py +14 -14
  366. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  367. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  368. oci/waa/waa_client.py +13 -13
  369. oci/waa/work_request_client.py +4 -4
  370. oci/waas/redirect_client.py +6 -6
  371. oci/waas/waas_client.py +66 -66
  372. oci/waf/waf_client.py +24 -24
  373. oci/work_requests/work_request_client.py +4 -4
  374. oci/zpr/zpr_client.py +15 -15
  375. {oci-2.146.0.dist-info → oci-2.148.0.dist-info}/METADATA +1 -1
  376. {oci-2.146.0.dist-info → oci-2.148.0.dist-info}/RECORD +380 -343
  377. oci/opensearch/models/opensearch_pipeline_validation_response.py +0 -103
  378. oci/opensearch/models/validate_opensearch_pipeline_details.py +0 -103
  379. {oci-2.146.0.dist-info → oci-2.148.0.dist-info}/LICENSE.txt +0 -0
  380. {oci-2.146.0.dist-info → oci-2.148.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  381. {oci-2.146.0.dist-info → oci-2.148.0.dist-info}/WHEEL +0 -0
  382. {oci-2.146.0.dist-info → oci-2.148.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class ApmDomainClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/change_apm_domain_compartment.py.html>`__ to see an example of how to use change_apm_domain_compartment API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/change_apm_domain_compartment.py.html>`__ to see an example of how to use change_apm_domain_compartment API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['apmDomainId']
@@ -270,7 +270,7 @@ class ApmDomainClient(object):
270
270
  :rtype: :class:`~oci.response.Response`
271
271
 
272
272
  :example:
273
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/create_apm_domain.py.html>`__ to see an example of how to use create_apm_domain API.
273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/create_apm_domain.py.html>`__ to see an example of how to use create_apm_domain API.
274
274
  """
275
275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
276
276
  required_arguments = []
@@ -367,7 +367,7 @@ class ApmDomainClient(object):
367
367
  :rtype: :class:`~oci.response.Response`
368
368
 
369
369
  :example:
370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/delete_apm_domain.py.html>`__ to see an example of how to use delete_apm_domain API.
370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/delete_apm_domain.py.html>`__ to see an example of how to use delete_apm_domain API.
371
371
  """
372
372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
373
373
  required_arguments = ['apmDomainId']
@@ -475,7 +475,7 @@ class ApmDomainClient(object):
475
475
  :rtype: :class:`~oci.response.Response`
476
476
 
477
477
  :example:
478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/generate_data_keys.py.html>`__ to see an example of how to use generate_data_keys API.
478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/generate_data_keys.py.html>`__ to see an example of how to use generate_data_keys API.
479
479
  """
480
480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
481
481
  required_arguments = ['apmDomainId']
@@ -575,7 +575,7 @@ class ApmDomainClient(object):
575
575
  :rtype: :class:`~oci.response.Response`
576
576
 
577
577
  :example:
578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/get_apm_domain.py.html>`__ to see an example of how to use get_apm_domain API.
578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/get_apm_domain.py.html>`__ to see an example of how to use get_apm_domain API.
579
579
  """
580
580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
581
581
  required_arguments = ['apmDomainId']
@@ -673,7 +673,7 @@ class ApmDomainClient(object):
673
673
  :rtype: :class:`~oci.response.Response`
674
674
 
675
675
  :example:
676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
677
677
  """
678
678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
679
679
  required_arguments = ['workRequestId']
@@ -777,7 +777,7 @@ class ApmDomainClient(object):
777
777
  :rtype: :class:`~oci.response.Response`
778
778
 
779
779
  :example:
780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/list_apm_domain_work_requests.py.html>`__ to see an example of how to use list_apm_domain_work_requests API.
780
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/list_apm_domain_work_requests.py.html>`__ to see an example of how to use list_apm_domain_work_requests API.
781
781
  """
782
782
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
783
783
  required_arguments = ['apmDomainId']
@@ -909,7 +909,7 @@ class ApmDomainClient(object):
909
909
  :rtype: :class:`~oci.response.Response`
910
910
 
911
911
  :example:
912
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/list_apm_domains.py.html>`__ to see an example of how to use list_apm_domains API.
912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/list_apm_domains.py.html>`__ to see an example of how to use list_apm_domains API.
913
913
  """
914
914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
915
915
  required_arguments = ['compartmentId']
@@ -1041,7 +1041,7 @@ class ApmDomainClient(object):
1041
1041
  :rtype: :class:`~oci.response.Response`
1042
1042
 
1043
1043
  :example:
1044
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/list_data_keys.py.html>`__ to see an example of how to use list_data_keys API.
1044
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/list_data_keys.py.html>`__ to see an example of how to use list_data_keys API.
1045
1045
  """
1046
1046
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1047
1047
  required_arguments = ['apmDomainId']
@@ -1160,7 +1160,7 @@ class ApmDomainClient(object):
1160
1160
  :rtype: :class:`~oci.response.Response`
1161
1161
 
1162
1162
  :example:
1163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
1163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
1164
1164
  """
1165
1165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1166
1166
  required_arguments = ['workRequestId']
@@ -1274,7 +1274,7 @@ class ApmDomainClient(object):
1274
1274
  :rtype: :class:`~oci.response.Response`
1275
1275
 
1276
1276
  :example:
1277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
1278
1278
  """
1279
1279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1280
1280
  required_arguments = ['workRequestId']
@@ -1388,7 +1388,7 @@ class ApmDomainClient(object):
1388
1388
  :rtype: :class:`~oci.response.Response`
1389
1389
 
1390
1390
  :example:
1391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
1392
1392
  """
1393
1393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1394
1394
  required_arguments = ['compartmentId']
@@ -1495,7 +1495,7 @@ class ApmDomainClient(object):
1495
1495
  :rtype: :class:`~oci.response.Response`
1496
1496
 
1497
1497
  :example:
1498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/remove_data_keys.py.html>`__ to see an example of how to use remove_data_keys API.
1498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/remove_data_keys.py.html>`__ to see an example of how to use remove_data_keys API.
1499
1499
  """
1500
1500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1501
1501
  required_arguments = ['apmDomainId']
@@ -1604,7 +1604,7 @@ class ApmDomainClient(object):
1604
1604
  :rtype: :class:`~oci.response.Response`
1605
1605
 
1606
1606
  :example:
1607
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmcontrolplane/update_apm_domain.py.html>`__ to see an example of how to use update_apm_domain API.
1607
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmcontrolplane/update_apm_domain.py.html>`__ to see an example of how to use update_apm_domain API.
1608
1608
  """
1609
1609
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1610
1610
  required_arguments = ['apmDomainId']
@@ -22,7 +22,7 @@ missing = Sentinel("Missing")
22
22
 
23
23
  class ApmSyntheticClient(object):
24
24
  """
25
- Use the Application Performance Monitoring Synthetic Monitoring API to query synthetic scripts and monitors. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
25
+ Use the APM Availability Monitoring API to query Scripts, Monitors, Dedicated Vantage Points and On-Premise Vantage Points resources. For more information, see [Application Performance Monitoring](https://docs.oracle.com/iaas/application-performance-monitoring/index.html).
26
26
  """
27
27
 
28
28
  def __init__(self, config, **kwargs):
@@ -157,14 +157,14 @@ class ApmSyntheticClient(object):
157
157
  :rtype: :class:`~oci.response.Response`
158
158
 
159
159
  :example:
160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/aggregate_network_data.py.html>`__ to see an example of how to use aggregate_network_data API.
160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/aggregate_network_data.py.html>`__ to see an example of how to use aggregate_network_data API.
161
161
  """
162
162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
163
163
  required_arguments = ['monitorId', 'apmDomainId']
164
164
  resource_path = "/monitors/{monitorId}/actions/aggregateNetworkData"
165
165
  method = "POST"
166
166
  operation_name = "aggregate_network_data"
167
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/AggregatedNetworkDataResult/AggregateNetworkData"
167
+ api_reference_link = ""
168
168
 
169
169
  # Don't accept unknown kwargs
170
170
  expected_kwargs = [
@@ -278,14 +278,14 @@ class ApmSyntheticClient(object):
278
278
  :rtype: :class:`~oci.response.Response`
279
279
 
280
280
  :example:
281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/create_dedicated_vantage_point.py.html>`__ to see an example of how to use create_dedicated_vantage_point API.
281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/create_dedicated_vantage_point.py.html>`__ to see an example of how to use create_dedicated_vantage_point API.
282
282
  """
283
283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
284
284
  required_arguments = ['apmDomainId']
285
285
  resource_path = "/dedicatedVantagePoints"
286
286
  method = "POST"
287
287
  operation_name = "create_dedicated_vantage_point"
288
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/CreateDedicatedVantagePoint"
288
+ api_reference_link = ""
289
289
 
290
290
  # Don't accept unknown kwargs
291
291
  expected_kwargs = [
@@ -387,14 +387,14 @@ class ApmSyntheticClient(object):
387
387
  :rtype: :class:`~oci.response.Response`
388
388
 
389
389
  :example:
390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/create_monitor.py.html>`__ to see an example of how to use create_monitor API.
390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/create_monitor.py.html>`__ to see an example of how to use create_monitor API.
391
391
  """
392
392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
393
393
  required_arguments = ['apmDomainId']
394
394
  resource_path = "/monitors"
395
395
  method = "POST"
396
396
  operation_name = "create_monitor"
397
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/CreateMonitor"
397
+ api_reference_link = ""
398
398
 
399
399
  # Don't accept unknown kwargs
400
400
  expected_kwargs = [
@@ -496,14 +496,14 @@ class ApmSyntheticClient(object):
496
496
  :rtype: :class:`~oci.response.Response`
497
497
 
498
498
  :example:
499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/create_on_premise_vantage_point.py.html>`__ to see an example of how to use create_on_premise_vantage_point API.
499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/create_on_premise_vantage_point.py.html>`__ to see an example of how to use create_on_premise_vantage_point API.
500
500
  """
501
501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
502
502
  required_arguments = ['apmDomainId']
503
503
  resource_path = "/onPremiseVantagePoints"
504
504
  method = "POST"
505
505
  operation_name = "create_on_premise_vantage_point"
506
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/CreateOnPremiseVantagePoint"
506
+ api_reference_link = ""
507
507
 
508
508
  # Don't accept unknown kwargs
509
509
  expected_kwargs = [
@@ -605,14 +605,14 @@ class ApmSyntheticClient(object):
605
605
  :rtype: :class:`~oci.response.Response`
606
606
 
607
607
  :example:
608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/create_script.py.html>`__ to see an example of how to use create_script API.
608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/create_script.py.html>`__ to see an example of how to use create_script API.
609
609
  """
610
610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
611
611
  required_arguments = ['apmDomainId']
612
612
  resource_path = "/scripts"
613
613
  method = "POST"
614
614
  operation_name = "create_script"
615
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/CreateScript"
615
+ api_reference_link = ""
616
616
 
617
617
  # Don't accept unknown kwargs
618
618
  expected_kwargs = [
@@ -717,14 +717,14 @@ class ApmSyntheticClient(object):
717
717
  :rtype: :class:`~oci.response.Response`
718
718
 
719
719
  :example:
720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/create_worker.py.html>`__ to see an example of how to use create_worker API.
720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/create_worker.py.html>`__ to see an example of how to use create_worker API.
721
721
  """
722
722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
723
723
  required_arguments = ['onPremiseVantagePointId', 'apmDomainId']
724
724
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}/workers"
725
725
  method = "POST"
726
726
  operation_name = "create_worker"
727
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/CreateWorker"
727
+ api_reference_link = ""
728
728
 
729
729
  # Don't accept unknown kwargs
730
730
  expected_kwargs = [
@@ -838,14 +838,14 @@ class ApmSyntheticClient(object):
838
838
  :rtype: :class:`~oci.response.Response`
839
839
 
840
840
  :example:
841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/delete_dedicated_vantage_point.py.html>`__ to see an example of how to use delete_dedicated_vantage_point API.
841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/delete_dedicated_vantage_point.py.html>`__ to see an example of how to use delete_dedicated_vantage_point API.
842
842
  """
843
843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
844
844
  required_arguments = ['dedicatedVantagePointId', 'apmDomainId']
845
845
  resource_path = "/dedicatedVantagePoints/{dedicatedVantagePointId}"
846
846
  method = "DELETE"
847
847
  operation_name = "delete_dedicated_vantage_point"
848
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/DeleteDedicatedVantagePoint"
848
+ api_reference_link = ""
849
849
 
850
850
  # Don't accept unknown kwargs
851
851
  expected_kwargs = [
@@ -954,14 +954,14 @@ class ApmSyntheticClient(object):
954
954
  :rtype: :class:`~oci.response.Response`
955
955
 
956
956
  :example:
957
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/delete_monitor.py.html>`__ to see an example of how to use delete_monitor API.
957
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/delete_monitor.py.html>`__ to see an example of how to use delete_monitor API.
958
958
  """
959
959
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
960
960
  required_arguments = ['monitorId', 'apmDomainId']
961
961
  resource_path = "/monitors/{monitorId}"
962
962
  method = "DELETE"
963
963
  operation_name = "delete_monitor"
964
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/DeleteMonitor"
964
+ api_reference_link = ""
965
965
 
966
966
  # Don't accept unknown kwargs
967
967
  expected_kwargs = [
@@ -1070,14 +1070,14 @@ class ApmSyntheticClient(object):
1070
1070
  :rtype: :class:`~oci.response.Response`
1071
1071
 
1072
1072
  :example:
1073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/delete_on_premise_vantage_point.py.html>`__ to see an example of how to use delete_on_premise_vantage_point API.
1073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/delete_on_premise_vantage_point.py.html>`__ to see an example of how to use delete_on_premise_vantage_point API.
1074
1074
  """
1075
1075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1076
1076
  required_arguments = ['onPremiseVantagePointId', 'apmDomainId']
1077
1077
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}"
1078
1078
  method = "DELETE"
1079
1079
  operation_name = "delete_on_premise_vantage_point"
1080
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/DeleteOnPremiseVantagePoint"
1080
+ api_reference_link = ""
1081
1081
 
1082
1082
  # Don't accept unknown kwargs
1083
1083
  expected_kwargs = [
@@ -1186,14 +1186,14 @@ class ApmSyntheticClient(object):
1186
1186
  :rtype: :class:`~oci.response.Response`
1187
1187
 
1188
1188
  :example:
1189
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/delete_script.py.html>`__ to see an example of how to use delete_script API.
1189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/delete_script.py.html>`__ to see an example of how to use delete_script API.
1190
1190
  """
1191
1191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1192
1192
  required_arguments = ['scriptId', 'apmDomainId']
1193
1193
  resource_path = "/scripts/{scriptId}"
1194
1194
  method = "DELETE"
1195
1195
  operation_name = "delete_script"
1196
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/DeleteScript"
1196
+ api_reference_link = ""
1197
1197
 
1198
1198
  # Don't accept unknown kwargs
1199
1199
  expected_kwargs = [
@@ -1305,14 +1305,14 @@ class ApmSyntheticClient(object):
1305
1305
  :rtype: :class:`~oci.response.Response`
1306
1306
 
1307
1307
  :example:
1308
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/delete_worker.py.html>`__ to see an example of how to use delete_worker API.
1308
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/delete_worker.py.html>`__ to see an example of how to use delete_worker API.
1309
1309
  """
1310
1310
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1311
1311
  required_arguments = ['onPremiseVantagePointId', 'workerId', 'apmDomainId']
1312
1312
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/{workerId}"
1313
1313
  method = "DELETE"
1314
1314
  operation_name = "delete_worker"
1315
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/DeleteWorker"
1315
+ api_reference_link = ""
1316
1316
 
1317
1317
  # Don't accept unknown kwargs
1318
1318
  expected_kwargs = [
@@ -1415,14 +1415,14 @@ class ApmSyntheticClient(object):
1415
1415
  :rtype: :class:`~oci.response.Response`
1416
1416
 
1417
1417
  :example:
1418
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/get_dedicated_vantage_point.py.html>`__ to see an example of how to use get_dedicated_vantage_point API.
1418
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/get_dedicated_vantage_point.py.html>`__ to see an example of how to use get_dedicated_vantage_point API.
1419
1419
  """
1420
1420
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1421
1421
  required_arguments = ['dedicatedVantagePointId', 'apmDomainId']
1422
1422
  resource_path = "/dedicatedVantagePoints/{dedicatedVantagePointId}"
1423
1423
  method = "GET"
1424
1424
  operation_name = "get_dedicated_vantage_point"
1425
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/GetDedicatedVantagePoint"
1425
+ api_reference_link = ""
1426
1426
 
1427
1427
  # Don't accept unknown kwargs
1428
1428
  expected_kwargs = [
@@ -1524,14 +1524,14 @@ class ApmSyntheticClient(object):
1524
1524
  :rtype: :class:`~oci.response.Response`
1525
1525
 
1526
1526
  :example:
1527
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/get_monitor.py.html>`__ to see an example of how to use get_monitor API.
1527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/get_monitor.py.html>`__ to see an example of how to use get_monitor API.
1528
1528
  """
1529
1529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1530
1530
  required_arguments = ['monitorId', 'apmDomainId']
1531
1531
  resource_path = "/monitors/{monitorId}"
1532
1532
  method = "GET"
1533
1533
  operation_name = "get_monitor"
1534
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/GetMonitor"
1534
+ api_reference_link = ""
1535
1535
 
1536
1536
  # Don't accept unknown kwargs
1537
1537
  expected_kwargs = [
@@ -1645,14 +1645,14 @@ class ApmSyntheticClient(object):
1645
1645
  :rtype: :class:`~oci.response.Response`
1646
1646
 
1647
1647
  :example:
1648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/get_monitor_result.py.html>`__ to see an example of how to use get_monitor_result API.
1648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/get_monitor_result.py.html>`__ to see an example of how to use get_monitor_result API.
1649
1649
  """
1650
1650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1651
1651
  required_arguments = ['monitorId', 'executionTime', 'apmDomainId', 'vantagePoint', 'resultType', 'resultContentType']
1652
1652
  resource_path = "/monitors/{monitorId}/results/{executionTime}"
1653
1653
  method = "GET"
1654
1654
  operation_name = "get_monitor_result"
1655
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/MonitorResult/GetMonitorResult"
1655
+ api_reference_link = ""
1656
1656
 
1657
1657
  # Don't accept unknown kwargs
1658
1658
  expected_kwargs = [
@@ -1758,14 +1758,14 @@ class ApmSyntheticClient(object):
1758
1758
  :rtype: :class:`~oci.response.Response`
1759
1759
 
1760
1760
  :example:
1761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/get_on_premise_vantage_point.py.html>`__ to see an example of how to use get_on_premise_vantage_point API.
1761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/get_on_premise_vantage_point.py.html>`__ to see an example of how to use get_on_premise_vantage_point API.
1762
1762
  """
1763
1763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1764
1764
  required_arguments = ['onPremiseVantagePointId', 'apmDomainId']
1765
1765
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}"
1766
1766
  method = "GET"
1767
1767
  operation_name = "get_on_premise_vantage_point"
1768
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/GetOnPremiseVantagePoint"
1768
+ api_reference_link = ""
1769
1769
 
1770
1770
  # Don't accept unknown kwargs
1771
1771
  expected_kwargs = [
@@ -1867,14 +1867,14 @@ class ApmSyntheticClient(object):
1867
1867
  :rtype: :class:`~oci.response.Response`
1868
1868
 
1869
1869
  :example:
1870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/get_script.py.html>`__ to see an example of how to use get_script API.
1870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/get_script.py.html>`__ to see an example of how to use get_script API.
1871
1871
  """
1872
1872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1873
1873
  required_arguments = ['scriptId', 'apmDomainId']
1874
1874
  resource_path = "/scripts/{scriptId}"
1875
1875
  method = "GET"
1876
1876
  operation_name = "get_script"
1877
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/GetScript"
1877
+ api_reference_link = ""
1878
1878
 
1879
1879
  # Don't accept unknown kwargs
1880
1880
  expected_kwargs = [
@@ -1979,14 +1979,14 @@ class ApmSyntheticClient(object):
1979
1979
  :rtype: :class:`~oci.response.Response`
1980
1980
 
1981
1981
  :example:
1982
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/get_worker.py.html>`__ to see an example of how to use get_worker API.
1982
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/get_worker.py.html>`__ to see an example of how to use get_worker API.
1983
1983
  """
1984
1984
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1985
1985
  required_arguments = ['onPremiseVantagePointId', 'workerId', 'apmDomainId']
1986
1986
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/{workerId}"
1987
1987
  method = "GET"
1988
1988
  operation_name = "get_worker"
1989
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/GetWorker"
1989
+ api_reference_link = ""
1990
1990
 
1991
1991
  # Don't accept unknown kwargs
1992
1992
  expected_kwargs = [
@@ -2122,14 +2122,14 @@ class ApmSyntheticClient(object):
2122
2122
  :rtype: :class:`~oci.response.Response`
2123
2123
 
2124
2124
  :example:
2125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/list_dedicated_vantage_points.py.html>`__ to see an example of how to use list_dedicated_vantage_points API.
2125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/list_dedicated_vantage_points.py.html>`__ to see an example of how to use list_dedicated_vantage_points API.
2126
2126
  """
2127
2127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2128
2128
  required_arguments = ['apmDomainId']
2129
2129
  resource_path = "/dedicatedVantagePoints"
2130
2130
  method = "GET"
2131
2131
  operation_name = "list_dedicated_vantage_points"
2132
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePointCollection/ListDedicatedVantagePoints"
2132
+ api_reference_link = ""
2133
2133
 
2134
2134
  # Don't accept unknown kwargs
2135
2135
  expected_kwargs = [
@@ -2300,14 +2300,14 @@ class ApmSyntheticClient(object):
2300
2300
  :rtype: :class:`~oci.response.Response`
2301
2301
 
2302
2302
  :example:
2303
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/list_monitors.py.html>`__ to see an example of how to use list_monitors API.
2303
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/list_monitors.py.html>`__ to see an example of how to use list_monitors API.
2304
2304
  """
2305
2305
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2306
2306
  required_arguments = ['apmDomainId']
2307
2307
  resource_path = "/monitors"
2308
2308
  method = "GET"
2309
2309
  operation_name = "list_monitors"
2310
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/MonitorCollection/ListMonitors"
2310
+ api_reference_link = ""
2311
2311
 
2312
2312
  # Don't accept unknown kwargs
2313
2313
  expected_kwargs = [
@@ -2468,14 +2468,14 @@ class ApmSyntheticClient(object):
2468
2468
  :rtype: :class:`~oci.response.Response`
2469
2469
 
2470
2470
  :example:
2471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/list_on_premise_vantage_points.py.html>`__ to see an example of how to use list_on_premise_vantage_points API.
2471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/list_on_premise_vantage_points.py.html>`__ to see an example of how to use list_on_premise_vantage_points API.
2472
2472
  """
2473
2473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2474
2474
  required_arguments = ['apmDomainId']
2475
2475
  resource_path = "/onPremiseVantagePoints"
2476
2476
  method = "GET"
2477
2477
  operation_name = "list_on_premise_vantage_points"
2478
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePointCollection/ListOnPremiseVantagePoints"
2478
+ api_reference_link = ""
2479
2479
 
2480
2480
  # Don't accept unknown kwargs
2481
2481
  expected_kwargs = [
@@ -2617,14 +2617,14 @@ class ApmSyntheticClient(object):
2617
2617
  :rtype: :class:`~oci.response.Response`
2618
2618
 
2619
2619
  :example:
2620
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/list_public_vantage_points.py.html>`__ to see an example of how to use list_public_vantage_points API.
2620
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/list_public_vantage_points.py.html>`__ to see an example of how to use list_public_vantage_points API.
2621
2621
  """
2622
2622
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2623
2623
  required_arguments = ['apmDomainId']
2624
2624
  resource_path = "/publicVantagePoints"
2625
2625
  method = "GET"
2626
2626
  operation_name = "list_public_vantage_points"
2627
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/PublicVantagePointCollection/ListPublicVantagePoints"
2627
+ api_reference_link = ""
2628
2628
 
2629
2629
  # Don't accept unknown kwargs
2630
2630
  expected_kwargs = [
@@ -2768,14 +2768,14 @@ class ApmSyntheticClient(object):
2768
2768
  :rtype: :class:`~oci.response.Response`
2769
2769
 
2770
2770
  :example:
2771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/list_scripts.py.html>`__ to see an example of how to use list_scripts API.
2771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/list_scripts.py.html>`__ to see an example of how to use list_scripts API.
2772
2772
  """
2773
2773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2774
2774
  required_arguments = ['apmDomainId']
2775
2775
  resource_path = "/scripts"
2776
2776
  method = "GET"
2777
2777
  operation_name = "list_scripts"
2778
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/ScriptCollection/ListScripts"
2778
+ api_reference_link = ""
2779
2779
 
2780
2780
  # Don't accept unknown kwargs
2781
2781
  expected_kwargs = [
@@ -2930,14 +2930,14 @@ class ApmSyntheticClient(object):
2930
2930
  :rtype: :class:`~oci.response.Response`
2931
2931
 
2932
2932
  :example:
2933
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/list_workers.py.html>`__ to see an example of how to use list_workers API.
2933
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/list_workers.py.html>`__ to see an example of how to use list_workers API.
2934
2934
  """
2935
2935
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2936
2936
  required_arguments = ['onPremiseVantagePointId', 'apmDomainId']
2937
2937
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}/workers"
2938
2938
  method = "GET"
2939
2939
  operation_name = "list_workers"
2940
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/WorkerCollection/ListWorkers"
2940
+ api_reference_link = ""
2941
2941
 
2942
2942
  # Don't accept unknown kwargs
2943
2943
  expected_kwargs = [
@@ -3086,14 +3086,14 @@ class ApmSyntheticClient(object):
3086
3086
  :rtype: :class:`~oci.response.Response`
3087
3087
 
3088
3088
  :example:
3089
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/update_dedicated_vantage_point.py.html>`__ to see an example of how to use update_dedicated_vantage_point API.
3089
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/update_dedicated_vantage_point.py.html>`__ to see an example of how to use update_dedicated_vantage_point API.
3090
3090
  """
3091
3091
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3092
3092
  required_arguments = ['dedicatedVantagePointId', 'apmDomainId']
3093
3093
  resource_path = "/dedicatedVantagePoints/{dedicatedVantagePointId}"
3094
3094
  method = "PUT"
3095
3095
  operation_name = "update_dedicated_vantage_point"
3096
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/DedicatedVantagePoint/UpdateDedicatedVantagePoint"
3096
+ api_reference_link = ""
3097
3097
 
3098
3098
  # Don't accept unknown kwargs
3099
3099
  expected_kwargs = [
@@ -3209,14 +3209,14 @@ class ApmSyntheticClient(object):
3209
3209
  :rtype: :class:`~oci.response.Response`
3210
3210
 
3211
3211
  :example:
3212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/update_monitor.py.html>`__ to see an example of how to use update_monitor API.
3212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/update_monitor.py.html>`__ to see an example of how to use update_monitor API.
3213
3213
  """
3214
3214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3215
3215
  required_arguments = ['monitorId', 'apmDomainId']
3216
3216
  resource_path = "/monitors/{monitorId}"
3217
3217
  method = "PUT"
3218
3218
  operation_name = "update_monitor"
3219
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Monitor/UpdateMonitor"
3219
+ api_reference_link = ""
3220
3220
 
3221
3221
  # Don't accept unknown kwargs
3222
3222
  expected_kwargs = [
@@ -3332,14 +3332,14 @@ class ApmSyntheticClient(object):
3332
3332
  :rtype: :class:`~oci.response.Response`
3333
3333
 
3334
3334
  :example:
3335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/update_on_premise_vantage_point.py.html>`__ to see an example of how to use update_on_premise_vantage_point API.
3335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/update_on_premise_vantage_point.py.html>`__ to see an example of how to use update_on_premise_vantage_point API.
3336
3336
  """
3337
3337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3338
3338
  required_arguments = ['onPremiseVantagePointId', 'apmDomainId']
3339
3339
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}"
3340
3340
  method = "PUT"
3341
3341
  operation_name = "update_on_premise_vantage_point"
3342
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/OnPremiseVantagePoint/UpdateOnPremiseVantagePoint"
3342
+ api_reference_link = ""
3343
3343
 
3344
3344
  # Don't accept unknown kwargs
3345
3345
  expected_kwargs = [
@@ -3455,14 +3455,14 @@ class ApmSyntheticClient(object):
3455
3455
  :rtype: :class:`~oci.response.Response`
3456
3456
 
3457
3457
  :example:
3458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/update_script.py.html>`__ to see an example of how to use update_script API.
3458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/update_script.py.html>`__ to see an example of how to use update_script API.
3459
3459
  """
3460
3460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3461
3461
  required_arguments = ['scriptId', 'apmDomainId']
3462
3462
  resource_path = "/scripts/{scriptId}"
3463
3463
  method = "PUT"
3464
3464
  operation_name = "update_script"
3465
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Script/UpdateScript"
3465
+ api_reference_link = ""
3466
3466
 
3467
3467
  # Don't accept unknown kwargs
3468
3468
  expected_kwargs = [
@@ -3581,14 +3581,14 @@ class ApmSyntheticClient(object):
3581
3581
  :rtype: :class:`~oci.response.Response`
3582
3582
 
3583
3583
  :example:
3584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/apmsynthetics/update_worker.py.html>`__ to see an example of how to use update_worker API.
3584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.148.0/apmsynthetics/update_worker.py.html>`__ to see an example of how to use update_worker API.
3585
3585
  """
3586
3586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3587
3587
  required_arguments = ['onPremiseVantagePointId', 'workerId', 'apmDomainId']
3588
3588
  resource_path = "/onPremiseVantagePoints/{onPremiseVantagePointId}/workers/{workerId}"
3589
3589
  method = "PUT"
3590
3590
  operation_name = "update_worker"
3591
- api_reference_link = "https://docs.oracle.com/iaas/api/#/en/apm-synthetic-monitoring/20200630/Worker/UpdateWorker"
3591
+ api_reference_link = ""
3592
3592
 
3593
3593
  # Don't accept unknown kwargs
3594
3594
  expected_kwargs = [
@@ -208,7 +208,7 @@ class FtpMonitorConfiguration(MonitorConfiguration):
208
208
  def is_active_mode(self):
209
209
  """
210
210
  Gets the is_active_mode of this FtpMonitorConfiguration.
211
- If enabled, Active mode will be used for the FTP connection.
211
+ If enabled, Active mode will be used for the FTP connection. Not supported for SFTP protocol.
212
212
 
213
213
 
214
214
  :return: The is_active_mode of this FtpMonitorConfiguration.
@@ -220,7 +220,7 @@ class FtpMonitorConfiguration(MonitorConfiguration):
220
220
  def is_active_mode(self, is_active_mode):
221
221
  """
222
222
  Sets the is_active_mode of this FtpMonitorConfiguration.
223
- If enabled, Active mode will be used for the FTP connection.
223
+ If enabled, Active mode will be used for the FTP connection. Not supported for SFTP protocol.
224
224
 
225
225
 
226
226
  :param is_active_mode: The is_active_mode of this FtpMonitorConfiguration.