oci 2.124.0__py3-none-any.whl → 2.124.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (277) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +10 -10
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +51 -51
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/capacity_management/capacity_management_client.py +19 -19
  33. oci/certificates/certificates_client.py +5 -5
  34. oci/certificates_management/certificates_management_client.py +32 -32
  35. oci/cims/incident_client.py +8 -8
  36. oci/cims/user_client.py +1 -1
  37. oci/cloud_bridge/common_client.py +5 -5
  38. oci/cloud_bridge/discovery_client.py +14 -14
  39. oci/cloud_bridge/inventory_client.py +16 -16
  40. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  41. oci/cloud_guard/cloud_guard_client.py +133 -133
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  44. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  45. oci/compute_instance_agent/plugin_client.py +2 -2
  46. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  47. oci/container_engine/container_engine_client.py +44 -44
  48. oci/container_instances/container_instance_client.py +18 -18
  49. oci/core/blockstorage_client.py +60 -60
  50. oci/core/compute_client.py +99 -99
  51. oci/core/compute_management_client.py +32 -32
  52. oci/core/virtual_network_client.py +242 -242
  53. oci/dashboard_service/dashboard_client.py +6 -6
  54. oci/dashboard_service/dashboard_group_client.py +6 -6
  55. oci/data_catalog/data_catalog_client.py +148 -148
  56. oci/data_flow/data_flow_client.py +42 -42
  57. oci/data_integration/data_integration_client.py +163 -163
  58. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  59. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  60. oci/data_safe/data_safe_client.py +272 -272
  61. oci/data_science/data_science_client.py +91 -91
  62. oci/data_science/models/__init__.py +22 -0
  63. oci/data_science/models/auto_scaling_policy.py +148 -0
  64. oci/data_science/models/auto_scaling_policy_details.py +104 -0
  65. oci/data_science/models/custom_expression_query_scaling_configuration.py +124 -0
  66. oci/data_science/models/custom_metric_expression_rule.py +105 -0
  67. oci/data_science/models/fixed_size_scaling_policy.py +1 -1
  68. oci/data_science/models/instance_pool_model_deployment_system_data.py +82 -0
  69. oci/data_science/models/metric_expression_rule.py +121 -0
  70. oci/data_science/models/model_configuration_details.py +33 -2
  71. oci/data_science/models/model_deployment.py +27 -0
  72. oci/data_science/models/model_deployment_instance_shape_config_details.py +61 -2
  73. oci/data_science/models/model_deployment_system_data.py +101 -0
  74. oci/data_science/models/predefined_expression_threshold_scaling_configuration.py +97 -0
  75. oci/data_science/models/predefined_metric_expression_rule.py +153 -0
  76. oci/data_science/models/scaling_configuration.py +185 -0
  77. oci/data_science/models/scaling_policy.py +11 -3
  78. oci/data_science/models/threshold_based_auto_scaling_policy_details.py +187 -0
  79. oci/data_science/models/update_model_configuration_details.py +33 -2
  80. oci/database/database_client.py +327 -327
  81. oci/database/models/autonomous_container_database.py +158 -2
  82. oci/database/models/autonomous_container_database_summary.py +158 -2
  83. oci/database/models/autonomous_database.py +80 -2
  84. oci/database/models/autonomous_database_summary.py +80 -2
  85. oci/database/models/create_autonomous_container_database_details.py +158 -2
  86. oci/database/models/create_autonomous_database_base.py +31 -0
  87. oci/database/models/create_autonomous_database_clone_details.py +7 -0
  88. oci/database/models/create_autonomous_database_details.py +7 -0
  89. oci/database/models/create_autonomous_database_from_backup_details.py +7 -0
  90. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +7 -0
  91. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +7 -0
  92. oci/database/models/create_cross_region_disaster_recovery_details.py +7 -0
  93. oci/database/models/create_refreshable_autonomous_database_clone_details.py +7 -0
  94. oci/database/models/update_autonomous_database_details.py +31 -0
  95. oci/database_management/db_management_client.py +194 -194
  96. oci/database_management/diagnosability_client.py +4 -4
  97. oci/database_management/managed_my_sql_databases_client.py +6 -6
  98. oci/database_management/perfhub_client.py +1 -1
  99. oci/database_management/sql_tuning_client.py +17 -17
  100. oci/database_migration/database_migration_client.py +41 -41
  101. oci/database_tools/database_tools_client.py +23 -23
  102. oci/desktops/desktop_service_client.py +21 -21
  103. oci/devops/devops_client.py +89 -89
  104. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  105. oci/dns/dns_client.py +52 -52
  106. oci/dts/appliance_export_job_client.py +6 -6
  107. oci/dts/shipping_vendors_client.py +1 -1
  108. oci/dts/transfer_appliance_client.py +8 -8
  109. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  110. oci/dts/transfer_device_client.py +5 -5
  111. oci/dts/transfer_job_client.py +6 -6
  112. oci/dts/transfer_package_client.py +7 -7
  113. oci/em_warehouse/em_data_lake_client.py +13 -13
  114. oci/em_warehouse/em_warehouse_client.py +13 -13
  115. oci/email/email_client.py +25 -25
  116. oci/events/events_client.py +6 -6
  117. oci/file_storage/file_storage_client.py +50 -50
  118. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  119. oci/functions/functions_invoke_client.py +1 -1
  120. oci/functions/functions_management_client.py +16 -16
  121. oci/fusion_apps/data_masking_activity_client.py +3 -3
  122. oci/fusion_apps/fusion_applications_client.py +39 -39
  123. oci/fusion_apps/fusion_environment_client.py +15 -15
  124. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  125. oci/fusion_apps/refresh_activity_client.py +4 -4
  126. oci/fusion_apps/scheduled_activity_client.py +2 -2
  127. oci/fusion_apps/service_attachment_client.py +2 -2
  128. oci/generative_ai/generative_ai_client.py +22 -22
  129. oci/generative_ai_inference/generative_ai_inference_client.py +3 -3
  130. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  131. oci/globally_distributed_database/sharded_database_service_client.py +29 -29
  132. oci/golden_gate/golden_gate_client.py +61 -61
  133. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  134. oci/governance_rules_control_plane/work_request_client.py +5 -5
  135. oci/healthchecks/health_checks_client.py +17 -17
  136. oci/identity/identity_client.py +145 -145
  137. oci/identity_data_plane/dataplane_client.py +2 -2
  138. oci/identity_domains/identity_domains_client.py +300 -300
  139. oci/integration/integration_instance_client.py +15 -15
  140. oci/jms/java_management_service_client.py +66 -66
  141. oci/jms_java_downloads/java_download_client.py +25 -25
  142. oci/key_management/ekm_client.py +5 -5
  143. oci/key_management/kms_crypto_client.py +6 -6
  144. oci/key_management/kms_hsm_cluster_client.py +12 -12
  145. oci/key_management/kms_management_client.py +21 -21
  146. oci/key_management/kms_vault_client.py +14 -14
  147. oci/license_manager/license_manager_client.py +18 -18
  148. oci/limits/limits_client.py +4 -4
  149. oci/limits/quotas_client.py +7 -7
  150. oci/load_balancer/load_balancer_client.py +61 -61
  151. oci/lockbox/lockbox_client.py +23 -23
  152. oci/log_analytics/log_analytics_client.py +193 -193
  153. oci/logging/logging_management_client.py +30 -30
  154. oci/loggingingestion/logging_client.py +1 -1
  155. oci/loggingsearch/log_search_client.py +1 -1
  156. oci/management_agent/management_agent_client.py +28 -28
  157. oci/management_dashboard/dashx_apis_client.py +14 -14
  158. oci/marketplace/account_client.py +2 -2
  159. oci/marketplace/marketplace_client.py +30 -30
  160. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  161. oci/media_services/media_services_client.py +60 -60
  162. oci/media_services/media_stream_client.py +2 -2
  163. oci/monitoring/monitoring_client.py +18 -18
  164. oci/mysql/channels_client.py +7 -7
  165. oci/mysql/db_backups_client.py +6 -6
  166. oci/mysql/db_system_client.py +17 -17
  167. oci/mysql/mysqlaas_client.py +7 -7
  168. oci/mysql/replicas_client.py +5 -5
  169. oci/mysql/work_requests_client.py +4 -4
  170. oci/network_firewall/network_firewall_client.py +80 -80
  171. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  172. oci/nosql/nosql_client.py +24 -24
  173. oci/object_storage/object_storage_client.py +50 -50
  174. oci/oce/oce_instance_client.py +10 -10
  175. oci/oci_control_center/occ_metrics_client.py +3 -3
  176. oci/ocvp/cluster_client.py +5 -5
  177. oci/ocvp/esxi_host_client.py +8 -8
  178. oci/ocvp/sddc_client.py +14 -14
  179. oci/ocvp/work_request_client.py +4 -4
  180. oci/oda/management_client.py +59 -59
  181. oci/oda/oda_client.py +17 -17
  182. oci/oda/odapackage_client.py +7 -7
  183. oci/onesubscription/billing_schedule_client.py +1 -1
  184. oci/onesubscription/commitment_client.py +2 -2
  185. oci/onesubscription/computed_usage_client.py +3 -3
  186. oci/onesubscription/invoice_summary_client.py +2 -2
  187. oci/onesubscription/organization_subscription_client.py +1 -1
  188. oci/onesubscription/ratecard_client.py +1 -1
  189. oci/onesubscription/subscribed_service_client.py +2 -2
  190. oci/onesubscription/subscription_client.py +1 -1
  191. oci/ons/notification_control_plane_client.py +6 -6
  192. oci/ons/notification_data_plane_client.py +10 -10
  193. oci/opa/opa_instance_client.py +11 -11
  194. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  195. oci/opensearch/opensearch_cluster_client.py +14 -14
  196. oci/operator_access_control/access_requests_client.py +10 -10
  197. oci/operator_access_control/operator_actions_client.py +2 -2
  198. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  199. oci/operator_access_control/operator_control_client.py +6 -6
  200. oci/opsi/operations_insights_client.py +175 -175
  201. oci/optimizer/optimizer_client.py +26 -26
  202. oci/os_management/event_client.py +8 -8
  203. oci/os_management/os_management_client.py +69 -69
  204. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  205. oci/os_management_hub/managed_instance_client.py +22 -22
  206. oci/os_management_hub/managed_instance_group_client.py +22 -22
  207. oci/os_management_hub/management_station_client.py +8 -8
  208. oci/os_management_hub/onboarding_client.py +5 -5
  209. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  210. oci/os_management_hub/scheduled_job_client.py +6 -6
  211. oci/os_management_hub/software_source_client.py +22 -22
  212. oci/os_management_hub/work_request_client.py +4 -4
  213. oci/osp_gateway/address_rule_service_client.py +1 -1
  214. oci/osp_gateway/address_service_client.py +2 -2
  215. oci/osp_gateway/invoice_service_client.py +5 -5
  216. oci/osp_gateway/subscription_service_client.py +5 -5
  217. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  218. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  219. oci/osub_subscription/commitment_client.py +2 -2
  220. oci/osub_subscription/ratecard_client.py +1 -1
  221. oci/osub_subscription/subscription_client.py +1 -1
  222. oci/osub_usage/computed_usage_client.py +3 -3
  223. oci/psql/postgresql_client.py +33 -33
  224. oci/queue/queue_admin_client.py +11 -11
  225. oci/queue/queue_client.py +8 -8
  226. oci/recovery/database_recovery_client.py +23 -23
  227. oci/redis/redis_cluster_client.py +11 -11
  228. oci/resource_manager/resource_manager_client.py +52 -52
  229. oci/resource_search/resource_search_client.py +3 -3
  230. oci/rover/rover_bundle_client.py +8 -8
  231. oci/rover/rover_cluster_client.py +8 -8
  232. oci/rover/rover_entitlement_client.py +6 -6
  233. oci/rover/rover_node_client.py +15 -15
  234. oci/rover/shape_client.py +1 -1
  235. oci/rover/work_requests_client.py +5 -5
  236. oci/sch/connector_plugins_client.py +2 -2
  237. oci/sch/service_connector_client.py +12 -12
  238. oci/secrets/secrets_client.py +3 -3
  239. oci/service_catalog/service_catalog_client.py +26 -26
  240. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  241. oci/service_mesh/service_mesh_client.py +48 -48
  242. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  243. oci/streaming/stream_admin_client.py +18 -18
  244. oci/streaming/stream_client.py +8 -8
  245. oci/tenant_manager_control_plane/domain_client.py +5 -5
  246. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  247. oci/tenant_manager_control_plane/governance_client.py +2 -2
  248. oci/tenant_manager_control_plane/link_client.py +3 -3
  249. oci/tenant_manager_control_plane/orders_client.py +2 -2
  250. oci/tenant_manager_control_plane/organization_client.py +10 -10
  251. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  252. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  253. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  254. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  255. oci/threat_intelligence/threatintel_client.py +5 -5
  256. oci/usage/resources_client.py +2 -2
  257. oci/usage/rewards_client.py +6 -6
  258. oci/usage/usagelimits_client.py +1 -1
  259. oci/usage_api/usageapi_client.py +28 -28
  260. oci/vault/vaults_client.py +13 -13
  261. oci/vbs_inst/vbs_instance_client.py +10 -10
  262. oci/version.py +1 -1
  263. oci/visual_builder/vb_instance_client.py +13 -13
  264. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  265. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  266. oci/waa/waa_client.py +13 -13
  267. oci/waa/work_request_client.py +4 -4
  268. oci/waas/redirect_client.py +6 -6
  269. oci/waas/waas_client.py +66 -66
  270. oci/waf/waf_client.py +24 -24
  271. oci/work_requests/work_request_client.py +4 -4
  272. {oci-2.124.0.dist-info → oci-2.124.1.dist-info}/METADATA +1 -1
  273. {oci-2.124.0.dist-info → oci-2.124.1.dist-info}/RECORD +277 -266
  274. {oci-2.124.0.dist-info → oci-2.124.1.dist-info}/LICENSE.txt +0 -0
  275. {oci-2.124.0.dist-info → oci-2.124.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  276. {oci-2.124.0.dist-info → oci-2.124.1.dist-info}/WHEEL +0 -0
  277. {oci-2.124.0.dist-info → oci-2.124.1.dist-info}/top_level.txt +0 -0
@@ -293,6 +293,14 @@ class AutonomousDatabaseSummary(object):
293
293
  #: This constant has a value of "REMOTE"
294
294
  DISASTER_RECOVERY_REGION_TYPE_REMOTE = "REMOTE"
295
295
 
296
+ #: A constant which can be used with the net_services_architecture property of a AutonomousDatabaseSummary.
297
+ #: This constant has a value of "DEDICATED"
298
+ NET_SERVICES_ARCHITECTURE_DEDICATED = "DEDICATED"
299
+
300
+ #: A constant which can be used with the net_services_architecture property of a AutonomousDatabaseSummary.
301
+ #: This constant has a value of "SHARED"
302
+ NET_SERVICES_ARCHITECTURE_SHARED = "SHARED"
303
+
296
304
  def __init__(self, **kwargs):
297
305
  """
298
306
  Initializes a new AutonomousDatabaseSummary object with values from keyword arguments.
@@ -520,6 +528,10 @@ class AutonomousDatabaseSummary(object):
520
528
  Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
521
529
  :type db_workload: str
522
530
 
531
+ :param is_dev_tier:
532
+ The value to assign to the is_dev_tier property of this AutonomousDatabaseSummary.
533
+ :type is_dev_tier: bool
534
+
523
535
  :param is_access_control_enabled:
524
536
  The value to assign to the is_access_control_enabled property of this AutonomousDatabaseSummary.
525
537
  :type is_access_control_enabled: bool
@@ -764,6 +776,12 @@ class AutonomousDatabaseSummary(object):
764
776
  The value to assign to the remote_disaster_recovery_configuration property of this AutonomousDatabaseSummary.
765
777
  :type remote_disaster_recovery_configuration: oci.database.models.DisasterRecoveryConfiguration
766
778
 
779
+ :param net_services_architecture:
780
+ The value to assign to the net_services_architecture property of this AutonomousDatabaseSummary.
781
+ Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
782
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
783
+ :type net_services_architecture: str
784
+
767
785
  """
768
786
  self.swagger_types = {
769
787
  'id': 'str',
@@ -819,6 +837,7 @@ class AutonomousDatabaseSummary(object):
819
837
  'db_version': 'str',
820
838
  'is_preview': 'bool',
821
839
  'db_workload': 'str',
840
+ 'is_dev_tier': 'bool',
822
841
  'is_access_control_enabled': 'bool',
823
842
  'whitelisted_ips': 'list[str]',
824
843
  'are_primary_whitelisted_ips_used': 'bool',
@@ -873,7 +892,8 @@ class AutonomousDatabaseSummary(object):
873
892
  'local_disaster_recovery_type': 'str',
874
893
  'disaster_recovery_region_type': 'str',
875
894
  'time_disaster_recovery_role_changed': 'datetime',
876
- 'remote_disaster_recovery_configuration': 'DisasterRecoveryConfiguration'
895
+ 'remote_disaster_recovery_configuration': 'DisasterRecoveryConfiguration',
896
+ 'net_services_architecture': 'str'
877
897
  }
878
898
 
879
899
  self.attribute_map = {
@@ -930,6 +950,7 @@ class AutonomousDatabaseSummary(object):
930
950
  'db_version': 'dbVersion',
931
951
  'is_preview': 'isPreview',
932
952
  'db_workload': 'dbWorkload',
953
+ 'is_dev_tier': 'isDevTier',
933
954
  'is_access_control_enabled': 'isAccessControlEnabled',
934
955
  'whitelisted_ips': 'whitelistedIps',
935
956
  'are_primary_whitelisted_ips_used': 'arePrimaryWhitelistedIpsUsed',
@@ -984,7 +1005,8 @@ class AutonomousDatabaseSummary(object):
984
1005
  'local_disaster_recovery_type': 'localDisasterRecoveryType',
985
1006
  'disaster_recovery_region_type': 'disasterRecoveryRegionType',
986
1007
  'time_disaster_recovery_role_changed': 'timeDisasterRecoveryRoleChanged',
987
- 'remote_disaster_recovery_configuration': 'remoteDisasterRecoveryConfiguration'
1008
+ 'remote_disaster_recovery_configuration': 'remoteDisasterRecoveryConfiguration',
1009
+ 'net_services_architecture': 'netServicesArchitecture'
988
1010
  }
989
1011
 
990
1012
  self._id = None
@@ -1040,6 +1062,7 @@ class AutonomousDatabaseSummary(object):
1040
1062
  self._db_version = None
1041
1063
  self._is_preview = None
1042
1064
  self._db_workload = None
1065
+ self._is_dev_tier = None
1043
1066
  self._is_access_control_enabled = None
1044
1067
  self._whitelisted_ips = None
1045
1068
  self._are_primary_whitelisted_ips_used = None
@@ -1095,6 +1118,7 @@ class AutonomousDatabaseSummary(object):
1095
1118
  self._disaster_recovery_region_type = None
1096
1119
  self._time_disaster_recovery_role_changed = None
1097
1120
  self._remote_disaster_recovery_configuration = None
1121
+ self._net_services_architecture = None
1098
1122
 
1099
1123
  @property
1100
1124
  def id(self):
@@ -2544,6 +2568,30 @@ class AutonomousDatabaseSummary(object):
2544
2568
  db_workload = 'UNKNOWN_ENUM_VALUE'
2545
2569
  self._db_workload = db_workload
2546
2570
 
2571
+ @property
2572
+ def is_dev_tier(self):
2573
+ """
2574
+ Gets the is_dev_tier of this AutonomousDatabaseSummary.
2575
+ This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
2576
+
2577
+
2578
+ :return: The is_dev_tier of this AutonomousDatabaseSummary.
2579
+ :rtype: bool
2580
+ """
2581
+ return self._is_dev_tier
2582
+
2583
+ @is_dev_tier.setter
2584
+ def is_dev_tier(self, is_dev_tier):
2585
+ """
2586
+ Sets the is_dev_tier of this AutonomousDatabaseSummary.
2587
+ This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
2588
+
2589
+
2590
+ :param is_dev_tier: The is_dev_tier of this AutonomousDatabaseSummary.
2591
+ :type: bool
2592
+ """
2593
+ self._is_dev_tier = is_dev_tier
2594
+
2547
2595
  @property
2548
2596
  def is_access_control_enabled(self):
2549
2597
  """
@@ -4062,6 +4110,36 @@ class AutonomousDatabaseSummary(object):
4062
4110
  """
4063
4111
  self._remote_disaster_recovery_configuration = remote_disaster_recovery_configuration
4064
4112
 
4113
+ @property
4114
+ def net_services_architecture(self):
4115
+ """
4116
+ Gets the net_services_architecture of this AutonomousDatabaseSummary.
4117
+ 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.
4118
+
4119
+ Allowed values for this property are: "DEDICATED", "SHARED", 'UNKNOWN_ENUM_VALUE'.
4120
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
4121
+
4122
+
4123
+ :return: The net_services_architecture of this AutonomousDatabaseSummary.
4124
+ :rtype: str
4125
+ """
4126
+ return self._net_services_architecture
4127
+
4128
+ @net_services_architecture.setter
4129
+ def net_services_architecture(self, net_services_architecture):
4130
+ """
4131
+ Sets the net_services_architecture of this AutonomousDatabaseSummary.
4132
+ 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.
4133
+
4134
+
4135
+ :param net_services_architecture: The net_services_architecture of this AutonomousDatabaseSummary.
4136
+ :type: str
4137
+ """
4138
+ allowed_values = ["DEDICATED", "SHARED"]
4139
+ if not value_allowed_none_or_none_sentinel(net_services_architecture, allowed_values):
4140
+ net_services_architecture = 'UNKNOWN_ENUM_VALUE'
4141
+ self._net_services_architecture = net_services_architecture
4142
+
4065
4143
  def __repr__(self):
4066
4144
  return formatted_flat_dict(self)
4067
4145
 
@@ -47,6 +47,22 @@ class CreateAutonomousContainerDatabaseDetails(object):
47
47
  #: This constant has a value of "LATEST_RELEASE_UPDATE"
48
48
  VERSION_PREFERENCE_LATEST_RELEASE_UPDATE = "LATEST_RELEASE_UPDATE"
49
49
 
50
+ #: A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseDetails.
51
+ #: This constant has a value of "MINIMUM_DISTRIBUTION"
52
+ DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION = "MINIMUM_DISTRIBUTION"
53
+
54
+ #: A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseDetails.
55
+ #: This constant has a value of "MAXIMUM_DISTRIBUTION"
56
+ DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION = "MAXIMUM_DISTRIBUTION"
57
+
58
+ #: A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseDetails.
59
+ #: This constant has a value of "DEDICATED"
60
+ NET_SERVICES_ARCHITECTURE_DEDICATED = "DEDICATED"
61
+
62
+ #: A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseDetails.
63
+ #: This constant has a value of "SHARED"
64
+ NET_SERVICES_ARCHITECTURE_SHARED = "SHARED"
65
+
50
66
  def __init__(self, **kwargs):
51
67
  """
52
68
  Initializes a new CreateAutonomousContainerDatabaseDetails object with values from keyword arguments.
@@ -180,6 +196,24 @@ class CreateAutonomousContainerDatabaseDetails(object):
180
196
  The value to assign to the key_store_id property of this CreateAutonomousContainerDatabaseDetails.
181
197
  :type key_store_id: str
182
198
 
199
+ :param db_split_threshold:
200
+ The value to assign to the db_split_threshold property of this CreateAutonomousContainerDatabaseDetails.
201
+ :type db_split_threshold: int
202
+
203
+ :param vm_failover_reservation:
204
+ The value to assign to the vm_failover_reservation property of this CreateAutonomousContainerDatabaseDetails.
205
+ :type vm_failover_reservation: int
206
+
207
+ :param distribution_affinity:
208
+ The value to assign to the distribution_affinity property of this CreateAutonomousContainerDatabaseDetails.
209
+ Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"
210
+ :type distribution_affinity: str
211
+
212
+ :param net_services_architecture:
213
+ The value to assign to the net_services_architecture property of this CreateAutonomousContainerDatabaseDetails.
214
+ Allowed values for this property are: "DEDICATED", "SHARED"
215
+ :type net_services_architecture: str
216
+
183
217
  """
184
218
  self.swagger_types = {
185
219
  'display_name': 'str',
@@ -212,7 +246,11 @@ class CreateAutonomousContainerDatabaseDetails(object):
212
246
  'kms_key_id': 'str',
213
247
  'kms_key_version_id': 'str',
214
248
  'vault_id': 'str',
215
- 'key_store_id': 'str'
249
+ 'key_store_id': 'str',
250
+ 'db_split_threshold': 'int',
251
+ 'vm_failover_reservation': 'int',
252
+ 'distribution_affinity': 'str',
253
+ 'net_services_architecture': 'str'
216
254
  }
217
255
 
218
256
  self.attribute_map = {
@@ -246,7 +284,11 @@ class CreateAutonomousContainerDatabaseDetails(object):
246
284
  'kms_key_id': 'kmsKeyId',
247
285
  'kms_key_version_id': 'kmsKeyVersionId',
248
286
  'vault_id': 'vaultId',
249
- 'key_store_id': 'keyStoreId'
287
+ 'key_store_id': 'keyStoreId',
288
+ 'db_split_threshold': 'dbSplitThreshold',
289
+ 'vm_failover_reservation': 'vmFailoverReservation',
290
+ 'distribution_affinity': 'distributionAffinity',
291
+ 'net_services_architecture': 'netServicesArchitecture'
250
292
  }
251
293
 
252
294
  self._display_name = None
@@ -280,6 +322,10 @@ class CreateAutonomousContainerDatabaseDetails(object):
280
322
  self._kms_key_version_id = None
281
323
  self._vault_id = None
282
324
  self._key_store_id = None
325
+ self._db_split_threshold = None
326
+ self._vm_failover_reservation = None
327
+ self._distribution_affinity = None
328
+ self._net_services_architecture = None
283
329
 
284
330
  @property
285
331
  def display_name(self):
@@ -1099,6 +1145,116 @@ class CreateAutonomousContainerDatabaseDetails(object):
1099
1145
  """
1100
1146
  self._key_store_id = key_store_id
1101
1147
 
1148
+ @property
1149
+ def db_split_threshold(self):
1150
+ """
1151
+ Gets the db_split_threshold of this CreateAutonomousContainerDatabaseDetails.
1152
+ The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the \"CPU per VM\" value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the \"CPU per VM\" value.
1153
+
1154
+
1155
+ :return: The db_split_threshold of this CreateAutonomousContainerDatabaseDetails.
1156
+ :rtype: int
1157
+ """
1158
+ return self._db_split_threshold
1159
+
1160
+ @db_split_threshold.setter
1161
+ def db_split_threshold(self, db_split_threshold):
1162
+ """
1163
+ Sets the db_split_threshold of this CreateAutonomousContainerDatabaseDetails.
1164
+ The value above which an Autonomous Database will be split across multiple nodes. This value defaults to 16 when the \"CPU per VM\" value on the Autonomous VM Cluster is greater than 16. Otherwise, it defaults to the \"CPU per VM\" value.
1165
+
1166
+
1167
+ :param db_split_threshold: The db_split_threshold of this CreateAutonomousContainerDatabaseDetails.
1168
+ :type: int
1169
+ """
1170
+ self._db_split_threshold = db_split_threshold
1171
+
1172
+ @property
1173
+ def vm_failover_reservation(self):
1174
+ """
1175
+ Gets the vm_failover_reservation of this CreateAutonomousContainerDatabaseDetails.
1176
+ The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
1177
+
1178
+
1179
+ :return: The vm_failover_reservation of this CreateAutonomousContainerDatabaseDetails.
1180
+ :rtype: int
1181
+ """
1182
+ return self._vm_failover_reservation
1183
+
1184
+ @vm_failover_reservation.setter
1185
+ def vm_failover_reservation(self, vm_failover_reservation):
1186
+ """
1187
+ Sets the vm_failover_reservation of this CreateAutonomousContainerDatabaseDetails.
1188
+ The percentage of CPUs to reserve for a single node Autonomous Database, in increments of 25.
1189
+
1190
+
1191
+ :param vm_failover_reservation: The vm_failover_reservation of this CreateAutonomousContainerDatabaseDetails.
1192
+ :type: int
1193
+ """
1194
+ self._vm_failover_reservation = vm_failover_reservation
1195
+
1196
+ @property
1197
+ def distribution_affinity(self):
1198
+ """
1199
+ Gets the distribution_affinity of this CreateAutonomousContainerDatabaseDetails.
1200
+ This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.
1201
+
1202
+ Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"
1203
+
1204
+
1205
+ :return: The distribution_affinity of this CreateAutonomousContainerDatabaseDetails.
1206
+ :rtype: str
1207
+ """
1208
+ return self._distribution_affinity
1209
+
1210
+ @distribution_affinity.setter
1211
+ def distribution_affinity(self, distribution_affinity):
1212
+ """
1213
+ Sets the distribution_affinity of this CreateAutonomousContainerDatabaseDetails.
1214
+ This option determines whether to open an Autonomous Database across the maximum number of nodes or the least number of nodes. The default will be for the minimum number of VMs.
1215
+
1216
+
1217
+ :param distribution_affinity: The distribution_affinity of this CreateAutonomousContainerDatabaseDetails.
1218
+ :type: str
1219
+ """
1220
+ allowed_values = ["MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"]
1221
+ if not value_allowed_none_or_none_sentinel(distribution_affinity, allowed_values):
1222
+ raise ValueError(
1223
+ f"Invalid value for `distribution_affinity`, must be None or one of {allowed_values}"
1224
+ )
1225
+ self._distribution_affinity = distribution_affinity
1226
+
1227
+ @property
1228
+ def net_services_architecture(self):
1229
+ """
1230
+ Gets the net_services_architecture of this CreateAutonomousContainerDatabaseDetails.
1231
+ 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.
1232
+
1233
+ Allowed values for this property are: "DEDICATED", "SHARED"
1234
+
1235
+
1236
+ :return: The net_services_architecture of this CreateAutonomousContainerDatabaseDetails.
1237
+ :rtype: str
1238
+ """
1239
+ return self._net_services_architecture
1240
+
1241
+ @net_services_architecture.setter
1242
+ def net_services_architecture(self, net_services_architecture):
1243
+ """
1244
+ Sets the net_services_architecture of this CreateAutonomousContainerDatabaseDetails.
1245
+ 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.
1246
+
1247
+
1248
+ :param net_services_architecture: The net_services_architecture of this CreateAutonomousContainerDatabaseDetails.
1249
+ :type: str
1250
+ """
1251
+ allowed_values = ["DEDICATED", "SHARED"]
1252
+ if not value_allowed_none_or_none_sentinel(net_services_architecture, allowed_values):
1253
+ raise ValueError(
1254
+ f"Invalid value for `net_services_architecture`, must be None or one of {allowed_values}"
1255
+ )
1256
+ self._net_services_architecture = net_services_architecture
1257
+
1102
1258
  def __repr__(self):
1103
1259
  return formatted_flat_dict(self)
1104
1260
 
@@ -188,6 +188,10 @@ class CreateAutonomousDatabaseBase(object):
188
188
  The value to assign to the is_auto_scaling_enabled property of this CreateAutonomousDatabaseBase.
189
189
  :type is_auto_scaling_enabled: bool
190
190
 
191
+ :param is_dev_tier:
192
+ The value to assign to the is_dev_tier property of this CreateAutonomousDatabaseBase.
193
+ :type is_dev_tier: bool
194
+
191
195
  :param is_dedicated:
192
196
  The value to assign to the is_dedicated property of this CreateAutonomousDatabaseBase.
193
197
  :type is_dedicated: bool
@@ -324,6 +328,7 @@ class CreateAutonomousDatabaseBase(object):
324
328
  'license_model': 'str',
325
329
  'is_preview_version_with_service_terms_accepted': 'bool',
326
330
  'is_auto_scaling_enabled': 'bool',
331
+ 'is_dev_tier': 'bool',
327
332
  'is_dedicated': 'bool',
328
333
  'autonomous_container_database_id': 'str',
329
334
  'in_memory_percentage': 'int',
@@ -375,6 +380,7 @@ class CreateAutonomousDatabaseBase(object):
375
380
  'license_model': 'licenseModel',
376
381
  'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted',
377
382
  'is_auto_scaling_enabled': 'isAutoScalingEnabled',
383
+ 'is_dev_tier': 'isDevTier',
378
384
  'is_dedicated': 'isDedicated',
379
385
  'autonomous_container_database_id': 'autonomousContainerDatabaseId',
380
386
  'in_memory_percentage': 'inMemoryPercentage',
@@ -425,6 +431,7 @@ class CreateAutonomousDatabaseBase(object):
425
431
  self._license_model = None
426
432
  self._is_preview_version_with_service_terms_accepted = None
427
433
  self._is_auto_scaling_enabled = None
434
+ self._is_dev_tier = None
428
435
  self._is_dedicated = None
429
436
  self._autonomous_container_database_id = None
430
437
  self._in_memory_percentage = None
@@ -1108,6 +1115,30 @@ class CreateAutonomousDatabaseBase(object):
1108
1115
  """
1109
1116
  self._is_auto_scaling_enabled = is_auto_scaling_enabled
1110
1117
 
1118
+ @property
1119
+ def is_dev_tier(self):
1120
+ """
1121
+ Gets the is_dev_tier of this CreateAutonomousDatabaseBase.
1122
+ This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
1123
+
1124
+
1125
+ :return: The is_dev_tier of this CreateAutonomousDatabaseBase.
1126
+ :rtype: bool
1127
+ """
1128
+ return self._is_dev_tier
1129
+
1130
+ @is_dev_tier.setter
1131
+ def is_dev_tier(self, is_dev_tier):
1132
+ """
1133
+ Sets the is_dev_tier of this CreateAutonomousDatabaseBase.
1134
+ This project introduces Autonomous Database for Developers (ADB-Dev), a free tier on dedicated infrastructure, and Cloud@Customer for database development purposes. ADB-Dev enables ExaDB customers to experiment with ADB for free and incentivizes enterprises to use ADB for new development projects.Note that ADB-Dev have 4 CPU and 20GB of memory. For ADB-Dev , memory and CPU cannot be scaled
1135
+
1136
+
1137
+ :param is_dev_tier: The is_dev_tier of this CreateAutonomousDatabaseBase.
1138
+ :type: bool
1139
+ """
1140
+ self._is_dev_tier = is_dev_tier
1141
+
1111
1142
  @property
1112
1143
  def is_dedicated(self):
1113
1144
  """
@@ -112,6 +112,10 @@ class CreateAutonomousDatabaseCloneDetails(CreateAutonomousDatabaseBase):
112
112
  The value to assign to the is_auto_scaling_enabled property of this CreateAutonomousDatabaseCloneDetails.
113
113
  :type is_auto_scaling_enabled: bool
114
114
 
115
+ :param is_dev_tier:
116
+ The value to assign to the is_dev_tier property of this CreateAutonomousDatabaseCloneDetails.
117
+ :type is_dev_tier: bool
118
+
115
119
  :param is_dedicated:
116
120
  The value to assign to the is_dedicated property of this CreateAutonomousDatabaseCloneDetails.
117
121
  :type is_dedicated: bool
@@ -257,6 +261,7 @@ class CreateAutonomousDatabaseCloneDetails(CreateAutonomousDatabaseBase):
257
261
  'license_model': 'str',
258
262
  'is_preview_version_with_service_terms_accepted': 'bool',
259
263
  'is_auto_scaling_enabled': 'bool',
264
+ 'is_dev_tier': 'bool',
260
265
  'is_dedicated': 'bool',
261
266
  'autonomous_container_database_id': 'str',
262
267
  'in_memory_percentage': 'int',
@@ -310,6 +315,7 @@ class CreateAutonomousDatabaseCloneDetails(CreateAutonomousDatabaseBase):
310
315
  'license_model': 'licenseModel',
311
316
  'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted',
312
317
  'is_auto_scaling_enabled': 'isAutoScalingEnabled',
318
+ 'is_dev_tier': 'isDevTier',
313
319
  'is_dedicated': 'isDedicated',
314
320
  'autonomous_container_database_id': 'autonomousContainerDatabaseId',
315
321
  'in_memory_percentage': 'inMemoryPercentage',
@@ -362,6 +368,7 @@ class CreateAutonomousDatabaseCloneDetails(CreateAutonomousDatabaseBase):
362
368
  self._license_model = None
363
369
  self._is_preview_version_with_service_terms_accepted = None
364
370
  self._is_auto_scaling_enabled = None
371
+ self._is_dev_tier = None
365
372
  self._is_dedicated = None
366
373
  self._autonomous_container_database_id = None
367
374
  self._in_memory_percentage = None
@@ -104,6 +104,10 @@ class CreateAutonomousDatabaseDetails(CreateAutonomousDatabaseBase):
104
104
  The value to assign to the is_auto_scaling_enabled property of this CreateAutonomousDatabaseDetails.
105
105
  :type is_auto_scaling_enabled: bool
106
106
 
107
+ :param is_dev_tier:
108
+ The value to assign to the is_dev_tier property of this CreateAutonomousDatabaseDetails.
109
+ :type is_dev_tier: bool
110
+
107
111
  :param is_dedicated:
108
112
  The value to assign to the is_dedicated property of this CreateAutonomousDatabaseDetails.
109
113
  :type is_dedicated: bool
@@ -240,6 +244,7 @@ class CreateAutonomousDatabaseDetails(CreateAutonomousDatabaseBase):
240
244
  'license_model': 'str',
241
245
  'is_preview_version_with_service_terms_accepted': 'bool',
242
246
  'is_auto_scaling_enabled': 'bool',
247
+ 'is_dev_tier': 'bool',
243
248
  'is_dedicated': 'bool',
244
249
  'autonomous_container_database_id': 'str',
245
250
  'in_memory_percentage': 'int',
@@ -291,6 +296,7 @@ class CreateAutonomousDatabaseDetails(CreateAutonomousDatabaseBase):
291
296
  'license_model': 'licenseModel',
292
297
  'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted',
293
298
  'is_auto_scaling_enabled': 'isAutoScalingEnabled',
299
+ 'is_dev_tier': 'isDevTier',
294
300
  'is_dedicated': 'isDedicated',
295
301
  'autonomous_container_database_id': 'autonomousContainerDatabaseId',
296
302
  'in_memory_percentage': 'inMemoryPercentage',
@@ -341,6 +347,7 @@ class CreateAutonomousDatabaseDetails(CreateAutonomousDatabaseBase):
341
347
  self._license_model = None
342
348
  self._is_preview_version_with_service_terms_accepted = None
343
349
  self._is_auto_scaling_enabled = None
350
+ self._is_dev_tier = None
344
351
  self._is_dedicated = None
345
352
  self._autonomous_container_database_id = None
346
353
  self._in_memory_percentage = None
@@ -112,6 +112,10 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
112
112
  The value to assign to the is_auto_scaling_enabled property of this CreateAutonomousDatabaseFromBackupDetails.
113
113
  :type is_auto_scaling_enabled: bool
114
114
 
115
+ :param is_dev_tier:
116
+ The value to assign to the is_dev_tier property of this CreateAutonomousDatabaseFromBackupDetails.
117
+ :type is_dev_tier: bool
118
+
115
119
  :param is_dedicated:
116
120
  The value to assign to the is_dedicated property of this CreateAutonomousDatabaseFromBackupDetails.
117
121
  :type is_dedicated: bool
@@ -257,6 +261,7 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
257
261
  'license_model': 'str',
258
262
  'is_preview_version_with_service_terms_accepted': 'bool',
259
263
  'is_auto_scaling_enabled': 'bool',
264
+ 'is_dev_tier': 'bool',
260
265
  'is_dedicated': 'bool',
261
266
  'autonomous_container_database_id': 'str',
262
267
  'in_memory_percentage': 'int',
@@ -310,6 +315,7 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
310
315
  'license_model': 'licenseModel',
311
316
  'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted',
312
317
  'is_auto_scaling_enabled': 'isAutoScalingEnabled',
318
+ 'is_dev_tier': 'isDevTier',
313
319
  'is_dedicated': 'isDedicated',
314
320
  'autonomous_container_database_id': 'autonomousContainerDatabaseId',
315
321
  'in_memory_percentage': 'inMemoryPercentage',
@@ -362,6 +368,7 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
362
368
  self._license_model = None
363
369
  self._is_preview_version_with_service_terms_accepted = None
364
370
  self._is_auto_scaling_enabled = None
371
+ self._is_dev_tier = None
365
372
  self._is_dedicated = None
366
373
  self._autonomous_container_database_id = None
367
374
  self._in_memory_percentage = None
@@ -112,6 +112,10 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
112
112
  The value to assign to the is_auto_scaling_enabled property of this CreateAutonomousDatabaseFromBackupTimestampDetails.
113
113
  :type is_auto_scaling_enabled: bool
114
114
 
115
+ :param is_dev_tier:
116
+ The value to assign to the is_dev_tier property of this CreateAutonomousDatabaseFromBackupTimestampDetails.
117
+ :type is_dev_tier: bool
118
+
115
119
  :param is_dedicated:
116
120
  The value to assign to the is_dedicated property of this CreateAutonomousDatabaseFromBackupTimestampDetails.
117
121
  :type is_dedicated: bool
@@ -265,6 +269,7 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
265
269
  'license_model': 'str',
266
270
  'is_preview_version_with_service_terms_accepted': 'bool',
267
271
  'is_auto_scaling_enabled': 'bool',
272
+ 'is_dev_tier': 'bool',
268
273
  'is_dedicated': 'bool',
269
274
  'autonomous_container_database_id': 'str',
270
275
  'in_memory_percentage': 'int',
@@ -320,6 +325,7 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
320
325
  'license_model': 'licenseModel',
321
326
  'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted',
322
327
  'is_auto_scaling_enabled': 'isAutoScalingEnabled',
328
+ 'is_dev_tier': 'isDevTier',
323
329
  'is_dedicated': 'isDedicated',
324
330
  'autonomous_container_database_id': 'autonomousContainerDatabaseId',
325
331
  'in_memory_percentage': 'inMemoryPercentage',
@@ -374,6 +380,7 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
374
380
  self._license_model = None
375
381
  self._is_preview_version_with_service_terms_accepted = None
376
382
  self._is_auto_scaling_enabled = None
383
+ self._is_dev_tier = None
377
384
  self._is_dedicated = None
378
385
  self._autonomous_container_database_id = None
379
386
  self._in_memory_percentage = None
@@ -148,6 +148,10 @@ class CreateCrossRegionAutonomousDatabaseDataGuardDetails(CreateAutonomousDataba
148
148
  The value to assign to the is_auto_scaling_enabled property of this CreateCrossRegionAutonomousDatabaseDataGuardDetails.
149
149
  :type is_auto_scaling_enabled: bool
150
150
 
151
+ :param is_dev_tier:
152
+ The value to assign to the is_dev_tier property of this CreateCrossRegionAutonomousDatabaseDataGuardDetails.
153
+ :type is_dev_tier: bool
154
+
151
155
  :param is_dedicated:
152
156
  The value to assign to the is_dedicated property of this CreateCrossRegionAutonomousDatabaseDataGuardDetails.
153
157
  :type is_dedicated: bool
@@ -288,6 +292,7 @@ class CreateCrossRegionAutonomousDatabaseDataGuardDetails(CreateAutonomousDataba
288
292
  'license_model': 'str',
289
293
  'is_preview_version_with_service_terms_accepted': 'bool',
290
294
  'is_auto_scaling_enabled': 'bool',
295
+ 'is_dev_tier': 'bool',
291
296
  'is_dedicated': 'bool',
292
297
  'autonomous_container_database_id': 'str',
293
298
  'in_memory_percentage': 'int',
@@ -340,6 +345,7 @@ class CreateCrossRegionAutonomousDatabaseDataGuardDetails(CreateAutonomousDataba
340
345
  'license_model': 'licenseModel',
341
346
  'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted',
342
347
  'is_auto_scaling_enabled': 'isAutoScalingEnabled',
348
+ 'is_dev_tier': 'isDevTier',
343
349
  'is_dedicated': 'isDedicated',
344
350
  'autonomous_container_database_id': 'autonomousContainerDatabaseId',
345
351
  'in_memory_percentage': 'inMemoryPercentage',
@@ -391,6 +397,7 @@ class CreateCrossRegionAutonomousDatabaseDataGuardDetails(CreateAutonomousDataba
391
397
  self._license_model = None
392
398
  self._is_preview_version_with_service_terms_accepted = None
393
399
  self._is_auto_scaling_enabled = None
400
+ self._is_dev_tier = None
394
401
  self._is_dedicated = None
395
402
  self._autonomous_container_database_id = None
396
403
  self._in_memory_percentage = None
@@ -144,6 +144,10 @@ class CreateCrossRegionDisasterRecoveryDetails(CreateAutonomousDatabaseBase):
144
144
  The value to assign to the is_auto_scaling_enabled property of this CreateCrossRegionDisasterRecoveryDetails.
145
145
  :type is_auto_scaling_enabled: bool
146
146
 
147
+ :param is_dev_tier:
148
+ The value to assign to the is_dev_tier property of this CreateCrossRegionDisasterRecoveryDetails.
149
+ :type is_dev_tier: bool
150
+
147
151
  :param is_dedicated:
148
152
  The value to assign to the is_dedicated property of this CreateCrossRegionDisasterRecoveryDetails.
149
153
  :type is_dedicated: bool
@@ -292,6 +296,7 @@ class CreateCrossRegionDisasterRecoveryDetails(CreateAutonomousDatabaseBase):
292
296
  'license_model': 'str',
293
297
  'is_preview_version_with_service_terms_accepted': 'bool',
294
298
  'is_auto_scaling_enabled': 'bool',
299
+ 'is_dev_tier': 'bool',
295
300
  'is_dedicated': 'bool',
296
301
  'autonomous_container_database_id': 'str',
297
302
  'in_memory_percentage': 'int',
@@ -346,6 +351,7 @@ class CreateCrossRegionDisasterRecoveryDetails(CreateAutonomousDatabaseBase):
346
351
  'license_model': 'licenseModel',
347
352
  'is_preview_version_with_service_terms_accepted': 'isPreviewVersionWithServiceTermsAccepted',
348
353
  'is_auto_scaling_enabled': 'isAutoScalingEnabled',
354
+ 'is_dev_tier': 'isDevTier',
349
355
  'is_dedicated': 'isDedicated',
350
356
  'autonomous_container_database_id': 'autonomousContainerDatabaseId',
351
357
  'in_memory_percentage': 'inMemoryPercentage',
@@ -399,6 +405,7 @@ class CreateCrossRegionDisasterRecoveryDetails(CreateAutonomousDatabaseBase):
399
405
  self._license_model = None
400
406
  self._is_preview_version_with_service_terms_accepted = None
401
407
  self._is_auto_scaling_enabled = None
408
+ self._is_dev_tier = None
402
409
  self._is_dedicated = None
403
410
  self._autonomous_container_database_id = None
404
411
  self._in_memory_percentage = None