oci 2.142.0__py3-none-any.whl → 2.143.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 (321) 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 +28 -28
  22. oci/apm_traces/attributes_client.py +8 -8
  23. oci/apm_traces/query_client.py +2 -2
  24. oci/apm_traces/trace_client.py +4 -4
  25. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  26. oci/artifacts/artifacts_client.py +32 -32
  27. oci/audit/audit_client.py +3 -3
  28. oci/autoscaling/auto_scaling_client.py +11 -11
  29. oci/base_client.py +2 -2
  30. oci/bastion/bastion_client.py +15 -15
  31. oci/bds/bds_client.py +84 -84
  32. oci/blockchain/blockchain_platform_client.py +27 -27
  33. oci/budget/budget_client.py +10 -10
  34. oci/capacity_management/capacity_management_client.py +32 -32
  35. oci/certificates/certificates_client.py +5 -5
  36. oci/certificates_management/certificates_management_client.py +32 -32
  37. oci/cims/incident_client.py +6 -6
  38. oci/cloud_bridge/common_client.py +5 -5
  39. oci/cloud_bridge/discovery_client.py +15 -15
  40. oci/cloud_bridge/inventory_client.py +16 -16
  41. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  42. oci/cloud_guard/cloud_guard_client.py +155 -155
  43. oci/cloud_migrations/migration_client.py +43 -43
  44. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  45. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  46. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  47. oci/compute_instance_agent/plugin_client.py +2 -2
  48. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  49. oci/container_engine/container_engine_client.py +44 -44
  50. oci/container_instances/container_instance_client.py +18 -18
  51. oci/core/blockstorage_client.py +60 -60
  52. oci/core/compute_client.py +102 -102
  53. oci/core/compute_management_client.py +32 -32
  54. oci/core/models/__init__.py +18 -0
  55. oci/core/models/byoasn.py +501 -0
  56. oci/core/models/byoasn_byoip_range.py +173 -0
  57. oci/core/models/byoasn_collection.py +72 -0
  58. oci/core/models/byoasn_summary.py +360 -0
  59. oci/core/models/byoip_range.py +27 -0
  60. oci/core/models/byoip_range_origin_asn.py +138 -0
  61. oci/core/models/change_byoasn_compartment_details.py +76 -0
  62. oci/core/models/create_byoasn_details.py +222 -0
  63. oci/core/models/set_origin_asn_details.py +107 -0
  64. oci/core/models/update_byoasn_details.py +156 -0
  65. oci/core/virtual_network_client.py +1426 -379
  66. oci/core/virtual_network_client_composite_operations.py +229 -0
  67. oci/dashboard_service/dashboard_client.py +6 -6
  68. oci/dashboard_service/dashboard_group_client.py +6 -6
  69. oci/data_catalog/data_catalog_client.py +149 -149
  70. oci/data_flow/data_flow_client.py +45 -45
  71. oci/data_integration/data_integration_client.py +163 -163
  72. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  73. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  74. oci/data_safe/data_safe_client.py +292 -292
  75. oci/data_science/data_science_client.py +92 -92
  76. oci/database/database_client.py +2127 -1266
  77. oci/database/database_client_composite_operations.py +573 -0
  78. oci/database/models/__init__.py +24 -0
  79. oci/database/models/autonomous_dw_database.py +4609 -0
  80. oci/database/models/backup.py +29 -2
  81. oci/database/models/backup_summary.py +29 -2
  82. oci/database/models/convert_to_standalone_details.py +76 -0
  83. oci/database/models/create_data_guard_association_details.py +27 -0
  84. oci/database/models/create_data_guard_association_to_existing_db_system_details.py +7 -0
  85. oci/database/models/create_data_guard_association_to_existing_vm_cluster_details.py +7 -0
  86. oci/database/models/create_data_guard_association_with_new_db_system_details.py +7 -0
  87. oci/database/models/create_database_base.py +13 -3
  88. oci/database/models/create_database_details.py +29 -2
  89. oci/database/models/create_database_from_backup.py +1 -1
  90. oci/database/models/create_database_from_backup_details.py +27 -0
  91. oci/database/models/create_new_database_details.py +1 -1
  92. oci/database/models/create_stand_by_database_details.py +108 -0
  93. oci/database/models/create_standby_details.py +396 -0
  94. oci/database/models/data_guard_group.py +132 -0
  95. oci/database/models/data_guard_group_member.py +406 -0
  96. oci/database/models/database.py +56 -2
  97. oci/database/models/database_summary.py +56 -2
  98. oci/database/models/encryption_key_location_details.py +101 -0
  99. oci/database/models/external_hsm_encryption_details.py +82 -0
  100. oci/database/models/failover_data_guard_details.py +76 -0
  101. oci/database/models/reinstate_data_guard_details.py +111 -0
  102. oci/database/models/switch_over_data_guard_details.py +76 -0
  103. oci/database/models/update_autonomous_database_details.py +37 -2
  104. oci/database/models/update_data_guard_details.py +241 -0
  105. oci/database_management/db_management_client.py +211 -211
  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 +42 -42
  111. oci/database_tools/database_tools_client.py +23 -23
  112. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  113. oci/delegate_access_control/work_request_client.py +4 -4
  114. oci/demand_signal/occ_demand_signal_client.py +7 -7
  115. oci/desktops/desktop_service_client.py +21 -21
  116. oci/devops/devops_client.py +141 -141
  117. oci/disaster_recovery/disaster_recovery_client.py +31 -31
  118. oci/dns/dns_client.py +54 -54
  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_warehouse_client.py +13 -13
  127. oci/email/email_client.py +31 -31
  128. oci/email_data_plane/email_dp_client.py +1 -1
  129. oci/events/events_client.py +6 -6
  130. oci/file_storage/file_storage_client.py +68 -68
  131. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  132. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  133. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  134. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  135. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  136. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  137. oci/functions/functions_invoke_client.py +1 -1
  138. oci/functions/functions_management_client.py +16 -16
  139. oci/fusion_apps/fusion_applications_client.py +41 -41
  140. oci/generative_ai/generative_ai_client.py +22 -22
  141. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  142. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  143. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  144. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  145. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  146. oci/golden_gate/golden_gate_client.py +84 -84
  147. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  148. oci/governance_rules_control_plane/work_request_client.py +5 -5
  149. oci/healthchecks/health_checks_client.py +17 -17
  150. oci/identity/identity_client.py +145 -145
  151. oci/identity_data_plane/dataplane_client.py +2 -2
  152. oci/identity_domains/identity_domains_client.py +311 -311
  153. oci/integration/integration_instance_client.py +19 -19
  154. oci/jms/java_management_service_client.py +75 -75
  155. oci/jms_java_downloads/java_download_client.py +25 -25
  156. oci/key_management/ekm_client.py +5 -5
  157. oci/key_management/kms_crypto_client.py +6 -6
  158. oci/key_management/kms_hsm_cluster_client.py +12 -12
  159. oci/key_management/kms_management_client.py +21 -21
  160. oci/key_management/kms_vault_client.py +14 -14
  161. oci/license_manager/license_manager_client.py +18 -18
  162. oci/limits/limits_client.py +4 -4
  163. oci/limits/quotas_client.py +7 -7
  164. oci/load_balancer/load_balancer_client.py +61 -61
  165. oci/lockbox/lockbox_client.py +24 -24
  166. oci/log_analytics/log_analytics_client.py +193 -193
  167. oci/logging/logging_management_client.py +30 -30
  168. oci/loggingingestion/logging_client.py +1 -1
  169. oci/loggingsearch/log_search_client.py +1 -1
  170. oci/management_agent/management_agent_client.py +28 -28
  171. oci/management_dashboard/dashx_apis_client.py +14 -14
  172. oci/marketplace/account_client.py +2 -2
  173. oci/marketplace/marketplace_client.py +30 -30
  174. oci/marketplace_private_offer/attachment_client.py +5 -5
  175. oci/marketplace_private_offer/offer_client.py +6 -6
  176. oci/marketplace_publisher/attachment_client.py +5 -5
  177. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  178. oci/marketplace_publisher/offer_client.py +6 -6
  179. oci/media_services/media_services_client.py +60 -60
  180. oci/media_services/media_stream_client.py +2 -2
  181. oci/monitoring/monitoring_client.py +18 -18
  182. oci/mysql/channels_client.py +7 -7
  183. oci/mysql/db_backups_client.py +7 -7
  184. oci/mysql/db_system_client.py +17 -17
  185. oci/mysql/mysqlaas_client.py +7 -7
  186. oci/mysql/replicas_client.py +5 -5
  187. oci/mysql/work_requests_client.py +4 -4
  188. oci/network_firewall/network_firewall_client.py +86 -86
  189. oci/network_load_balancer/models/__init__.py +2 -0
  190. oci/network_load_balancer/models/backend.py +8 -8
  191. oci/network_load_balancer/models/backend_details.py +4 -4
  192. oci/network_load_balancer/models/backend_operational_status.py +92 -0
  193. oci/network_load_balancer/models/backend_set.py +64 -2
  194. oci/network_load_balancer/models/backend_set_details.py +64 -2
  195. oci/network_load_balancer/models/backend_set_summary.py +64 -2
  196. oci/network_load_balancer/models/backend_summary.py +8 -8
  197. oci/network_load_balancer/models/create_backend_details.py +8 -8
  198. oci/network_load_balancer/models/create_backend_set_details.py +64 -2
  199. oci/network_load_balancer/models/create_listener_details.py +3 -3
  200. oci/network_load_balancer/models/create_network_load_balancer_details.py +6 -6
  201. oci/network_load_balancer/models/health_checker.py +2 -2
  202. oci/network_load_balancer/models/health_checker_details.py +2 -2
  203. oci/network_load_balancer/models/listener.py +3 -3
  204. oci/network_load_balancer/models/listener_details.py +3 -3
  205. oci/network_load_balancer/models/listener_summary.py +3 -3
  206. oci/network_load_balancer/models/network_load_balancer.py +6 -6
  207. oci/network_load_balancer/models/network_load_balancer_summary.py +4 -4
  208. oci/network_load_balancer/models/update_backend_details.py +6 -6
  209. oci/network_load_balancer/models/update_backend_set_details.py +64 -2
  210. oci/network_load_balancer/models/update_listener_details.py +3 -3
  211. oci/network_load_balancer/network_load_balancer_client.py +150 -34
  212. oci/nosql/nosql_client.py +24 -24
  213. oci/object_storage/object_storage_client.py +55 -55
  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/opa_instance_client.py +13 -13
  234. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  235. oci/opensearch/opensearch_cluster_client.py +16 -16
  236. oci/operator_access_control/access_requests_client.py +10 -10
  237. oci/operator_access_control/operator_actions_client.py +2 -2
  238. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  239. oci/operator_access_control/operator_control_client.py +6 -6
  240. oci/opsi/operations_insights_client.py +180 -180
  241. oci/optimizer/optimizer_client.py +26 -26
  242. oci/os_management/event_client.py +8 -8
  243. oci/os_management/os_management_client.py +69 -69
  244. oci/os_management_hub/event_client.py +8 -8
  245. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  246. oci/os_management_hub/managed_instance_client.py +31 -31
  247. oci/os_management_hub/managed_instance_group_client.py +25 -25
  248. oci/os_management_hub/management_station_client.py +10 -10
  249. oci/os_management_hub/onboarding_client.py +6 -6
  250. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  251. oci/os_management_hub/scheduled_job_client.py +7 -7
  252. oci/os_management_hub/software_source_client.py +27 -27
  253. oci/os_management_hub/work_request_client.py +4 -4
  254. oci/osp_gateway/address_rule_service_client.py +1 -1
  255. oci/osp_gateway/address_service_client.py +2 -2
  256. oci/osp_gateway/invoice_service_client.py +5 -5
  257. oci/osp_gateway/subscription_service_client.py +5 -5
  258. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  259. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  260. oci/osub_subscription/commitment_client.py +2 -2
  261. oci/osub_subscription/ratecard_client.py +1 -1
  262. oci/osub_subscription/subscription_client.py +1 -1
  263. oci/osub_usage/computed_usage_client.py +3 -3
  264. oci/psql/postgresql_client.py +33 -33
  265. oci/queue/queue_admin_client.py +11 -11
  266. oci/queue/queue_client.py +8 -8
  267. oci/recovery/database_recovery_client.py +26 -26
  268. oci/redis/redis_cluster_client.py +12 -12
  269. oci/resource_manager/resource_manager_client.py +52 -52
  270. oci/resource_scheduler/schedule_client.py +13 -13
  271. oci/resource_search/resource_search_client.py +3 -3
  272. oci/rover/rover_bundle_client.py +8 -8
  273. oci/rover/rover_cluster_client.py +8 -8
  274. oci/rover/rover_entitlement_client.py +6 -6
  275. oci/rover/rover_node_client.py +15 -15
  276. oci/rover/shape_client.py +1 -1
  277. oci/rover/work_requests_client.py +5 -5
  278. oci/sch/connector_plugins_client.py +2 -2
  279. oci/sch/service_connector_client.py +12 -12
  280. oci/secrets/secrets_client.py +3 -3
  281. oci/security_attribute/security_attribute_client.py +18 -18
  282. oci/service_catalog/service_catalog_client.py +26 -26
  283. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  284. oci/service_mesh/service_mesh_client.py +48 -48
  285. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  286. oci/streaming/stream_admin_client.py +18 -18
  287. oci/streaming/stream_client.py +8 -8
  288. oci/tenant_manager_control_plane/domain_client.py +5 -5
  289. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  290. oci/tenant_manager_control_plane/governance_client.py +2 -2
  291. oci/tenant_manager_control_plane/link_client.py +3 -3
  292. oci/tenant_manager_control_plane/orders_client.py +2 -2
  293. oci/tenant_manager_control_plane/organization_client.py +10 -10
  294. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  295. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  296. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  297. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  298. oci/threat_intelligence/threatintel_client.py +5 -5
  299. oci/usage/resources_client.py +2 -2
  300. oci/usage/rewards_client.py +6 -6
  301. oci/usage/usagelimits_client.py +1 -1
  302. oci/usage_api/usageapi_client.py +33 -33
  303. oci/vault/vaults_client.py +13 -13
  304. oci/vbs_inst/vbs_instance_client.py +10 -10
  305. oci/version.py +1 -1
  306. oci/visual_builder/vb_instance_client.py +14 -14
  307. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  308. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  309. oci/waa/waa_client.py +13 -13
  310. oci/waa/work_request_client.py +4 -4
  311. oci/waas/redirect_client.py +6 -6
  312. oci/waas/waas_client.py +66 -66
  313. oci/waf/waf_client.py +24 -24
  314. oci/work_requests/work_request_client.py +4 -4
  315. oci/zpr/zpr_client.py +15 -15
  316. {oci-2.142.0.dist-info → oci-2.143.0.dist-info}/METADATA +1 -1
  317. {oci-2.142.0.dist-info → oci-2.143.0.dist-info}/RECORD +321 -299
  318. {oci-2.142.0.dist-info → oci-2.143.0.dist-info}/LICENSE.txt +0 -0
  319. {oci-2.142.0.dist-info → oci-2.143.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  320. {oci-2.142.0.dist-info → oci-2.143.0.dist-info}/WHEEL +0 -0
  321. {oci-2.142.0.dist-info → oci-2.143.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,4609 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20160918
6
+
7
+
8
+ from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
9
+ from oci.decorators import init_model_state_from_kwargs
10
+
11
+
12
+ @init_model_state_from_kwargs
13
+ class AutonomousDwDatabase(object):
14
+ """
15
+ An Oracle Autonomous Database.
16
+ """
17
+
18
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
19
+ #: This constant has a value of "PROVISIONING"
20
+ LIFECYCLE_STATE_PROVISIONING = "PROVISIONING"
21
+
22
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
23
+ #: This constant has a value of "AVAILABLE"
24
+ LIFECYCLE_STATE_AVAILABLE = "AVAILABLE"
25
+
26
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
27
+ #: This constant has a value of "STOPPING"
28
+ LIFECYCLE_STATE_STOPPING = "STOPPING"
29
+
30
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
31
+ #: This constant has a value of "STOPPED"
32
+ LIFECYCLE_STATE_STOPPED = "STOPPED"
33
+
34
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
35
+ #: This constant has a value of "STARTING"
36
+ LIFECYCLE_STATE_STARTING = "STARTING"
37
+
38
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
39
+ #: This constant has a value of "TERMINATING"
40
+ LIFECYCLE_STATE_TERMINATING = "TERMINATING"
41
+
42
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
43
+ #: This constant has a value of "TERMINATED"
44
+ LIFECYCLE_STATE_TERMINATED = "TERMINATED"
45
+
46
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
47
+ #: This constant has a value of "UNAVAILABLE"
48
+ LIFECYCLE_STATE_UNAVAILABLE = "UNAVAILABLE"
49
+
50
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
51
+ #: This constant has a value of "RESTORE_IN_PROGRESS"
52
+ LIFECYCLE_STATE_RESTORE_IN_PROGRESS = "RESTORE_IN_PROGRESS"
53
+
54
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
55
+ #: This constant has a value of "RESTORE_FAILED"
56
+ LIFECYCLE_STATE_RESTORE_FAILED = "RESTORE_FAILED"
57
+
58
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
59
+ #: This constant has a value of "BACKUP_IN_PROGRESS"
60
+ LIFECYCLE_STATE_BACKUP_IN_PROGRESS = "BACKUP_IN_PROGRESS"
61
+
62
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
63
+ #: This constant has a value of "SCALE_IN_PROGRESS"
64
+ LIFECYCLE_STATE_SCALE_IN_PROGRESS = "SCALE_IN_PROGRESS"
65
+
66
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
67
+ #: This constant has a value of "AVAILABLE_NEEDS_ATTENTION"
68
+ LIFECYCLE_STATE_AVAILABLE_NEEDS_ATTENTION = "AVAILABLE_NEEDS_ATTENTION"
69
+
70
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
71
+ #: This constant has a value of "UPDATING"
72
+ LIFECYCLE_STATE_UPDATING = "UPDATING"
73
+
74
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
75
+ #: This constant has a value of "MAINTENANCE_IN_PROGRESS"
76
+ LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS = "MAINTENANCE_IN_PROGRESS"
77
+
78
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
79
+ #: This constant has a value of "RESTARTING"
80
+ LIFECYCLE_STATE_RESTARTING = "RESTARTING"
81
+
82
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
83
+ #: This constant has a value of "RECREATING"
84
+ LIFECYCLE_STATE_RECREATING = "RECREATING"
85
+
86
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
87
+ #: This constant has a value of "ROLE_CHANGE_IN_PROGRESS"
88
+ LIFECYCLE_STATE_ROLE_CHANGE_IN_PROGRESS = "ROLE_CHANGE_IN_PROGRESS"
89
+
90
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
91
+ #: This constant has a value of "UPGRADING"
92
+ LIFECYCLE_STATE_UPGRADING = "UPGRADING"
93
+
94
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
95
+ #: This constant has a value of "INACCESSIBLE"
96
+ LIFECYCLE_STATE_INACCESSIBLE = "INACCESSIBLE"
97
+
98
+ #: A constant which can be used with the lifecycle_state property of a AutonomousDwDatabase.
99
+ #: This constant has a value of "STANDBY"
100
+ LIFECYCLE_STATE_STANDBY = "STANDBY"
101
+
102
+ #: A constant which can be used with the compute_model property of a AutonomousDwDatabase.
103
+ #: This constant has a value of "ECPU"
104
+ COMPUTE_MODEL_ECPU = "ECPU"
105
+
106
+ #: A constant which can be used with the compute_model property of a AutonomousDwDatabase.
107
+ #: This constant has a value of "OCPU"
108
+ COMPUTE_MODEL_OCPU = "OCPU"
109
+
110
+ #: A constant which can be used with the infrastructure_type property of a AutonomousDwDatabase.
111
+ #: This constant has a value of "CLOUD"
112
+ INFRASTRUCTURE_TYPE_CLOUD = "CLOUD"
113
+
114
+ #: A constant which can be used with the infrastructure_type property of a AutonomousDwDatabase.
115
+ #: This constant has a value of "CLOUD_AT_CUSTOMER"
116
+ INFRASTRUCTURE_TYPE_CLOUD_AT_CUSTOMER = "CLOUD_AT_CUSTOMER"
117
+
118
+ #: A constant which can be used with the license_model property of a AutonomousDwDatabase.
119
+ #: This constant has a value of "LICENSE_INCLUDED"
120
+ LICENSE_MODEL_LICENSE_INCLUDED = "LICENSE_INCLUDED"
121
+
122
+ #: A constant which can be used with the license_model property of a AutonomousDwDatabase.
123
+ #: This constant has a value of "BRING_YOUR_OWN_LICENSE"
124
+ LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = "BRING_YOUR_OWN_LICENSE"
125
+
126
+ #: A constant which can be used with the db_workload property of a AutonomousDwDatabase.
127
+ #: This constant has a value of "OLTP"
128
+ DB_WORKLOAD_OLTP = "OLTP"
129
+
130
+ #: A constant which can be used with the db_workload property of a AutonomousDwDatabase.
131
+ #: This constant has a value of "DW"
132
+ DB_WORKLOAD_DW = "DW"
133
+
134
+ #: A constant which can be used with the db_workload property of a AutonomousDwDatabase.
135
+ #: This constant has a value of "AJD"
136
+ DB_WORKLOAD_AJD = "AJD"
137
+
138
+ #: A constant which can be used with the db_workload property of a AutonomousDwDatabase.
139
+ #: This constant has a value of "APEX"
140
+ DB_WORKLOAD_APEX = "APEX"
141
+
142
+ #: A constant which can be used with the data_safe_status property of a AutonomousDwDatabase.
143
+ #: This constant has a value of "REGISTERING"
144
+ DATA_SAFE_STATUS_REGISTERING = "REGISTERING"
145
+
146
+ #: A constant which can be used with the data_safe_status property of a AutonomousDwDatabase.
147
+ #: This constant has a value of "REGISTERED"
148
+ DATA_SAFE_STATUS_REGISTERED = "REGISTERED"
149
+
150
+ #: A constant which can be used with the data_safe_status property of a AutonomousDwDatabase.
151
+ #: This constant has a value of "DEREGISTERING"
152
+ DATA_SAFE_STATUS_DEREGISTERING = "DEREGISTERING"
153
+
154
+ #: A constant which can be used with the data_safe_status property of a AutonomousDwDatabase.
155
+ #: This constant has a value of "NOT_REGISTERED"
156
+ DATA_SAFE_STATUS_NOT_REGISTERED = "NOT_REGISTERED"
157
+
158
+ #: A constant which can be used with the data_safe_status property of a AutonomousDwDatabase.
159
+ #: This constant has a value of "FAILED"
160
+ DATA_SAFE_STATUS_FAILED = "FAILED"
161
+
162
+ #: A constant which can be used with the operations_insights_status property of a AutonomousDwDatabase.
163
+ #: This constant has a value of "ENABLING"
164
+ OPERATIONS_INSIGHTS_STATUS_ENABLING = "ENABLING"
165
+
166
+ #: A constant which can be used with the operations_insights_status property of a AutonomousDwDatabase.
167
+ #: This constant has a value of "ENABLED"
168
+ OPERATIONS_INSIGHTS_STATUS_ENABLED = "ENABLED"
169
+
170
+ #: A constant which can be used with the operations_insights_status property of a AutonomousDwDatabase.
171
+ #: This constant has a value of "DISABLING"
172
+ OPERATIONS_INSIGHTS_STATUS_DISABLING = "DISABLING"
173
+
174
+ #: A constant which can be used with the operations_insights_status property of a AutonomousDwDatabase.
175
+ #: This constant has a value of "NOT_ENABLED"
176
+ OPERATIONS_INSIGHTS_STATUS_NOT_ENABLED = "NOT_ENABLED"
177
+
178
+ #: A constant which can be used with the operations_insights_status property of a AutonomousDwDatabase.
179
+ #: This constant has a value of "FAILED_ENABLING"
180
+ OPERATIONS_INSIGHTS_STATUS_FAILED_ENABLING = "FAILED_ENABLING"
181
+
182
+ #: A constant which can be used with the operations_insights_status property of a AutonomousDwDatabase.
183
+ #: This constant has a value of "FAILED_DISABLING"
184
+ OPERATIONS_INSIGHTS_STATUS_FAILED_DISABLING = "FAILED_DISABLING"
185
+
186
+ #: A constant which can be used with the database_management_status property of a AutonomousDwDatabase.
187
+ #: This constant has a value of "ENABLING"
188
+ DATABASE_MANAGEMENT_STATUS_ENABLING = "ENABLING"
189
+
190
+ #: A constant which can be used with the database_management_status property of a AutonomousDwDatabase.
191
+ #: This constant has a value of "ENABLED"
192
+ DATABASE_MANAGEMENT_STATUS_ENABLED = "ENABLED"
193
+
194
+ #: A constant which can be used with the database_management_status property of a AutonomousDwDatabase.
195
+ #: This constant has a value of "DISABLING"
196
+ DATABASE_MANAGEMENT_STATUS_DISABLING = "DISABLING"
197
+
198
+ #: A constant which can be used with the database_management_status property of a AutonomousDwDatabase.
199
+ #: This constant has a value of "NOT_ENABLED"
200
+ DATABASE_MANAGEMENT_STATUS_NOT_ENABLED = "NOT_ENABLED"
201
+
202
+ #: A constant which can be used with the database_management_status property of a AutonomousDwDatabase.
203
+ #: This constant has a value of "FAILED_ENABLING"
204
+ DATABASE_MANAGEMENT_STATUS_FAILED_ENABLING = "FAILED_ENABLING"
205
+
206
+ #: A constant which can be used with the database_management_status property of a AutonomousDwDatabase.
207
+ #: This constant has a value of "FAILED_DISABLING"
208
+ DATABASE_MANAGEMENT_STATUS_FAILED_DISABLING = "FAILED_DISABLING"
209
+
210
+ #: A constant which can be used with the open_mode property of a AutonomousDwDatabase.
211
+ #: This constant has a value of "READ_ONLY"
212
+ OPEN_MODE_READ_ONLY = "READ_ONLY"
213
+
214
+ #: A constant which can be used with the open_mode property of a AutonomousDwDatabase.
215
+ #: This constant has a value of "READ_WRITE"
216
+ OPEN_MODE_READ_WRITE = "READ_WRITE"
217
+
218
+ #: A constant which can be used with the refreshable_status property of a AutonomousDwDatabase.
219
+ #: This constant has a value of "REFRESHING"
220
+ REFRESHABLE_STATUS_REFRESHING = "REFRESHING"
221
+
222
+ #: A constant which can be used with the refreshable_status property of a AutonomousDwDatabase.
223
+ #: This constant has a value of "NOT_REFRESHING"
224
+ REFRESHABLE_STATUS_NOT_REFRESHING = "NOT_REFRESHING"
225
+
226
+ #: A constant which can be used with the refreshable_mode property of a AutonomousDwDatabase.
227
+ #: This constant has a value of "AUTOMATIC"
228
+ REFRESHABLE_MODE_AUTOMATIC = "AUTOMATIC"
229
+
230
+ #: A constant which can be used with the refreshable_mode property of a AutonomousDwDatabase.
231
+ #: This constant has a value of "MANUAL"
232
+ REFRESHABLE_MODE_MANUAL = "MANUAL"
233
+
234
+ #: A constant which can be used with the permission_level property of a AutonomousDwDatabase.
235
+ #: This constant has a value of "RESTRICTED"
236
+ PERMISSION_LEVEL_RESTRICTED = "RESTRICTED"
237
+
238
+ #: A constant which can be used with the permission_level property of a AutonomousDwDatabase.
239
+ #: This constant has a value of "UNRESTRICTED"
240
+ PERMISSION_LEVEL_UNRESTRICTED = "UNRESTRICTED"
241
+
242
+ #: A constant which can be used with the role property of a AutonomousDwDatabase.
243
+ #: This constant has a value of "PRIMARY"
244
+ ROLE_PRIMARY = "PRIMARY"
245
+
246
+ #: A constant which can be used with the role property of a AutonomousDwDatabase.
247
+ #: This constant has a value of "STANDBY"
248
+ ROLE_STANDBY = "STANDBY"
249
+
250
+ #: A constant which can be used with the role property of a AutonomousDwDatabase.
251
+ #: This constant has a value of "DISABLED_STANDBY"
252
+ ROLE_DISABLED_STANDBY = "DISABLED_STANDBY"
253
+
254
+ #: A constant which can be used with the role property of a AutonomousDwDatabase.
255
+ #: This constant has a value of "BACKUP_COPY"
256
+ ROLE_BACKUP_COPY = "BACKUP_COPY"
257
+
258
+ #: A constant which can be used with the role property of a AutonomousDwDatabase.
259
+ #: This constant has a value of "SNAPSHOT_STANDBY"
260
+ ROLE_SNAPSHOT_STANDBY = "SNAPSHOT_STANDBY"
261
+
262
+ #: A constant which can be used with the dataguard_region_type property of a AutonomousDwDatabase.
263
+ #: This constant has a value of "PRIMARY_DG_REGION"
264
+ DATAGUARD_REGION_TYPE_PRIMARY_DG_REGION = "PRIMARY_DG_REGION"
265
+
266
+ #: A constant which can be used with the dataguard_region_type property of a AutonomousDwDatabase.
267
+ #: This constant has a value of "REMOTE_STANDBY_DG_REGION"
268
+ DATAGUARD_REGION_TYPE_REMOTE_STANDBY_DG_REGION = "REMOTE_STANDBY_DG_REGION"
269
+
270
+ #: A constant which can be used with the autonomous_maintenance_schedule_type property of a AutonomousDwDatabase.
271
+ #: This constant has a value of "EARLY"
272
+ AUTONOMOUS_MAINTENANCE_SCHEDULE_TYPE_EARLY = "EARLY"
273
+
274
+ #: A constant which can be used with the autonomous_maintenance_schedule_type property of a AutonomousDwDatabase.
275
+ #: This constant has a value of "REGULAR"
276
+ AUTONOMOUS_MAINTENANCE_SCHEDULE_TYPE_REGULAR = "REGULAR"
277
+
278
+ #: A constant which can be used with the database_edition property of a AutonomousDwDatabase.
279
+ #: This constant has a value of "STANDARD_EDITION"
280
+ DATABASE_EDITION_STANDARD_EDITION = "STANDARD_EDITION"
281
+
282
+ #: A constant which can be used with the database_edition property of a AutonomousDwDatabase.
283
+ #: This constant has a value of "ENTERPRISE_EDITION"
284
+ DATABASE_EDITION_ENTERPRISE_EDITION = "ENTERPRISE_EDITION"
285
+
286
+ #: A constant which can be used with the disaster_recovery_region_type property of a AutonomousDwDatabase.
287
+ #: This constant has a value of "PRIMARY"
288
+ DISASTER_RECOVERY_REGION_TYPE_PRIMARY = "PRIMARY"
289
+
290
+ #: A constant which can be used with the disaster_recovery_region_type property of a AutonomousDwDatabase.
291
+ #: This constant has a value of "REMOTE"
292
+ DISASTER_RECOVERY_REGION_TYPE_REMOTE = "REMOTE"
293
+
294
+ #: A constant which can be used with the net_services_architecture property of a AutonomousDwDatabase.
295
+ #: This constant has a value of "DEDICATED"
296
+ NET_SERVICES_ARCHITECTURE_DEDICATED = "DEDICATED"
297
+
298
+ #: A constant which can be used with the net_services_architecture property of a AutonomousDwDatabase.
299
+ #: This constant has a value of "SHARED"
300
+ NET_SERVICES_ARCHITECTURE_SHARED = "SHARED"
301
+
302
+ def __init__(self, **kwargs):
303
+ """
304
+ Initializes a new AutonomousDwDatabase object with values from keyword arguments.
305
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
306
+
307
+ :param id:
308
+ The value to assign to the id property of this AutonomousDwDatabase.
309
+ :type id: str
310
+
311
+ :param compartment_id:
312
+ The value to assign to the compartment_id property of this AutonomousDwDatabase.
313
+ :type compartment_id: str
314
+
315
+ :param subscription_id:
316
+ The value to assign to the subscription_id property of this AutonomousDwDatabase.
317
+ :type subscription_id: str
318
+
319
+ :param lifecycle_state:
320
+ The value to assign to the lifecycle_state property of this AutonomousDwDatabase.
321
+ Allowed values for this property are: "PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
322
+ :type lifecycle_state: str
323
+
324
+ :param lifecycle_details:
325
+ The value to assign to the lifecycle_details property of this AutonomousDwDatabase.
326
+ :type lifecycle_details: str
327
+
328
+ :param kms_key_id:
329
+ The value to assign to the kms_key_id property of this AutonomousDwDatabase.
330
+ :type kms_key_id: str
331
+
332
+ :param vault_id:
333
+ The value to assign to the vault_id property of this AutonomousDwDatabase.
334
+ :type vault_id: str
335
+
336
+ :param kms_key_lifecycle_details:
337
+ The value to assign to the kms_key_lifecycle_details property of this AutonomousDwDatabase.
338
+ :type kms_key_lifecycle_details: str
339
+
340
+ :param encryption_key:
341
+ The value to assign to the encryption_key property of this AutonomousDwDatabase.
342
+ :type encryption_key: oci.database.models.AutonomousDatabaseEncryptionKeyDetails
343
+
344
+ :param kms_key_version_id:
345
+ The value to assign to the kms_key_version_id property of this AutonomousDwDatabase.
346
+ :type kms_key_version_id: str
347
+
348
+ :param db_name:
349
+ The value to assign to the db_name property of this AutonomousDwDatabase.
350
+ :type db_name: str
351
+
352
+ :param character_set:
353
+ The value to assign to the character_set property of this AutonomousDwDatabase.
354
+ :type character_set: str
355
+
356
+ :param ncharacter_set:
357
+ The value to assign to the ncharacter_set property of this AutonomousDwDatabase.
358
+ :type ncharacter_set: str
359
+
360
+ :param in_memory_percentage:
361
+ The value to assign to the in_memory_percentage property of this AutonomousDwDatabase.
362
+ :type in_memory_percentage: int
363
+
364
+ :param in_memory_area_in_gbs:
365
+ The value to assign to the in_memory_area_in_gbs property of this AutonomousDwDatabase.
366
+ :type in_memory_area_in_gbs: int
367
+
368
+ :param next_long_term_backup_time_stamp:
369
+ The value to assign to the next_long_term_backup_time_stamp property of this AutonomousDwDatabase.
370
+ :type next_long_term_backup_time_stamp: datetime
371
+
372
+ :param long_term_backup_schedule:
373
+ The value to assign to the long_term_backup_schedule property of this AutonomousDwDatabase.
374
+ :type long_term_backup_schedule: oci.database.models.LongTermBackUpScheduleDetails
375
+
376
+ :param is_free_tier:
377
+ The value to assign to the is_free_tier property of this AutonomousDwDatabase.
378
+ :type is_free_tier: bool
379
+
380
+ :param system_tags:
381
+ The value to assign to the system_tags property of this AutonomousDwDatabase.
382
+ :type system_tags: dict(str, dict(str, object))
383
+
384
+ :param time_reclamation_of_free_autonomous_database:
385
+ The value to assign to the time_reclamation_of_free_autonomous_database property of this AutonomousDwDatabase.
386
+ :type time_reclamation_of_free_autonomous_database: datetime
387
+
388
+ :param time_deletion_of_free_autonomous_database:
389
+ The value to assign to the time_deletion_of_free_autonomous_database property of this AutonomousDwDatabase.
390
+ :type time_deletion_of_free_autonomous_database: datetime
391
+
392
+ :param backup_config:
393
+ The value to assign to the backup_config property of this AutonomousDwDatabase.
394
+ :type backup_config: oci.database.models.AutonomousDatabaseBackupConfig
395
+
396
+ :param key_history_entry:
397
+ The value to assign to the key_history_entry property of this AutonomousDwDatabase.
398
+ :type key_history_entry: list[oci.database.models.AutonomousDatabaseKeyHistoryEntry]
399
+
400
+ :param encryption_key_history_entry:
401
+ The value to assign to the encryption_key_history_entry property of this AutonomousDwDatabase.
402
+ :type encryption_key_history_entry: list[oci.database.models.AutonomousDatabaseEncryptionKeyHistoryEntry]
403
+
404
+ :param cpu_core_count:
405
+ The value to assign to the cpu_core_count property of this AutonomousDwDatabase.
406
+ :type cpu_core_count: int
407
+
408
+ :param local_adg_auto_failover_max_data_loss_limit:
409
+ The value to assign to the local_adg_auto_failover_max_data_loss_limit property of this AutonomousDwDatabase.
410
+ :type local_adg_auto_failover_max_data_loss_limit: int
411
+
412
+ :param compute_model:
413
+ The value to assign to the compute_model property of this AutonomousDwDatabase.
414
+ Allowed values for this property are: "ECPU", "OCPU"
415
+ :type compute_model: str
416
+
417
+ :param compute_count:
418
+ The value to assign to the compute_count property of this AutonomousDwDatabase.
419
+ :type compute_count: float
420
+
421
+ :param backup_retention_period_in_days:
422
+ The value to assign to the backup_retention_period_in_days property of this AutonomousDwDatabase.
423
+ :type backup_retention_period_in_days: int
424
+
425
+ :param total_backup_storage_size_in_gbs:
426
+ The value to assign to the total_backup_storage_size_in_gbs property of this AutonomousDwDatabase.
427
+ :type total_backup_storage_size_in_gbs: float
428
+
429
+ :param ocpu_count:
430
+ The value to assign to the ocpu_count property of this AutonomousDwDatabase.
431
+ :type ocpu_count: float
432
+
433
+ :param provisionable_cpus:
434
+ The value to assign to the provisionable_cpus property of this AutonomousDwDatabase.
435
+ :type provisionable_cpus: list[float]
436
+
437
+ :param data_storage_size_in_tbs:
438
+ The value to assign to the data_storage_size_in_tbs property of this AutonomousDwDatabase.
439
+ :type data_storage_size_in_tbs: int
440
+
441
+ :param memory_per_oracle_compute_unit_in_gbs:
442
+ The value to assign to the memory_per_oracle_compute_unit_in_gbs property of this AutonomousDwDatabase.
443
+ :type memory_per_oracle_compute_unit_in_gbs: int
444
+
445
+ :param data_storage_size_in_gbs:
446
+ The value to assign to the data_storage_size_in_gbs property of this AutonomousDwDatabase.
447
+ :type data_storage_size_in_gbs: int
448
+
449
+ :param used_data_storage_size_in_gbs:
450
+ The value to assign to the used_data_storage_size_in_gbs property of this AutonomousDwDatabase.
451
+ :type used_data_storage_size_in_gbs: int
452
+
453
+ :param infrastructure_type:
454
+ The value to assign to the infrastructure_type property of this AutonomousDwDatabase.
455
+ Allowed values for this property are: "CLOUD", "CLOUD_AT_CUSTOMER"
456
+ :type infrastructure_type: str
457
+
458
+ :param is_dedicated:
459
+ The value to assign to the is_dedicated property of this AutonomousDwDatabase.
460
+ :type is_dedicated: bool
461
+
462
+ :param autonomous_container_database_id:
463
+ The value to assign to the autonomous_container_database_id property of this AutonomousDwDatabase.
464
+ :type autonomous_container_database_id: str
465
+
466
+ :param is_backup_retention_locked:
467
+ The value to assign to the is_backup_retention_locked property of this AutonomousDwDatabase.
468
+ :type is_backup_retention_locked: bool
469
+
470
+ :param time_undeleted:
471
+ The value to assign to the time_undeleted property of this AutonomousDwDatabase.
472
+ :type time_undeleted: datetime
473
+
474
+ :param time_created:
475
+ The value to assign to the time_created property of this AutonomousDwDatabase.
476
+ :type time_created: datetime
477
+
478
+ :param display_name:
479
+ The value to assign to the display_name property of this AutonomousDwDatabase.
480
+ :type display_name: str
481
+
482
+ :param service_console_url:
483
+ The value to assign to the service_console_url property of this AutonomousDwDatabase.
484
+ :type service_console_url: str
485
+
486
+ :param connection_strings:
487
+ The value to assign to the connection_strings property of this AutonomousDwDatabase.
488
+ :type connection_strings: oci.database.models.AutonomousDatabaseConnectionStrings
489
+
490
+ :param connection_urls:
491
+ The value to assign to the connection_urls property of this AutonomousDwDatabase.
492
+ :type connection_urls: oci.database.models.AutonomousDatabaseConnectionUrls
493
+
494
+ :param public_connection_urls:
495
+ The value to assign to the public_connection_urls property of this AutonomousDwDatabase.
496
+ :type public_connection_urls: oci.database.models.AutonomousDatabaseConnectionUrls
497
+
498
+ :param license_model:
499
+ The value to assign to the license_model property of this AutonomousDwDatabase.
500
+ Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE"
501
+ :type license_model: str
502
+
503
+ :param byol_compute_count_limit:
504
+ The value to assign to the byol_compute_count_limit property of this AutonomousDwDatabase.
505
+ :type byol_compute_count_limit: float
506
+
507
+ :param used_data_storage_size_in_tbs:
508
+ The value to assign to the used_data_storage_size_in_tbs property of this AutonomousDwDatabase.
509
+ :type used_data_storage_size_in_tbs: int
510
+
511
+ :param freeform_tags:
512
+ The value to assign to the freeform_tags property of this AutonomousDwDatabase.
513
+ :type freeform_tags: dict(str, str)
514
+
515
+ :param defined_tags:
516
+ The value to assign to the defined_tags property of this AutonomousDwDatabase.
517
+ :type defined_tags: dict(str, dict(str, object))
518
+
519
+ :param security_attributes:
520
+ The value to assign to the security_attributes property of this AutonomousDwDatabase.
521
+ :type security_attributes: dict(str, dict(str, object))
522
+
523
+ :param subnet_id:
524
+ The value to assign to the subnet_id property of this AutonomousDwDatabase.
525
+ :type subnet_id: str
526
+
527
+ :param nsg_ids:
528
+ The value to assign to the nsg_ids property of this AutonomousDwDatabase.
529
+ :type nsg_ids: list[str]
530
+
531
+ :param private_endpoint:
532
+ The value to assign to the private_endpoint property of this AutonomousDwDatabase.
533
+ :type private_endpoint: str
534
+
535
+ :param public_endpoint:
536
+ The value to assign to the public_endpoint property of this AutonomousDwDatabase.
537
+ :type public_endpoint: str
538
+
539
+ :param private_endpoint_label:
540
+ The value to assign to the private_endpoint_label property of this AutonomousDwDatabase.
541
+ :type private_endpoint_label: str
542
+
543
+ :param private_endpoint_ip:
544
+ The value to assign to the private_endpoint_ip property of this AutonomousDwDatabase.
545
+ :type private_endpoint_ip: str
546
+
547
+ :param db_version:
548
+ The value to assign to the db_version property of this AutonomousDwDatabase.
549
+ :type db_version: str
550
+
551
+ :param is_preview:
552
+ The value to assign to the is_preview property of this AutonomousDwDatabase.
553
+ :type is_preview: bool
554
+
555
+ :param db_workload:
556
+ The value to assign to the db_workload property of this AutonomousDwDatabase.
557
+ Allowed values for this property are: "OLTP", "DW", "AJD", "APEX"
558
+ :type db_workload: str
559
+
560
+ :param is_dev_tier:
561
+ The value to assign to the is_dev_tier property of this AutonomousDwDatabase.
562
+ :type is_dev_tier: bool
563
+
564
+ :param is_access_control_enabled:
565
+ The value to assign to the is_access_control_enabled property of this AutonomousDwDatabase.
566
+ :type is_access_control_enabled: bool
567
+
568
+ :param whitelisted_ips:
569
+ The value to assign to the whitelisted_ips property of this AutonomousDwDatabase.
570
+ :type whitelisted_ips: list[str]
571
+
572
+ :param are_primary_whitelisted_ips_used:
573
+ The value to assign to the are_primary_whitelisted_ips_used property of this AutonomousDwDatabase.
574
+ :type are_primary_whitelisted_ips_used: bool
575
+
576
+ :param standby_whitelisted_ips:
577
+ The value to assign to the standby_whitelisted_ips property of this AutonomousDwDatabase.
578
+ :type standby_whitelisted_ips: list[str]
579
+
580
+ :param apex_details:
581
+ The value to assign to the apex_details property of this AutonomousDwDatabase.
582
+ :type apex_details: oci.database.models.AutonomousDatabaseApex
583
+
584
+ :param is_auto_scaling_enabled:
585
+ The value to assign to the is_auto_scaling_enabled property of this AutonomousDwDatabase.
586
+ :type is_auto_scaling_enabled: bool
587
+
588
+ :param data_safe_status:
589
+ The value to assign to the data_safe_status property of this AutonomousDwDatabase.
590
+ Allowed values for this property are: "REGISTERING", "REGISTERED", "DEREGISTERING", "NOT_REGISTERED", "FAILED"
591
+ :type data_safe_status: str
592
+
593
+ :param operations_insights_status:
594
+ The value to assign to the operations_insights_status property of this AutonomousDwDatabase.
595
+ Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
596
+ :type operations_insights_status: str
597
+
598
+ :param database_management_status:
599
+ The value to assign to the database_management_status property of this AutonomousDwDatabase.
600
+ Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
601
+ :type database_management_status: str
602
+
603
+ :param time_maintenance_begin:
604
+ The value to assign to the time_maintenance_begin property of this AutonomousDwDatabase.
605
+ :type time_maintenance_begin: datetime
606
+
607
+ :param time_maintenance_end:
608
+ The value to assign to the time_maintenance_end property of this AutonomousDwDatabase.
609
+ :type time_maintenance_end: datetime
610
+
611
+ :param is_refreshable_clone:
612
+ The value to assign to the is_refreshable_clone property of this AutonomousDwDatabase.
613
+ :type is_refreshable_clone: bool
614
+
615
+ :param time_of_last_refresh:
616
+ The value to assign to the time_of_last_refresh property of this AutonomousDwDatabase.
617
+ :type time_of_last_refresh: datetime
618
+
619
+ :param time_of_last_refresh_point:
620
+ The value to assign to the time_of_last_refresh_point property of this AutonomousDwDatabase.
621
+ :type time_of_last_refresh_point: datetime
622
+
623
+ :param time_of_next_refresh:
624
+ The value to assign to the time_of_next_refresh property of this AutonomousDwDatabase.
625
+ :type time_of_next_refresh: datetime
626
+
627
+ :param open_mode:
628
+ The value to assign to the open_mode property of this AutonomousDwDatabase.
629
+ Allowed values for this property are: "READ_ONLY", "READ_WRITE"
630
+ :type open_mode: str
631
+
632
+ :param refreshable_status:
633
+ The value to assign to the refreshable_status property of this AutonomousDwDatabase.
634
+ Allowed values for this property are: "REFRESHING", "NOT_REFRESHING"
635
+ :type refreshable_status: str
636
+
637
+ :param refreshable_mode:
638
+ The value to assign to the refreshable_mode property of this AutonomousDwDatabase.
639
+ Allowed values for this property are: "AUTOMATIC", "MANUAL"
640
+ :type refreshable_mode: str
641
+
642
+ :param source_id:
643
+ The value to assign to the source_id property of this AutonomousDwDatabase.
644
+ :type source_id: str
645
+
646
+ :param permission_level:
647
+ The value to assign to the permission_level property of this AutonomousDwDatabase.
648
+ Allowed values for this property are: "RESTRICTED", "UNRESTRICTED"
649
+ :type permission_level: str
650
+
651
+ :param time_of_last_switchover:
652
+ The value to assign to the time_of_last_switchover property of this AutonomousDwDatabase.
653
+ :type time_of_last_switchover: datetime
654
+
655
+ :param time_of_last_failover:
656
+ The value to assign to the time_of_last_failover property of this AutonomousDwDatabase.
657
+ :type time_of_last_failover: datetime
658
+
659
+ :param is_data_guard_enabled:
660
+ The value to assign to the is_data_guard_enabled property of this AutonomousDwDatabase.
661
+ :type is_data_guard_enabled: bool
662
+
663
+ :param failed_data_recovery_in_seconds:
664
+ The value to assign to the failed_data_recovery_in_seconds property of this AutonomousDwDatabase.
665
+ :type failed_data_recovery_in_seconds: int
666
+
667
+ :param standby_db:
668
+ The value to assign to the standby_db property of this AutonomousDwDatabase.
669
+ :type standby_db: oci.database.models.AutonomousDatabaseStandbySummary
670
+
671
+ :param is_local_data_guard_enabled:
672
+ The value to assign to the is_local_data_guard_enabled property of this AutonomousDwDatabase.
673
+ :type is_local_data_guard_enabled: bool
674
+
675
+ :param is_remote_data_guard_enabled:
676
+ The value to assign to the is_remote_data_guard_enabled property of this AutonomousDwDatabase.
677
+ :type is_remote_data_guard_enabled: bool
678
+
679
+ :param local_standby_db:
680
+ The value to assign to the local_standby_db property of this AutonomousDwDatabase.
681
+ :type local_standby_db: oci.database.models.AutonomousDatabaseStandbySummary
682
+
683
+ :param role:
684
+ The value to assign to the role property of this AutonomousDwDatabase.
685
+ Allowed values for this property are: "PRIMARY", "STANDBY", "DISABLED_STANDBY", "BACKUP_COPY", "SNAPSHOT_STANDBY"
686
+ :type role: str
687
+
688
+ :param available_upgrade_versions:
689
+ The value to assign to the available_upgrade_versions property of this AutonomousDwDatabase.
690
+ :type available_upgrade_versions: list[str]
691
+
692
+ :param key_store_id:
693
+ The value to assign to the key_store_id property of this AutonomousDwDatabase.
694
+ :type key_store_id: str
695
+
696
+ :param key_store_wallet_name:
697
+ The value to assign to the key_store_wallet_name property of this AutonomousDwDatabase.
698
+ :type key_store_wallet_name: str
699
+
700
+ :param auto_refresh_frequency_in_seconds:
701
+ The value to assign to the auto_refresh_frequency_in_seconds property of this AutonomousDwDatabase.
702
+ :type auto_refresh_frequency_in_seconds: int
703
+
704
+ :param auto_refresh_point_lag_in_seconds:
705
+ The value to assign to the auto_refresh_point_lag_in_seconds property of this AutonomousDwDatabase.
706
+ :type auto_refresh_point_lag_in_seconds: int
707
+
708
+ :param time_of_auto_refresh_start:
709
+ The value to assign to the time_of_auto_refresh_start property of this AutonomousDwDatabase.
710
+ :type time_of_auto_refresh_start: datetime
711
+
712
+ :param supported_regions_to_clone_to:
713
+ The value to assign to the supported_regions_to_clone_to property of this AutonomousDwDatabase.
714
+ :type supported_regions_to_clone_to: list[str]
715
+
716
+ :param customer_contacts:
717
+ The value to assign to the customer_contacts property of this AutonomousDwDatabase.
718
+ :type customer_contacts: list[oci.database.models.CustomerContact]
719
+
720
+ :param time_local_data_guard_enabled:
721
+ The value to assign to the time_local_data_guard_enabled property of this AutonomousDwDatabase.
722
+ :type time_local_data_guard_enabled: datetime
723
+
724
+ :param dataguard_region_type:
725
+ The value to assign to the dataguard_region_type property of this AutonomousDwDatabase.
726
+ Allowed values for this property are: "PRIMARY_DG_REGION", "REMOTE_STANDBY_DG_REGION"
727
+ :type dataguard_region_type: str
728
+
729
+ :param time_data_guard_role_changed:
730
+ The value to assign to the time_data_guard_role_changed property of this AutonomousDwDatabase.
731
+ :type time_data_guard_role_changed: datetime
732
+
733
+ :param peer_db_ids:
734
+ The value to assign to the peer_db_ids property of this AutonomousDwDatabase.
735
+ :type peer_db_ids: list[str]
736
+
737
+ :param is_mtls_connection_required:
738
+ The value to assign to the is_mtls_connection_required property of this AutonomousDwDatabase.
739
+ :type is_mtls_connection_required: bool
740
+
741
+ :param time_of_joining_resource_pool:
742
+ The value to assign to the time_of_joining_resource_pool property of this AutonomousDwDatabase.
743
+ :type time_of_joining_resource_pool: datetime
744
+
745
+ :param resource_pool_leader_id:
746
+ The value to assign to the resource_pool_leader_id property of this AutonomousDwDatabase.
747
+ :type resource_pool_leader_id: str
748
+
749
+ :param resource_pool_summary:
750
+ The value to assign to the resource_pool_summary property of this AutonomousDwDatabase.
751
+ :type resource_pool_summary: oci.database.models.ResourcePoolSummary
752
+
753
+ :param is_reconnect_clone_enabled:
754
+ The value to assign to the is_reconnect_clone_enabled property of this AutonomousDwDatabase.
755
+ :type is_reconnect_clone_enabled: bool
756
+
757
+ :param time_until_reconnect_clone_enabled:
758
+ The value to assign to the time_until_reconnect_clone_enabled property of this AutonomousDwDatabase.
759
+ :type time_until_reconnect_clone_enabled: datetime
760
+
761
+ :param autonomous_maintenance_schedule_type:
762
+ The value to assign to the autonomous_maintenance_schedule_type property of this AutonomousDwDatabase.
763
+ Allowed values for this property are: "EARLY", "REGULAR"
764
+ :type autonomous_maintenance_schedule_type: str
765
+
766
+ :param scheduled_operations:
767
+ The value to assign to the scheduled_operations property of this AutonomousDwDatabase.
768
+ :type scheduled_operations: list[oci.database.models.ScheduledOperationDetails]
769
+
770
+ :param is_auto_scaling_for_storage_enabled:
771
+ The value to assign to the is_auto_scaling_for_storage_enabled property of this AutonomousDwDatabase.
772
+ :type is_auto_scaling_for_storage_enabled: bool
773
+
774
+ :param allocated_storage_size_in_tbs:
775
+ The value to assign to the allocated_storage_size_in_tbs property of this AutonomousDwDatabase.
776
+ :type allocated_storage_size_in_tbs: float
777
+
778
+ :param actual_used_data_storage_size_in_tbs:
779
+ The value to assign to the actual_used_data_storage_size_in_tbs property of this AutonomousDwDatabase.
780
+ :type actual_used_data_storage_size_in_tbs: float
781
+
782
+ :param database_edition:
783
+ The value to assign to the database_edition property of this AutonomousDwDatabase.
784
+ Allowed values for this property are: "STANDARD_EDITION", "ENTERPRISE_EDITION"
785
+ :type database_edition: str
786
+
787
+ :param db_tools_details:
788
+ The value to assign to the db_tools_details property of this AutonomousDwDatabase.
789
+ :type db_tools_details: list[oci.database.models.DatabaseTool]
790
+
791
+ :param local_disaster_recovery_type:
792
+ The value to assign to the local_disaster_recovery_type property of this AutonomousDwDatabase.
793
+ :type local_disaster_recovery_type: str
794
+
795
+ :param disaster_recovery_region_type:
796
+ The value to assign to the disaster_recovery_region_type property of this AutonomousDwDatabase.
797
+ Allowed values for this property are: "PRIMARY", "REMOTE"
798
+ :type disaster_recovery_region_type: str
799
+
800
+ :param time_disaster_recovery_role_changed:
801
+ The value to assign to the time_disaster_recovery_role_changed property of this AutonomousDwDatabase.
802
+ :type time_disaster_recovery_role_changed: datetime
803
+
804
+ :param remote_disaster_recovery_configuration:
805
+ The value to assign to the remote_disaster_recovery_configuration property of this AutonomousDwDatabase.
806
+ :type remote_disaster_recovery_configuration: oci.database.models.DisasterRecoveryConfiguration
807
+
808
+ :param net_services_architecture:
809
+ The value to assign to the net_services_architecture property of this AutonomousDwDatabase.
810
+ Allowed values for this property are: "DEDICATED", "SHARED"
811
+ :type net_services_architecture: str
812
+
813
+ :param availability_domain:
814
+ The value to assign to the availability_domain property of this AutonomousDwDatabase.
815
+ :type availability_domain: str
816
+
817
+ :param cluster_placement_group_id:
818
+ The value to assign to the cluster_placement_group_id property of this AutonomousDwDatabase.
819
+ :type cluster_placement_group_id: str
820
+
821
+ """
822
+ self.swagger_types = {
823
+ 'id': 'str',
824
+ 'compartment_id': 'str',
825
+ 'subscription_id': 'str',
826
+ 'lifecycle_state': 'str',
827
+ 'lifecycle_details': 'str',
828
+ 'kms_key_id': 'str',
829
+ 'vault_id': 'str',
830
+ 'kms_key_lifecycle_details': 'str',
831
+ 'encryption_key': 'AutonomousDatabaseEncryptionKeyDetails',
832
+ 'kms_key_version_id': 'str',
833
+ 'db_name': 'str',
834
+ 'character_set': 'str',
835
+ 'ncharacter_set': 'str',
836
+ 'in_memory_percentage': 'int',
837
+ 'in_memory_area_in_gbs': 'int',
838
+ 'next_long_term_backup_time_stamp': 'datetime',
839
+ 'long_term_backup_schedule': 'LongTermBackUpScheduleDetails',
840
+ 'is_free_tier': 'bool',
841
+ 'system_tags': 'dict(str, dict(str, object))',
842
+ 'time_reclamation_of_free_autonomous_database': 'datetime',
843
+ 'time_deletion_of_free_autonomous_database': 'datetime',
844
+ 'backup_config': 'AutonomousDatabaseBackupConfig',
845
+ 'key_history_entry': 'list[AutonomousDatabaseKeyHistoryEntry]',
846
+ 'encryption_key_history_entry': 'list[AutonomousDatabaseEncryptionKeyHistoryEntry]',
847
+ 'cpu_core_count': 'int',
848
+ 'local_adg_auto_failover_max_data_loss_limit': 'int',
849
+ 'compute_model': 'str',
850
+ 'compute_count': 'float',
851
+ 'backup_retention_period_in_days': 'int',
852
+ 'total_backup_storage_size_in_gbs': 'float',
853
+ 'ocpu_count': 'float',
854
+ 'provisionable_cpus': 'list[float]',
855
+ 'data_storage_size_in_tbs': 'int',
856
+ 'memory_per_oracle_compute_unit_in_gbs': 'int',
857
+ 'data_storage_size_in_gbs': 'int',
858
+ 'used_data_storage_size_in_gbs': 'int',
859
+ 'infrastructure_type': 'str',
860
+ 'is_dedicated': 'bool',
861
+ 'autonomous_container_database_id': 'str',
862
+ 'is_backup_retention_locked': 'bool',
863
+ 'time_undeleted': 'datetime',
864
+ 'time_created': 'datetime',
865
+ 'display_name': 'str',
866
+ 'service_console_url': 'str',
867
+ 'connection_strings': 'AutonomousDatabaseConnectionStrings',
868
+ 'connection_urls': 'AutonomousDatabaseConnectionUrls',
869
+ 'public_connection_urls': 'AutonomousDatabaseConnectionUrls',
870
+ 'license_model': 'str',
871
+ 'byol_compute_count_limit': 'float',
872
+ 'used_data_storage_size_in_tbs': 'int',
873
+ 'freeform_tags': 'dict(str, str)',
874
+ 'defined_tags': 'dict(str, dict(str, object))',
875
+ 'security_attributes': 'dict(str, dict(str, object))',
876
+ 'subnet_id': 'str',
877
+ 'nsg_ids': 'list[str]',
878
+ 'private_endpoint': 'str',
879
+ 'public_endpoint': 'str',
880
+ 'private_endpoint_label': 'str',
881
+ 'private_endpoint_ip': 'str',
882
+ 'db_version': 'str',
883
+ 'is_preview': 'bool',
884
+ 'db_workload': 'str',
885
+ 'is_dev_tier': 'bool',
886
+ 'is_access_control_enabled': 'bool',
887
+ 'whitelisted_ips': 'list[str]',
888
+ 'are_primary_whitelisted_ips_used': 'bool',
889
+ 'standby_whitelisted_ips': 'list[str]',
890
+ 'apex_details': 'AutonomousDatabaseApex',
891
+ 'is_auto_scaling_enabled': 'bool',
892
+ 'data_safe_status': 'str',
893
+ 'operations_insights_status': 'str',
894
+ 'database_management_status': 'str',
895
+ 'time_maintenance_begin': 'datetime',
896
+ 'time_maintenance_end': 'datetime',
897
+ 'is_refreshable_clone': 'bool',
898
+ 'time_of_last_refresh': 'datetime',
899
+ 'time_of_last_refresh_point': 'datetime',
900
+ 'time_of_next_refresh': 'datetime',
901
+ 'open_mode': 'str',
902
+ 'refreshable_status': 'str',
903
+ 'refreshable_mode': 'str',
904
+ 'source_id': 'str',
905
+ 'permission_level': 'str',
906
+ 'time_of_last_switchover': 'datetime',
907
+ 'time_of_last_failover': 'datetime',
908
+ 'is_data_guard_enabled': 'bool',
909
+ 'failed_data_recovery_in_seconds': 'int',
910
+ 'standby_db': 'AutonomousDatabaseStandbySummary',
911
+ 'is_local_data_guard_enabled': 'bool',
912
+ 'is_remote_data_guard_enabled': 'bool',
913
+ 'local_standby_db': 'AutonomousDatabaseStandbySummary',
914
+ 'role': 'str',
915
+ 'available_upgrade_versions': 'list[str]',
916
+ 'key_store_id': 'str',
917
+ 'key_store_wallet_name': 'str',
918
+ 'auto_refresh_frequency_in_seconds': 'int',
919
+ 'auto_refresh_point_lag_in_seconds': 'int',
920
+ 'time_of_auto_refresh_start': 'datetime',
921
+ 'supported_regions_to_clone_to': 'list[str]',
922
+ 'customer_contacts': 'list[CustomerContact]',
923
+ 'time_local_data_guard_enabled': 'datetime',
924
+ 'dataguard_region_type': 'str',
925
+ 'time_data_guard_role_changed': 'datetime',
926
+ 'peer_db_ids': 'list[str]',
927
+ 'is_mtls_connection_required': 'bool',
928
+ 'time_of_joining_resource_pool': 'datetime',
929
+ 'resource_pool_leader_id': 'str',
930
+ 'resource_pool_summary': 'ResourcePoolSummary',
931
+ 'is_reconnect_clone_enabled': 'bool',
932
+ 'time_until_reconnect_clone_enabled': 'datetime',
933
+ 'autonomous_maintenance_schedule_type': 'str',
934
+ 'scheduled_operations': 'list[ScheduledOperationDetails]',
935
+ 'is_auto_scaling_for_storage_enabled': 'bool',
936
+ 'allocated_storage_size_in_tbs': 'float',
937
+ 'actual_used_data_storage_size_in_tbs': 'float',
938
+ 'database_edition': 'str',
939
+ 'db_tools_details': 'list[DatabaseTool]',
940
+ 'local_disaster_recovery_type': 'str',
941
+ 'disaster_recovery_region_type': 'str',
942
+ 'time_disaster_recovery_role_changed': 'datetime',
943
+ 'remote_disaster_recovery_configuration': 'DisasterRecoveryConfiguration',
944
+ 'net_services_architecture': 'str',
945
+ 'availability_domain': 'str',
946
+ 'cluster_placement_group_id': 'str'
947
+ }
948
+
949
+ self.attribute_map = {
950
+ 'id': 'id',
951
+ 'compartment_id': 'compartmentId',
952
+ 'subscription_id': 'subscriptionId',
953
+ 'lifecycle_state': 'lifecycleState',
954
+ 'lifecycle_details': 'lifecycleDetails',
955
+ 'kms_key_id': 'kmsKeyId',
956
+ 'vault_id': 'vaultId',
957
+ 'kms_key_lifecycle_details': 'kmsKeyLifecycleDetails',
958
+ 'encryption_key': 'encryptionKey',
959
+ 'kms_key_version_id': 'kmsKeyVersionId',
960
+ 'db_name': 'dbName',
961
+ 'character_set': 'characterSet',
962
+ 'ncharacter_set': 'ncharacterSet',
963
+ 'in_memory_percentage': 'inMemoryPercentage',
964
+ 'in_memory_area_in_gbs': 'inMemoryAreaInGBs',
965
+ 'next_long_term_backup_time_stamp': 'nextLongTermBackupTimeStamp',
966
+ 'long_term_backup_schedule': 'longTermBackupSchedule',
967
+ 'is_free_tier': 'isFreeTier',
968
+ 'system_tags': 'systemTags',
969
+ 'time_reclamation_of_free_autonomous_database': 'timeReclamationOfFreeAutonomousDatabase',
970
+ 'time_deletion_of_free_autonomous_database': 'timeDeletionOfFreeAutonomousDatabase',
971
+ 'backup_config': 'backupConfig',
972
+ 'key_history_entry': 'keyHistoryEntry',
973
+ 'encryption_key_history_entry': 'encryptionKeyHistoryEntry',
974
+ 'cpu_core_count': 'cpuCoreCount',
975
+ 'local_adg_auto_failover_max_data_loss_limit': 'localAdgAutoFailoverMaxDataLossLimit',
976
+ 'compute_model': 'computeModel',
977
+ 'compute_count': 'computeCount',
978
+ 'backup_retention_period_in_days': 'backupRetentionPeriodInDays',
979
+ 'total_backup_storage_size_in_gbs': 'totalBackupStorageSizeInGBs',
980
+ 'ocpu_count': 'ocpuCount',
981
+ 'provisionable_cpus': 'provisionableCpus',
982
+ 'data_storage_size_in_tbs': 'dataStorageSizeInTBs',
983
+ 'memory_per_oracle_compute_unit_in_gbs': 'memoryPerOracleComputeUnitInGBs',
984
+ 'data_storage_size_in_gbs': 'dataStorageSizeInGBs',
985
+ 'used_data_storage_size_in_gbs': 'usedDataStorageSizeInGBs',
986
+ 'infrastructure_type': 'infrastructureType',
987
+ 'is_dedicated': 'isDedicated',
988
+ 'autonomous_container_database_id': 'autonomousContainerDatabaseId',
989
+ 'is_backup_retention_locked': 'isBackupRetentionLocked',
990
+ 'time_undeleted': 'timeUndeleted',
991
+ 'time_created': 'timeCreated',
992
+ 'display_name': 'displayName',
993
+ 'service_console_url': 'serviceConsoleUrl',
994
+ 'connection_strings': 'connectionStrings',
995
+ 'connection_urls': 'connectionUrls',
996
+ 'public_connection_urls': 'publicConnectionUrls',
997
+ 'license_model': 'licenseModel',
998
+ 'byol_compute_count_limit': 'byolComputeCountLimit',
999
+ 'used_data_storage_size_in_tbs': 'usedDataStorageSizeInTBs',
1000
+ 'freeform_tags': 'freeformTags',
1001
+ 'defined_tags': 'definedTags',
1002
+ 'security_attributes': 'securityAttributes',
1003
+ 'subnet_id': 'subnetId',
1004
+ 'nsg_ids': 'nsgIds',
1005
+ 'private_endpoint': 'privateEndpoint',
1006
+ 'public_endpoint': 'publicEndpoint',
1007
+ 'private_endpoint_label': 'privateEndpointLabel',
1008
+ 'private_endpoint_ip': 'privateEndpointIp',
1009
+ 'db_version': 'dbVersion',
1010
+ 'is_preview': 'isPreview',
1011
+ 'db_workload': 'dbWorkload',
1012
+ 'is_dev_tier': 'isDevTier',
1013
+ 'is_access_control_enabled': 'isAccessControlEnabled',
1014
+ 'whitelisted_ips': 'whitelistedIps',
1015
+ 'are_primary_whitelisted_ips_used': 'arePrimaryWhitelistedIpsUsed',
1016
+ 'standby_whitelisted_ips': 'standbyWhitelistedIps',
1017
+ 'apex_details': 'apexDetails',
1018
+ 'is_auto_scaling_enabled': 'isAutoScalingEnabled',
1019
+ 'data_safe_status': 'dataSafeStatus',
1020
+ 'operations_insights_status': 'operationsInsightsStatus',
1021
+ 'database_management_status': 'databaseManagementStatus',
1022
+ 'time_maintenance_begin': 'timeMaintenanceBegin',
1023
+ 'time_maintenance_end': 'timeMaintenanceEnd',
1024
+ 'is_refreshable_clone': 'isRefreshableClone',
1025
+ 'time_of_last_refresh': 'timeOfLastRefresh',
1026
+ 'time_of_last_refresh_point': 'timeOfLastRefreshPoint',
1027
+ 'time_of_next_refresh': 'timeOfNextRefresh',
1028
+ 'open_mode': 'openMode',
1029
+ 'refreshable_status': 'refreshableStatus',
1030
+ 'refreshable_mode': 'refreshableMode',
1031
+ 'source_id': 'sourceId',
1032
+ 'permission_level': 'permissionLevel',
1033
+ 'time_of_last_switchover': 'timeOfLastSwitchover',
1034
+ 'time_of_last_failover': 'timeOfLastFailover',
1035
+ 'is_data_guard_enabled': 'isDataGuardEnabled',
1036
+ 'failed_data_recovery_in_seconds': 'failedDataRecoveryInSeconds',
1037
+ 'standby_db': 'standbyDb',
1038
+ 'is_local_data_guard_enabled': 'isLocalDataGuardEnabled',
1039
+ 'is_remote_data_guard_enabled': 'isRemoteDataGuardEnabled',
1040
+ 'local_standby_db': 'localStandbyDb',
1041
+ 'role': 'role',
1042
+ 'available_upgrade_versions': 'availableUpgradeVersions',
1043
+ 'key_store_id': 'keyStoreId',
1044
+ 'key_store_wallet_name': 'keyStoreWalletName',
1045
+ 'auto_refresh_frequency_in_seconds': 'autoRefreshFrequencyInSeconds',
1046
+ 'auto_refresh_point_lag_in_seconds': 'autoRefreshPointLagInSeconds',
1047
+ 'time_of_auto_refresh_start': 'timeOfAutoRefreshStart',
1048
+ 'supported_regions_to_clone_to': 'supportedRegionsToCloneTo',
1049
+ 'customer_contacts': 'customerContacts',
1050
+ 'time_local_data_guard_enabled': 'timeLocalDataGuardEnabled',
1051
+ 'dataguard_region_type': 'dataguardRegionType',
1052
+ 'time_data_guard_role_changed': 'timeDataGuardRoleChanged',
1053
+ 'peer_db_ids': 'peerDbIds',
1054
+ 'is_mtls_connection_required': 'isMtlsConnectionRequired',
1055
+ 'time_of_joining_resource_pool': 'timeOfJoiningResourcePool',
1056
+ 'resource_pool_leader_id': 'resourcePoolLeaderId',
1057
+ 'resource_pool_summary': 'resourcePoolSummary',
1058
+ 'is_reconnect_clone_enabled': 'isReconnectCloneEnabled',
1059
+ 'time_until_reconnect_clone_enabled': 'timeUntilReconnectCloneEnabled',
1060
+ 'autonomous_maintenance_schedule_type': 'autonomousMaintenanceScheduleType',
1061
+ 'scheduled_operations': 'scheduledOperations',
1062
+ 'is_auto_scaling_for_storage_enabled': 'isAutoScalingForStorageEnabled',
1063
+ 'allocated_storage_size_in_tbs': 'allocatedStorageSizeInTBs',
1064
+ 'actual_used_data_storage_size_in_tbs': 'actualUsedDataStorageSizeInTBs',
1065
+ 'database_edition': 'databaseEdition',
1066
+ 'db_tools_details': 'dbToolsDetails',
1067
+ 'local_disaster_recovery_type': 'localDisasterRecoveryType',
1068
+ 'disaster_recovery_region_type': 'disasterRecoveryRegionType',
1069
+ 'time_disaster_recovery_role_changed': 'timeDisasterRecoveryRoleChanged',
1070
+ 'remote_disaster_recovery_configuration': 'remoteDisasterRecoveryConfiguration',
1071
+ 'net_services_architecture': 'netServicesArchitecture',
1072
+ 'availability_domain': 'availabilityDomain',
1073
+ 'cluster_placement_group_id': 'clusterPlacementGroupId'
1074
+ }
1075
+
1076
+ self._id = None
1077
+ self._compartment_id = None
1078
+ self._subscription_id = None
1079
+ self._lifecycle_state = None
1080
+ self._lifecycle_details = None
1081
+ self._kms_key_id = None
1082
+ self._vault_id = None
1083
+ self._kms_key_lifecycle_details = None
1084
+ self._encryption_key = None
1085
+ self._kms_key_version_id = None
1086
+ self._db_name = None
1087
+ self._character_set = None
1088
+ self._ncharacter_set = None
1089
+ self._in_memory_percentage = None
1090
+ self._in_memory_area_in_gbs = None
1091
+ self._next_long_term_backup_time_stamp = None
1092
+ self._long_term_backup_schedule = None
1093
+ self._is_free_tier = None
1094
+ self._system_tags = None
1095
+ self._time_reclamation_of_free_autonomous_database = None
1096
+ self._time_deletion_of_free_autonomous_database = None
1097
+ self._backup_config = None
1098
+ self._key_history_entry = None
1099
+ self._encryption_key_history_entry = None
1100
+ self._cpu_core_count = None
1101
+ self._local_adg_auto_failover_max_data_loss_limit = None
1102
+ self._compute_model = None
1103
+ self._compute_count = None
1104
+ self._backup_retention_period_in_days = None
1105
+ self._total_backup_storage_size_in_gbs = None
1106
+ self._ocpu_count = None
1107
+ self._provisionable_cpus = None
1108
+ self._data_storage_size_in_tbs = None
1109
+ self._memory_per_oracle_compute_unit_in_gbs = None
1110
+ self._data_storage_size_in_gbs = None
1111
+ self._used_data_storage_size_in_gbs = None
1112
+ self._infrastructure_type = None
1113
+ self._is_dedicated = None
1114
+ self._autonomous_container_database_id = None
1115
+ self._is_backup_retention_locked = None
1116
+ self._time_undeleted = None
1117
+ self._time_created = None
1118
+ self._display_name = None
1119
+ self._service_console_url = None
1120
+ self._connection_strings = None
1121
+ self._connection_urls = None
1122
+ self._public_connection_urls = None
1123
+ self._license_model = None
1124
+ self._byol_compute_count_limit = None
1125
+ self._used_data_storage_size_in_tbs = None
1126
+ self._freeform_tags = None
1127
+ self._defined_tags = None
1128
+ self._security_attributes = None
1129
+ self._subnet_id = None
1130
+ self._nsg_ids = None
1131
+ self._private_endpoint = None
1132
+ self._public_endpoint = None
1133
+ self._private_endpoint_label = None
1134
+ self._private_endpoint_ip = None
1135
+ self._db_version = None
1136
+ self._is_preview = None
1137
+ self._db_workload = None
1138
+ self._is_dev_tier = None
1139
+ self._is_access_control_enabled = None
1140
+ self._whitelisted_ips = None
1141
+ self._are_primary_whitelisted_ips_used = None
1142
+ self._standby_whitelisted_ips = None
1143
+ self._apex_details = None
1144
+ self._is_auto_scaling_enabled = None
1145
+ self._data_safe_status = None
1146
+ self._operations_insights_status = None
1147
+ self._database_management_status = None
1148
+ self._time_maintenance_begin = None
1149
+ self._time_maintenance_end = None
1150
+ self._is_refreshable_clone = None
1151
+ self._time_of_last_refresh = None
1152
+ self._time_of_last_refresh_point = None
1153
+ self._time_of_next_refresh = None
1154
+ self._open_mode = None
1155
+ self._refreshable_status = None
1156
+ self._refreshable_mode = None
1157
+ self._source_id = None
1158
+ self._permission_level = None
1159
+ self._time_of_last_switchover = None
1160
+ self._time_of_last_failover = None
1161
+ self._is_data_guard_enabled = None
1162
+ self._failed_data_recovery_in_seconds = None
1163
+ self._standby_db = None
1164
+ self._is_local_data_guard_enabled = None
1165
+ self._is_remote_data_guard_enabled = None
1166
+ self._local_standby_db = None
1167
+ self._role = None
1168
+ self._available_upgrade_versions = None
1169
+ self._key_store_id = None
1170
+ self._key_store_wallet_name = None
1171
+ self._auto_refresh_frequency_in_seconds = None
1172
+ self._auto_refresh_point_lag_in_seconds = None
1173
+ self._time_of_auto_refresh_start = None
1174
+ self._supported_regions_to_clone_to = None
1175
+ self._customer_contacts = None
1176
+ self._time_local_data_guard_enabled = None
1177
+ self._dataguard_region_type = None
1178
+ self._time_data_guard_role_changed = None
1179
+ self._peer_db_ids = None
1180
+ self._is_mtls_connection_required = None
1181
+ self._time_of_joining_resource_pool = None
1182
+ self._resource_pool_leader_id = None
1183
+ self._resource_pool_summary = None
1184
+ self._is_reconnect_clone_enabled = None
1185
+ self._time_until_reconnect_clone_enabled = None
1186
+ self._autonomous_maintenance_schedule_type = None
1187
+ self._scheduled_operations = None
1188
+ self._is_auto_scaling_for_storage_enabled = None
1189
+ self._allocated_storage_size_in_tbs = None
1190
+ self._actual_used_data_storage_size_in_tbs = None
1191
+ self._database_edition = None
1192
+ self._db_tools_details = None
1193
+ self._local_disaster_recovery_type = None
1194
+ self._disaster_recovery_region_type = None
1195
+ self._time_disaster_recovery_role_changed = None
1196
+ self._remote_disaster_recovery_configuration = None
1197
+ self._net_services_architecture = None
1198
+ self._availability_domain = None
1199
+ self._cluster_placement_group_id = None
1200
+
1201
+ @property
1202
+ def id(self):
1203
+ """
1204
+ **[Required]** Gets the id of this AutonomousDwDatabase.
1205
+ The `OCID`__ of the Autonomous Database.
1206
+
1207
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1208
+
1209
+
1210
+ :return: The id of this AutonomousDwDatabase.
1211
+ :rtype: str
1212
+ """
1213
+ return self._id
1214
+
1215
+ @id.setter
1216
+ def id(self, id):
1217
+ """
1218
+ Sets the id of this AutonomousDwDatabase.
1219
+ The `OCID`__ of the Autonomous Database.
1220
+
1221
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1222
+
1223
+
1224
+ :param id: The id of this AutonomousDwDatabase.
1225
+ :type: str
1226
+ """
1227
+ self._id = id
1228
+
1229
+ @property
1230
+ def compartment_id(self):
1231
+ """
1232
+ **[Required]** Gets the compartment_id of this AutonomousDwDatabase.
1233
+ The `OCID`__ of the compartment.
1234
+
1235
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1236
+
1237
+
1238
+ :return: The compartment_id of this AutonomousDwDatabase.
1239
+ :rtype: str
1240
+ """
1241
+ return self._compartment_id
1242
+
1243
+ @compartment_id.setter
1244
+ def compartment_id(self, compartment_id):
1245
+ """
1246
+ Sets the compartment_id of this AutonomousDwDatabase.
1247
+ The `OCID`__ of the compartment.
1248
+
1249
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1250
+
1251
+
1252
+ :param compartment_id: The compartment_id of this AutonomousDwDatabase.
1253
+ :type: str
1254
+ """
1255
+ self._compartment_id = compartment_id
1256
+
1257
+ @property
1258
+ def subscription_id(self):
1259
+ """
1260
+ Gets the subscription_id of this AutonomousDwDatabase.
1261
+ The `OCID`__ of the subscription with which resource needs to be associated with.
1262
+
1263
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1264
+
1265
+
1266
+ :return: The subscription_id of this AutonomousDwDatabase.
1267
+ :rtype: str
1268
+ """
1269
+ return self._subscription_id
1270
+
1271
+ @subscription_id.setter
1272
+ def subscription_id(self, subscription_id):
1273
+ """
1274
+ Sets the subscription_id of this AutonomousDwDatabase.
1275
+ The `OCID`__ of the subscription with which resource needs to be associated with.
1276
+
1277
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1278
+
1279
+
1280
+ :param subscription_id: The subscription_id of this AutonomousDwDatabase.
1281
+ :type: str
1282
+ """
1283
+ self._subscription_id = subscription_id
1284
+
1285
+ @property
1286
+ def lifecycle_state(self):
1287
+ """
1288
+ **[Required]** Gets the lifecycle_state of this AutonomousDwDatabase.
1289
+ The current state of the Autonomous Database.
1290
+
1291
+ Allowed values for this property are: "PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"
1292
+
1293
+
1294
+ :return: The lifecycle_state of this AutonomousDwDatabase.
1295
+ :rtype: str
1296
+ """
1297
+ return self._lifecycle_state
1298
+
1299
+ @lifecycle_state.setter
1300
+ def lifecycle_state(self, lifecycle_state):
1301
+ """
1302
+ Sets the lifecycle_state of this AutonomousDwDatabase.
1303
+ The current state of the Autonomous Database.
1304
+
1305
+
1306
+ :param lifecycle_state: The lifecycle_state of this AutonomousDwDatabase.
1307
+ :type: str
1308
+ """
1309
+ allowed_values = ["PROVISIONING", "AVAILABLE", "STOPPING", "STOPPED", "STARTING", "TERMINATING", "TERMINATED", "UNAVAILABLE", "RESTORE_IN_PROGRESS", "RESTORE_FAILED", "BACKUP_IN_PROGRESS", "SCALE_IN_PROGRESS", "AVAILABLE_NEEDS_ATTENTION", "UPDATING", "MAINTENANCE_IN_PROGRESS", "RESTARTING", "RECREATING", "ROLE_CHANGE_IN_PROGRESS", "UPGRADING", "INACCESSIBLE", "STANDBY"]
1310
+ if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
1311
+ raise ValueError(
1312
+ f"Invalid value for `lifecycle_state`, must be None or one of {allowed_values}"
1313
+ )
1314
+ self._lifecycle_state = lifecycle_state
1315
+
1316
+ @property
1317
+ def lifecycle_details(self):
1318
+ """
1319
+ Gets the lifecycle_details of this AutonomousDwDatabase.
1320
+ Information about the current lifecycle state.
1321
+
1322
+
1323
+ :return: The lifecycle_details of this AutonomousDwDatabase.
1324
+ :rtype: str
1325
+ """
1326
+ return self._lifecycle_details
1327
+
1328
+ @lifecycle_details.setter
1329
+ def lifecycle_details(self, lifecycle_details):
1330
+ """
1331
+ Sets the lifecycle_details of this AutonomousDwDatabase.
1332
+ Information about the current lifecycle state.
1333
+
1334
+
1335
+ :param lifecycle_details: The lifecycle_details of this AutonomousDwDatabase.
1336
+ :type: str
1337
+ """
1338
+ self._lifecycle_details = lifecycle_details
1339
+
1340
+ @property
1341
+ def kms_key_id(self):
1342
+ """
1343
+ Gets the kms_key_id of this AutonomousDwDatabase.
1344
+ The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
1345
+
1346
+
1347
+ :return: The kms_key_id of this AutonomousDwDatabase.
1348
+ :rtype: str
1349
+ """
1350
+ return self._kms_key_id
1351
+
1352
+ @kms_key_id.setter
1353
+ def kms_key_id(self, kms_key_id):
1354
+ """
1355
+ Sets the kms_key_id of this AutonomousDwDatabase.
1356
+ The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
1357
+
1358
+
1359
+ :param kms_key_id: The kms_key_id of this AutonomousDwDatabase.
1360
+ :type: str
1361
+ """
1362
+ self._kms_key_id = kms_key_id
1363
+
1364
+ @property
1365
+ def vault_id(self):
1366
+ """
1367
+ Gets the vault_id of this AutonomousDwDatabase.
1368
+ The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys.
1369
+
1370
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1371
+ __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts
1372
+
1373
+
1374
+ :return: The vault_id of this AutonomousDwDatabase.
1375
+ :rtype: str
1376
+ """
1377
+ return self._vault_id
1378
+
1379
+ @vault_id.setter
1380
+ def vault_id(self, vault_id):
1381
+ """
1382
+ Sets the vault_id of this AutonomousDwDatabase.
1383
+ The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys.
1384
+
1385
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1386
+ __ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts
1387
+
1388
+
1389
+ :param vault_id: The vault_id of this AutonomousDwDatabase.
1390
+ :type: str
1391
+ """
1392
+ self._vault_id = vault_id
1393
+
1394
+ @property
1395
+ def kms_key_lifecycle_details(self):
1396
+ """
1397
+ Gets the kms_key_lifecycle_details of this AutonomousDwDatabase.
1398
+ KMS key lifecycle details.
1399
+
1400
+
1401
+ :return: The kms_key_lifecycle_details of this AutonomousDwDatabase.
1402
+ :rtype: str
1403
+ """
1404
+ return self._kms_key_lifecycle_details
1405
+
1406
+ @kms_key_lifecycle_details.setter
1407
+ def kms_key_lifecycle_details(self, kms_key_lifecycle_details):
1408
+ """
1409
+ Sets the kms_key_lifecycle_details of this AutonomousDwDatabase.
1410
+ KMS key lifecycle details.
1411
+
1412
+
1413
+ :param kms_key_lifecycle_details: The kms_key_lifecycle_details of this AutonomousDwDatabase.
1414
+ :type: str
1415
+ """
1416
+ self._kms_key_lifecycle_details = kms_key_lifecycle_details
1417
+
1418
+ @property
1419
+ def encryption_key(self):
1420
+ """
1421
+ Gets the encryption_key of this AutonomousDwDatabase.
1422
+
1423
+ :return: The encryption_key of this AutonomousDwDatabase.
1424
+ :rtype: oci.database.models.AutonomousDatabaseEncryptionKeyDetails
1425
+ """
1426
+ return self._encryption_key
1427
+
1428
+ @encryption_key.setter
1429
+ def encryption_key(self, encryption_key):
1430
+ """
1431
+ Sets the encryption_key of this AutonomousDwDatabase.
1432
+
1433
+ :param encryption_key: The encryption_key of this AutonomousDwDatabase.
1434
+ :type: oci.database.models.AutonomousDatabaseEncryptionKeyDetails
1435
+ """
1436
+ self._encryption_key = encryption_key
1437
+
1438
+ @property
1439
+ def kms_key_version_id(self):
1440
+ """
1441
+ Gets the kms_key_version_id of this AutonomousDwDatabase.
1442
+ The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
1443
+
1444
+
1445
+ :return: The kms_key_version_id of this AutonomousDwDatabase.
1446
+ :rtype: str
1447
+ """
1448
+ return self._kms_key_version_id
1449
+
1450
+ @kms_key_version_id.setter
1451
+ def kms_key_version_id(self, kms_key_version_id):
1452
+ """
1453
+ Sets the kms_key_version_id of this AutonomousDwDatabase.
1454
+ The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
1455
+
1456
+
1457
+ :param kms_key_version_id: The kms_key_version_id of this AutonomousDwDatabase.
1458
+ :type: str
1459
+ """
1460
+ self._kms_key_version_id = kms_key_version_id
1461
+
1462
+ @property
1463
+ def db_name(self):
1464
+ """
1465
+ **[Required]** Gets the db_name of this AutonomousDwDatabase.
1466
+ The database name.
1467
+
1468
+
1469
+ :return: The db_name of this AutonomousDwDatabase.
1470
+ :rtype: str
1471
+ """
1472
+ return self._db_name
1473
+
1474
+ @db_name.setter
1475
+ def db_name(self, db_name):
1476
+ """
1477
+ Sets the db_name of this AutonomousDwDatabase.
1478
+ The database name.
1479
+
1480
+
1481
+ :param db_name: The db_name of this AutonomousDwDatabase.
1482
+ :type: str
1483
+ """
1484
+ self._db_name = db_name
1485
+
1486
+ @property
1487
+ def character_set(self):
1488
+ """
1489
+ Gets the character_set of this AutonomousDwDatabase.
1490
+ The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
1491
+
1492
+ AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
1493
+
1494
+
1495
+ :return: The character_set of this AutonomousDwDatabase.
1496
+ :rtype: str
1497
+ """
1498
+ return self._character_set
1499
+
1500
+ @character_set.setter
1501
+ def character_set(self, character_set):
1502
+ """
1503
+ Sets the character_set of this AutonomousDwDatabase.
1504
+ The character set for the autonomous database. The default is AL32UTF8. Allowed values are:
1505
+
1506
+ AL32UTF8, AR8ADOS710, AR8ADOS720, AR8APTEC715, AR8ARABICMACS, AR8ASMO8X, AR8ISO8859P6, AR8MSWIN1256, AR8MUSSAD768, AR8NAFITHA711, AR8NAFITHA721, AR8SAKHR706, AR8SAKHR707, AZ8ISO8859P9E, BG8MSWIN, BG8PC437S, BLT8CP921, BLT8ISO8859P13, BLT8MSWIN1257, BLT8PC775, BN8BSCII, CDN8PC863, CEL8ISO8859P14, CL8ISO8859P5, CL8ISOIR111, CL8KOI8R, CL8KOI8U, CL8MACCYRILLICS, CL8MSWIN1251, EE8ISO8859P2, EE8MACCES, EE8MACCROATIANS, EE8MSWIN1250, EE8PC852, EL8DEC, EL8ISO8859P7, EL8MACGREEKS, EL8MSWIN1253, EL8PC437S, EL8PC851, EL8PC869, ET8MSWIN923, HU8ABMOD, HU8CWI2, IN8ISCII, IS8PC861, IW8ISO8859P8, IW8MACHEBREWS, IW8MSWIN1255, IW8PC1507, JA16EUC, JA16EUCTILDE, JA16SJIS, JA16SJISTILDE, JA16VMS, KO16KSC5601, KO16KSCCS, KO16MSWIN949, LA8ISO6937, LA8PASSPORT, LT8MSWIN921, LT8PC772, LT8PC774, LV8PC1117, LV8PC8LR, LV8RST104090, N8PC865, NE8ISO8859P10, NEE8ISO8859P4, RU8BESTA, RU8PC855, RU8PC866, SE8ISO8859P3, TH8MACTHAIS, TH8TISASCII, TR8DEC, TR8MACTURKISHS, TR8MSWIN1254, TR8PC857, US7ASCII, US8PC437, UTF8, VN8MSWIN1258, VN8VN3, WE8DEC, WE8DG, WE8ISO8859P1, WE8ISO8859P15, WE8ISO8859P9, WE8MACROMAN8S, WE8MSWIN1252, WE8NCR4970, WE8NEXTSTEP, WE8PC850, WE8PC858, WE8PC860, WE8ROMAN8, ZHS16CGB231280, ZHS16GBK, ZHT16BIG5, ZHT16CCDC, ZHT16DBT, ZHT16HKSCS, ZHT16MSWIN950, ZHT32EUC, ZHT32SOPS, ZHT32TRIS
1507
+
1508
+
1509
+ :param character_set: The character_set of this AutonomousDwDatabase.
1510
+ :type: str
1511
+ """
1512
+ self._character_set = character_set
1513
+
1514
+ @property
1515
+ def ncharacter_set(self):
1516
+ """
1517
+ Gets the ncharacter_set of this AutonomousDwDatabase.
1518
+ The national character set for the autonomous database. The default is AL16UTF16. Allowed values are:
1519
+ AL16UTF16 or UTF8.
1520
+
1521
+
1522
+ :return: The ncharacter_set of this AutonomousDwDatabase.
1523
+ :rtype: str
1524
+ """
1525
+ return self._ncharacter_set
1526
+
1527
+ @ncharacter_set.setter
1528
+ def ncharacter_set(self, ncharacter_set):
1529
+ """
1530
+ Sets the ncharacter_set of this AutonomousDwDatabase.
1531
+ The national character set for the autonomous database. The default is AL16UTF16. Allowed values are:
1532
+ AL16UTF16 or UTF8.
1533
+
1534
+
1535
+ :param ncharacter_set: The ncharacter_set of this AutonomousDwDatabase.
1536
+ :type: str
1537
+ """
1538
+ self._ncharacter_set = ncharacter_set
1539
+
1540
+ @property
1541
+ def in_memory_percentage(self):
1542
+ """
1543
+ Gets the in_memory_percentage of this AutonomousDwDatabase.
1544
+ The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
1545
+
1546
+
1547
+ :return: The in_memory_percentage of this AutonomousDwDatabase.
1548
+ :rtype: int
1549
+ """
1550
+ return self._in_memory_percentage
1551
+
1552
+ @in_memory_percentage.setter
1553
+ def in_memory_percentage(self, in_memory_percentage):
1554
+ """
1555
+ Sets the in_memory_percentage of this AutonomousDwDatabase.
1556
+ The percentage of the System Global Area(SGA) assigned to In-Memory tables in Autonomous Database. This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform.
1557
+
1558
+
1559
+ :param in_memory_percentage: The in_memory_percentage of this AutonomousDwDatabase.
1560
+ :type: int
1561
+ """
1562
+ self._in_memory_percentage = in_memory_percentage
1563
+
1564
+ @property
1565
+ def in_memory_area_in_gbs(self):
1566
+ """
1567
+ Gets the in_memory_area_in_gbs of this AutonomousDwDatabase.
1568
+ The area assigned to In-Memory tables in Autonomous Database.
1569
+
1570
+
1571
+ :return: The in_memory_area_in_gbs of this AutonomousDwDatabase.
1572
+ :rtype: int
1573
+ """
1574
+ return self._in_memory_area_in_gbs
1575
+
1576
+ @in_memory_area_in_gbs.setter
1577
+ def in_memory_area_in_gbs(self, in_memory_area_in_gbs):
1578
+ """
1579
+ Sets the in_memory_area_in_gbs of this AutonomousDwDatabase.
1580
+ The area assigned to In-Memory tables in Autonomous Database.
1581
+
1582
+
1583
+ :param in_memory_area_in_gbs: The in_memory_area_in_gbs of this AutonomousDwDatabase.
1584
+ :type: int
1585
+ """
1586
+ self._in_memory_area_in_gbs = in_memory_area_in_gbs
1587
+
1588
+ @property
1589
+ def next_long_term_backup_time_stamp(self):
1590
+ """
1591
+ Gets the next_long_term_backup_time_stamp of this AutonomousDwDatabase.
1592
+ The date and time when the next long-term backup would be created.
1593
+
1594
+
1595
+ :return: The next_long_term_backup_time_stamp of this AutonomousDwDatabase.
1596
+ :rtype: datetime
1597
+ """
1598
+ return self._next_long_term_backup_time_stamp
1599
+
1600
+ @next_long_term_backup_time_stamp.setter
1601
+ def next_long_term_backup_time_stamp(self, next_long_term_backup_time_stamp):
1602
+ """
1603
+ Sets the next_long_term_backup_time_stamp of this AutonomousDwDatabase.
1604
+ The date and time when the next long-term backup would be created.
1605
+
1606
+
1607
+ :param next_long_term_backup_time_stamp: The next_long_term_backup_time_stamp of this AutonomousDwDatabase.
1608
+ :type: datetime
1609
+ """
1610
+ self._next_long_term_backup_time_stamp = next_long_term_backup_time_stamp
1611
+
1612
+ @property
1613
+ def long_term_backup_schedule(self):
1614
+ """
1615
+ Gets the long_term_backup_schedule of this AutonomousDwDatabase.
1616
+
1617
+ :return: The long_term_backup_schedule of this AutonomousDwDatabase.
1618
+ :rtype: oci.database.models.LongTermBackUpScheduleDetails
1619
+ """
1620
+ return self._long_term_backup_schedule
1621
+
1622
+ @long_term_backup_schedule.setter
1623
+ def long_term_backup_schedule(self, long_term_backup_schedule):
1624
+ """
1625
+ Sets the long_term_backup_schedule of this AutonomousDwDatabase.
1626
+
1627
+ :param long_term_backup_schedule: The long_term_backup_schedule of this AutonomousDwDatabase.
1628
+ :type: oci.database.models.LongTermBackUpScheduleDetails
1629
+ """
1630
+ self._long_term_backup_schedule = long_term_backup_schedule
1631
+
1632
+ @property
1633
+ def is_free_tier(self):
1634
+ """
1635
+ Gets the is_free_tier of this AutonomousDwDatabase.
1636
+ Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
1637
+
1638
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled
1639
+
1640
+
1641
+ :return: The is_free_tier of this AutonomousDwDatabase.
1642
+ :rtype: bool
1643
+ """
1644
+ return self._is_free_tier
1645
+
1646
+ @is_free_tier.setter
1647
+ def is_free_tier(self, is_free_tier):
1648
+ """
1649
+ Sets the is_free_tier of this AutonomousDwDatabase.
1650
+ Indicates if this is an Always Free resource. The default value is false. Note that Always Free Autonomous Databases have 1 CPU and 20GB of memory. For Always Free databases, memory and CPU cannot be scaled.
1651
+
1652
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isLocalDataGuardEnabled
1653
+
1654
+
1655
+ :param is_free_tier: The is_free_tier of this AutonomousDwDatabase.
1656
+ :type: bool
1657
+ """
1658
+ self._is_free_tier = is_free_tier
1659
+
1660
+ @property
1661
+ def system_tags(self):
1662
+ """
1663
+ Gets the system_tags of this AutonomousDwDatabase.
1664
+ System tags for this resource. Each key is predefined and scoped to a namespace.
1665
+ For more information, see `Resource Tags`__.
1666
+
1667
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1668
+
1669
+
1670
+ :return: The system_tags of this AutonomousDwDatabase.
1671
+ :rtype: dict(str, dict(str, object))
1672
+ """
1673
+ return self._system_tags
1674
+
1675
+ @system_tags.setter
1676
+ def system_tags(self, system_tags):
1677
+ """
1678
+ Sets the system_tags of this AutonomousDwDatabase.
1679
+ System tags for this resource. Each key is predefined and scoped to a namespace.
1680
+ For more information, see `Resource Tags`__.
1681
+
1682
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1683
+
1684
+
1685
+ :param system_tags: The system_tags of this AutonomousDwDatabase.
1686
+ :type: dict(str, dict(str, object))
1687
+ """
1688
+ self._system_tags = system_tags
1689
+
1690
+ @property
1691
+ def time_reclamation_of_free_autonomous_database(self):
1692
+ """
1693
+ Gets the time_reclamation_of_free_autonomous_database of this AutonomousDwDatabase.
1694
+ The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
1695
+
1696
+
1697
+ :return: The time_reclamation_of_free_autonomous_database of this AutonomousDwDatabase.
1698
+ :rtype: datetime
1699
+ """
1700
+ return self._time_reclamation_of_free_autonomous_database
1701
+
1702
+ @time_reclamation_of_free_autonomous_database.setter
1703
+ def time_reclamation_of_free_autonomous_database(self, time_reclamation_of_free_autonomous_database):
1704
+ """
1705
+ Sets the time_reclamation_of_free_autonomous_database of this AutonomousDwDatabase.
1706
+ The date and time the Always Free database will be stopped because of inactivity. If this time is reached without any database activity, the database will automatically be put into the STOPPED state.
1707
+
1708
+
1709
+ :param time_reclamation_of_free_autonomous_database: The time_reclamation_of_free_autonomous_database of this AutonomousDwDatabase.
1710
+ :type: datetime
1711
+ """
1712
+ self._time_reclamation_of_free_autonomous_database = time_reclamation_of_free_autonomous_database
1713
+
1714
+ @property
1715
+ def time_deletion_of_free_autonomous_database(self):
1716
+ """
1717
+ Gets the time_deletion_of_free_autonomous_database of this AutonomousDwDatabase.
1718
+ The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
1719
+
1720
+
1721
+ :return: The time_deletion_of_free_autonomous_database of this AutonomousDwDatabase.
1722
+ :rtype: datetime
1723
+ """
1724
+ return self._time_deletion_of_free_autonomous_database
1725
+
1726
+ @time_deletion_of_free_autonomous_database.setter
1727
+ def time_deletion_of_free_autonomous_database(self, time_deletion_of_free_autonomous_database):
1728
+ """
1729
+ Sets the time_deletion_of_free_autonomous_database of this AutonomousDwDatabase.
1730
+ The date and time the Always Free database will be automatically deleted because of inactivity. If the database is in the STOPPED state and without activity until this time, it will be deleted.
1731
+
1732
+
1733
+ :param time_deletion_of_free_autonomous_database: The time_deletion_of_free_autonomous_database of this AutonomousDwDatabase.
1734
+ :type: datetime
1735
+ """
1736
+ self._time_deletion_of_free_autonomous_database = time_deletion_of_free_autonomous_database
1737
+
1738
+ @property
1739
+ def backup_config(self):
1740
+ """
1741
+ Gets the backup_config of this AutonomousDwDatabase.
1742
+
1743
+ :return: The backup_config of this AutonomousDwDatabase.
1744
+ :rtype: oci.database.models.AutonomousDatabaseBackupConfig
1745
+ """
1746
+ return self._backup_config
1747
+
1748
+ @backup_config.setter
1749
+ def backup_config(self, backup_config):
1750
+ """
1751
+ Sets the backup_config of this AutonomousDwDatabase.
1752
+
1753
+ :param backup_config: The backup_config of this AutonomousDwDatabase.
1754
+ :type: oci.database.models.AutonomousDatabaseBackupConfig
1755
+ """
1756
+ self._backup_config = backup_config
1757
+
1758
+ @property
1759
+ def key_history_entry(self):
1760
+ """
1761
+ Gets the key_history_entry of this AutonomousDwDatabase.
1762
+ Key History Entry.
1763
+
1764
+
1765
+ :return: The key_history_entry of this AutonomousDwDatabase.
1766
+ :rtype: list[oci.database.models.AutonomousDatabaseKeyHistoryEntry]
1767
+ """
1768
+ return self._key_history_entry
1769
+
1770
+ @key_history_entry.setter
1771
+ def key_history_entry(self, key_history_entry):
1772
+ """
1773
+ Sets the key_history_entry of this AutonomousDwDatabase.
1774
+ Key History Entry.
1775
+
1776
+
1777
+ :param key_history_entry: The key_history_entry of this AutonomousDwDatabase.
1778
+ :type: list[oci.database.models.AutonomousDatabaseKeyHistoryEntry]
1779
+ """
1780
+ self._key_history_entry = key_history_entry
1781
+
1782
+ @property
1783
+ def encryption_key_history_entry(self):
1784
+ """
1785
+ Gets the encryption_key_history_entry of this AutonomousDwDatabase.
1786
+ Key History Entry.
1787
+
1788
+
1789
+ :return: The encryption_key_history_entry of this AutonomousDwDatabase.
1790
+ :rtype: list[oci.database.models.AutonomousDatabaseEncryptionKeyHistoryEntry]
1791
+ """
1792
+ return self._encryption_key_history_entry
1793
+
1794
+ @encryption_key_history_entry.setter
1795
+ def encryption_key_history_entry(self, encryption_key_history_entry):
1796
+ """
1797
+ Sets the encryption_key_history_entry of this AutonomousDwDatabase.
1798
+ Key History Entry.
1799
+
1800
+
1801
+ :param encryption_key_history_entry: The encryption_key_history_entry of this AutonomousDwDatabase.
1802
+ :type: list[oci.database.models.AutonomousDatabaseEncryptionKeyHistoryEntry]
1803
+ """
1804
+ self._encryption_key_history_entry = encryption_key_history_entry
1805
+
1806
+ @property
1807
+ def cpu_core_count(self):
1808
+ """
1809
+ Gets the cpu_core_count of this AutonomousDwDatabase.
1810
+ The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See `Characteristics of Infrastructure Shapes`__ for shape details.
1811
+
1812
+ **Note:** This parameter cannot be used with the `ocpuCount` parameter.
1813
+
1814
+ __ https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1
1815
+
1816
+
1817
+ :return: The cpu_core_count of this AutonomousDwDatabase.
1818
+ :rtype: int
1819
+ """
1820
+ return self._cpu_core_count
1821
+
1822
+ @cpu_core_count.setter
1823
+ def cpu_core_count(self, cpu_core_count):
1824
+ """
1825
+ Sets the cpu_core_count of this AutonomousDwDatabase.
1826
+ The number of CPU cores to be made available to the database. When the ECPU is selected, the value for cpuCoreCount is 0. For Autonomous Database on Dedicated Exadata infrastructure, the maximum number of cores is determined by the infrastructure shape. See `Characteristics of Infrastructure Shapes`__ for shape details.
1827
+
1828
+ **Note:** This parameter cannot be used with the `ocpuCount` parameter.
1829
+
1830
+ __ https://www.oracle.com/pls/topic/lookup?ctx=en/cloud/paas/autonomous-database&id=ATPFG-GUID-B0F033C1-CC5A-42F0-B2E7-3CECFEDA1FD1
1831
+
1832
+
1833
+ :param cpu_core_count: The cpu_core_count of this AutonomousDwDatabase.
1834
+ :type: int
1835
+ """
1836
+ self._cpu_core_count = cpu_core_count
1837
+
1838
+ @property
1839
+ def local_adg_auto_failover_max_data_loss_limit(self):
1840
+ """
1841
+ Gets the local_adg_auto_failover_max_data_loss_limit of this AutonomousDwDatabase.
1842
+ Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
1843
+
1844
+
1845
+ :return: The local_adg_auto_failover_max_data_loss_limit of this AutonomousDwDatabase.
1846
+ :rtype: int
1847
+ """
1848
+ return self._local_adg_auto_failover_max_data_loss_limit
1849
+
1850
+ @local_adg_auto_failover_max_data_loss_limit.setter
1851
+ def local_adg_auto_failover_max_data_loss_limit(self, local_adg_auto_failover_max_data_loss_limit):
1852
+ """
1853
+ Sets the local_adg_auto_failover_max_data_loss_limit of this AutonomousDwDatabase.
1854
+ Parameter that allows users to select an acceptable maximum data loss limit in seconds, up to which Automatic Failover will be triggered when necessary for a Local Autonomous Data Guard
1855
+
1856
+
1857
+ :param local_adg_auto_failover_max_data_loss_limit: The local_adg_auto_failover_max_data_loss_limit of this AutonomousDwDatabase.
1858
+ :type: int
1859
+ """
1860
+ self._local_adg_auto_failover_max_data_loss_limit = local_adg_auto_failover_max_data_loss_limit
1861
+
1862
+ @property
1863
+ def compute_model(self):
1864
+ """
1865
+ Gets the compute_model of this AutonomousDwDatabase.
1866
+ The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
1867
+
1868
+ Allowed values for this property are: "ECPU", "OCPU"
1869
+
1870
+
1871
+ :return: The compute_model of this AutonomousDwDatabase.
1872
+ :rtype: str
1873
+ """
1874
+ return self._compute_model
1875
+
1876
+ @compute_model.setter
1877
+ def compute_model(self, compute_model):
1878
+ """
1879
+ Sets the compute_model of this AutonomousDwDatabase.
1880
+ The compute model of the Autonomous Database. This is required if using the `computeCount` parameter. If using `cpuCoreCount` then it is an error to specify `computeModel` to a non-null value. ECPU compute model is the recommended model and OCPU compute model is legacy.
1881
+
1882
+
1883
+ :param compute_model: The compute_model of this AutonomousDwDatabase.
1884
+ :type: str
1885
+ """
1886
+ allowed_values = ["ECPU", "OCPU"]
1887
+ if not value_allowed_none_or_none_sentinel(compute_model, allowed_values):
1888
+ raise ValueError(
1889
+ f"Invalid value for `compute_model`, must be None or one of {allowed_values}"
1890
+ )
1891
+ self._compute_model = compute_model
1892
+
1893
+ @property
1894
+ def compute_count(self):
1895
+ """
1896
+ Gets the compute_count of this AutonomousDwDatabase.
1897
+ The compute amount (CPUs) available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
1898
+ The 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
1899
+
1900
+
1901
+ :return: The compute_count of this AutonomousDwDatabase.
1902
+ :rtype: float
1903
+ """
1904
+ return self._compute_count
1905
+
1906
+ @compute_count.setter
1907
+ def compute_count(self, compute_count):
1908
+ """
1909
+ Sets the compute_count of this AutonomousDwDatabase.
1910
+ The compute amount (CPUs) available to the database. Minimum and maximum values depend on the compute model and whether the database is an Autonomous Database Serverless instance or an Autonomous Database on Dedicated Exadata Infrastructure.
1911
+ The 'ECPU' compute model requires a minimum value of one, for databases in the elastic resource pool and minimum value of two, otherwise. Required when using the `computeModel` parameter. When using `cpuCoreCount` parameter, it is an error to specify computeCount to a non-null value. Providing `computeModel` and `computeCount` is the preferred method for both OCPU and ECPU.
1912
+
1913
+
1914
+ :param compute_count: The compute_count of this AutonomousDwDatabase.
1915
+ :type: float
1916
+ """
1917
+ self._compute_count = compute_count
1918
+
1919
+ @property
1920
+ def backup_retention_period_in_days(self):
1921
+ """
1922
+ Gets the backup_retention_period_in_days of this AutonomousDwDatabase.
1923
+ Retention period, in days, for long-term backups
1924
+
1925
+
1926
+ :return: The backup_retention_period_in_days of this AutonomousDwDatabase.
1927
+ :rtype: int
1928
+ """
1929
+ return self._backup_retention_period_in_days
1930
+
1931
+ @backup_retention_period_in_days.setter
1932
+ def backup_retention_period_in_days(self, backup_retention_period_in_days):
1933
+ """
1934
+ Sets the backup_retention_period_in_days of this AutonomousDwDatabase.
1935
+ Retention period, in days, for long-term backups
1936
+
1937
+
1938
+ :param backup_retention_period_in_days: The backup_retention_period_in_days of this AutonomousDwDatabase.
1939
+ :type: int
1940
+ """
1941
+ self._backup_retention_period_in_days = backup_retention_period_in_days
1942
+
1943
+ @property
1944
+ def total_backup_storage_size_in_gbs(self):
1945
+ """
1946
+ Gets the total_backup_storage_size_in_gbs of this AutonomousDwDatabase.
1947
+ The backup storage to the database.
1948
+
1949
+
1950
+ :return: The total_backup_storage_size_in_gbs of this AutonomousDwDatabase.
1951
+ :rtype: float
1952
+ """
1953
+ return self._total_backup_storage_size_in_gbs
1954
+
1955
+ @total_backup_storage_size_in_gbs.setter
1956
+ def total_backup_storage_size_in_gbs(self, total_backup_storage_size_in_gbs):
1957
+ """
1958
+ Sets the total_backup_storage_size_in_gbs of this AutonomousDwDatabase.
1959
+ The backup storage to the database.
1960
+
1961
+
1962
+ :param total_backup_storage_size_in_gbs: The total_backup_storage_size_in_gbs of this AutonomousDwDatabase.
1963
+ :type: float
1964
+ """
1965
+ self._total_backup_storage_size_in_gbs = total_backup_storage_size_in_gbs
1966
+
1967
+ @property
1968
+ def ocpu_count(self):
1969
+ """
1970
+ Gets the ocpu_count of this AutonomousDwDatabase.
1971
+ The number of OCPU cores to be made available to the database.
1972
+
1973
+ The following points apply:
1974
+ - For Autonomous Databases on Dedicated Exadata Infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
1975
+ - To provision cores, enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both serverless and dedicated Exadata infrastructure.
1976
+ - For Autonomous Database Serverless instances, this parameter is not used.
1977
+
1978
+ For Autonomous Databases on Dedicated Exadata Infrastructure, the maximum number of cores is determined by the infrastructure shape. See `Characteristics of Infrastructure Shapes`__ for shape details.
1979
+
1980
+ **Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
1981
+
1982
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbde/index.html
1983
+
1984
+
1985
+ :return: The ocpu_count of this AutonomousDwDatabase.
1986
+ :rtype: float
1987
+ """
1988
+ return self._ocpu_count
1989
+
1990
+ @ocpu_count.setter
1991
+ def ocpu_count(self, ocpu_count):
1992
+ """
1993
+ Sets the ocpu_count of this AutonomousDwDatabase.
1994
+ The number of OCPU cores to be made available to the database.
1995
+
1996
+ The following points apply:
1997
+ - For Autonomous Databases on Dedicated Exadata Infrastructure, to provision less than 1 core, enter a fractional value in an increment of 0.1. For example, you can provision 0.3 or 0.4 cores, but not 0.35 cores. (Note that fractional OCPU values are not supported for Autonomous Database Serverless instances.)
1998
+ - To provision cores, enter an integer between 1 and the maximum number of cores available for the infrastructure shape. For example, you can provision 2 cores or 3 cores, but not 2.5 cores. This applies to Autonomous Databases on both serverless and dedicated Exadata infrastructure.
1999
+ - For Autonomous Database Serverless instances, this parameter is not used.
2000
+
2001
+ For Autonomous Databases on Dedicated Exadata Infrastructure, the maximum number of cores is determined by the infrastructure shape. See `Characteristics of Infrastructure Shapes`__ for shape details.
2002
+
2003
+ **Note:** This parameter cannot be used with the `cpuCoreCount` parameter.
2004
+
2005
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/dedicated/adbde/index.html
2006
+
2007
+
2008
+ :param ocpu_count: The ocpu_count of this AutonomousDwDatabase.
2009
+ :type: float
2010
+ """
2011
+ self._ocpu_count = ocpu_count
2012
+
2013
+ @property
2014
+ def provisionable_cpus(self):
2015
+ """
2016
+ Gets the provisionable_cpus of this AutonomousDwDatabase.
2017
+ An array of CPU values that an Autonomous Database can be scaled to.
2018
+
2019
+
2020
+ :return: The provisionable_cpus of this AutonomousDwDatabase.
2021
+ :rtype: list[float]
2022
+ """
2023
+ return self._provisionable_cpus
2024
+
2025
+ @provisionable_cpus.setter
2026
+ def provisionable_cpus(self, provisionable_cpus):
2027
+ """
2028
+ Sets the provisionable_cpus of this AutonomousDwDatabase.
2029
+ An array of CPU values that an Autonomous Database can be scaled to.
2030
+
2031
+
2032
+ :param provisionable_cpus: The provisionable_cpus of this AutonomousDwDatabase.
2033
+ :type: list[float]
2034
+ """
2035
+ self._provisionable_cpus = provisionable_cpus
2036
+
2037
+ @property
2038
+ def data_storage_size_in_tbs(self):
2039
+ """
2040
+ **[Required]** Gets the data_storage_size_in_tbs of this AutonomousDwDatabase.
2041
+ The quantity of data in the database, in terabytes.
2042
+
2043
+ The following points apply to Autonomous Databases on Serverless Infrastructure:
2044
+ - This is an integer field whose value remains null when the data size is in GBs and cannot be converted to TBs (by dividing the GB value by 1024) without rounding error.
2045
+ - To get the exact value of data storage size without rounding error, please see `dataStorageSizeInGBs` of Autonomous Database.
2046
+
2047
+
2048
+ :return: The data_storage_size_in_tbs of this AutonomousDwDatabase.
2049
+ :rtype: int
2050
+ """
2051
+ return self._data_storage_size_in_tbs
2052
+
2053
+ @data_storage_size_in_tbs.setter
2054
+ def data_storage_size_in_tbs(self, data_storage_size_in_tbs):
2055
+ """
2056
+ Sets the data_storage_size_in_tbs of this AutonomousDwDatabase.
2057
+ The quantity of data in the database, in terabytes.
2058
+
2059
+ The following points apply to Autonomous Databases on Serverless Infrastructure:
2060
+ - This is an integer field whose value remains null when the data size is in GBs and cannot be converted to TBs (by dividing the GB value by 1024) without rounding error.
2061
+ - To get the exact value of data storage size without rounding error, please see `dataStorageSizeInGBs` of Autonomous Database.
2062
+
2063
+
2064
+ :param data_storage_size_in_tbs: The data_storage_size_in_tbs of this AutonomousDwDatabase.
2065
+ :type: int
2066
+ """
2067
+ self._data_storage_size_in_tbs = data_storage_size_in_tbs
2068
+
2069
+ @property
2070
+ def memory_per_oracle_compute_unit_in_gbs(self):
2071
+ """
2072
+ Gets the memory_per_oracle_compute_unit_in_gbs of this AutonomousDwDatabase.
2073
+ The amount of memory (in GBs) enabled per ECPU or OCPU.
2074
+
2075
+
2076
+ :return: The memory_per_oracle_compute_unit_in_gbs of this AutonomousDwDatabase.
2077
+ :rtype: int
2078
+ """
2079
+ return self._memory_per_oracle_compute_unit_in_gbs
2080
+
2081
+ @memory_per_oracle_compute_unit_in_gbs.setter
2082
+ def memory_per_oracle_compute_unit_in_gbs(self, memory_per_oracle_compute_unit_in_gbs):
2083
+ """
2084
+ Sets the memory_per_oracle_compute_unit_in_gbs of this AutonomousDwDatabase.
2085
+ The amount of memory (in GBs) enabled per ECPU or OCPU.
2086
+
2087
+
2088
+ :param memory_per_oracle_compute_unit_in_gbs: The memory_per_oracle_compute_unit_in_gbs of this AutonomousDwDatabase.
2089
+ :type: int
2090
+ """
2091
+ self._memory_per_oracle_compute_unit_in_gbs = memory_per_oracle_compute_unit_in_gbs
2092
+
2093
+ @property
2094
+ def data_storage_size_in_gbs(self):
2095
+ """
2096
+ Gets the data_storage_size_in_gbs of this AutonomousDwDatabase.
2097
+ The quantity of data in the database, in gigabytes.
2098
+
2099
+ For Autonomous Transaction Processing databases using ECPUs on Serverless Infrastructure, this value is always populated. In all the other cases, this value will be null and `dataStorageSizeInTBs` will be populated instead.
2100
+
2101
+
2102
+ :return: The data_storage_size_in_gbs of this AutonomousDwDatabase.
2103
+ :rtype: int
2104
+ """
2105
+ return self._data_storage_size_in_gbs
2106
+
2107
+ @data_storage_size_in_gbs.setter
2108
+ def data_storage_size_in_gbs(self, data_storage_size_in_gbs):
2109
+ """
2110
+ Sets the data_storage_size_in_gbs of this AutonomousDwDatabase.
2111
+ The quantity of data in the database, in gigabytes.
2112
+
2113
+ For Autonomous Transaction Processing databases using ECPUs on Serverless Infrastructure, this value is always populated. In all the other cases, this value will be null and `dataStorageSizeInTBs` will be populated instead.
2114
+
2115
+
2116
+ :param data_storage_size_in_gbs: The data_storage_size_in_gbs of this AutonomousDwDatabase.
2117
+ :type: int
2118
+ """
2119
+ self._data_storage_size_in_gbs = data_storage_size_in_gbs
2120
+
2121
+ @property
2122
+ def used_data_storage_size_in_gbs(self):
2123
+ """
2124
+ Gets the used_data_storage_size_in_gbs of this AutonomousDwDatabase.
2125
+ The storage space consumed by Autonomous Database in GBs.
2126
+
2127
+
2128
+ :return: The used_data_storage_size_in_gbs of this AutonomousDwDatabase.
2129
+ :rtype: int
2130
+ """
2131
+ return self._used_data_storage_size_in_gbs
2132
+
2133
+ @used_data_storage_size_in_gbs.setter
2134
+ def used_data_storage_size_in_gbs(self, used_data_storage_size_in_gbs):
2135
+ """
2136
+ Sets the used_data_storage_size_in_gbs of this AutonomousDwDatabase.
2137
+ The storage space consumed by Autonomous Database in GBs.
2138
+
2139
+
2140
+ :param used_data_storage_size_in_gbs: The used_data_storage_size_in_gbs of this AutonomousDwDatabase.
2141
+ :type: int
2142
+ """
2143
+ self._used_data_storage_size_in_gbs = used_data_storage_size_in_gbs
2144
+
2145
+ @property
2146
+ def infrastructure_type(self):
2147
+ """
2148
+ Gets the infrastructure_type of this AutonomousDwDatabase.
2149
+ The infrastructure type this resource belongs to.
2150
+
2151
+ Allowed values for this property are: "CLOUD", "CLOUD_AT_CUSTOMER"
2152
+
2153
+
2154
+ :return: The infrastructure_type of this AutonomousDwDatabase.
2155
+ :rtype: str
2156
+ """
2157
+ return self._infrastructure_type
2158
+
2159
+ @infrastructure_type.setter
2160
+ def infrastructure_type(self, infrastructure_type):
2161
+ """
2162
+ Sets the infrastructure_type of this AutonomousDwDatabase.
2163
+ The infrastructure type this resource belongs to.
2164
+
2165
+
2166
+ :param infrastructure_type: The infrastructure_type of this AutonomousDwDatabase.
2167
+ :type: str
2168
+ """
2169
+ allowed_values = ["CLOUD", "CLOUD_AT_CUSTOMER"]
2170
+ if not value_allowed_none_or_none_sentinel(infrastructure_type, allowed_values):
2171
+ raise ValueError(
2172
+ f"Invalid value for `infrastructure_type`, must be None or one of {allowed_values}"
2173
+ )
2174
+ self._infrastructure_type = infrastructure_type
2175
+
2176
+ @property
2177
+ def is_dedicated(self):
2178
+ """
2179
+ Gets the is_dedicated of this AutonomousDwDatabase.
2180
+ True if the database uses `dedicated Exadata infrastructure`__.
2181
+
2182
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2183
+
2184
+
2185
+ :return: The is_dedicated of this AutonomousDwDatabase.
2186
+ :rtype: bool
2187
+ """
2188
+ return self._is_dedicated
2189
+
2190
+ @is_dedicated.setter
2191
+ def is_dedicated(self, is_dedicated):
2192
+ """
2193
+ Sets the is_dedicated of this AutonomousDwDatabase.
2194
+ True if the database uses `dedicated Exadata infrastructure`__.
2195
+
2196
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2197
+
2198
+
2199
+ :param is_dedicated: The is_dedicated of this AutonomousDwDatabase.
2200
+ :type: bool
2201
+ """
2202
+ self._is_dedicated = is_dedicated
2203
+
2204
+ @property
2205
+ def autonomous_container_database_id(self):
2206
+ """
2207
+ Gets the autonomous_container_database_id of this AutonomousDwDatabase.
2208
+ The Autonomous Container Database `OCID`__. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
2209
+
2210
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2211
+
2212
+
2213
+ :return: The autonomous_container_database_id of this AutonomousDwDatabase.
2214
+ :rtype: str
2215
+ """
2216
+ return self._autonomous_container_database_id
2217
+
2218
+ @autonomous_container_database_id.setter
2219
+ def autonomous_container_database_id(self, autonomous_container_database_id):
2220
+ """
2221
+ Sets the autonomous_container_database_id of this AutonomousDwDatabase.
2222
+ The Autonomous Container Database `OCID`__. Used only by Autonomous Database on Dedicated Exadata Infrastructure.
2223
+
2224
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2225
+
2226
+
2227
+ :param autonomous_container_database_id: The autonomous_container_database_id of this AutonomousDwDatabase.
2228
+ :type: str
2229
+ """
2230
+ self._autonomous_container_database_id = autonomous_container_database_id
2231
+
2232
+ @property
2233
+ def is_backup_retention_locked(self):
2234
+ """
2235
+ Gets the is_backup_retention_locked of this AutonomousDwDatabase.
2236
+ Indicates if the Autonomous Database is backup retention locked.
2237
+
2238
+
2239
+ :return: The is_backup_retention_locked of this AutonomousDwDatabase.
2240
+ :rtype: bool
2241
+ """
2242
+ return self._is_backup_retention_locked
2243
+
2244
+ @is_backup_retention_locked.setter
2245
+ def is_backup_retention_locked(self, is_backup_retention_locked):
2246
+ """
2247
+ Sets the is_backup_retention_locked of this AutonomousDwDatabase.
2248
+ Indicates if the Autonomous Database is backup retention locked.
2249
+
2250
+
2251
+ :param is_backup_retention_locked: The is_backup_retention_locked of this AutonomousDwDatabase.
2252
+ :type: bool
2253
+ """
2254
+ self._is_backup_retention_locked = is_backup_retention_locked
2255
+
2256
+ @property
2257
+ def time_undeleted(self):
2258
+ """
2259
+ Gets the time_undeleted of this AutonomousDwDatabase.
2260
+ The date and time the Autonomous Database was most recently undeleted.
2261
+
2262
+
2263
+ :return: The time_undeleted of this AutonomousDwDatabase.
2264
+ :rtype: datetime
2265
+ """
2266
+ return self._time_undeleted
2267
+
2268
+ @time_undeleted.setter
2269
+ def time_undeleted(self, time_undeleted):
2270
+ """
2271
+ Sets the time_undeleted of this AutonomousDwDatabase.
2272
+ The date and time the Autonomous Database was most recently undeleted.
2273
+
2274
+
2275
+ :param time_undeleted: The time_undeleted of this AutonomousDwDatabase.
2276
+ :type: datetime
2277
+ """
2278
+ self._time_undeleted = time_undeleted
2279
+
2280
+ @property
2281
+ def time_created(self):
2282
+ """
2283
+ Gets the time_created of this AutonomousDwDatabase.
2284
+ The date and time the Autonomous Database was created.
2285
+
2286
+
2287
+ :return: The time_created of this AutonomousDwDatabase.
2288
+ :rtype: datetime
2289
+ """
2290
+ return self._time_created
2291
+
2292
+ @time_created.setter
2293
+ def time_created(self, time_created):
2294
+ """
2295
+ Sets the time_created of this AutonomousDwDatabase.
2296
+ The date and time the Autonomous Database was created.
2297
+
2298
+
2299
+ :param time_created: The time_created of this AutonomousDwDatabase.
2300
+ :type: datetime
2301
+ """
2302
+ self._time_created = time_created
2303
+
2304
+ @property
2305
+ def display_name(self):
2306
+ """
2307
+ Gets the display_name of this AutonomousDwDatabase.
2308
+ The user-friendly name for the Autonomous Database. The name does not have to be unique.
2309
+
2310
+
2311
+ :return: The display_name of this AutonomousDwDatabase.
2312
+ :rtype: str
2313
+ """
2314
+ return self._display_name
2315
+
2316
+ @display_name.setter
2317
+ def display_name(self, display_name):
2318
+ """
2319
+ Sets the display_name of this AutonomousDwDatabase.
2320
+ The user-friendly name for the Autonomous Database. The name does not have to be unique.
2321
+
2322
+
2323
+ :param display_name: The display_name of this AutonomousDwDatabase.
2324
+ :type: str
2325
+ """
2326
+ self._display_name = display_name
2327
+
2328
+ @property
2329
+ def service_console_url(self):
2330
+ """
2331
+ Gets the service_console_url of this AutonomousDwDatabase.
2332
+ The URL of the Service Console for the Autonomous Database.
2333
+
2334
+
2335
+ :return: The service_console_url of this AutonomousDwDatabase.
2336
+ :rtype: str
2337
+ """
2338
+ return self._service_console_url
2339
+
2340
+ @service_console_url.setter
2341
+ def service_console_url(self, service_console_url):
2342
+ """
2343
+ Sets the service_console_url of this AutonomousDwDatabase.
2344
+ The URL of the Service Console for the Autonomous Database.
2345
+
2346
+
2347
+ :param service_console_url: The service_console_url of this AutonomousDwDatabase.
2348
+ :type: str
2349
+ """
2350
+ self._service_console_url = service_console_url
2351
+
2352
+ @property
2353
+ def connection_strings(self):
2354
+ """
2355
+ Gets the connection_strings of this AutonomousDwDatabase.
2356
+ The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
2357
+
2358
+
2359
+ :return: The connection_strings of this AutonomousDwDatabase.
2360
+ :rtype: oci.database.models.AutonomousDatabaseConnectionStrings
2361
+ """
2362
+ return self._connection_strings
2363
+
2364
+ @connection_strings.setter
2365
+ def connection_strings(self, connection_strings):
2366
+ """
2367
+ Sets the connection_strings of this AutonomousDwDatabase.
2368
+ The connection string used to connect to the Autonomous Database. The username for the Service Console is ADMIN. Use the password you entered when creating the Autonomous Database for the password value.
2369
+
2370
+
2371
+ :param connection_strings: The connection_strings of this AutonomousDwDatabase.
2372
+ :type: oci.database.models.AutonomousDatabaseConnectionStrings
2373
+ """
2374
+ self._connection_strings = connection_strings
2375
+
2376
+ @property
2377
+ def connection_urls(self):
2378
+ """
2379
+ Gets the connection_urls of this AutonomousDwDatabase.
2380
+
2381
+ :return: The connection_urls of this AutonomousDwDatabase.
2382
+ :rtype: oci.database.models.AutonomousDatabaseConnectionUrls
2383
+ """
2384
+ return self._connection_urls
2385
+
2386
+ @connection_urls.setter
2387
+ def connection_urls(self, connection_urls):
2388
+ """
2389
+ Sets the connection_urls of this AutonomousDwDatabase.
2390
+
2391
+ :param connection_urls: The connection_urls of this AutonomousDwDatabase.
2392
+ :type: oci.database.models.AutonomousDatabaseConnectionUrls
2393
+ """
2394
+ self._connection_urls = connection_urls
2395
+
2396
+ @property
2397
+ def public_connection_urls(self):
2398
+ """
2399
+ Gets the public_connection_urls of this AutonomousDwDatabase.
2400
+ The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
2401
+
2402
+
2403
+ :return: The public_connection_urls of this AutonomousDwDatabase.
2404
+ :rtype: oci.database.models.AutonomousDatabaseConnectionUrls
2405
+ """
2406
+ return self._public_connection_urls
2407
+
2408
+ @public_connection_urls.setter
2409
+ def public_connection_urls(self, public_connection_urls):
2410
+ """
2411
+ Sets the public_connection_urls of this AutonomousDwDatabase.
2412
+ The Public URLs of Private Endpoint database for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.
2413
+
2414
+
2415
+ :param public_connection_urls: The public_connection_urls of this AutonomousDwDatabase.
2416
+ :type: oci.database.models.AutonomousDatabaseConnectionUrls
2417
+ """
2418
+ self._public_connection_urls = public_connection_urls
2419
+
2420
+ @property
2421
+ def license_model(self):
2422
+ """
2423
+ Gets the license_model of this AutonomousDwDatabase.
2424
+ The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud.
2425
+ License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service.
2426
+ Note that when provisioning an `Autonomous Database on dedicated Exadata infrastructure`__, this attribute must be null. It is already set at the
2427
+ Autonomous Exadata Infrastructure level. When provisioning an `Autonomous Database Serverless]`__ database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
2428
+
2429
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
2430
+
2431
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2432
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2433
+
2434
+ Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE"
2435
+
2436
+
2437
+ :return: The license_model of this AutonomousDwDatabase.
2438
+ :rtype: str
2439
+ """
2440
+ return self._license_model
2441
+
2442
+ @license_model.setter
2443
+ def license_model(self, license_model):
2444
+ """
2445
+ Sets the license_model of this AutonomousDwDatabase.
2446
+ The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle services in the cloud.
2447
+ License Included allows you to subscribe to new Oracle Database software licenses and the Oracle Database service.
2448
+ Note that when provisioning an `Autonomous Database on dedicated Exadata infrastructure`__, this attribute must be null. It is already set at the
2449
+ Autonomous Exadata Infrastructure level. When provisioning an `Autonomous Database Serverless]`__ database, if a value is not specified, the system defaults the value to `BRING_YOUR_OWN_LICENSE`. Bring your own license (BYOL) also allows you to select the DB edition using the optional parameter.
2450
+
2451
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, dataStorageSizeInTBs, adminPassword, isMTLSConnectionRequired, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
2452
+
2453
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2454
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2455
+
2456
+
2457
+ :param license_model: The license_model of this AutonomousDwDatabase.
2458
+ :type: str
2459
+ """
2460
+ allowed_values = ["LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE"]
2461
+ if not value_allowed_none_or_none_sentinel(license_model, allowed_values):
2462
+ raise ValueError(
2463
+ f"Invalid value for `license_model`, must be None or one of {allowed_values}"
2464
+ )
2465
+ self._license_model = license_model
2466
+
2467
+ @property
2468
+ def byol_compute_count_limit(self):
2469
+ """
2470
+ Gets the byol_compute_count_limit of this AutonomousDwDatabase.
2471
+ The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
2472
+
2473
+
2474
+ :return: The byol_compute_count_limit of this AutonomousDwDatabase.
2475
+ :rtype: float
2476
+ """
2477
+ return self._byol_compute_count_limit
2478
+
2479
+ @byol_compute_count_limit.setter
2480
+ def byol_compute_count_limit(self, byol_compute_count_limit):
2481
+ """
2482
+ Sets the byol_compute_count_limit of this AutonomousDwDatabase.
2483
+ The maximum number of CPUs allowed with a Bring Your Own License (BYOL), including those used for auto-scaling, disaster recovery, tools, etc. Any CPU usage above this limit is considered as License Included and billed.
2484
+
2485
+
2486
+ :param byol_compute_count_limit: The byol_compute_count_limit of this AutonomousDwDatabase.
2487
+ :type: float
2488
+ """
2489
+ self._byol_compute_count_limit = byol_compute_count_limit
2490
+
2491
+ @property
2492
+ def used_data_storage_size_in_tbs(self):
2493
+ """
2494
+ Gets the used_data_storage_size_in_tbs of this AutonomousDwDatabase.
2495
+ The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
2496
+
2497
+
2498
+ :return: The used_data_storage_size_in_tbs of this AutonomousDwDatabase.
2499
+ :rtype: int
2500
+ """
2501
+ return self._used_data_storage_size_in_tbs
2502
+
2503
+ @used_data_storage_size_in_tbs.setter
2504
+ def used_data_storage_size_in_tbs(self, used_data_storage_size_in_tbs):
2505
+ """
2506
+ Sets the used_data_storage_size_in_tbs of this AutonomousDwDatabase.
2507
+ The amount of storage that has been used for Autonomous Databases in dedicated infrastructure, in terabytes.
2508
+
2509
+
2510
+ :param used_data_storage_size_in_tbs: The used_data_storage_size_in_tbs of this AutonomousDwDatabase.
2511
+ :type: int
2512
+ """
2513
+ self._used_data_storage_size_in_tbs = used_data_storage_size_in_tbs
2514
+
2515
+ @property
2516
+ def freeform_tags(self):
2517
+ """
2518
+ Gets the freeform_tags of this AutonomousDwDatabase.
2519
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
2520
+ For more information, see `Resource Tags`__.
2521
+
2522
+ Example: `{\"Department\": \"Finance\"}`
2523
+
2524
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
2525
+
2526
+
2527
+ :return: The freeform_tags of this AutonomousDwDatabase.
2528
+ :rtype: dict(str, str)
2529
+ """
2530
+ return self._freeform_tags
2531
+
2532
+ @freeform_tags.setter
2533
+ def freeform_tags(self, freeform_tags):
2534
+ """
2535
+ Sets the freeform_tags of this AutonomousDwDatabase.
2536
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
2537
+ For more information, see `Resource Tags`__.
2538
+
2539
+ Example: `{\"Department\": \"Finance\"}`
2540
+
2541
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
2542
+
2543
+
2544
+ :param freeform_tags: The freeform_tags of this AutonomousDwDatabase.
2545
+ :type: dict(str, str)
2546
+ """
2547
+ self._freeform_tags = freeform_tags
2548
+
2549
+ @property
2550
+ def defined_tags(self):
2551
+ """
2552
+ Gets the defined_tags of this AutonomousDwDatabase.
2553
+ Defined tags for this resource. Each key is predefined and scoped to a namespace.
2554
+ For more information, see `Resource Tags`__.
2555
+
2556
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
2557
+
2558
+
2559
+ :return: The defined_tags of this AutonomousDwDatabase.
2560
+ :rtype: dict(str, dict(str, object))
2561
+ """
2562
+ return self._defined_tags
2563
+
2564
+ @defined_tags.setter
2565
+ def defined_tags(self, defined_tags):
2566
+ """
2567
+ Sets the defined_tags of this AutonomousDwDatabase.
2568
+ Defined tags for this resource. Each key is predefined and scoped to a namespace.
2569
+ For more information, see `Resource Tags`__.
2570
+
2571
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
2572
+
2573
+
2574
+ :param defined_tags: The defined_tags of this AutonomousDwDatabase.
2575
+ :type: dict(str, dict(str, object))
2576
+ """
2577
+ self._defined_tags = defined_tags
2578
+
2579
+ @property
2580
+ def security_attributes(self):
2581
+ """
2582
+ Gets the security_attributes of this AutonomousDwDatabase.
2583
+ Security Attributes for this resource. Each key is predefined and scoped to a namespace.
2584
+ For more information, see `Resource Tags`__.
2585
+ Example: `{\"Oracle-ZPR\": {\"MaxEgressCount\": {\"value\": \"42\", \"mode\": \"audit\"}}}`
2586
+
2587
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm
2588
+
2589
+
2590
+ :return: The security_attributes of this AutonomousDwDatabase.
2591
+ :rtype: dict(str, dict(str, object))
2592
+ """
2593
+ return self._security_attributes
2594
+
2595
+ @security_attributes.setter
2596
+ def security_attributes(self, security_attributes):
2597
+ """
2598
+ Sets the security_attributes of this AutonomousDwDatabase.
2599
+ Security Attributes for this resource. Each key is predefined and scoped to a namespace.
2600
+ For more information, see `Resource Tags`__.
2601
+ Example: `{\"Oracle-ZPR\": {\"MaxEgressCount\": {\"value\": \"42\", \"mode\": \"audit\"}}}`
2602
+
2603
+ __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm
2604
+
2605
+
2606
+ :param security_attributes: The security_attributes of this AutonomousDwDatabase.
2607
+ :type: dict(str, dict(str, object))
2608
+ """
2609
+ self._security_attributes = security_attributes
2610
+
2611
+ @property
2612
+ def subnet_id(self):
2613
+ """
2614
+ Gets the subnet_id of this AutonomousDwDatabase.
2615
+ The `OCID`__ of the subnet the resource is associated with.
2616
+
2617
+ **Subnet Restrictions:**
2618
+ - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
2619
+ - For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
2620
+ - For Autonomous Database, setting this will disable public secure access to the database.
2621
+
2622
+ These subnets are used by the Oracle Clusterware private interconnect on the database instance.
2623
+ Specifying an overlapping subnet will cause the private interconnect to malfunction.
2624
+ This restriction applies to both the client subnet and the backup subnet.
2625
+
2626
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2627
+
2628
+
2629
+ :return: The subnet_id of this AutonomousDwDatabase.
2630
+ :rtype: str
2631
+ """
2632
+ return self._subnet_id
2633
+
2634
+ @subnet_id.setter
2635
+ def subnet_id(self, subnet_id):
2636
+ """
2637
+ Sets the subnet_id of this AutonomousDwDatabase.
2638
+ The `OCID`__ of the subnet the resource is associated with.
2639
+
2640
+ **Subnet Restrictions:**
2641
+ - For bare metal DB systems and for single node virtual machine DB systems, do not use a subnet that overlaps with 192.168.16.16/28.
2642
+ - For Exadata and virtual machine 2-node RAC systems, do not use a subnet that overlaps with 192.168.128.0/20.
2643
+ - For Autonomous Database, setting this will disable public secure access to the database.
2644
+
2645
+ These subnets are used by the Oracle Clusterware private interconnect on the database instance.
2646
+ Specifying an overlapping subnet will cause the private interconnect to malfunction.
2647
+ This restriction applies to both the client subnet and the backup subnet.
2648
+
2649
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2650
+
2651
+
2652
+ :param subnet_id: The subnet_id of this AutonomousDwDatabase.
2653
+ :type: str
2654
+ """
2655
+ self._subnet_id = subnet_id
2656
+
2657
+ @property
2658
+ def nsg_ids(self):
2659
+ """
2660
+ Gets the nsg_ids of this AutonomousDwDatabase.
2661
+ The list of `OCIDs`__ for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see `Security Rules`__.
2662
+ **NsgIds restrictions:**
2663
+ - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
2664
+
2665
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2666
+ __ https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm
2667
+
2668
+
2669
+ :return: The nsg_ids of this AutonomousDwDatabase.
2670
+ :rtype: list[str]
2671
+ """
2672
+ return self._nsg_ids
2673
+
2674
+ @nsg_ids.setter
2675
+ def nsg_ids(self, nsg_ids):
2676
+ """
2677
+ Sets the nsg_ids of this AutonomousDwDatabase.
2678
+ The list of `OCIDs`__ for the network security groups (NSGs) to which this resource belongs. Setting this to an empty list removes all resources from all NSGs. For more information about NSGs, see `Security Rules`__.
2679
+ **NsgIds restrictions:**
2680
+ - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
2681
+
2682
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
2683
+ __ https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm
2684
+
2685
+
2686
+ :param nsg_ids: The nsg_ids of this AutonomousDwDatabase.
2687
+ :type: list[str]
2688
+ """
2689
+ self._nsg_ids = nsg_ids
2690
+
2691
+ @property
2692
+ def private_endpoint(self):
2693
+ """
2694
+ Gets the private_endpoint of this AutonomousDwDatabase.
2695
+ The private endpoint for the resource.
2696
+
2697
+
2698
+ :return: The private_endpoint of this AutonomousDwDatabase.
2699
+ :rtype: str
2700
+ """
2701
+ return self._private_endpoint
2702
+
2703
+ @private_endpoint.setter
2704
+ def private_endpoint(self, private_endpoint):
2705
+ """
2706
+ Sets the private_endpoint of this AutonomousDwDatabase.
2707
+ The private endpoint for the resource.
2708
+
2709
+
2710
+ :param private_endpoint: The private_endpoint of this AutonomousDwDatabase.
2711
+ :type: str
2712
+ """
2713
+ self._private_endpoint = private_endpoint
2714
+
2715
+ @property
2716
+ def public_endpoint(self):
2717
+ """
2718
+ Gets the public_endpoint of this AutonomousDwDatabase.
2719
+ The public endpoint for the private endpoint enabled resource.
2720
+
2721
+
2722
+ :return: The public_endpoint of this AutonomousDwDatabase.
2723
+ :rtype: str
2724
+ """
2725
+ return self._public_endpoint
2726
+
2727
+ @public_endpoint.setter
2728
+ def public_endpoint(self, public_endpoint):
2729
+ """
2730
+ Sets the public_endpoint of this AutonomousDwDatabase.
2731
+ The public endpoint for the private endpoint enabled resource.
2732
+
2733
+
2734
+ :param public_endpoint: The public_endpoint of this AutonomousDwDatabase.
2735
+ :type: str
2736
+ """
2737
+ self._public_endpoint = public_endpoint
2738
+
2739
+ @property
2740
+ def private_endpoint_label(self):
2741
+ """
2742
+ Gets the private_endpoint_label of this AutonomousDwDatabase.
2743
+ The resource's private endpoint label.
2744
+ - Setting the endpoint label to a non-empty string creates a private endpoint database.
2745
+ - Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
2746
+ - Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
2747
+
2748
+ This setting cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
2749
+
2750
+
2751
+ :return: The private_endpoint_label of this AutonomousDwDatabase.
2752
+ :rtype: str
2753
+ """
2754
+ return self._private_endpoint_label
2755
+
2756
+ @private_endpoint_label.setter
2757
+ def private_endpoint_label(self, private_endpoint_label):
2758
+ """
2759
+ Sets the private_endpoint_label of this AutonomousDwDatabase.
2760
+ The resource's private endpoint label.
2761
+ - Setting the endpoint label to a non-empty string creates a private endpoint database.
2762
+ - Resetting the endpoint label to an empty string, after the creation of the private endpoint database, changes the private endpoint database to a public endpoint database.
2763
+ - Setting the endpoint label to a non-empty string value, updates to a new private endpoint database, when the database is disabled and re-enabled.
2764
+
2765
+ This setting cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
2766
+
2767
+
2768
+ :param private_endpoint_label: The private_endpoint_label of this AutonomousDwDatabase.
2769
+ :type: str
2770
+ """
2771
+ self._private_endpoint_label = private_endpoint_label
2772
+
2773
+ @property
2774
+ def private_endpoint_ip(self):
2775
+ """
2776
+ Gets the private_endpoint_ip of this AutonomousDwDatabase.
2777
+ The private endpoint Ip address for the resource.
2778
+
2779
+
2780
+ :return: The private_endpoint_ip of this AutonomousDwDatabase.
2781
+ :rtype: str
2782
+ """
2783
+ return self._private_endpoint_ip
2784
+
2785
+ @private_endpoint_ip.setter
2786
+ def private_endpoint_ip(self, private_endpoint_ip):
2787
+ """
2788
+ Sets the private_endpoint_ip of this AutonomousDwDatabase.
2789
+ The private endpoint Ip address for the resource.
2790
+
2791
+
2792
+ :param private_endpoint_ip: The private_endpoint_ip of this AutonomousDwDatabase.
2793
+ :type: str
2794
+ """
2795
+ self._private_endpoint_ip = private_endpoint_ip
2796
+
2797
+ @property
2798
+ def db_version(self):
2799
+ """
2800
+ Gets the db_version of this AutonomousDwDatabase.
2801
+ A valid Oracle Database version for Autonomous Database.
2802
+
2803
+
2804
+ :return: The db_version of this AutonomousDwDatabase.
2805
+ :rtype: str
2806
+ """
2807
+ return self._db_version
2808
+
2809
+ @db_version.setter
2810
+ def db_version(self, db_version):
2811
+ """
2812
+ Sets the db_version of this AutonomousDwDatabase.
2813
+ A valid Oracle Database version for Autonomous Database.
2814
+
2815
+
2816
+ :param db_version: The db_version of this AutonomousDwDatabase.
2817
+ :type: str
2818
+ """
2819
+ self._db_version = db_version
2820
+
2821
+ @property
2822
+ def is_preview(self):
2823
+ """
2824
+ Gets the is_preview of this AutonomousDwDatabase.
2825
+ Indicates if the Autonomous Database version is a preview version.
2826
+
2827
+
2828
+ :return: The is_preview of this AutonomousDwDatabase.
2829
+ :rtype: bool
2830
+ """
2831
+ return self._is_preview
2832
+
2833
+ @is_preview.setter
2834
+ def is_preview(self, is_preview):
2835
+ """
2836
+ Sets the is_preview of this AutonomousDwDatabase.
2837
+ Indicates if the Autonomous Database version is a preview version.
2838
+
2839
+
2840
+ :param is_preview: The is_preview of this AutonomousDwDatabase.
2841
+ :type: bool
2842
+ """
2843
+ self._is_preview = is_preview
2844
+
2845
+ @property
2846
+ def db_workload(self):
2847
+ """
2848
+ Gets the db_workload of this AutonomousDwDatabase.
2849
+ The Autonomous Database workload type. The following values are valid:
2850
+
2851
+ - OLTP - indicates an Autonomous Transaction Processing database
2852
+ - DW - indicates an Autonomous Data Warehouse database
2853
+ - AJD - indicates an Autonomous JSON Database
2854
+ - APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
2855
+
2856
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
2857
+
2858
+ Allowed values for this property are: "OLTP", "DW", "AJD", "APEX"
2859
+
2860
+
2861
+ :return: The db_workload of this AutonomousDwDatabase.
2862
+ :rtype: str
2863
+ """
2864
+ return self._db_workload
2865
+
2866
+ @db_workload.setter
2867
+ def db_workload(self, db_workload):
2868
+ """
2869
+ Sets the db_workload of this AutonomousDwDatabase.
2870
+ The Autonomous Database workload type. The following values are valid:
2871
+
2872
+ - OLTP - indicates an Autonomous Transaction Processing database
2873
+ - DW - indicates an Autonomous Data Warehouse database
2874
+ - AJD - indicates an Autonomous JSON Database
2875
+ - APEX - indicates an Autonomous Database with the Oracle APEX Application Development workload type.
2876
+
2877
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
2878
+
2879
+
2880
+ :param db_workload: The db_workload of this AutonomousDwDatabase.
2881
+ :type: str
2882
+ """
2883
+ allowed_values = ["OLTP", "DW", "AJD", "APEX"]
2884
+ if not value_allowed_none_or_none_sentinel(db_workload, allowed_values):
2885
+ raise ValueError(
2886
+ f"Invalid value for `db_workload`, must be None or one of {allowed_values}"
2887
+ )
2888
+ self._db_workload = db_workload
2889
+
2890
+ @property
2891
+ def is_dev_tier(self):
2892
+ """
2893
+ Gets the is_dev_tier of this AutonomousDwDatabase.
2894
+ Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
2895
+
2896
+
2897
+ :return: The is_dev_tier of this AutonomousDwDatabase.
2898
+ :rtype: bool
2899
+ """
2900
+ return self._is_dev_tier
2901
+
2902
+ @is_dev_tier.setter
2903
+ def is_dev_tier(self, is_dev_tier):
2904
+ """
2905
+ Sets the is_dev_tier of this AutonomousDwDatabase.
2906
+ Autonomous Database for Developers are fixed-shape Autonomous Databases that developers can use to build and test new applications. On Serverless, these are low-cost and billed per instance, on Dedicated and Cloud@Customer there is no additional cost to create Developer databases. Developer databases come with limited resources and is not intended for large-scale testing and production deployments. When you need more compute or storage resources, you may upgrade to a full paid production database.
2907
+
2908
+
2909
+ :param is_dev_tier: The is_dev_tier of this AutonomousDwDatabase.
2910
+ :type: bool
2911
+ """
2912
+ self._is_dev_tier = is_dev_tier
2913
+
2914
+ @property
2915
+ def is_access_control_enabled(self):
2916
+ """
2917
+ Gets the is_access_control_enabled of this AutonomousDwDatabase.
2918
+ Indicates if the database-level access control is enabled.
2919
+ If disabled, database access is defined by the network security rules.
2920
+ If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional,
2921
+ if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console.
2922
+ When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
2923
+
2924
+ This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
2925
+
2926
+
2927
+ :return: The is_access_control_enabled of this AutonomousDwDatabase.
2928
+ :rtype: bool
2929
+ """
2930
+ return self._is_access_control_enabled
2931
+
2932
+ @is_access_control_enabled.setter
2933
+ def is_access_control_enabled(self, is_access_control_enabled):
2934
+ """
2935
+ Sets the is_access_control_enabled of this AutonomousDwDatabase.
2936
+ Indicates if the database-level access control is enabled.
2937
+ If disabled, database access is defined by the network security rules.
2938
+ If enabled, database access is restricted to the IP addresses defined by the rules specified with the `whitelistedIps` property. While specifying `whitelistedIps` rules is optional,
2939
+ if database-level access control is enabled and no rules are specified, the database will become inaccessible. The rules can be added later using the `UpdateAutonomousDatabase` API operation or edit option in console.
2940
+ When creating a database clone, the desired access control setting should be specified. By default, database-level access control will be disabled for the clone.
2941
+
2942
+ This property is applicable only to Autonomous Databases on the Exadata Cloud@Customer platform. For Autonomous Database Serverless instances, `whitelistedIps` is used.
2943
+
2944
+
2945
+ :param is_access_control_enabled: The is_access_control_enabled of this AutonomousDwDatabase.
2946
+ :type: bool
2947
+ """
2948
+ self._is_access_control_enabled = is_access_control_enabled
2949
+
2950
+ @property
2951
+ def whitelisted_ips(self):
2952
+ """
2953
+ Gets the whitelisted_ips of this AutonomousDwDatabase.
2954
+ The client IP access control list (ACL). This feature is available for `Autonomous Database Serverless]`__ and on Exadata Cloud@Customer.
2955
+ Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance.
2956
+ If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
2957
+
2958
+ For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID).
2959
+ Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it\u2019s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter.
2960
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"ocid1.vcn.oc1.sea.<unique_id>\",\"ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1\",\"ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16\"]`
2961
+ For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations.
2962
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"1.1.2.25\"]`
2963
+
2964
+ For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
2965
+
2966
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
2967
+
2968
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2969
+
2970
+
2971
+ :return: The whitelisted_ips of this AutonomousDwDatabase.
2972
+ :rtype: list[str]
2973
+ """
2974
+ return self._whitelisted_ips
2975
+
2976
+ @whitelisted_ips.setter
2977
+ def whitelisted_ips(self, whitelisted_ips):
2978
+ """
2979
+ Sets the whitelisted_ips of this AutonomousDwDatabase.
2980
+ The client IP access control list (ACL). This feature is available for `Autonomous Database Serverless]`__ and on Exadata Cloud@Customer.
2981
+ Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance.
2982
+ If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
2983
+
2984
+ For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID).
2985
+ Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it\u2019s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter.
2986
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"ocid1.vcn.oc1.sea.<unique_id>\",\"ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1\",\"ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16\"]`
2987
+ For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations.
2988
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"1.1.2.25\"]`
2989
+
2990
+ For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
2991
+
2992
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
2993
+
2994
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
2995
+
2996
+
2997
+ :param whitelisted_ips: The whitelisted_ips of this AutonomousDwDatabase.
2998
+ :type: list[str]
2999
+ """
3000
+ self._whitelisted_ips = whitelisted_ips
3001
+
3002
+ @property
3003
+ def are_primary_whitelisted_ips_used(self):
3004
+ """
3005
+ Gets the are_primary_whitelisted_ips_used of this AutonomousDwDatabase.
3006
+ This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled.
3007
+ It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby.
3008
+ It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
3009
+
3010
+
3011
+ :return: The are_primary_whitelisted_ips_used of this AutonomousDwDatabase.
3012
+ :rtype: bool
3013
+ """
3014
+ return self._are_primary_whitelisted_ips_used
3015
+
3016
+ @are_primary_whitelisted_ips_used.setter
3017
+ def are_primary_whitelisted_ips_used(self, are_primary_whitelisted_ips_used):
3018
+ """
3019
+ Sets the are_primary_whitelisted_ips_used of this AutonomousDwDatabase.
3020
+ This field will be null if the Autonomous Database is not Data Guard enabled or Access Control is disabled.
3021
+ It's value would be `TRUE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses primary IP access control list (ACL) for standby.
3022
+ It's value would be `FALSE` if Autonomous Database is Data Guard enabled and Access Control is enabled and if the Autonomous Database uses different IP access control list (ACL) for standby compared to primary.
3023
+
3024
+
3025
+ :param are_primary_whitelisted_ips_used: The are_primary_whitelisted_ips_used of this AutonomousDwDatabase.
3026
+ :type: bool
3027
+ """
3028
+ self._are_primary_whitelisted_ips_used = are_primary_whitelisted_ips_used
3029
+
3030
+ @property
3031
+ def standby_whitelisted_ips(self):
3032
+ """
3033
+ Gets the standby_whitelisted_ips of this AutonomousDwDatabase.
3034
+ The client IP access control list (ACL). This feature is available for `Autonomous Database Serverless]`__ and on Exadata Cloud@Customer.
3035
+ Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance.
3036
+ If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
3037
+
3038
+ For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID).
3039
+ Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it\u2019s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter.
3040
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"ocid1.vcn.oc1.sea.<unique_id>\",\"ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1\",\"ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16\"]`
3041
+ For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations.
3042
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"1.1.2.25\"]`
3043
+
3044
+ For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
3045
+
3046
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
3047
+
3048
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
3049
+
3050
+
3051
+ :return: The standby_whitelisted_ips of this AutonomousDwDatabase.
3052
+ :rtype: list[str]
3053
+ """
3054
+ return self._standby_whitelisted_ips
3055
+
3056
+ @standby_whitelisted_ips.setter
3057
+ def standby_whitelisted_ips(self, standby_whitelisted_ips):
3058
+ """
3059
+ Sets the standby_whitelisted_ips of this AutonomousDwDatabase.
3060
+ The client IP access control list (ACL). This feature is available for `Autonomous Database Serverless]`__ and on Exadata Cloud@Customer.
3061
+ Only clients connecting from an IP address included in the ACL may access the Autonomous Database instance.
3062
+ If `arePrimaryWhitelistedIpsUsed` is 'TRUE' then Autonomous Database uses this primary's IP access control list (ACL) for the disaster recovery peer called `standbywhitelistedips`.
3063
+
3064
+ For Autonomous Database Serverless, this is an array of CIDR (classless inter-domain routing) notations for a subnet or VCN OCID (virtual cloud network Oracle Cloud ID).
3065
+ Multiple IPs and VCN OCIDs should be separate strings separated by commas, but if it\u2019s other configurations that need multiple pieces of information then its each piece is connected with semicolon (;) as a delimiter.
3066
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"ocid1.vcn.oc1.sea.<unique_id>\",\"ocid1.vcn.oc1.sea.<unique_id1>;1.1.1.1\",\"ocid1.vcn.oc1.sea.<unique_id2>;1.1.0.0/16\"]`
3067
+ For Exadata Cloud@Customer, this is an array of IP addresses or CIDR notations.
3068
+ Example: `[\"1.1.1.1\",\"1.1.1.0/24\",\"1.1.2.25\"]`
3069
+
3070
+ For an update operation, if you want to delete all the IPs in the ACL, use an array with a single empty string entry.
3071
+
3072
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, adminPassword, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
3073
+
3074
+ __ https://docs.oracle.com/en/cloud/paas/autonomous-database/index.html
3075
+
3076
+
3077
+ :param standby_whitelisted_ips: The standby_whitelisted_ips of this AutonomousDwDatabase.
3078
+ :type: list[str]
3079
+ """
3080
+ self._standby_whitelisted_ips = standby_whitelisted_ips
3081
+
3082
+ @property
3083
+ def apex_details(self):
3084
+ """
3085
+ Gets the apex_details of this AutonomousDwDatabase.
3086
+ Information about Oracle APEX Application Development.
3087
+
3088
+
3089
+ :return: The apex_details of this AutonomousDwDatabase.
3090
+ :rtype: oci.database.models.AutonomousDatabaseApex
3091
+ """
3092
+ return self._apex_details
3093
+
3094
+ @apex_details.setter
3095
+ def apex_details(self, apex_details):
3096
+ """
3097
+ Sets the apex_details of this AutonomousDwDatabase.
3098
+ Information about Oracle APEX Application Development.
3099
+
3100
+
3101
+ :param apex_details: The apex_details of this AutonomousDwDatabase.
3102
+ :type: oci.database.models.AutonomousDatabaseApex
3103
+ """
3104
+ self._apex_details = apex_details
3105
+
3106
+ @property
3107
+ def is_auto_scaling_enabled(self):
3108
+ """
3109
+ Gets the is_auto_scaling_enabled of this AutonomousDwDatabase.
3110
+ Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
3111
+
3112
+
3113
+ :return: The is_auto_scaling_enabled of this AutonomousDwDatabase.
3114
+ :rtype: bool
3115
+ """
3116
+ return self._is_auto_scaling_enabled
3117
+
3118
+ @is_auto_scaling_enabled.setter
3119
+ def is_auto_scaling_enabled(self, is_auto_scaling_enabled):
3120
+ """
3121
+ Sets the is_auto_scaling_enabled of this AutonomousDwDatabase.
3122
+ Indicates if auto scaling is enabled for the Autonomous Database CPU core count. The default value is `TRUE`.
3123
+
3124
+
3125
+ :param is_auto_scaling_enabled: The is_auto_scaling_enabled of this AutonomousDwDatabase.
3126
+ :type: bool
3127
+ """
3128
+ self._is_auto_scaling_enabled = is_auto_scaling_enabled
3129
+
3130
+ @property
3131
+ def data_safe_status(self):
3132
+ """
3133
+ Gets the data_safe_status of this AutonomousDwDatabase.
3134
+ Status of the Data Safe registration for this Autonomous Database.
3135
+
3136
+ Allowed values for this property are: "REGISTERING", "REGISTERED", "DEREGISTERING", "NOT_REGISTERED", "FAILED"
3137
+
3138
+
3139
+ :return: The data_safe_status of this AutonomousDwDatabase.
3140
+ :rtype: str
3141
+ """
3142
+ return self._data_safe_status
3143
+
3144
+ @data_safe_status.setter
3145
+ def data_safe_status(self, data_safe_status):
3146
+ """
3147
+ Sets the data_safe_status of this AutonomousDwDatabase.
3148
+ Status of the Data Safe registration for this Autonomous Database.
3149
+
3150
+
3151
+ :param data_safe_status: The data_safe_status of this AutonomousDwDatabase.
3152
+ :type: str
3153
+ """
3154
+ allowed_values = ["REGISTERING", "REGISTERED", "DEREGISTERING", "NOT_REGISTERED", "FAILED"]
3155
+ if not value_allowed_none_or_none_sentinel(data_safe_status, allowed_values):
3156
+ raise ValueError(
3157
+ f"Invalid value for `data_safe_status`, must be None or one of {allowed_values}"
3158
+ )
3159
+ self._data_safe_status = data_safe_status
3160
+
3161
+ @property
3162
+ def operations_insights_status(self):
3163
+ """
3164
+ Gets the operations_insights_status of this AutonomousDwDatabase.
3165
+ Status of Operations Insights for this Autonomous Database.
3166
+
3167
+ Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
3168
+
3169
+
3170
+ :return: The operations_insights_status of this AutonomousDwDatabase.
3171
+ :rtype: str
3172
+ """
3173
+ return self._operations_insights_status
3174
+
3175
+ @operations_insights_status.setter
3176
+ def operations_insights_status(self, operations_insights_status):
3177
+ """
3178
+ Sets the operations_insights_status of this AutonomousDwDatabase.
3179
+ Status of Operations Insights for this Autonomous Database.
3180
+
3181
+
3182
+ :param operations_insights_status: The operations_insights_status of this AutonomousDwDatabase.
3183
+ :type: str
3184
+ """
3185
+ allowed_values = ["ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"]
3186
+ if not value_allowed_none_or_none_sentinel(operations_insights_status, allowed_values):
3187
+ raise ValueError(
3188
+ f"Invalid value for `operations_insights_status`, must be None or one of {allowed_values}"
3189
+ )
3190
+ self._operations_insights_status = operations_insights_status
3191
+
3192
+ @property
3193
+ def database_management_status(self):
3194
+ """
3195
+ Gets the database_management_status of this AutonomousDwDatabase.
3196
+ Status of Database Management for this Autonomous Database.
3197
+
3198
+ Allowed values for this property are: "ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"
3199
+
3200
+
3201
+ :return: The database_management_status of this AutonomousDwDatabase.
3202
+ :rtype: str
3203
+ """
3204
+ return self._database_management_status
3205
+
3206
+ @database_management_status.setter
3207
+ def database_management_status(self, database_management_status):
3208
+ """
3209
+ Sets the database_management_status of this AutonomousDwDatabase.
3210
+ Status of Database Management for this Autonomous Database.
3211
+
3212
+
3213
+ :param database_management_status: The database_management_status of this AutonomousDwDatabase.
3214
+ :type: str
3215
+ """
3216
+ allowed_values = ["ENABLING", "ENABLED", "DISABLING", "NOT_ENABLED", "FAILED_ENABLING", "FAILED_DISABLING"]
3217
+ if not value_allowed_none_or_none_sentinel(database_management_status, allowed_values):
3218
+ raise ValueError(
3219
+ f"Invalid value for `database_management_status`, must be None or one of {allowed_values}"
3220
+ )
3221
+ self._database_management_status = database_management_status
3222
+
3223
+ @property
3224
+ def time_maintenance_begin(self):
3225
+ """
3226
+ Gets the time_maintenance_begin of this AutonomousDwDatabase.
3227
+ The date and time when maintenance will begin.
3228
+
3229
+
3230
+ :return: The time_maintenance_begin of this AutonomousDwDatabase.
3231
+ :rtype: datetime
3232
+ """
3233
+ return self._time_maintenance_begin
3234
+
3235
+ @time_maintenance_begin.setter
3236
+ def time_maintenance_begin(self, time_maintenance_begin):
3237
+ """
3238
+ Sets the time_maintenance_begin of this AutonomousDwDatabase.
3239
+ The date and time when maintenance will begin.
3240
+
3241
+
3242
+ :param time_maintenance_begin: The time_maintenance_begin of this AutonomousDwDatabase.
3243
+ :type: datetime
3244
+ """
3245
+ self._time_maintenance_begin = time_maintenance_begin
3246
+
3247
+ @property
3248
+ def time_maintenance_end(self):
3249
+ """
3250
+ Gets the time_maintenance_end of this AutonomousDwDatabase.
3251
+ The date and time when maintenance will end.
3252
+
3253
+
3254
+ :return: The time_maintenance_end of this AutonomousDwDatabase.
3255
+ :rtype: datetime
3256
+ """
3257
+ return self._time_maintenance_end
3258
+
3259
+ @time_maintenance_end.setter
3260
+ def time_maintenance_end(self, time_maintenance_end):
3261
+ """
3262
+ Sets the time_maintenance_end of this AutonomousDwDatabase.
3263
+ The date and time when maintenance will end.
3264
+
3265
+
3266
+ :param time_maintenance_end: The time_maintenance_end of this AutonomousDwDatabase.
3267
+ :type: datetime
3268
+ """
3269
+ self._time_maintenance_end = time_maintenance_end
3270
+
3271
+ @property
3272
+ def is_refreshable_clone(self):
3273
+ """
3274
+ Gets the is_refreshable_clone of this AutonomousDwDatabase.
3275
+ Indicates if the Autonomous Database is a refreshable clone.
3276
+
3277
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
3278
+
3279
+
3280
+ :return: The is_refreshable_clone of this AutonomousDwDatabase.
3281
+ :rtype: bool
3282
+ """
3283
+ return self._is_refreshable_clone
3284
+
3285
+ @is_refreshable_clone.setter
3286
+ def is_refreshable_clone(self, is_refreshable_clone):
3287
+ """
3288
+ Sets the is_refreshable_clone of this AutonomousDwDatabase.
3289
+ Indicates if the Autonomous Database is a refreshable clone.
3290
+
3291
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, dbName, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
3292
+
3293
+
3294
+ :param is_refreshable_clone: The is_refreshable_clone of this AutonomousDwDatabase.
3295
+ :type: bool
3296
+ """
3297
+ self._is_refreshable_clone = is_refreshable_clone
3298
+
3299
+ @property
3300
+ def time_of_last_refresh(self):
3301
+ """
3302
+ Gets the time_of_last_refresh of this AutonomousDwDatabase.
3303
+ The date and time when last refresh happened.
3304
+
3305
+
3306
+ :return: The time_of_last_refresh of this AutonomousDwDatabase.
3307
+ :rtype: datetime
3308
+ """
3309
+ return self._time_of_last_refresh
3310
+
3311
+ @time_of_last_refresh.setter
3312
+ def time_of_last_refresh(self, time_of_last_refresh):
3313
+ """
3314
+ Sets the time_of_last_refresh of this AutonomousDwDatabase.
3315
+ The date and time when last refresh happened.
3316
+
3317
+
3318
+ :param time_of_last_refresh: The time_of_last_refresh of this AutonomousDwDatabase.
3319
+ :type: datetime
3320
+ """
3321
+ self._time_of_last_refresh = time_of_last_refresh
3322
+
3323
+ @property
3324
+ def time_of_last_refresh_point(self):
3325
+ """
3326
+ Gets the time_of_last_refresh_point of this AutonomousDwDatabase.
3327
+ The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
3328
+
3329
+
3330
+ :return: The time_of_last_refresh_point of this AutonomousDwDatabase.
3331
+ :rtype: datetime
3332
+ """
3333
+ return self._time_of_last_refresh_point
3334
+
3335
+ @time_of_last_refresh_point.setter
3336
+ def time_of_last_refresh_point(self, time_of_last_refresh_point):
3337
+ """
3338
+ Sets the time_of_last_refresh_point of this AutonomousDwDatabase.
3339
+ The refresh point timestamp (UTC). The refresh point is the time to which the database was most recently refreshed. Data created after the refresh point is not included in the refresh.
3340
+
3341
+
3342
+ :param time_of_last_refresh_point: The time_of_last_refresh_point of this AutonomousDwDatabase.
3343
+ :type: datetime
3344
+ """
3345
+ self._time_of_last_refresh_point = time_of_last_refresh_point
3346
+
3347
+ @property
3348
+ def time_of_next_refresh(self):
3349
+ """
3350
+ Gets the time_of_next_refresh of this AutonomousDwDatabase.
3351
+ The date and time of next refresh.
3352
+
3353
+
3354
+ :return: The time_of_next_refresh of this AutonomousDwDatabase.
3355
+ :rtype: datetime
3356
+ """
3357
+ return self._time_of_next_refresh
3358
+
3359
+ @time_of_next_refresh.setter
3360
+ def time_of_next_refresh(self, time_of_next_refresh):
3361
+ """
3362
+ Sets the time_of_next_refresh of this AutonomousDwDatabase.
3363
+ The date and time of next refresh.
3364
+
3365
+
3366
+ :param time_of_next_refresh: The time_of_next_refresh of this AutonomousDwDatabase.
3367
+ :type: datetime
3368
+ """
3369
+ self._time_of_next_refresh = time_of_next_refresh
3370
+
3371
+ @property
3372
+ def open_mode(self):
3373
+ """
3374
+ Gets the open_mode of this AutonomousDwDatabase.
3375
+ Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
3376
+
3377
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
3378
+
3379
+ Allowed values for this property are: "READ_ONLY", "READ_WRITE"
3380
+
3381
+
3382
+ :return: The open_mode of this AutonomousDwDatabase.
3383
+ :rtype: str
3384
+ """
3385
+ return self._open_mode
3386
+
3387
+ @open_mode.setter
3388
+ def open_mode(self, open_mode):
3389
+ """
3390
+ Sets the open_mode of this AutonomousDwDatabase.
3391
+ Indicates the Autonomous Database mode. The database can be opened in `READ_ONLY` or `READ_WRITE` mode.
3392
+
3393
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
3394
+
3395
+
3396
+ :param open_mode: The open_mode of this AutonomousDwDatabase.
3397
+ :type: str
3398
+ """
3399
+ allowed_values = ["READ_ONLY", "READ_WRITE"]
3400
+ if not value_allowed_none_or_none_sentinel(open_mode, allowed_values):
3401
+ raise ValueError(
3402
+ f"Invalid value for `open_mode`, must be None or one of {allowed_values}"
3403
+ )
3404
+ self._open_mode = open_mode
3405
+
3406
+ @property
3407
+ def refreshable_status(self):
3408
+ """
3409
+ Gets the refreshable_status of this AutonomousDwDatabase.
3410
+ The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
3411
+
3412
+ Allowed values for this property are: "REFRESHING", "NOT_REFRESHING"
3413
+
3414
+
3415
+ :return: The refreshable_status of this AutonomousDwDatabase.
3416
+ :rtype: str
3417
+ """
3418
+ return self._refreshable_status
3419
+
3420
+ @refreshable_status.setter
3421
+ def refreshable_status(self, refreshable_status):
3422
+ """
3423
+ Sets the refreshable_status of this AutonomousDwDatabase.
3424
+ The refresh status of the clone. REFRESHING indicates that the clone is currently being refreshed with data from the source Autonomous Database.
3425
+
3426
+
3427
+ :param refreshable_status: The refreshable_status of this AutonomousDwDatabase.
3428
+ :type: str
3429
+ """
3430
+ allowed_values = ["REFRESHING", "NOT_REFRESHING"]
3431
+ if not value_allowed_none_or_none_sentinel(refreshable_status, allowed_values):
3432
+ raise ValueError(
3433
+ f"Invalid value for `refreshable_status`, must be None or one of {allowed_values}"
3434
+ )
3435
+ self._refreshable_status = refreshable_status
3436
+
3437
+ @property
3438
+ def refreshable_mode(self):
3439
+ """
3440
+ Gets the refreshable_mode of this AutonomousDwDatabase.
3441
+ The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
3442
+
3443
+ Allowed values for this property are: "AUTOMATIC", "MANUAL"
3444
+
3445
+
3446
+ :return: The refreshable_mode of this AutonomousDwDatabase.
3447
+ :rtype: str
3448
+ """
3449
+ return self._refreshable_mode
3450
+
3451
+ @refreshable_mode.setter
3452
+ def refreshable_mode(self, refreshable_mode):
3453
+ """
3454
+ Sets the refreshable_mode of this AutonomousDwDatabase.
3455
+ The refresh mode of the clone. AUTOMATIC indicates that the clone is automatically being refreshed with data from the source Autonomous Database.
3456
+
3457
+
3458
+ :param refreshable_mode: The refreshable_mode of this AutonomousDwDatabase.
3459
+ :type: str
3460
+ """
3461
+ allowed_values = ["AUTOMATIC", "MANUAL"]
3462
+ if not value_allowed_none_or_none_sentinel(refreshable_mode, allowed_values):
3463
+ raise ValueError(
3464
+ f"Invalid value for `refreshable_mode`, must be None or one of {allowed_values}"
3465
+ )
3466
+ self._refreshable_mode = refreshable_mode
3467
+
3468
+ @property
3469
+ def source_id(self):
3470
+ """
3471
+ Gets the source_id of this AutonomousDwDatabase.
3472
+ The `OCID`__ of the source Autonomous Database that was cloned to create the current Autonomous Database.
3473
+
3474
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
3475
+
3476
+
3477
+ :return: The source_id of this AutonomousDwDatabase.
3478
+ :rtype: str
3479
+ """
3480
+ return self._source_id
3481
+
3482
+ @source_id.setter
3483
+ def source_id(self, source_id):
3484
+ """
3485
+ Sets the source_id of this AutonomousDwDatabase.
3486
+ The `OCID`__ of the source Autonomous Database that was cloned to create the current Autonomous Database.
3487
+
3488
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
3489
+
3490
+
3491
+ :param source_id: The source_id of this AutonomousDwDatabase.
3492
+ :type: str
3493
+ """
3494
+ self._source_id = source_id
3495
+
3496
+ @property
3497
+ def permission_level(self):
3498
+ """
3499
+ Gets the permission_level of this AutonomousDwDatabase.
3500
+ The Autonomous Database permission level. Restricted mode allows access only by admin users.
3501
+
3502
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
3503
+
3504
+ Allowed values for this property are: "RESTRICTED", "UNRESTRICTED"
3505
+
3506
+
3507
+ :return: The permission_level of this AutonomousDwDatabase.
3508
+ :rtype: str
3509
+ """
3510
+ return self._permission_level
3511
+
3512
+ @permission_level.setter
3513
+ def permission_level(self, permission_level):
3514
+ """
3515
+ Sets the permission_level of this AutonomousDwDatabase.
3516
+ The Autonomous Database permission level. Restricted mode allows access only by admin users.
3517
+
3518
+ This cannot be updated in parallel with any of the following: cpuCoreCount, computeCount, computeModel, adminPassword, whitelistedIps, isMTLSConnectionRequired, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, dbToolsDetails, or isFreeTier.
3519
+
3520
+
3521
+ :param permission_level: The permission_level of this AutonomousDwDatabase.
3522
+ :type: str
3523
+ """
3524
+ allowed_values = ["RESTRICTED", "UNRESTRICTED"]
3525
+ if not value_allowed_none_or_none_sentinel(permission_level, allowed_values):
3526
+ raise ValueError(
3527
+ f"Invalid value for `permission_level`, must be None or one of {allowed_values}"
3528
+ )
3529
+ self._permission_level = permission_level
3530
+
3531
+ @property
3532
+ def time_of_last_switchover(self):
3533
+ """
3534
+ Gets the time_of_last_switchover of this AutonomousDwDatabase.
3535
+ The timestamp of the last switchover operation for the Autonomous Database.
3536
+
3537
+
3538
+ :return: The time_of_last_switchover of this AutonomousDwDatabase.
3539
+ :rtype: datetime
3540
+ """
3541
+ return self._time_of_last_switchover
3542
+
3543
+ @time_of_last_switchover.setter
3544
+ def time_of_last_switchover(self, time_of_last_switchover):
3545
+ """
3546
+ Sets the time_of_last_switchover of this AutonomousDwDatabase.
3547
+ The timestamp of the last switchover operation for the Autonomous Database.
3548
+
3549
+
3550
+ :param time_of_last_switchover: The time_of_last_switchover of this AutonomousDwDatabase.
3551
+ :type: datetime
3552
+ """
3553
+ self._time_of_last_switchover = time_of_last_switchover
3554
+
3555
+ @property
3556
+ def time_of_last_failover(self):
3557
+ """
3558
+ Gets the time_of_last_failover of this AutonomousDwDatabase.
3559
+ The timestamp of the last failover operation.
3560
+
3561
+
3562
+ :return: The time_of_last_failover of this AutonomousDwDatabase.
3563
+ :rtype: datetime
3564
+ """
3565
+ return self._time_of_last_failover
3566
+
3567
+ @time_of_last_failover.setter
3568
+ def time_of_last_failover(self, time_of_last_failover):
3569
+ """
3570
+ Sets the time_of_last_failover of this AutonomousDwDatabase.
3571
+ The timestamp of the last failover operation.
3572
+
3573
+
3574
+ :param time_of_last_failover: The time_of_last_failover of this AutonomousDwDatabase.
3575
+ :type: datetime
3576
+ """
3577
+ self._time_of_last_failover = time_of_last_failover
3578
+
3579
+ @property
3580
+ def is_data_guard_enabled(self):
3581
+ """
3582
+ Gets the is_data_guard_enabled of this AutonomousDwDatabase.
3583
+ **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
3584
+
3585
+
3586
+ :return: The is_data_guard_enabled of this AutonomousDwDatabase.
3587
+ :rtype: bool
3588
+ """
3589
+ return self._is_data_guard_enabled
3590
+
3591
+ @is_data_guard_enabled.setter
3592
+ def is_data_guard_enabled(self, is_data_guard_enabled):
3593
+ """
3594
+ Sets the is_data_guard_enabled of this AutonomousDwDatabase.
3595
+ **Deprecated.** Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
3596
+
3597
+
3598
+ :param is_data_guard_enabled: The is_data_guard_enabled of this AutonomousDwDatabase.
3599
+ :type: bool
3600
+ """
3601
+ self._is_data_guard_enabled = is_data_guard_enabled
3602
+
3603
+ @property
3604
+ def failed_data_recovery_in_seconds(self):
3605
+ """
3606
+ Gets the failed_data_recovery_in_seconds of this AutonomousDwDatabase.
3607
+ Indicates the number of seconds of data loss for a Data Guard failover.
3608
+
3609
+
3610
+ :return: The failed_data_recovery_in_seconds of this AutonomousDwDatabase.
3611
+ :rtype: int
3612
+ """
3613
+ return self._failed_data_recovery_in_seconds
3614
+
3615
+ @failed_data_recovery_in_seconds.setter
3616
+ def failed_data_recovery_in_seconds(self, failed_data_recovery_in_seconds):
3617
+ """
3618
+ Sets the failed_data_recovery_in_seconds of this AutonomousDwDatabase.
3619
+ Indicates the number of seconds of data loss for a Data Guard failover.
3620
+
3621
+
3622
+ :param failed_data_recovery_in_seconds: The failed_data_recovery_in_seconds of this AutonomousDwDatabase.
3623
+ :type: int
3624
+ """
3625
+ self._failed_data_recovery_in_seconds = failed_data_recovery_in_seconds
3626
+
3627
+ @property
3628
+ def standby_db(self):
3629
+ """
3630
+ Gets the standby_db of this AutonomousDwDatabase.
3631
+ **Deprecated** Autonomous Data Guard standby database details.
3632
+
3633
+
3634
+ :return: The standby_db of this AutonomousDwDatabase.
3635
+ :rtype: oci.database.models.AutonomousDatabaseStandbySummary
3636
+ """
3637
+ return self._standby_db
3638
+
3639
+ @standby_db.setter
3640
+ def standby_db(self, standby_db):
3641
+ """
3642
+ Sets the standby_db of this AutonomousDwDatabase.
3643
+ **Deprecated** Autonomous Data Guard standby database details.
3644
+
3645
+
3646
+ :param standby_db: The standby_db of this AutonomousDwDatabase.
3647
+ :type: oci.database.models.AutonomousDatabaseStandbySummary
3648
+ """
3649
+ self._standby_db = standby_db
3650
+
3651
+ @property
3652
+ def is_local_data_guard_enabled(self):
3653
+ """
3654
+ Gets the is_local_data_guard_enabled of this AutonomousDwDatabase.
3655
+ Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
3656
+
3657
+
3658
+ :return: The is_local_data_guard_enabled of this AutonomousDwDatabase.
3659
+ :rtype: bool
3660
+ """
3661
+ return self._is_local_data_guard_enabled
3662
+
3663
+ @is_local_data_guard_enabled.setter
3664
+ def is_local_data_guard_enabled(self, is_local_data_guard_enabled):
3665
+ """
3666
+ Sets the is_local_data_guard_enabled of this AutonomousDwDatabase.
3667
+ Indicates whether the Autonomous Database has local (in-region) Data Guard enabled. Not applicable to cross-region Autonomous Data Guard associations, or to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
3668
+
3669
+
3670
+ :param is_local_data_guard_enabled: The is_local_data_guard_enabled of this AutonomousDwDatabase.
3671
+ :type: bool
3672
+ """
3673
+ self._is_local_data_guard_enabled = is_local_data_guard_enabled
3674
+
3675
+ @property
3676
+ def is_remote_data_guard_enabled(self):
3677
+ """
3678
+ Gets the is_remote_data_guard_enabled of this AutonomousDwDatabase.
3679
+ Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
3680
+
3681
+
3682
+ :return: The is_remote_data_guard_enabled of this AutonomousDwDatabase.
3683
+ :rtype: bool
3684
+ """
3685
+ return self._is_remote_data_guard_enabled
3686
+
3687
+ @is_remote_data_guard_enabled.setter
3688
+ def is_remote_data_guard_enabled(self, is_remote_data_guard_enabled):
3689
+ """
3690
+ Sets the is_remote_data_guard_enabled of this AutonomousDwDatabase.
3691
+ Indicates whether the Autonomous Database has Cross Region Data Guard enabled. Not applicable to Autonomous Databases using dedicated Exadata infrastructure or Exadata Cloud@Customer infrastructure.
3692
+
3693
+
3694
+ :param is_remote_data_guard_enabled: The is_remote_data_guard_enabled of this AutonomousDwDatabase.
3695
+ :type: bool
3696
+ """
3697
+ self._is_remote_data_guard_enabled = is_remote_data_guard_enabled
3698
+
3699
+ @property
3700
+ def local_standby_db(self):
3701
+ """
3702
+ Gets the local_standby_db of this AutonomousDwDatabase.
3703
+
3704
+ :return: The local_standby_db of this AutonomousDwDatabase.
3705
+ :rtype: oci.database.models.AutonomousDatabaseStandbySummary
3706
+ """
3707
+ return self._local_standby_db
3708
+
3709
+ @local_standby_db.setter
3710
+ def local_standby_db(self, local_standby_db):
3711
+ """
3712
+ Sets the local_standby_db of this AutonomousDwDatabase.
3713
+
3714
+ :param local_standby_db: The local_standby_db of this AutonomousDwDatabase.
3715
+ :type: oci.database.models.AutonomousDatabaseStandbySummary
3716
+ """
3717
+ self._local_standby_db = local_standby_db
3718
+
3719
+ @property
3720
+ def role(self):
3721
+ """
3722
+ Gets the role of this AutonomousDwDatabase.
3723
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
3724
+
3725
+ Allowed values for this property are: "PRIMARY", "STANDBY", "DISABLED_STANDBY", "BACKUP_COPY", "SNAPSHOT_STANDBY"
3726
+
3727
+
3728
+ :return: The role of this AutonomousDwDatabase.
3729
+ :rtype: str
3730
+ """
3731
+ return self._role
3732
+
3733
+ @role.setter
3734
+ def role(self, role):
3735
+ """
3736
+ Sets the role of this AutonomousDwDatabase.
3737
+ The Data Guard role of the Autonomous Container Database or Autonomous Database, if Autonomous Data Guard is enabled.
3738
+
3739
+
3740
+ :param role: The role of this AutonomousDwDatabase.
3741
+ :type: str
3742
+ """
3743
+ allowed_values = ["PRIMARY", "STANDBY", "DISABLED_STANDBY", "BACKUP_COPY", "SNAPSHOT_STANDBY"]
3744
+ if not value_allowed_none_or_none_sentinel(role, allowed_values):
3745
+ raise ValueError(
3746
+ f"Invalid value for `role`, must be None or one of {allowed_values}"
3747
+ )
3748
+ self._role = role
3749
+
3750
+ @property
3751
+ def available_upgrade_versions(self):
3752
+ """
3753
+ Gets the available_upgrade_versions of this AutonomousDwDatabase.
3754
+ List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
3755
+
3756
+
3757
+ :return: The available_upgrade_versions of this AutonomousDwDatabase.
3758
+ :rtype: list[str]
3759
+ """
3760
+ return self._available_upgrade_versions
3761
+
3762
+ @available_upgrade_versions.setter
3763
+ def available_upgrade_versions(self, available_upgrade_versions):
3764
+ """
3765
+ Sets the available_upgrade_versions of this AutonomousDwDatabase.
3766
+ List of Oracle Database versions available for a database upgrade. If there are no version upgrades available, this list is empty.
3767
+
3768
+
3769
+ :param available_upgrade_versions: The available_upgrade_versions of this AutonomousDwDatabase.
3770
+ :type: list[str]
3771
+ """
3772
+ self._available_upgrade_versions = available_upgrade_versions
3773
+
3774
+ @property
3775
+ def key_store_id(self):
3776
+ """
3777
+ Gets the key_store_id of this AutonomousDwDatabase.
3778
+ The `OCID`__ of the key store of Oracle Vault.
3779
+
3780
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
3781
+
3782
+
3783
+ :return: The key_store_id of this AutonomousDwDatabase.
3784
+ :rtype: str
3785
+ """
3786
+ return self._key_store_id
3787
+
3788
+ @key_store_id.setter
3789
+ def key_store_id(self, key_store_id):
3790
+ """
3791
+ Sets the key_store_id of this AutonomousDwDatabase.
3792
+ The `OCID`__ of the key store of Oracle Vault.
3793
+
3794
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
3795
+
3796
+
3797
+ :param key_store_id: The key_store_id of this AutonomousDwDatabase.
3798
+ :type: str
3799
+ """
3800
+ self._key_store_id = key_store_id
3801
+
3802
+ @property
3803
+ def key_store_wallet_name(self):
3804
+ """
3805
+ Gets the key_store_wallet_name of this AutonomousDwDatabase.
3806
+ The wallet name for Oracle Key Vault.
3807
+
3808
+
3809
+ :return: The key_store_wallet_name of this AutonomousDwDatabase.
3810
+ :rtype: str
3811
+ """
3812
+ return self._key_store_wallet_name
3813
+
3814
+ @key_store_wallet_name.setter
3815
+ def key_store_wallet_name(self, key_store_wallet_name):
3816
+ """
3817
+ Sets the key_store_wallet_name of this AutonomousDwDatabase.
3818
+ The wallet name for Oracle Key Vault.
3819
+
3820
+
3821
+ :param key_store_wallet_name: The key_store_wallet_name of this AutonomousDwDatabase.
3822
+ :type: str
3823
+ """
3824
+ self._key_store_wallet_name = key_store_wallet_name
3825
+
3826
+ @property
3827
+ def auto_refresh_frequency_in_seconds(self):
3828
+ """
3829
+ Gets the auto_refresh_frequency_in_seconds of this AutonomousDwDatabase.
3830
+ The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
3831
+
3832
+
3833
+ :return: The auto_refresh_frequency_in_seconds of this AutonomousDwDatabase.
3834
+ :rtype: int
3835
+ """
3836
+ return self._auto_refresh_frequency_in_seconds
3837
+
3838
+ @auto_refresh_frequency_in_seconds.setter
3839
+ def auto_refresh_frequency_in_seconds(self, auto_refresh_frequency_in_seconds):
3840
+ """
3841
+ Sets the auto_refresh_frequency_in_seconds of this AutonomousDwDatabase.
3842
+ The frequency a refreshable clone is refreshed after auto-refresh is enabled. The minimum is 1 hour. The maximum is 7 days. The date and time that auto-refresh is enabled is controlled by the `timeOfAutoRefreshStart` parameter.
3843
+
3844
+
3845
+ :param auto_refresh_frequency_in_seconds: The auto_refresh_frequency_in_seconds of this AutonomousDwDatabase.
3846
+ :type: int
3847
+ """
3848
+ self._auto_refresh_frequency_in_seconds = auto_refresh_frequency_in_seconds
3849
+
3850
+ @property
3851
+ def auto_refresh_point_lag_in_seconds(self):
3852
+ """
3853
+ Gets the auto_refresh_point_lag_in_seconds of this AutonomousDwDatabase.
3854
+ The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
3855
+
3856
+
3857
+ :return: The auto_refresh_point_lag_in_seconds of this AutonomousDwDatabase.
3858
+ :rtype: int
3859
+ """
3860
+ return self._auto_refresh_point_lag_in_seconds
3861
+
3862
+ @auto_refresh_point_lag_in_seconds.setter
3863
+ def auto_refresh_point_lag_in_seconds(self, auto_refresh_point_lag_in_seconds):
3864
+ """
3865
+ Sets the auto_refresh_point_lag_in_seconds of this AutonomousDwDatabase.
3866
+ The time, in seconds, the data of the refreshable clone lags the primary database at the point of refresh. The minimum is 0 minutes (0 mins means refresh to the latest available timestamp). The maximum is 7 days. The lag time increases after refreshing until the next data refresh happens.
3867
+
3868
+
3869
+ :param auto_refresh_point_lag_in_seconds: The auto_refresh_point_lag_in_seconds of this AutonomousDwDatabase.
3870
+ :type: int
3871
+ """
3872
+ self._auto_refresh_point_lag_in_seconds = auto_refresh_point_lag_in_seconds
3873
+
3874
+ @property
3875
+ def time_of_auto_refresh_start(self):
3876
+ """
3877
+ Gets the time_of_auto_refresh_start of this AutonomousDwDatabase.
3878
+ The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
3879
+
3880
+
3881
+ :return: The time_of_auto_refresh_start of this AutonomousDwDatabase.
3882
+ :rtype: datetime
3883
+ """
3884
+ return self._time_of_auto_refresh_start
3885
+
3886
+ @time_of_auto_refresh_start.setter
3887
+ def time_of_auto_refresh_start(self, time_of_auto_refresh_start):
3888
+ """
3889
+ Sets the time_of_auto_refresh_start of this AutonomousDwDatabase.
3890
+ The the date and time that auto-refreshing will begin for an Autonomous Database refreshable clone. This value controls only the start time for the first refresh operation. Subsequent (ongoing) refresh operations have start times controlled by the value of the `autoRefreshFrequencyInSeconds` parameter.
3891
+
3892
+
3893
+ :param time_of_auto_refresh_start: The time_of_auto_refresh_start of this AutonomousDwDatabase.
3894
+ :type: datetime
3895
+ """
3896
+ self._time_of_auto_refresh_start = time_of_auto_refresh_start
3897
+
3898
+ @property
3899
+ def supported_regions_to_clone_to(self):
3900
+ """
3901
+ Gets the supported_regions_to_clone_to of this AutonomousDwDatabase.
3902
+ The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
3903
+
3904
+
3905
+ :return: The supported_regions_to_clone_to of this AutonomousDwDatabase.
3906
+ :rtype: list[str]
3907
+ """
3908
+ return self._supported_regions_to_clone_to
3909
+
3910
+ @supported_regions_to_clone_to.setter
3911
+ def supported_regions_to_clone_to(self, supported_regions_to_clone_to):
3912
+ """
3913
+ Sets the supported_regions_to_clone_to of this AutonomousDwDatabase.
3914
+ The list of regions that support the creation of an Autonomous Database clone or an Autonomous Data Guard standby database.
3915
+
3916
+
3917
+ :param supported_regions_to_clone_to: The supported_regions_to_clone_to of this AutonomousDwDatabase.
3918
+ :type: list[str]
3919
+ """
3920
+ self._supported_regions_to_clone_to = supported_regions_to_clone_to
3921
+
3922
+ @property
3923
+ def customer_contacts(self):
3924
+ """
3925
+ Gets the customer_contacts of this AutonomousDwDatabase.
3926
+ Customer Contacts.
3927
+
3928
+
3929
+ :return: The customer_contacts of this AutonomousDwDatabase.
3930
+ :rtype: list[oci.database.models.CustomerContact]
3931
+ """
3932
+ return self._customer_contacts
3933
+
3934
+ @customer_contacts.setter
3935
+ def customer_contacts(self, customer_contacts):
3936
+ """
3937
+ Sets the customer_contacts of this AutonomousDwDatabase.
3938
+ Customer Contacts.
3939
+
3940
+
3941
+ :param customer_contacts: The customer_contacts of this AutonomousDwDatabase.
3942
+ :type: list[oci.database.models.CustomerContact]
3943
+ """
3944
+ self._customer_contacts = customer_contacts
3945
+
3946
+ @property
3947
+ def time_local_data_guard_enabled(self):
3948
+ """
3949
+ Gets the time_local_data_guard_enabled of this AutonomousDwDatabase.
3950
+ The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
3951
+
3952
+
3953
+ :return: The time_local_data_guard_enabled of this AutonomousDwDatabase.
3954
+ :rtype: datetime
3955
+ """
3956
+ return self._time_local_data_guard_enabled
3957
+
3958
+ @time_local_data_guard_enabled.setter
3959
+ def time_local_data_guard_enabled(self, time_local_data_guard_enabled):
3960
+ """
3961
+ Sets the time_local_data_guard_enabled of this AutonomousDwDatabase.
3962
+ The date and time that Autonomous Data Guard was enabled for an Autonomous Database where the standby was provisioned in the same region as the primary database.
3963
+
3964
+
3965
+ :param time_local_data_guard_enabled: The time_local_data_guard_enabled of this AutonomousDwDatabase.
3966
+ :type: datetime
3967
+ """
3968
+ self._time_local_data_guard_enabled = time_local_data_guard_enabled
3969
+
3970
+ @property
3971
+ def dataguard_region_type(self):
3972
+ """
3973
+ Gets the dataguard_region_type of this AutonomousDwDatabase.
3974
+ **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
3975
+
3976
+ Allowed values for this property are: "PRIMARY_DG_REGION", "REMOTE_STANDBY_DG_REGION"
3977
+
3978
+
3979
+ :return: The dataguard_region_type of this AutonomousDwDatabase.
3980
+ :rtype: str
3981
+ """
3982
+ return self._dataguard_region_type
3983
+
3984
+ @dataguard_region_type.setter
3985
+ def dataguard_region_type(self, dataguard_region_type):
3986
+ """
3987
+ Sets the dataguard_region_type of this AutonomousDwDatabase.
3988
+ **Deprecated.** The Autonomous Data Guard region type of the Autonomous Database. For Autonomous Database Serverless, Autonomous Data Guard associations have designated primary and standby regions, and these region types do not change when the database changes roles. The standby regions in Autonomous Data Guard associations can be the same region designated as the primary region, or they can be remote regions. Certain database administrative operations may be available only in the primary region of the Autonomous Data Guard association, and cannot be performed when the database using the primary role is operating in a remote Autonomous Data Guard standby region.
3989
+
3990
+
3991
+ :param dataguard_region_type: The dataguard_region_type of this AutonomousDwDatabase.
3992
+ :type: str
3993
+ """
3994
+ allowed_values = ["PRIMARY_DG_REGION", "REMOTE_STANDBY_DG_REGION"]
3995
+ if not value_allowed_none_or_none_sentinel(dataguard_region_type, allowed_values):
3996
+ raise ValueError(
3997
+ f"Invalid value for `dataguard_region_type`, must be None or one of {allowed_values}"
3998
+ )
3999
+ self._dataguard_region_type = dataguard_region_type
4000
+
4001
+ @property
4002
+ def time_data_guard_role_changed(self):
4003
+ """
4004
+ Gets the time_data_guard_role_changed of this AutonomousDwDatabase.
4005
+ The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the \"primary\" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
4006
+
4007
+
4008
+ :return: The time_data_guard_role_changed of this AutonomousDwDatabase.
4009
+ :rtype: datetime
4010
+ """
4011
+ return self._time_data_guard_role_changed
4012
+
4013
+ @time_data_guard_role_changed.setter
4014
+ def time_data_guard_role_changed(self, time_data_guard_role_changed):
4015
+ """
4016
+ Sets the time_data_guard_role_changed of this AutonomousDwDatabase.
4017
+ The date and time the Autonomous Data Guard role was switched for the Autonomous Database. For databases that have standbys in both the primary Data Guard region and a remote Data Guard standby region, this is the latest timestamp of either the database using the \"primary\" role in the primary Data Guard region, or database located in the remote Data Guard standby region.
4018
+
4019
+
4020
+ :param time_data_guard_role_changed: The time_data_guard_role_changed of this AutonomousDwDatabase.
4021
+ :type: datetime
4022
+ """
4023
+ self._time_data_guard_role_changed = time_data_guard_role_changed
4024
+
4025
+ @property
4026
+ def peer_db_ids(self):
4027
+ """
4028
+ Gets the peer_db_ids of this AutonomousDwDatabase.
4029
+ The list of `OCIDs`__ of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
4030
+
4031
+ __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm
4032
+
4033
+
4034
+ :return: The peer_db_ids of this AutonomousDwDatabase.
4035
+ :rtype: list[str]
4036
+ """
4037
+ return self._peer_db_ids
4038
+
4039
+ @peer_db_ids.setter
4040
+ def peer_db_ids(self, peer_db_ids):
4041
+ """
4042
+ Sets the peer_db_ids of this AutonomousDwDatabase.
4043
+ The list of `OCIDs`__ of standby databases located in Autonomous Data Guard remote regions that are associated with the source database. Note that for Autonomous Database Serverless instances, standby databases located in the same region as the source primary database do not have OCIDs.
4044
+
4045
+ __ https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm
4046
+
4047
+
4048
+ :param peer_db_ids: The peer_db_ids of this AutonomousDwDatabase.
4049
+ :type: list[str]
4050
+ """
4051
+ self._peer_db_ids = peer_db_ids
4052
+
4053
+ @property
4054
+ def is_mtls_connection_required(self):
4055
+ """
4056
+ Gets the is_mtls_connection_required of this AutonomousDwDatabase.
4057
+ Specifies if the Autonomous Database requires mTLS connections.
4058
+
4059
+ This may not be updated in parallel with any of the following: licenseModel, databaseEdition, cpuCoreCount, computeCount, dataStorageSizeInTBs, whitelistedIps, openMode, permissionLevel, db-workload, privateEndpointLabel, nsgIds, customerContacts, dbVersion, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
4060
+
4061
+ Service Change: The default value of the isMTLSConnectionRequired attribute will change from true to false on July 1, 2023 in the following APIs:
4062
+ - CreateAutonomousDatabase
4063
+ - GetAutonomousDatabase
4064
+ - UpdateAutonomousDatabase
4065
+ Details: Prior to the July 1, 2023 change, the isMTLSConnectionRequired attribute default value was true. This applies to Autonomous Database Serverless.
4066
+ Does this impact me? If you use or maintain custom scripts or Terraform scripts referencing the CreateAutonomousDatabase, GetAutonomousDatabase, or UpdateAutonomousDatabase APIs, you want to check, and possibly modify, the scripts for the changed default value of the attribute. Should you choose not to leave your scripts unchanged, the API calls containing this attribute will continue to work, but the default value will switch from true to false.
4067
+ How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
4068
+
4069
+
4070
+ :return: The is_mtls_connection_required of this AutonomousDwDatabase.
4071
+ :rtype: bool
4072
+ """
4073
+ return self._is_mtls_connection_required
4074
+
4075
+ @is_mtls_connection_required.setter
4076
+ def is_mtls_connection_required(self, is_mtls_connection_required):
4077
+ """
4078
+ Sets the is_mtls_connection_required of this AutonomousDwDatabase.
4079
+ Specifies if the Autonomous Database requires mTLS connections.
4080
+
4081
+ This may not be updated in parallel with any of the following: licenseModel, databaseEdition, cpuCoreCount, computeCount, dataStorageSizeInTBs, whitelistedIps, openMode, permissionLevel, db-workload, privateEndpointLabel, nsgIds, customerContacts, dbVersion, scheduledOperations, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
4082
+
4083
+ Service Change: The default value of the isMTLSConnectionRequired attribute will change from true to false on July 1, 2023 in the following APIs:
4084
+ - CreateAutonomousDatabase
4085
+ - GetAutonomousDatabase
4086
+ - UpdateAutonomousDatabase
4087
+ Details: Prior to the July 1, 2023 change, the isMTLSConnectionRequired attribute default value was true. This applies to Autonomous Database Serverless.
4088
+ Does this impact me? If you use or maintain custom scripts or Terraform scripts referencing the CreateAutonomousDatabase, GetAutonomousDatabase, or UpdateAutonomousDatabase APIs, you want to check, and possibly modify, the scripts for the changed default value of the attribute. Should you choose not to leave your scripts unchanged, the API calls containing this attribute will continue to work, but the default value will switch from true to false.
4089
+ How do I make this change? Using either OCI SDKs or command line tools, update your custom scripts to explicitly set the isMTLSConnectionRequired attribute to true.
4090
+
4091
+
4092
+ :param is_mtls_connection_required: The is_mtls_connection_required of this AutonomousDwDatabase.
4093
+ :type: bool
4094
+ """
4095
+ self._is_mtls_connection_required = is_mtls_connection_required
4096
+
4097
+ @property
4098
+ def time_of_joining_resource_pool(self):
4099
+ """
4100
+ Gets the time_of_joining_resource_pool of this AutonomousDwDatabase.
4101
+ The time the member joined the resource pool.
4102
+
4103
+
4104
+ :return: The time_of_joining_resource_pool of this AutonomousDwDatabase.
4105
+ :rtype: datetime
4106
+ """
4107
+ return self._time_of_joining_resource_pool
4108
+
4109
+ @time_of_joining_resource_pool.setter
4110
+ def time_of_joining_resource_pool(self, time_of_joining_resource_pool):
4111
+ """
4112
+ Sets the time_of_joining_resource_pool of this AutonomousDwDatabase.
4113
+ The time the member joined the resource pool.
4114
+
4115
+
4116
+ :param time_of_joining_resource_pool: The time_of_joining_resource_pool of this AutonomousDwDatabase.
4117
+ :type: datetime
4118
+ """
4119
+ self._time_of_joining_resource_pool = time_of_joining_resource_pool
4120
+
4121
+ @property
4122
+ def resource_pool_leader_id(self):
4123
+ """
4124
+ Gets the resource_pool_leader_id of this AutonomousDwDatabase.
4125
+ The unique identifier for leader autonomous database OCID `OCID`__.
4126
+
4127
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4128
+
4129
+
4130
+ :return: The resource_pool_leader_id of this AutonomousDwDatabase.
4131
+ :rtype: str
4132
+ """
4133
+ return self._resource_pool_leader_id
4134
+
4135
+ @resource_pool_leader_id.setter
4136
+ def resource_pool_leader_id(self, resource_pool_leader_id):
4137
+ """
4138
+ Sets the resource_pool_leader_id of this AutonomousDwDatabase.
4139
+ The unique identifier for leader autonomous database OCID `OCID`__.
4140
+
4141
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4142
+
4143
+
4144
+ :param resource_pool_leader_id: The resource_pool_leader_id of this AutonomousDwDatabase.
4145
+ :type: str
4146
+ """
4147
+ self._resource_pool_leader_id = resource_pool_leader_id
4148
+
4149
+ @property
4150
+ def resource_pool_summary(self):
4151
+ """
4152
+ Gets the resource_pool_summary of this AutonomousDwDatabase.
4153
+
4154
+ :return: The resource_pool_summary of this AutonomousDwDatabase.
4155
+ :rtype: oci.database.models.ResourcePoolSummary
4156
+ """
4157
+ return self._resource_pool_summary
4158
+
4159
+ @resource_pool_summary.setter
4160
+ def resource_pool_summary(self, resource_pool_summary):
4161
+ """
4162
+ Sets the resource_pool_summary of this AutonomousDwDatabase.
4163
+
4164
+ :param resource_pool_summary: The resource_pool_summary of this AutonomousDwDatabase.
4165
+ :type: oci.database.models.ResourcePoolSummary
4166
+ """
4167
+ self._resource_pool_summary = resource_pool_summary
4168
+
4169
+ @property
4170
+ def is_reconnect_clone_enabled(self):
4171
+ """
4172
+ Gets the is_reconnect_clone_enabled of this AutonomousDwDatabase.
4173
+ Indicates if the refreshable clone can be reconnected to its source database.
4174
+
4175
+
4176
+ :return: The is_reconnect_clone_enabled of this AutonomousDwDatabase.
4177
+ :rtype: bool
4178
+ """
4179
+ return self._is_reconnect_clone_enabled
4180
+
4181
+ @is_reconnect_clone_enabled.setter
4182
+ def is_reconnect_clone_enabled(self, is_reconnect_clone_enabled):
4183
+ """
4184
+ Sets the is_reconnect_clone_enabled of this AutonomousDwDatabase.
4185
+ Indicates if the refreshable clone can be reconnected to its source database.
4186
+
4187
+
4188
+ :param is_reconnect_clone_enabled: The is_reconnect_clone_enabled of this AutonomousDwDatabase.
4189
+ :type: bool
4190
+ """
4191
+ self._is_reconnect_clone_enabled = is_reconnect_clone_enabled
4192
+
4193
+ @property
4194
+ def time_until_reconnect_clone_enabled(self):
4195
+ """
4196
+ Gets the time_until_reconnect_clone_enabled of this AutonomousDwDatabase.
4197
+ The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
4198
+
4199
+
4200
+ :return: The time_until_reconnect_clone_enabled of this AutonomousDwDatabase.
4201
+ :rtype: datetime
4202
+ """
4203
+ return self._time_until_reconnect_clone_enabled
4204
+
4205
+ @time_until_reconnect_clone_enabled.setter
4206
+ def time_until_reconnect_clone_enabled(self, time_until_reconnect_clone_enabled):
4207
+ """
4208
+ Sets the time_until_reconnect_clone_enabled of this AutonomousDwDatabase.
4209
+ The time and date as an RFC3339 formatted string, e.g., 2022-01-01T12:00:00.000Z, to set the limit for a refreshable clone to be reconnected to its source database.
4210
+
4211
+
4212
+ :param time_until_reconnect_clone_enabled: The time_until_reconnect_clone_enabled of this AutonomousDwDatabase.
4213
+ :type: datetime
4214
+ """
4215
+ self._time_until_reconnect_clone_enabled = time_until_reconnect_clone_enabled
4216
+
4217
+ @property
4218
+ def autonomous_maintenance_schedule_type(self):
4219
+ """
4220
+ Gets the autonomous_maintenance_schedule_type of this AutonomousDwDatabase.
4221
+ The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule
4222
+ follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
4223
+
4224
+ Allowed values for this property are: "EARLY", "REGULAR"
4225
+
4226
+
4227
+ :return: The autonomous_maintenance_schedule_type of this AutonomousDwDatabase.
4228
+ :rtype: str
4229
+ """
4230
+ return self._autonomous_maintenance_schedule_type
4231
+
4232
+ @autonomous_maintenance_schedule_type.setter
4233
+ def autonomous_maintenance_schedule_type(self, autonomous_maintenance_schedule_type):
4234
+ """
4235
+ Sets the autonomous_maintenance_schedule_type of this AutonomousDwDatabase.
4236
+ The maintenance schedule type of the Autonomous Database Serverless. An EARLY maintenance schedule
4237
+ follows a schedule applying patches prior to the REGULAR schedule. A REGULAR maintenance schedule follows the normal cycle
4238
+
4239
+
4240
+ :param autonomous_maintenance_schedule_type: The autonomous_maintenance_schedule_type of this AutonomousDwDatabase.
4241
+ :type: str
4242
+ """
4243
+ allowed_values = ["EARLY", "REGULAR"]
4244
+ if not value_allowed_none_or_none_sentinel(autonomous_maintenance_schedule_type, allowed_values):
4245
+ raise ValueError(
4246
+ f"Invalid value for `autonomous_maintenance_schedule_type`, must be None or one of {allowed_values}"
4247
+ )
4248
+ self._autonomous_maintenance_schedule_type = autonomous_maintenance_schedule_type
4249
+
4250
+ @property
4251
+ def scheduled_operations(self):
4252
+ """
4253
+ Gets the scheduled_operations of this AutonomousDwDatabase.
4254
+ The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
4255
+
4256
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
4257
+
4258
+
4259
+ :return: The scheduled_operations of this AutonomousDwDatabase.
4260
+ :rtype: list[oci.database.models.ScheduledOperationDetails]
4261
+ """
4262
+ return self._scheduled_operations
4263
+
4264
+ @scheduled_operations.setter
4265
+ def scheduled_operations(self, scheduled_operations):
4266
+ """
4267
+ Sets the scheduled_operations of this AutonomousDwDatabase.
4268
+ The list of scheduled operations. Consists of values such as dayOfWeek, scheduledStartTime, scheduledStopTime.
4269
+
4270
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, dbToolsDetails, isLocalDataGuardEnabled, or isFreeTier.
4271
+
4272
+
4273
+ :param scheduled_operations: The scheduled_operations of this AutonomousDwDatabase.
4274
+ :type: list[oci.database.models.ScheduledOperationDetails]
4275
+ """
4276
+ self._scheduled_operations = scheduled_operations
4277
+
4278
+ @property
4279
+ def is_auto_scaling_for_storage_enabled(self):
4280
+ """
4281
+ Gets the is_auto_scaling_for_storage_enabled of this AutonomousDwDatabase.
4282
+ Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
4283
+
4284
+
4285
+ :return: The is_auto_scaling_for_storage_enabled of this AutonomousDwDatabase.
4286
+ :rtype: bool
4287
+ """
4288
+ return self._is_auto_scaling_for_storage_enabled
4289
+
4290
+ @is_auto_scaling_for_storage_enabled.setter
4291
+ def is_auto_scaling_for_storage_enabled(self, is_auto_scaling_for_storage_enabled):
4292
+ """
4293
+ Sets the is_auto_scaling_for_storage_enabled of this AutonomousDwDatabase.
4294
+ Indicates if auto scaling is enabled for the Autonomous Database storage. The default value is `FALSE`.
4295
+
4296
+
4297
+ :param is_auto_scaling_for_storage_enabled: The is_auto_scaling_for_storage_enabled of this AutonomousDwDatabase.
4298
+ :type: bool
4299
+ """
4300
+ self._is_auto_scaling_for_storage_enabled = is_auto_scaling_for_storage_enabled
4301
+
4302
+ @property
4303
+ def allocated_storage_size_in_tbs(self):
4304
+ """
4305
+ Gets the allocated_storage_size_in_tbs of this AutonomousDwDatabase.
4306
+ The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the `dataStorageSizeInTBs` value. You can compare this value to the `actualUsedDataStorageSizeInTBs` value to determine if a manual shrink operation is appropriate for your allocated storage.
4307
+
4308
+ **Note:** Auto-scaling does not automatically decrease allocated storage when data is deleted from the database.
4309
+
4310
+
4311
+ :return: The allocated_storage_size_in_tbs of this AutonomousDwDatabase.
4312
+ :rtype: float
4313
+ """
4314
+ return self._allocated_storage_size_in_tbs
4315
+
4316
+ @allocated_storage_size_in_tbs.setter
4317
+ def allocated_storage_size_in_tbs(self, allocated_storage_size_in_tbs):
4318
+ """
4319
+ Sets the allocated_storage_size_in_tbs of this AutonomousDwDatabase.
4320
+ The amount of storage currently allocated for the database tables and billed for, rounded up. When auto-scaling is not enabled, this value is equal to the `dataStorageSizeInTBs` value. You can compare this value to the `actualUsedDataStorageSizeInTBs` value to determine if a manual shrink operation is appropriate for your allocated storage.
4321
+
4322
+ **Note:** Auto-scaling does not automatically decrease allocated storage when data is deleted from the database.
4323
+
4324
+
4325
+ :param allocated_storage_size_in_tbs: The allocated_storage_size_in_tbs of this AutonomousDwDatabase.
4326
+ :type: float
4327
+ """
4328
+ self._allocated_storage_size_in_tbs = allocated_storage_size_in_tbs
4329
+
4330
+ @property
4331
+ def actual_used_data_storage_size_in_tbs(self):
4332
+ """
4333
+ Gets the actual_used_data_storage_size_in_tbs of this AutonomousDwDatabase.
4334
+ The current amount of storage in use for user and system data, in terabytes (TB).
4335
+
4336
+
4337
+ :return: The actual_used_data_storage_size_in_tbs of this AutonomousDwDatabase.
4338
+ :rtype: float
4339
+ """
4340
+ return self._actual_used_data_storage_size_in_tbs
4341
+
4342
+ @actual_used_data_storage_size_in_tbs.setter
4343
+ def actual_used_data_storage_size_in_tbs(self, actual_used_data_storage_size_in_tbs):
4344
+ """
4345
+ Sets the actual_used_data_storage_size_in_tbs of this AutonomousDwDatabase.
4346
+ The current amount of storage in use for user and system data, in terabytes (TB).
4347
+
4348
+
4349
+ :param actual_used_data_storage_size_in_tbs: The actual_used_data_storage_size_in_tbs of this AutonomousDwDatabase.
4350
+ :type: float
4351
+ """
4352
+ self._actual_used_data_storage_size_in_tbs = actual_used_data_storage_size_in_tbs
4353
+
4354
+ @property
4355
+ def database_edition(self):
4356
+ """
4357
+ Gets the database_edition of this AutonomousDwDatabase.
4358
+ The Oracle Database Edition that applies to the Autonomous databases.
4359
+
4360
+ Allowed values for this property are: "STANDARD_EDITION", "ENTERPRISE_EDITION"
4361
+
4362
+
4363
+ :return: The database_edition of this AutonomousDwDatabase.
4364
+ :rtype: str
4365
+ """
4366
+ return self._database_edition
4367
+
4368
+ @database_edition.setter
4369
+ def database_edition(self, database_edition):
4370
+ """
4371
+ Sets the database_edition of this AutonomousDwDatabase.
4372
+ The Oracle Database Edition that applies to the Autonomous databases.
4373
+
4374
+
4375
+ :param database_edition: The database_edition of this AutonomousDwDatabase.
4376
+ :type: str
4377
+ """
4378
+ allowed_values = ["STANDARD_EDITION", "ENTERPRISE_EDITION"]
4379
+ if not value_allowed_none_or_none_sentinel(database_edition, allowed_values):
4380
+ raise ValueError(
4381
+ f"Invalid value for `database_edition`, must be None or one of {allowed_values}"
4382
+ )
4383
+ self._database_edition = database_edition
4384
+
4385
+ @property
4386
+ def db_tools_details(self):
4387
+ """
4388
+ Gets the db_tools_details of this AutonomousDwDatabase.
4389
+ The list of database tools details.
4390
+
4391
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier.
4392
+
4393
+
4394
+ :return: The db_tools_details of this AutonomousDwDatabase.
4395
+ :rtype: list[oci.database.models.DatabaseTool]
4396
+ """
4397
+ return self._db_tools_details
4398
+
4399
+ @db_tools_details.setter
4400
+ def db_tools_details(self, db_tools_details):
4401
+ """
4402
+ Sets the db_tools_details of this AutonomousDwDatabase.
4403
+ The list of database tools details.
4404
+
4405
+ This cannot be updated in parallel with any of the following: licenseModel, dbEdition, cpuCoreCount, computeCount, computeModel, whitelistedIps, isMTLSConnectionRequired, openMode, permissionLevel, dbWorkload, privateEndpointLabel, nsgIds, dbVersion, isRefreshable, dbName, scheduledOperations, isLocalDataGuardEnabled, or isFreeTier.
4406
+
4407
+
4408
+ :param db_tools_details: The db_tools_details of this AutonomousDwDatabase.
4409
+ :type: list[oci.database.models.DatabaseTool]
4410
+ """
4411
+ self._db_tools_details = db_tools_details
4412
+
4413
+ @property
4414
+ def local_disaster_recovery_type(self):
4415
+ """
4416
+ Gets the local_disaster_recovery_type of this AutonomousDwDatabase.
4417
+ Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance.
4418
+ Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover.
4419
+ Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
4420
+
4421
+
4422
+ :return: The local_disaster_recovery_type of this AutonomousDwDatabase.
4423
+ :rtype: str
4424
+ """
4425
+ return self._local_disaster_recovery_type
4426
+
4427
+ @local_disaster_recovery_type.setter
4428
+ def local_disaster_recovery_type(self, local_disaster_recovery_type):
4429
+ """
4430
+ Sets the local_disaster_recovery_type of this AutonomousDwDatabase.
4431
+ Indicates the local disaster recovery (DR) type of the Autonomous Database Serverless instance.
4432
+ Autonomous Data Guard (ADG) DR type provides business critical DR with a faster recovery time objective (RTO) during failover or switchover.
4433
+ Backup-based DR type provides lower cost DR with a slower RTO during failover or switchover.
4434
+
4435
+
4436
+ :param local_disaster_recovery_type: The local_disaster_recovery_type of this AutonomousDwDatabase.
4437
+ :type: str
4438
+ """
4439
+ self._local_disaster_recovery_type = local_disaster_recovery_type
4440
+
4441
+ @property
4442
+ def disaster_recovery_region_type(self):
4443
+ """
4444
+ Gets the disaster_recovery_region_type of this AutonomousDwDatabase.
4445
+ **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
4446
+
4447
+ Allowed values for this property are: "PRIMARY", "REMOTE"
4448
+
4449
+
4450
+ :return: The disaster_recovery_region_type of this AutonomousDwDatabase.
4451
+ :rtype: str
4452
+ """
4453
+ return self._disaster_recovery_region_type
4454
+
4455
+ @disaster_recovery_region_type.setter
4456
+ def disaster_recovery_region_type(self, disaster_recovery_region_type):
4457
+ """
4458
+ Sets the disaster_recovery_region_type of this AutonomousDwDatabase.
4459
+ **Deprecated.** The disaster recovery (DR) region type of the Autonomous Database. For Autonomous Database Serverless instances, DR associations have designated primary and standby regions. These region types do not change when the database changes roles. The standby region in DR associations can be the same region as the primary region, or they can be in a remote regions. Some database administration operations may be available only in the primary region of the DR association, and cannot be performed when the database using the primary role is operating in a remote region.
4460
+
4461
+
4462
+ :param disaster_recovery_region_type: The disaster_recovery_region_type of this AutonomousDwDatabase.
4463
+ :type: str
4464
+ """
4465
+ allowed_values = ["PRIMARY", "REMOTE"]
4466
+ if not value_allowed_none_or_none_sentinel(disaster_recovery_region_type, allowed_values):
4467
+ raise ValueError(
4468
+ f"Invalid value for `disaster_recovery_region_type`, must be None or one of {allowed_values}"
4469
+ )
4470
+ self._disaster_recovery_region_type = disaster_recovery_region_type
4471
+
4472
+ @property
4473
+ def time_disaster_recovery_role_changed(self):
4474
+ """
4475
+ Gets the time_disaster_recovery_role_changed of this AutonomousDwDatabase.
4476
+ The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
4477
+
4478
+
4479
+ :return: The time_disaster_recovery_role_changed of this AutonomousDwDatabase.
4480
+ :rtype: datetime
4481
+ """
4482
+ return self._time_disaster_recovery_role_changed
4483
+
4484
+ @time_disaster_recovery_role_changed.setter
4485
+ def time_disaster_recovery_role_changed(self, time_disaster_recovery_role_changed):
4486
+ """
4487
+ Sets the time_disaster_recovery_role_changed of this AutonomousDwDatabase.
4488
+ The date and time the Disaster Recovery role was switched for the standby Autonomous Database.
4489
+
4490
+
4491
+ :param time_disaster_recovery_role_changed: The time_disaster_recovery_role_changed of this AutonomousDwDatabase.
4492
+ :type: datetime
4493
+ """
4494
+ self._time_disaster_recovery_role_changed = time_disaster_recovery_role_changed
4495
+
4496
+ @property
4497
+ def remote_disaster_recovery_configuration(self):
4498
+ """
4499
+ Gets the remote_disaster_recovery_configuration of this AutonomousDwDatabase.
4500
+
4501
+ :return: The remote_disaster_recovery_configuration of this AutonomousDwDatabase.
4502
+ :rtype: oci.database.models.DisasterRecoveryConfiguration
4503
+ """
4504
+ return self._remote_disaster_recovery_configuration
4505
+
4506
+ @remote_disaster_recovery_configuration.setter
4507
+ def remote_disaster_recovery_configuration(self, remote_disaster_recovery_configuration):
4508
+ """
4509
+ Sets the remote_disaster_recovery_configuration of this AutonomousDwDatabase.
4510
+
4511
+ :param remote_disaster_recovery_configuration: The remote_disaster_recovery_configuration of this AutonomousDwDatabase.
4512
+ :type: oci.database.models.DisasterRecoveryConfiguration
4513
+ """
4514
+ self._remote_disaster_recovery_configuration = remote_disaster_recovery_configuration
4515
+
4516
+ @property
4517
+ def net_services_architecture(self):
4518
+ """
4519
+ Gets the net_services_architecture of this AutonomousDwDatabase.
4520
+ Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
4521
+
4522
+ Allowed values for this property are: "DEDICATED", "SHARED"
4523
+
4524
+
4525
+ :return: The net_services_architecture of this AutonomousDwDatabase.
4526
+ :rtype: str
4527
+ """
4528
+ return self._net_services_architecture
4529
+
4530
+ @net_services_architecture.setter
4531
+ def net_services_architecture(self, net_services_architecture):
4532
+ """
4533
+ Sets the net_services_architecture of this AutonomousDwDatabase.
4534
+ Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
4535
+
4536
+
4537
+ :param net_services_architecture: The net_services_architecture of this AutonomousDwDatabase.
4538
+ :type: str
4539
+ """
4540
+ allowed_values = ["DEDICATED", "SHARED"]
4541
+ if not value_allowed_none_or_none_sentinel(net_services_architecture, allowed_values):
4542
+ raise ValueError(
4543
+ f"Invalid value for `net_services_architecture`, must be None or one of {allowed_values}"
4544
+ )
4545
+ self._net_services_architecture = net_services_architecture
4546
+
4547
+ @property
4548
+ def availability_domain(self):
4549
+ """
4550
+ Gets the availability_domain of this AutonomousDwDatabase.
4551
+ The availability domain where the Autonomous Database Serverless instance is located.
4552
+
4553
+
4554
+ :return: The availability_domain of this AutonomousDwDatabase.
4555
+ :rtype: str
4556
+ """
4557
+ return self._availability_domain
4558
+
4559
+ @availability_domain.setter
4560
+ def availability_domain(self, availability_domain):
4561
+ """
4562
+ Sets the availability_domain of this AutonomousDwDatabase.
4563
+ The availability domain where the Autonomous Database Serverless instance is located.
4564
+
4565
+
4566
+ :param availability_domain: The availability_domain of this AutonomousDwDatabase.
4567
+ :type: str
4568
+ """
4569
+ self._availability_domain = availability_domain
4570
+
4571
+ @property
4572
+ def cluster_placement_group_id(self):
4573
+ """
4574
+ Gets the cluster_placement_group_id of this AutonomousDwDatabase.
4575
+ The `OCID`__ of the cluster placement group of the Autonomous Serverless Database.
4576
+
4577
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4578
+
4579
+
4580
+ :return: The cluster_placement_group_id of this AutonomousDwDatabase.
4581
+ :rtype: str
4582
+ """
4583
+ return self._cluster_placement_group_id
4584
+
4585
+ @cluster_placement_group_id.setter
4586
+ def cluster_placement_group_id(self, cluster_placement_group_id):
4587
+ """
4588
+ Sets the cluster_placement_group_id of this AutonomousDwDatabase.
4589
+ The `OCID`__ of the cluster placement group of the Autonomous Serverless Database.
4590
+
4591
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
4592
+
4593
+
4594
+ :param cluster_placement_group_id: The cluster_placement_group_id of this AutonomousDwDatabase.
4595
+ :type: str
4596
+ """
4597
+ self._cluster_placement_group_id = cluster_placement_group_id
4598
+
4599
+ def __repr__(self):
4600
+ return formatted_flat_dict(self)
4601
+
4602
+ def __eq__(self, other):
4603
+ if other is None:
4604
+ return False
4605
+
4606
+ return self.__dict__ == other.__dict__
4607
+
4608
+ def __ne__(self, other):
4609
+ return not self == other