oci 2.129.0__py3-none-any.whl → 2.129.2__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 (385) 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 +44 -44
  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 +9 -9
  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/attributes_client.py +8 -8
  22. oci/apm_traces/query_client.py +2 -2
  23. oci/apm_traces/trace_client.py +4 -4
  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 +66 -66
  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 +45 -45
  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 +155 -155
  42. oci/cloud_migrations/migration_client.py +43 -43
  43. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  44. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  45. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  46. oci/compute_instance_agent/plugin_client.py +2 -2
  47. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  48. oci/container_engine/container_engine_client.py +44 -44
  49. oci/container_instances/container_instance_client.py +18 -18
  50. oci/core/blockstorage_client.py +60 -60
  51. oci/core/compute_client.py +99 -99
  52. oci/core/compute_management_client.py +32 -32
  53. oci/core/virtual_network_client.py +247 -247
  54. oci/dashboard_service/dashboard_client.py +6 -6
  55. oci/dashboard_service/dashboard_group_client.py +6 -6
  56. oci/data_catalog/data_catalog_client.py +149 -149
  57. oci/data_flow/data_flow_client.py +42 -42
  58. oci/data_integration/data_integration_client.py +163 -163
  59. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  60. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  61. oci/data_safe/data_safe_client.py +278 -278
  62. oci/data_science/data_science_client.py +91 -91
  63. oci/database/database_client.py +8268 -6013
  64. oci/database/database_client_composite_operations.py +620 -0
  65. oci/database/models/__init__.py +46 -0
  66. oci/database/models/autonomous_container_database.py +2 -2
  67. oci/database/models/autonomous_container_database_summary.py +2 -2
  68. oci/database/models/autonomous_database.py +14 -2
  69. oci/database/models/autonomous_database_summary.py +14 -2
  70. oci/database/models/change_exadb_vm_cluster_compartment_details.py +76 -0
  71. oci/database/models/change_exascale_db_storage_vault_compartment_details.py +76 -0
  72. oci/database/models/cloud_automation_apply_update_time_preference.py +103 -0
  73. oci/database/models/cloud_automation_freeze_period.py +103 -0
  74. oci/database/models/cloud_automation_update_details.py +157 -0
  75. oci/database/models/create_autonomous_database_base.py +4 -4
  76. oci/database/models/create_database_details.py +37 -2
  77. oci/database/models/create_database_software_image_details.py +7 -3
  78. oci/database/models/create_exadb_vm_cluster_details.py +956 -0
  79. oci/database/models/create_exascale_db_storage_vault_details.py +340 -0
  80. oci/database/models/create_pluggable_database_creation_type_details.py +4 -1
  81. oci/database/models/create_pluggable_database_from_local_clone_details.py +33 -2
  82. oci/database/models/create_pluggable_database_from_remote_clone_details.py +33 -2
  83. oci/database/models/database_software_image.py +7 -3
  84. oci/database/models/database_software_image_summary.py +7 -3
  85. oci/database/models/db_node.py +38 -3
  86. oci/database/models/db_node_details.py +76 -0
  87. oci/database/models/db_node_summary.py +38 -3
  88. oci/database/models/db_server.py +3 -3
  89. oci/database/models/db_server_summary.py +3 -3
  90. oci/database/models/exadb_vm_cluster.py +1592 -0
  91. oci/database/models/exadb_vm_cluster_storage_details.py +72 -0
  92. oci/database/models/exadb_vm_cluster_summary.py +1565 -0
  93. oci/database/models/exadb_vm_cluster_update.py +416 -0
  94. oci/database/models/exadb_vm_cluster_update_history_entry.py +392 -0
  95. oci/database/models/exadb_vm_cluster_update_history_entry_summary.py +392 -0
  96. oci/database/models/exadb_vm_cluster_update_summary.py +422 -0
  97. oci/database/models/exascale_db_storage_details.py +103 -0
  98. oci/database/models/exascale_db_storage_input_details.py +72 -0
  99. oci/database/models/exascale_db_storage_vault.py +605 -0
  100. oci/database/models/exascale_db_storage_vault_summary.py +536 -0
  101. oci/database/models/gi_minor_version_summary.py +107 -0
  102. oci/database/models/key_store.py +7 -3
  103. oci/database/models/key_store_summary.py +7 -3
  104. oci/database/models/maintenance_window.py +2 -4
  105. oci/database/models/remove_virtual_machine_from_exadb_vm_cluster_details.py +72 -0
  106. oci/database/models/update_exadb_vm_cluster_details.py +570 -0
  107. oci/database/models/update_exascale_db_storage_vault_details.py +239 -0
  108. oci/database_management/db_management_client.py +210 -210
  109. oci/database_management/diagnosability_client.py +4 -4
  110. oci/database_management/managed_my_sql_databases_client.py +7 -7
  111. oci/database_management/models/child_database.py +7 -3
  112. oci/database_management/models/database_usage_metrics.py +7 -3
  113. oci/database_management/models/fleet_status_by_category.py +7 -3
  114. oci/database_management/models/job_database.py +7 -3
  115. oci/database_management/models/job_execution.py +7 -3
  116. oci/database_management/models/job_execution_summary.py +7 -3
  117. oci/database_management/models/managed_database.py +7 -3
  118. oci/database_management/models/managed_database_summary.py +7 -3
  119. oci/database_management/models/optimizer_database.py +7 -3
  120. oci/database_management/perfhub_client.py +1 -1
  121. oci/database_management/sql_tuning_client.py +17 -17
  122. oci/database_migration/database_migration_client.py +192 -35
  123. oci/database_migration/models/__init__.py +8 -0
  124. oci/database_migration/models/create_oracle_migration_details.py +31 -0
  125. oci/database_migration/models/migration_parameter_base.py +127 -0
  126. oci/database_migration/models/migration_parameter_details.py +164 -0
  127. oci/database_migration/models/migration_parameter_summary.py +502 -0
  128. oci/database_migration/models/migration_parameter_summary_collection.py +72 -0
  129. oci/database_migration/models/oracle_migration.py +33 -2
  130. oci/database_migration/models/update_oracle_migration_details.py +31 -0
  131. oci/database_tools/database_tools_client.py +23 -23
  132. oci/demand_signal/occ_demand_signal_client.py +7 -7
  133. oci/desktops/desktop_service_client.py +21 -21
  134. oci/devops/devops_client.py +89 -89
  135. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  136. oci/dns/dns_client.py +52 -52
  137. oci/dts/appliance_export_job_client.py +6 -6
  138. oci/dts/shipping_vendors_client.py +1 -1
  139. oci/dts/transfer_appliance_client.py +8 -8
  140. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  141. oci/dts/transfer_device_client.py +5 -5
  142. oci/dts/transfer_job_client.py +6 -6
  143. oci/dts/transfer_package_client.py +7 -7
  144. oci/em_warehouse/em_data_lake_client.py +13 -13
  145. oci/em_warehouse/em_warehouse_client.py +13 -13
  146. oci/email/email_client.py +31 -31
  147. oci/email_data_plane/email_dp_client.py +1 -1
  148. oci/events/events_client.py +6 -6
  149. oci/exceptions.py +46 -7
  150. oci/file_storage/file_storage_client.py +185 -67
  151. oci/file_storage/models/create_export_details.py +14 -4
  152. oci/file_storage/models/create_file_system_details.py +51 -0
  153. oci/file_storage/models/file_system.py +89 -3
  154. oci/file_storage/models/file_system_summary.py +60 -5
  155. oci/file_storage/models/snapshot_schedule.py +8 -2
  156. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  157. oci/functions/functions_invoke_client.py +1 -1
  158. oci/functions/functions_management_client.py +16 -16
  159. oci/fusion_apps/data_masking_activity_client.py +3 -3
  160. oci/fusion_apps/fusion_applications_client.py +41 -41
  161. oci/fusion_apps/fusion_environment_client.py +15 -15
  162. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  163. oci/fusion_apps/refresh_activity_client.py +4 -4
  164. oci/fusion_apps/scheduled_activity_client.py +2 -2
  165. oci/fusion_apps/service_attachment_client.py +2 -2
  166. oci/generative_ai/generative_ai_client.py +22 -22
  167. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  168. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  169. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  170. oci/golden_gate/golden_gate_client.py +68 -68
  171. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  172. oci/governance_rules_control_plane/work_request_client.py +5 -5
  173. oci/healthchecks/health_checks_client.py +17 -17
  174. oci/identity/identity_client.py +145 -145
  175. oci/identity_data_plane/dataplane_client.py +2 -2
  176. oci/identity_domains/identity_domains_client.py +300 -300
  177. oci/integration/integration_instance_client.py +15 -15
  178. oci/jms/java_management_service_client.py +66 -66
  179. oci/jms_java_downloads/java_download_client.py +25 -25
  180. oci/key_management/ekm_client.py +5 -5
  181. oci/key_management/kms_crypto_client.py +6 -6
  182. oci/key_management/kms_hsm_cluster_client.py +12 -12
  183. oci/key_management/kms_management_client.py +21 -21
  184. oci/key_management/kms_vault_client.py +14 -14
  185. oci/license_manager/license_manager_client.py +18 -18
  186. oci/limits/limits_client.py +4 -4
  187. oci/limits/quotas_client.py +7 -7
  188. oci/load_balancer/load_balancer_client.py +61 -61
  189. oci/lockbox/lockbox_client.py +24 -24
  190. oci/log_analytics/log_analytics_client.py +193 -193
  191. oci/logging/logging_management_client.py +30 -30
  192. oci/loggingingestion/logging_client.py +1 -1
  193. oci/loggingsearch/log_search_client.py +1 -1
  194. oci/management_agent/management_agent_client.py +28 -28
  195. oci/management_dashboard/dashx_apis_client.py +14 -14
  196. oci/marketplace/account_client.py +2 -2
  197. oci/marketplace/marketplace_client.py +30 -30
  198. oci/marketplace_private_offer/attachment_client.py +5 -5
  199. oci/marketplace_private_offer/offer_client.py +6 -6
  200. oci/marketplace_publisher/attachment_client.py +5 -5
  201. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  202. oci/marketplace_publisher/offer_client.py +6 -6
  203. oci/media_services/media_services_client.py +60 -60
  204. oci/media_services/media_stream_client.py +2 -2
  205. oci/monitoring/monitoring_client.py +18 -18
  206. oci/mysql/channels_client.py +7 -7
  207. oci/mysql/db_backups_client.py +7 -7
  208. oci/mysql/db_system_client.py +17 -17
  209. oci/mysql/mysqlaas_client.py +7 -7
  210. oci/mysql/replicas_client.py +5 -5
  211. oci/mysql/work_requests_client.py +4 -4
  212. oci/network_firewall/network_firewall_client.py +80 -80
  213. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  214. oci/nosql/nosql_client.py +24 -24
  215. oci/object_storage/__init__.py +2 -1
  216. oci/object_storage/object_storage_client.py +50 -50
  217. oci/object_storage/transfer/internal/download/DownloadConfiguration.py +232 -0
  218. oci/object_storage/transfer/internal/download/DownloadManager.py +902 -0
  219. oci/object_storage/transfer/internal/download/DownloadThread.py +375 -0
  220. oci/object_storage/transfer/internal/download/__init__.py +5 -0
  221. oci/oce/oce_instance_client.py +10 -10
  222. oci/oci_control_center/occ_metrics_client.py +3 -3
  223. oci/ocvp/cluster_client.py +5 -5
  224. oci/ocvp/esxi_host_client.py +8 -8
  225. oci/ocvp/sddc_client.py +14 -14
  226. oci/ocvp/work_request_client.py +4 -4
  227. oci/oda/management_client.py +59 -59
  228. oci/oda/oda_client.py +17 -17
  229. oci/oda/odapackage_client.py +7 -7
  230. oci/onesubscription/billing_schedule_client.py +1 -1
  231. oci/onesubscription/commitment_client.py +2 -2
  232. oci/onesubscription/computed_usage_client.py +3 -3
  233. oci/onesubscription/invoice_summary_client.py +2 -2
  234. oci/onesubscription/organization_subscription_client.py +1 -1
  235. oci/onesubscription/ratecard_client.py +1 -1
  236. oci/onesubscription/subscribed_service_client.py +2 -2
  237. oci/onesubscription/subscription_client.py +1 -1
  238. oci/ons/notification_control_plane_client.py +6 -6
  239. oci/ons/notification_data_plane_client.py +10 -10
  240. oci/opa/opa_instance_client.py +13 -13
  241. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  242. oci/opensearch/opensearch_cluster_client.py +14 -14
  243. oci/operator_access_control/access_requests_client.py +10 -10
  244. oci/operator_access_control/operator_actions_client.py +2 -2
  245. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  246. oci/operator_access_control/operator_control_client.py +6 -6
  247. oci/opsi/models/__init__.py +12 -0
  248. oci/opsi/models/basic_configuration_item_summary.py +3 -3
  249. oci/opsi/models/create_operations_insights_private_endpoint_details.py +4 -2
  250. oci/opsi/models/create_operations_insights_warehouse_details.py +2 -2
  251. oci/opsi/models/create_operations_insights_warehouse_user_details.py +4 -4
  252. oci/opsi/models/credential_details.py +1 -1
  253. oci/opsi/models/database_configuration_summary.py +2 -2
  254. oci/opsi/models/database_details.py +2 -2
  255. oci/opsi/models/database_insight.py +2 -2
  256. oci/opsi/models/database_insight_summary.py +2 -2
  257. oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +2 -2
  258. oci/opsi/models/enterprise_manager_bridges.py +1 -1
  259. oci/opsi/models/host_configuration_metric_group.py +11 -3
  260. oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
  261. oci/opsi/models/host_cpu_recommendations.py +118 -5
  262. oci/opsi/models/host_cpu_usage.py +1 -1
  263. oci/opsi/models/host_entities.py +1 -1
  264. oci/opsi/models/host_filesystem_configuration.py +1 -1
  265. oci/opsi/models/host_filesystem_usage.py +1 -1
  266. oci/opsi/models/host_gpu_configuration.py +492 -0
  267. oci/opsi/models/host_gpu_processes.py +213 -0
  268. oci/opsi/models/host_gpu_usage.py +678 -0
  269. oci/opsi/models/host_hardware_configuration.py +1 -1
  270. oci/opsi/models/host_insight.py +2 -2
  271. oci/opsi/models/host_insight_host_recommendations.py +27 -3
  272. oci/opsi/models/host_insight_summary.py +4 -4
  273. oci/opsi/models/host_memory_configuration.py +1 -1
  274. oci/opsi/models/host_memory_recommendations.py +165 -0
  275. oci/opsi/models/host_memory_usage.py +1 -1
  276. oci/opsi/models/host_network_activity_summary.py +1 -1
  277. oci/opsi/models/host_network_configuration.py +1 -1
  278. oci/opsi/models/host_network_recommendations.py +134 -0
  279. oci/opsi/models/host_performance_metric_group.py +19 -3
  280. oci/opsi/models/host_product.py +1 -1
  281. oci/opsi/models/host_resource_allocation.py +1 -1
  282. oci/opsi/models/host_storage_recommendations.py +134 -0
  283. oci/opsi/models/host_top_processes.py +34 -3
  284. oci/opsi/models/importable_enterprise_manager_entity.py +2 -2
  285. oci/opsi/models/news_report.py +2 -2
  286. oci/opsi/models/news_report_summary.py +2 -2
  287. oci/opsi/models/operations_insights_private_endpoint.py +2 -2
  288. oci/opsi/models/operations_insights_private_endpoint_summary.py +2 -2
  289. oci/opsi/models/operations_insights_warehouse.py +6 -6
  290. oci/opsi/models/operations_insights_warehouse_summary.py +6 -6
  291. oci/opsi/models/operations_insights_warehouse_user.py +4 -4
  292. oci/opsi/models/operations_insights_warehouse_user_summary.py +4 -4
  293. oci/opsi/models/operations_insights_warehouses.py +3 -3
  294. oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
  295. oci/opsi/models/resource_filters.py +56 -2
  296. oci/opsi/models/sql_bucket.py +2 -2
  297. oci/opsi/models/sql_search_summary.py +2 -2
  298. oci/opsi/models/top_processes_usage.py +31 -0
  299. oci/opsi/models/top_processes_usage_trend.py +31 -0
  300. oci/opsi/models/update_operations_insights_warehouse_details.py +2 -2
  301. oci/opsi/models/update_operations_insights_warehouse_user_details.py +2 -2
  302. oci/opsi/models/work_requests.py +1 -1
  303. oci/opsi/operations_insights_client.py +604 -409
  304. oci/opsi/operations_insights_client_composite_operations.py +8 -8
  305. oci/optimizer/optimizer_client.py +26 -26
  306. oci/os_management/event_client.py +8 -8
  307. oci/os_management/os_management_client.py +69 -69
  308. oci/os_management_hub/event_client.py +8 -8
  309. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  310. oci/os_management_hub/managed_instance_client.py +31 -31
  311. oci/os_management_hub/managed_instance_group_client.py +25 -25
  312. oci/os_management_hub/management_station_client.py +10 -10
  313. oci/os_management_hub/onboarding_client.py +6 -6
  314. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  315. oci/os_management_hub/scheduled_job_client.py +7 -7
  316. oci/os_management_hub/software_source_client.py +27 -27
  317. oci/os_management_hub/work_request_client.py +4 -4
  318. oci/osp_gateway/address_rule_service_client.py +1 -1
  319. oci/osp_gateway/address_service_client.py +2 -2
  320. oci/osp_gateway/invoice_service_client.py +5 -5
  321. oci/osp_gateway/subscription_service_client.py +5 -5
  322. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  323. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  324. oci/osub_subscription/commitment_client.py +2 -2
  325. oci/osub_subscription/ratecard_client.py +1 -1
  326. oci/osub_subscription/subscription_client.py +1 -1
  327. oci/osub_usage/computed_usage_client.py +3 -3
  328. oci/psql/postgresql_client.py +33 -33
  329. oci/queue/queue_admin_client.py +11 -11
  330. oci/queue/queue_client.py +8 -8
  331. oci/recovery/database_recovery_client.py +25 -25
  332. oci/redis/redis_cluster_client.py +11 -11
  333. oci/regions_definitions.py +3 -0
  334. oci/resource_manager/resource_manager_client.py +52 -52
  335. oci/resource_scheduler/schedule_client.py +13 -13
  336. oci/resource_search/resource_search_client.py +3 -3
  337. oci/rover/rover_bundle_client.py +8 -8
  338. oci/rover/rover_cluster_client.py +8 -8
  339. oci/rover/rover_entitlement_client.py +6 -6
  340. oci/rover/rover_node_client.py +15 -15
  341. oci/rover/shape_client.py +1 -1
  342. oci/rover/work_requests_client.py +5 -5
  343. oci/sch/connector_plugins_client.py +2 -2
  344. oci/sch/service_connector_client.py +12 -12
  345. oci/secrets/secrets_client.py +3 -3
  346. oci/service_catalog/service_catalog_client.py +26 -26
  347. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  348. oci/service_mesh/service_mesh_client.py +48 -48
  349. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  350. oci/streaming/stream_admin_client.py +18 -18
  351. oci/streaming/stream_client.py +8 -8
  352. oci/tenant_manager_control_plane/domain_client.py +5 -5
  353. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  354. oci/tenant_manager_control_plane/governance_client.py +2 -2
  355. oci/tenant_manager_control_plane/link_client.py +3 -3
  356. oci/tenant_manager_control_plane/orders_client.py +2 -2
  357. oci/tenant_manager_control_plane/organization_client.py +10 -10
  358. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  359. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  360. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  361. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  362. oci/threat_intelligence/threatintel_client.py +5 -5
  363. oci/usage/resources_client.py +2 -2
  364. oci/usage/rewards_client.py +6 -6
  365. oci/usage/usagelimits_client.py +1 -1
  366. oci/usage_api/models/usage_summary.py +62 -0
  367. oci/usage_api/usageapi_client.py +33 -33
  368. oci/vault/vaults_client.py +13 -13
  369. oci/vbs_inst/vbs_instance_client.py +10 -10
  370. oci/version.py +1 -1
  371. oci/visual_builder/vb_instance_client.py +13 -13
  372. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  373. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  374. oci/waa/waa_client.py +13 -13
  375. oci/waa/work_request_client.py +4 -4
  376. oci/waas/redirect_client.py +6 -6
  377. oci/waas/waas_client.py +66 -66
  378. oci/waf/waf_client.py +24 -24
  379. oci/work_requests/work_request_client.py +4 -4
  380. {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/METADATA +1 -1
  381. {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/RECORD +385 -348
  382. {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/LICENSE.txt +0 -0
  383. {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  384. {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/WHEEL +0 -0
  385. {oci-2.129.0.dist-info → oci-2.129.2.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1565 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, 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 ExadbVmClusterSummary(object):
14
+ """
15
+ Details of the Exadata VM cluster on Exascale Infrastructure. Applies to Exadata Database Service on Exascale Infrastructure only.
16
+ """
17
+
18
+ #: A constant which can be used with the lifecycle_state property of a ExadbVmClusterSummary.
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 ExadbVmClusterSummary.
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 ExadbVmClusterSummary.
27
+ #: This constant has a value of "UPDATING"
28
+ LIFECYCLE_STATE_UPDATING = "UPDATING"
29
+
30
+ #: A constant which can be used with the lifecycle_state property of a ExadbVmClusterSummary.
31
+ #: This constant has a value of "TERMINATING"
32
+ LIFECYCLE_STATE_TERMINATING = "TERMINATING"
33
+
34
+ #: A constant which can be used with the lifecycle_state property of a ExadbVmClusterSummary.
35
+ #: This constant has a value of "TERMINATED"
36
+ LIFECYCLE_STATE_TERMINATED = "TERMINATED"
37
+
38
+ #: A constant which can be used with the lifecycle_state property of a ExadbVmClusterSummary.
39
+ #: This constant has a value of "FAILED"
40
+ LIFECYCLE_STATE_FAILED = "FAILED"
41
+
42
+ #: A constant which can be used with the lifecycle_state property of a ExadbVmClusterSummary.
43
+ #: This constant has a value of "MAINTENANCE_IN_PROGRESS"
44
+ LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS = "MAINTENANCE_IN_PROGRESS"
45
+
46
+ #: A constant which can be used with the grid_image_type property of a ExadbVmClusterSummary.
47
+ #: This constant has a value of "RELEASE_UPDATE"
48
+ GRID_IMAGE_TYPE_RELEASE_UPDATE = "RELEASE_UPDATE"
49
+
50
+ #: A constant which can be used with the grid_image_type property of a ExadbVmClusterSummary.
51
+ #: This constant has a value of "CUSTOM_IMAGE"
52
+ GRID_IMAGE_TYPE_CUSTOM_IMAGE = "CUSTOM_IMAGE"
53
+
54
+ #: A constant which can be used with the license_model property of a ExadbVmClusterSummary.
55
+ #: This constant has a value of "LICENSE_INCLUDED"
56
+ LICENSE_MODEL_LICENSE_INCLUDED = "LICENSE_INCLUDED"
57
+
58
+ #: A constant which can be used with the license_model property of a ExadbVmClusterSummary.
59
+ #: This constant has a value of "BRING_YOUR_OWN_LICENSE"
60
+ LICENSE_MODEL_BRING_YOUR_OWN_LICENSE = "BRING_YOUR_OWN_LICENSE"
61
+
62
+ def __init__(self, **kwargs):
63
+ """
64
+ Initializes a new ExadbVmClusterSummary object with values from keyword arguments.
65
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
66
+
67
+ :param id:
68
+ The value to assign to the id property of this ExadbVmClusterSummary.
69
+ :type id: str
70
+
71
+ :param compartment_id:
72
+ The value to assign to the compartment_id property of this ExadbVmClusterSummary.
73
+ :type compartment_id: str
74
+
75
+ :param availability_domain:
76
+ The value to assign to the availability_domain property of this ExadbVmClusterSummary.
77
+ :type availability_domain: str
78
+
79
+ :param subnet_id:
80
+ The value to assign to the subnet_id property of this ExadbVmClusterSummary.
81
+ :type subnet_id: str
82
+
83
+ :param backup_subnet_id:
84
+ The value to assign to the backup_subnet_id property of this ExadbVmClusterSummary.
85
+ :type backup_subnet_id: str
86
+
87
+ :param nsg_ids:
88
+ The value to assign to the nsg_ids property of this ExadbVmClusterSummary.
89
+ :type nsg_ids: list[str]
90
+
91
+ :param backup_network_nsg_ids:
92
+ The value to assign to the backup_network_nsg_ids property of this ExadbVmClusterSummary.
93
+ :type backup_network_nsg_ids: list[str]
94
+
95
+ :param last_update_history_entry_id:
96
+ The value to assign to the last_update_history_entry_id property of this ExadbVmClusterSummary.
97
+ :type last_update_history_entry_id: str
98
+
99
+ :param listener_port:
100
+ The value to assign to the listener_port property of this ExadbVmClusterSummary.
101
+ :type listener_port: int
102
+
103
+ :param lifecycle_state:
104
+ The value to assign to the lifecycle_state property of this ExadbVmClusterSummary.
105
+ Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'.
106
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
107
+ :type lifecycle_state: str
108
+
109
+ :param node_count:
110
+ The value to assign to the node_count property of this ExadbVmClusterSummary.
111
+ :type node_count: int
112
+
113
+ :param shape:
114
+ The value to assign to the shape property of this ExadbVmClusterSummary.
115
+ :type shape: str
116
+
117
+ :param display_name:
118
+ The value to assign to the display_name property of this ExadbVmClusterSummary.
119
+ :type display_name: str
120
+
121
+ :param time_created:
122
+ The value to assign to the time_created property of this ExadbVmClusterSummary.
123
+ :type time_created: datetime
124
+
125
+ :param lifecycle_details:
126
+ The value to assign to the lifecycle_details property of this ExadbVmClusterSummary.
127
+ :type lifecycle_details: str
128
+
129
+ :param time_zone:
130
+ The value to assign to the time_zone property of this ExadbVmClusterSummary.
131
+ :type time_zone: str
132
+
133
+ :param hostname:
134
+ The value to assign to the hostname property of this ExadbVmClusterSummary.
135
+ :type hostname: str
136
+
137
+ :param domain:
138
+ The value to assign to the domain property of this ExadbVmClusterSummary.
139
+ :type domain: str
140
+
141
+ :param cluster_name:
142
+ The value to assign to the cluster_name property of this ExadbVmClusterSummary.
143
+ :type cluster_name: str
144
+
145
+ :param gi_version:
146
+ The value to assign to the gi_version property of this ExadbVmClusterSummary.
147
+ :type gi_version: str
148
+
149
+ :param grid_image_id:
150
+ The value to assign to the grid_image_id property of this ExadbVmClusterSummary.
151
+ :type grid_image_id: str
152
+
153
+ :param grid_image_type:
154
+ The value to assign to the grid_image_type property of this ExadbVmClusterSummary.
155
+ Allowed values for this property are: "RELEASE_UPDATE", "CUSTOM_IMAGE", 'UNKNOWN_ENUM_VALUE'.
156
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
157
+ :type grid_image_type: str
158
+
159
+ :param system_version:
160
+ The value to assign to the system_version property of this ExadbVmClusterSummary.
161
+ :type system_version: str
162
+
163
+ :param ssh_public_keys:
164
+ The value to assign to the ssh_public_keys property of this ExadbVmClusterSummary.
165
+ :type ssh_public_keys: list[str]
166
+
167
+ :param license_model:
168
+ The value to assign to the license_model property of this ExadbVmClusterSummary.
169
+ Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE", 'UNKNOWN_ENUM_VALUE'.
170
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
171
+ :type license_model: str
172
+
173
+ :param scan_ip_ids:
174
+ The value to assign to the scan_ip_ids property of this ExadbVmClusterSummary.
175
+ :type scan_ip_ids: list[str]
176
+
177
+ :param vip_ids:
178
+ The value to assign to the vip_ids property of this ExadbVmClusterSummary.
179
+ :type vip_ids: list[str]
180
+
181
+ :param scan_dns_record_id:
182
+ The value to assign to the scan_dns_record_id property of this ExadbVmClusterSummary.
183
+ :type scan_dns_record_id: str
184
+
185
+ :param freeform_tags:
186
+ The value to assign to the freeform_tags property of this ExadbVmClusterSummary.
187
+ :type freeform_tags: dict(str, str)
188
+
189
+ :param defined_tags:
190
+ The value to assign to the defined_tags property of this ExadbVmClusterSummary.
191
+ :type defined_tags: dict(str, dict(str, object))
192
+
193
+ :param system_tags:
194
+ The value to assign to the system_tags property of this ExadbVmClusterSummary.
195
+ :type system_tags: dict(str, dict(str, object))
196
+
197
+ :param scan_dns_name:
198
+ The value to assign to the scan_dns_name property of this ExadbVmClusterSummary.
199
+ :type scan_dns_name: str
200
+
201
+ :param zone_id:
202
+ The value to assign to the zone_id property of this ExadbVmClusterSummary.
203
+ :type zone_id: str
204
+
205
+ :param scan_listener_port_tcp:
206
+ The value to assign to the scan_listener_port_tcp property of this ExadbVmClusterSummary.
207
+ :type scan_listener_port_tcp: int
208
+
209
+ :param scan_listener_port_tcp_ssl:
210
+ The value to assign to the scan_listener_port_tcp_ssl property of this ExadbVmClusterSummary.
211
+ :type scan_listener_port_tcp_ssl: int
212
+
213
+ :param private_zone_id:
214
+ The value to assign to the private_zone_id property of this ExadbVmClusterSummary.
215
+ :type private_zone_id: str
216
+
217
+ :param data_collection_options:
218
+ The value to assign to the data_collection_options property of this ExadbVmClusterSummary.
219
+ :type data_collection_options: oci.database.models.DataCollectionOptions
220
+
221
+ :param total_e_cpu_count:
222
+ The value to assign to the total_e_cpu_count property of this ExadbVmClusterSummary.
223
+ :type total_e_cpu_count: int
224
+
225
+ :param enabled_e_cpu_count:
226
+ The value to assign to the enabled_e_cpu_count property of this ExadbVmClusterSummary.
227
+ :type enabled_e_cpu_count: int
228
+
229
+ :param vm_file_system_storage:
230
+ The value to assign to the vm_file_system_storage property of this ExadbVmClusterSummary.
231
+ :type vm_file_system_storage: oci.database.models.ExadbVmClusterStorageDetails
232
+
233
+ :param snapshot_file_system_storage:
234
+ The value to assign to the snapshot_file_system_storage property of this ExadbVmClusterSummary.
235
+ :type snapshot_file_system_storage: oci.database.models.ExadbVmClusterStorageDetails
236
+
237
+ :param total_file_system_storage:
238
+ The value to assign to the total_file_system_storage property of this ExadbVmClusterSummary.
239
+ :type total_file_system_storage: oci.database.models.ExadbVmClusterStorageDetails
240
+
241
+ :param exascale_db_storage_vault_id:
242
+ The value to assign to the exascale_db_storage_vault_id property of this ExadbVmClusterSummary.
243
+ :type exascale_db_storage_vault_id: str
244
+
245
+ :param memory_size_in_gbs:
246
+ The value to assign to the memory_size_in_gbs property of this ExadbVmClusterSummary.
247
+ :type memory_size_in_gbs: int
248
+
249
+ """
250
+ self.swagger_types = {
251
+ 'id': 'str',
252
+ 'compartment_id': 'str',
253
+ 'availability_domain': 'str',
254
+ 'subnet_id': 'str',
255
+ 'backup_subnet_id': 'str',
256
+ 'nsg_ids': 'list[str]',
257
+ 'backup_network_nsg_ids': 'list[str]',
258
+ 'last_update_history_entry_id': 'str',
259
+ 'listener_port': 'int',
260
+ 'lifecycle_state': 'str',
261
+ 'node_count': 'int',
262
+ 'shape': 'str',
263
+ 'display_name': 'str',
264
+ 'time_created': 'datetime',
265
+ 'lifecycle_details': 'str',
266
+ 'time_zone': 'str',
267
+ 'hostname': 'str',
268
+ 'domain': 'str',
269
+ 'cluster_name': 'str',
270
+ 'gi_version': 'str',
271
+ 'grid_image_id': 'str',
272
+ 'grid_image_type': 'str',
273
+ 'system_version': 'str',
274
+ 'ssh_public_keys': 'list[str]',
275
+ 'license_model': 'str',
276
+ 'scan_ip_ids': 'list[str]',
277
+ 'vip_ids': 'list[str]',
278
+ 'scan_dns_record_id': 'str',
279
+ 'freeform_tags': 'dict(str, str)',
280
+ 'defined_tags': 'dict(str, dict(str, object))',
281
+ 'system_tags': 'dict(str, dict(str, object))',
282
+ 'scan_dns_name': 'str',
283
+ 'zone_id': 'str',
284
+ 'scan_listener_port_tcp': 'int',
285
+ 'scan_listener_port_tcp_ssl': 'int',
286
+ 'private_zone_id': 'str',
287
+ 'data_collection_options': 'DataCollectionOptions',
288
+ 'total_e_cpu_count': 'int',
289
+ 'enabled_e_cpu_count': 'int',
290
+ 'vm_file_system_storage': 'ExadbVmClusterStorageDetails',
291
+ 'snapshot_file_system_storage': 'ExadbVmClusterStorageDetails',
292
+ 'total_file_system_storage': 'ExadbVmClusterStorageDetails',
293
+ 'exascale_db_storage_vault_id': 'str',
294
+ 'memory_size_in_gbs': 'int'
295
+ }
296
+
297
+ self.attribute_map = {
298
+ 'id': 'id',
299
+ 'compartment_id': 'compartmentId',
300
+ 'availability_domain': 'availabilityDomain',
301
+ 'subnet_id': 'subnetId',
302
+ 'backup_subnet_id': 'backupSubnetId',
303
+ 'nsg_ids': 'nsgIds',
304
+ 'backup_network_nsg_ids': 'backupNetworkNsgIds',
305
+ 'last_update_history_entry_id': 'lastUpdateHistoryEntryId',
306
+ 'listener_port': 'listenerPort',
307
+ 'lifecycle_state': 'lifecycleState',
308
+ 'node_count': 'nodeCount',
309
+ 'shape': 'shape',
310
+ 'display_name': 'displayName',
311
+ 'time_created': 'timeCreated',
312
+ 'lifecycle_details': 'lifecycleDetails',
313
+ 'time_zone': 'timeZone',
314
+ 'hostname': 'hostname',
315
+ 'domain': 'domain',
316
+ 'cluster_name': 'clusterName',
317
+ 'gi_version': 'giVersion',
318
+ 'grid_image_id': 'gridImageId',
319
+ 'grid_image_type': 'gridImageType',
320
+ 'system_version': 'systemVersion',
321
+ 'ssh_public_keys': 'sshPublicKeys',
322
+ 'license_model': 'licenseModel',
323
+ 'scan_ip_ids': 'scanIpIds',
324
+ 'vip_ids': 'vipIds',
325
+ 'scan_dns_record_id': 'scanDnsRecordId',
326
+ 'freeform_tags': 'freeformTags',
327
+ 'defined_tags': 'definedTags',
328
+ 'system_tags': 'systemTags',
329
+ 'scan_dns_name': 'scanDnsName',
330
+ 'zone_id': 'zoneId',
331
+ 'scan_listener_port_tcp': 'scanListenerPortTcp',
332
+ 'scan_listener_port_tcp_ssl': 'scanListenerPortTcpSsl',
333
+ 'private_zone_id': 'privateZoneId',
334
+ 'data_collection_options': 'dataCollectionOptions',
335
+ 'total_e_cpu_count': 'totalECpuCount',
336
+ 'enabled_e_cpu_count': 'enabledECpuCount',
337
+ 'vm_file_system_storage': 'vmFileSystemStorage',
338
+ 'snapshot_file_system_storage': 'snapshotFileSystemStorage',
339
+ 'total_file_system_storage': 'totalFileSystemStorage',
340
+ 'exascale_db_storage_vault_id': 'exascaleDbStorageVaultId',
341
+ 'memory_size_in_gbs': 'memorySizeInGBs'
342
+ }
343
+
344
+ self._id = None
345
+ self._compartment_id = None
346
+ self._availability_domain = None
347
+ self._subnet_id = None
348
+ self._backup_subnet_id = None
349
+ self._nsg_ids = None
350
+ self._backup_network_nsg_ids = None
351
+ self._last_update_history_entry_id = None
352
+ self._listener_port = None
353
+ self._lifecycle_state = None
354
+ self._node_count = None
355
+ self._shape = None
356
+ self._display_name = None
357
+ self._time_created = None
358
+ self._lifecycle_details = None
359
+ self._time_zone = None
360
+ self._hostname = None
361
+ self._domain = None
362
+ self._cluster_name = None
363
+ self._gi_version = None
364
+ self._grid_image_id = None
365
+ self._grid_image_type = None
366
+ self._system_version = None
367
+ self._ssh_public_keys = None
368
+ self._license_model = None
369
+ self._scan_ip_ids = None
370
+ self._vip_ids = None
371
+ self._scan_dns_record_id = None
372
+ self._freeform_tags = None
373
+ self._defined_tags = None
374
+ self._system_tags = None
375
+ self._scan_dns_name = None
376
+ self._zone_id = None
377
+ self._scan_listener_port_tcp = None
378
+ self._scan_listener_port_tcp_ssl = None
379
+ self._private_zone_id = None
380
+ self._data_collection_options = None
381
+ self._total_e_cpu_count = None
382
+ self._enabled_e_cpu_count = None
383
+ self._vm_file_system_storage = None
384
+ self._snapshot_file_system_storage = None
385
+ self._total_file_system_storage = None
386
+ self._exascale_db_storage_vault_id = None
387
+ self._memory_size_in_gbs = None
388
+
389
+ @property
390
+ def id(self):
391
+ """
392
+ **[Required]** Gets the id of this ExadbVmClusterSummary.
393
+ The `OCID`__ of the Exadata VM cluster on Exascale Infrastructure.
394
+
395
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
396
+
397
+
398
+ :return: The id of this ExadbVmClusterSummary.
399
+ :rtype: str
400
+ """
401
+ return self._id
402
+
403
+ @id.setter
404
+ def id(self, id):
405
+ """
406
+ Sets the id of this ExadbVmClusterSummary.
407
+ The `OCID`__ of the Exadata VM cluster on Exascale Infrastructure.
408
+
409
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
410
+
411
+
412
+ :param id: The id of this ExadbVmClusterSummary.
413
+ :type: str
414
+ """
415
+ self._id = id
416
+
417
+ @property
418
+ def compartment_id(self):
419
+ """
420
+ **[Required]** Gets the compartment_id of this ExadbVmClusterSummary.
421
+ The `OCID`__ of the compartment.
422
+
423
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
424
+
425
+
426
+ :return: The compartment_id of this ExadbVmClusterSummary.
427
+ :rtype: str
428
+ """
429
+ return self._compartment_id
430
+
431
+ @compartment_id.setter
432
+ def compartment_id(self, compartment_id):
433
+ """
434
+ Sets the compartment_id of this ExadbVmClusterSummary.
435
+ The `OCID`__ of the compartment.
436
+
437
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
438
+
439
+
440
+ :param compartment_id: The compartment_id of this ExadbVmClusterSummary.
441
+ :type: str
442
+ """
443
+ self._compartment_id = compartment_id
444
+
445
+ @property
446
+ def availability_domain(self):
447
+ """
448
+ **[Required]** Gets the availability_domain of this ExadbVmClusterSummary.
449
+ The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
450
+
451
+
452
+ :return: The availability_domain of this ExadbVmClusterSummary.
453
+ :rtype: str
454
+ """
455
+ return self._availability_domain
456
+
457
+ @availability_domain.setter
458
+ def availability_domain(self, availability_domain):
459
+ """
460
+ Sets the availability_domain of this ExadbVmClusterSummary.
461
+ The name of the availability domain in which the Exadata VM cluster on Exascale Infrastructure is located.
462
+
463
+
464
+ :param availability_domain: The availability_domain of this ExadbVmClusterSummary.
465
+ :type: str
466
+ """
467
+ self._availability_domain = availability_domain
468
+
469
+ @property
470
+ def subnet_id(self):
471
+ """
472
+ **[Required]** Gets the subnet_id of this ExadbVmClusterSummary.
473
+ The `OCID`__ of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
474
+
475
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
476
+
477
+
478
+ :return: The subnet_id of this ExadbVmClusterSummary.
479
+ :rtype: str
480
+ """
481
+ return self._subnet_id
482
+
483
+ @subnet_id.setter
484
+ def subnet_id(self, subnet_id):
485
+ """
486
+ Sets the subnet_id of this ExadbVmClusterSummary.
487
+ The `OCID`__ of the subnet associated with the Exadata VM cluster on Exascale Infrastructure.
488
+
489
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
490
+
491
+
492
+ :param subnet_id: The subnet_id of this ExadbVmClusterSummary.
493
+ :type: str
494
+ """
495
+ self._subnet_id = subnet_id
496
+
497
+ @property
498
+ def backup_subnet_id(self):
499
+ """
500
+ **[Required]** Gets the backup_subnet_id of this ExadbVmClusterSummary.
501
+ The `OCID`__ of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
502
+
503
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
504
+
505
+
506
+ :return: The backup_subnet_id of this ExadbVmClusterSummary.
507
+ :rtype: str
508
+ """
509
+ return self._backup_subnet_id
510
+
511
+ @backup_subnet_id.setter
512
+ def backup_subnet_id(self, backup_subnet_id):
513
+ """
514
+ Sets the backup_subnet_id of this ExadbVmClusterSummary.
515
+ The `OCID`__ of the backup network subnet associated with the Exadata VM cluster on Exascale Infrastructure.
516
+
517
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
518
+
519
+
520
+ :param backup_subnet_id: The backup_subnet_id of this ExadbVmClusterSummary.
521
+ :type: str
522
+ """
523
+ self._backup_subnet_id = backup_subnet_id
524
+
525
+ @property
526
+ def nsg_ids(self):
527
+ """
528
+ Gets the nsg_ids of this ExadbVmClusterSummary.
529
+ 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`__.
530
+ **NsgIds restrictions:**
531
+ - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
532
+
533
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
534
+ __ https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm
535
+
536
+
537
+ :return: The nsg_ids of this ExadbVmClusterSummary.
538
+ :rtype: list[str]
539
+ """
540
+ return self._nsg_ids
541
+
542
+ @nsg_ids.setter
543
+ def nsg_ids(self, nsg_ids):
544
+ """
545
+ Sets the nsg_ids of this ExadbVmClusterSummary.
546
+ 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`__.
547
+ **NsgIds restrictions:**
548
+ - A network security group (NSG) is optional for Autonomous Databases with private access. The nsgIds list can be empty.
549
+
550
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
551
+ __ https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm
552
+
553
+
554
+ :param nsg_ids: The nsg_ids of this ExadbVmClusterSummary.
555
+ :type: list[str]
556
+ """
557
+ self._nsg_ids = nsg_ids
558
+
559
+ @property
560
+ def backup_network_nsg_ids(self):
561
+ """
562
+ Gets the backup_network_nsg_ids of this ExadbVmClusterSummary.
563
+ A list of the `OCIDs`__ of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see `Security Rules`__. Applicable only to Exadata systems.
564
+
565
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
566
+ __ https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm
567
+
568
+
569
+ :return: The backup_network_nsg_ids of this ExadbVmClusterSummary.
570
+ :rtype: list[str]
571
+ """
572
+ return self._backup_network_nsg_ids
573
+
574
+ @backup_network_nsg_ids.setter
575
+ def backup_network_nsg_ids(self, backup_network_nsg_ids):
576
+ """
577
+ Sets the backup_network_nsg_ids of this ExadbVmClusterSummary.
578
+ A list of the `OCIDs`__ of the network security groups (NSGs) that the backup network of this DB system belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see `Security Rules`__. Applicable only to Exadata systems.
579
+
580
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
581
+ __ https://docs.cloud.oracle.com/Content/Network/Concepts/securityrules.htm
582
+
583
+
584
+ :param backup_network_nsg_ids: The backup_network_nsg_ids of this ExadbVmClusterSummary.
585
+ :type: list[str]
586
+ """
587
+ self._backup_network_nsg_ids = backup_network_nsg_ids
588
+
589
+ @property
590
+ def last_update_history_entry_id(self):
591
+ """
592
+ Gets the last_update_history_entry_id of this ExadbVmClusterSummary.
593
+ The `OCID`__ of the last maintenance update history entry. This value is updated when a maintenance update starts.
594
+
595
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
596
+
597
+
598
+ :return: The last_update_history_entry_id of this ExadbVmClusterSummary.
599
+ :rtype: str
600
+ """
601
+ return self._last_update_history_entry_id
602
+
603
+ @last_update_history_entry_id.setter
604
+ def last_update_history_entry_id(self, last_update_history_entry_id):
605
+ """
606
+ Sets the last_update_history_entry_id of this ExadbVmClusterSummary.
607
+ The `OCID`__ of the last maintenance update history entry. This value is updated when a maintenance update starts.
608
+
609
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
610
+
611
+
612
+ :param last_update_history_entry_id: The last_update_history_entry_id of this ExadbVmClusterSummary.
613
+ :type: str
614
+ """
615
+ self._last_update_history_entry_id = last_update_history_entry_id
616
+
617
+ @property
618
+ def listener_port(self):
619
+ """
620
+ Gets the listener_port of this ExadbVmClusterSummary.
621
+ The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
622
+
623
+
624
+ :return: The listener_port of this ExadbVmClusterSummary.
625
+ :rtype: int
626
+ """
627
+ return self._listener_port
628
+
629
+ @listener_port.setter
630
+ def listener_port(self, listener_port):
631
+ """
632
+ Sets the listener_port of this ExadbVmClusterSummary.
633
+ The port number configured for the listener on the Exadata VM cluster on Exascale Infrastructure.
634
+
635
+
636
+ :param listener_port: The listener_port of this ExadbVmClusterSummary.
637
+ :type: int
638
+ """
639
+ self._listener_port = listener_port
640
+
641
+ @property
642
+ def lifecycle_state(self):
643
+ """
644
+ **[Required]** Gets the lifecycle_state of this ExadbVmClusterSummary.
645
+ The current state of the Exadata VM cluster on Exascale Infrastructure.
646
+
647
+ Allowed values for this property are: "PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS", 'UNKNOWN_ENUM_VALUE'.
648
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
649
+
650
+
651
+ :return: The lifecycle_state of this ExadbVmClusterSummary.
652
+ :rtype: str
653
+ """
654
+ return self._lifecycle_state
655
+
656
+ @lifecycle_state.setter
657
+ def lifecycle_state(self, lifecycle_state):
658
+ """
659
+ Sets the lifecycle_state of this ExadbVmClusterSummary.
660
+ The current state of the Exadata VM cluster on Exascale Infrastructure.
661
+
662
+
663
+ :param lifecycle_state: The lifecycle_state of this ExadbVmClusterSummary.
664
+ :type: str
665
+ """
666
+ allowed_values = ["PROVISIONING", "AVAILABLE", "UPDATING", "TERMINATING", "TERMINATED", "FAILED", "MAINTENANCE_IN_PROGRESS"]
667
+ if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
668
+ lifecycle_state = 'UNKNOWN_ENUM_VALUE'
669
+ self._lifecycle_state = lifecycle_state
670
+
671
+ @property
672
+ def node_count(self):
673
+ """
674
+ **[Required]** Gets the node_count of this ExadbVmClusterSummary.
675
+ The number of nodes in the Exadata VM cluster on Exascale Infrastructure.
676
+
677
+
678
+ :return: The node_count of this ExadbVmClusterSummary.
679
+ :rtype: int
680
+ """
681
+ return self._node_count
682
+
683
+ @node_count.setter
684
+ def node_count(self, node_count):
685
+ """
686
+ Sets the node_count of this ExadbVmClusterSummary.
687
+ The number of nodes in the Exadata VM cluster on Exascale Infrastructure.
688
+
689
+
690
+ :param node_count: The node_count of this ExadbVmClusterSummary.
691
+ :type: int
692
+ """
693
+ self._node_count = node_count
694
+
695
+ @property
696
+ def shape(self):
697
+ """
698
+ **[Required]** Gets the shape of this ExadbVmClusterSummary.
699
+ The shape of the Exadata VM cluster on Exascale Infrastructure resource
700
+
701
+
702
+ :return: The shape of this ExadbVmClusterSummary.
703
+ :rtype: str
704
+ """
705
+ return self._shape
706
+
707
+ @shape.setter
708
+ def shape(self, shape):
709
+ """
710
+ Sets the shape of this ExadbVmClusterSummary.
711
+ The shape of the Exadata VM cluster on Exascale Infrastructure resource
712
+
713
+
714
+ :param shape: The shape of this ExadbVmClusterSummary.
715
+ :type: str
716
+ """
717
+ self._shape = shape
718
+
719
+ @property
720
+ def display_name(self):
721
+ """
722
+ **[Required]** Gets the display_name of this ExadbVmClusterSummary.
723
+ The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
724
+
725
+
726
+ :return: The display_name of this ExadbVmClusterSummary.
727
+ :rtype: str
728
+ """
729
+ return self._display_name
730
+
731
+ @display_name.setter
732
+ def display_name(self, display_name):
733
+ """
734
+ Sets the display_name of this ExadbVmClusterSummary.
735
+ The user-friendly name for the Exadata VM cluster on Exascale Infrastructure. The name does not need to be unique.
736
+
737
+
738
+ :param display_name: The display_name of this ExadbVmClusterSummary.
739
+ :type: str
740
+ """
741
+ self._display_name = display_name
742
+
743
+ @property
744
+ def time_created(self):
745
+ """
746
+ Gets the time_created of this ExadbVmClusterSummary.
747
+ The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
748
+
749
+
750
+ :return: The time_created of this ExadbVmClusterSummary.
751
+ :rtype: datetime
752
+ """
753
+ return self._time_created
754
+
755
+ @time_created.setter
756
+ def time_created(self, time_created):
757
+ """
758
+ Sets the time_created of this ExadbVmClusterSummary.
759
+ The date and time that the Exadata VM cluster on Exascale Infrastructure was created.
760
+
761
+
762
+ :param time_created: The time_created of this ExadbVmClusterSummary.
763
+ :type: datetime
764
+ """
765
+ self._time_created = time_created
766
+
767
+ @property
768
+ def lifecycle_details(self):
769
+ """
770
+ Gets the lifecycle_details of this ExadbVmClusterSummary.
771
+ Additional information about the current lifecycle state.
772
+
773
+
774
+ :return: The lifecycle_details of this ExadbVmClusterSummary.
775
+ :rtype: str
776
+ """
777
+ return self._lifecycle_details
778
+
779
+ @lifecycle_details.setter
780
+ def lifecycle_details(self, lifecycle_details):
781
+ """
782
+ Sets the lifecycle_details of this ExadbVmClusterSummary.
783
+ Additional information about the current lifecycle state.
784
+
785
+
786
+ :param lifecycle_details: The lifecycle_details of this ExadbVmClusterSummary.
787
+ :type: str
788
+ """
789
+ self._lifecycle_details = lifecycle_details
790
+
791
+ @property
792
+ def time_zone(self):
793
+ """
794
+ Gets the time_zone of this ExadbVmClusterSummary.
795
+ The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see `Time Zones`__.
796
+
797
+ __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm
798
+
799
+
800
+ :return: The time_zone of this ExadbVmClusterSummary.
801
+ :rtype: str
802
+ """
803
+ return self._time_zone
804
+
805
+ @time_zone.setter
806
+ def time_zone(self, time_zone):
807
+ """
808
+ Sets the time_zone of this ExadbVmClusterSummary.
809
+ The time zone to use for the Exadata VM cluster on Exascale Infrastructure. For details, see `Time Zones`__.
810
+
811
+ __ https://docs.cloud.oracle.com/Content/Database/References/timezones.htm
812
+
813
+
814
+ :param time_zone: The time_zone of this ExadbVmClusterSummary.
815
+ :type: str
816
+ """
817
+ self._time_zone = time_zone
818
+
819
+ @property
820
+ def hostname(self):
821
+ """
822
+ **[Required]** Gets the hostname of this ExadbVmClusterSummary.
823
+ The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and
824
+ can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
825
+
826
+ The maximum length of the combined hostname and domain is 63 characters.
827
+
828
+ **Note:** The hostname must be unique within the subnet. If it is not unique,
829
+ then the Exadata VM cluster on Exascale Infrastructure will fail to provision.
830
+
831
+
832
+ :return: The hostname of this ExadbVmClusterSummary.
833
+ :rtype: str
834
+ """
835
+ return self._hostname
836
+
837
+ @hostname.setter
838
+ def hostname(self, hostname):
839
+ """
840
+ Sets the hostname of this ExadbVmClusterSummary.
841
+ The hostname for the Exadata VM cluster on Exascale Infrastructure. The hostname must begin with an alphabetic character, and
842
+ can contain alphanumeric characters and hyphens (-). For Exadata systems, the maximum length of the hostname is 12 characters.
843
+
844
+ The maximum length of the combined hostname and domain is 63 characters.
845
+
846
+ **Note:** The hostname must be unique within the subnet. If it is not unique,
847
+ then the Exadata VM cluster on Exascale Infrastructure will fail to provision.
848
+
849
+
850
+ :param hostname: The hostname of this ExadbVmClusterSummary.
851
+ :type: str
852
+ """
853
+ self._hostname = hostname
854
+
855
+ @property
856
+ def domain(self):
857
+ """
858
+ **[Required]** Gets the domain of this ExadbVmClusterSummary.
859
+ A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN
860
+ resolver is enabled for the specified subnet, then the domain name for the subnet is used
861
+ (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
862
+ Applies to Exadata Database Service on Exascale Infrastructure only.
863
+
864
+
865
+ :return: The domain of this ExadbVmClusterSummary.
866
+ :rtype: str
867
+ """
868
+ return self._domain
869
+
870
+ @domain.setter
871
+ def domain(self, domain):
872
+ """
873
+ Sets the domain of this ExadbVmClusterSummary.
874
+ A domain name used for the Exadata VM cluster on Exascale Infrastructure. If the Oracle-provided internet and VCN
875
+ resolver is enabled for the specified subnet, then the domain name for the subnet is used
876
+ (do not provide one). Otherwise, provide a valid DNS domain name. Hyphens (-) are not permitted.
877
+ Applies to Exadata Database Service on Exascale Infrastructure only.
878
+
879
+
880
+ :param domain: The domain of this ExadbVmClusterSummary.
881
+ :type: str
882
+ """
883
+ self._domain = domain
884
+
885
+ @property
886
+ def cluster_name(self):
887
+ """
888
+ Gets the cluster_name of this ExadbVmClusterSummary.
889
+ The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
890
+
891
+
892
+ :return: The cluster_name of this ExadbVmClusterSummary.
893
+ :rtype: str
894
+ """
895
+ return self._cluster_name
896
+
897
+ @cluster_name.setter
898
+ def cluster_name(self, cluster_name):
899
+ """
900
+ Sets the cluster_name of this ExadbVmClusterSummary.
901
+ The cluster name for Exadata VM cluster on Exascale Infrastructure. The cluster name must begin with an alphabetic character, and may contain hyphens (-). Underscores (_) are not permitted. The cluster name can be no longer than 11 characters and is not case sensitive.
902
+
903
+
904
+ :param cluster_name: The cluster_name of this ExadbVmClusterSummary.
905
+ :type: str
906
+ """
907
+ self._cluster_name = cluster_name
908
+
909
+ @property
910
+ def gi_version(self):
911
+ """
912
+ Gets the gi_version of this ExadbVmClusterSummary.
913
+ A valid Oracle Grid Infrastructure (GI) software version.
914
+
915
+
916
+ :return: The gi_version of this ExadbVmClusterSummary.
917
+ :rtype: str
918
+ """
919
+ return self._gi_version
920
+
921
+ @gi_version.setter
922
+ def gi_version(self, gi_version):
923
+ """
924
+ Sets the gi_version of this ExadbVmClusterSummary.
925
+ A valid Oracle Grid Infrastructure (GI) software version.
926
+
927
+
928
+ :param gi_version: The gi_version of this ExadbVmClusterSummary.
929
+ :type: str
930
+ """
931
+ self._gi_version = gi_version
932
+
933
+ @property
934
+ def grid_image_id(self):
935
+ """
936
+ Gets the grid_image_id of this ExadbVmClusterSummary.
937
+ Grid Setup will be done using this grid image id
938
+
939
+
940
+ :return: The grid_image_id of this ExadbVmClusterSummary.
941
+ :rtype: str
942
+ """
943
+ return self._grid_image_id
944
+
945
+ @grid_image_id.setter
946
+ def grid_image_id(self, grid_image_id):
947
+ """
948
+ Sets the grid_image_id of this ExadbVmClusterSummary.
949
+ Grid Setup will be done using this grid image id
950
+
951
+
952
+ :param grid_image_id: The grid_image_id of this ExadbVmClusterSummary.
953
+ :type: str
954
+ """
955
+ self._grid_image_id = grid_image_id
956
+
957
+ @property
958
+ def grid_image_type(self):
959
+ """
960
+ Gets the grid_image_type of this ExadbVmClusterSummary.
961
+ The type of Grid Image
962
+
963
+ Allowed values for this property are: "RELEASE_UPDATE", "CUSTOM_IMAGE", 'UNKNOWN_ENUM_VALUE'.
964
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
965
+
966
+
967
+ :return: The grid_image_type of this ExadbVmClusterSummary.
968
+ :rtype: str
969
+ """
970
+ return self._grid_image_type
971
+
972
+ @grid_image_type.setter
973
+ def grid_image_type(self, grid_image_type):
974
+ """
975
+ Sets the grid_image_type of this ExadbVmClusterSummary.
976
+ The type of Grid Image
977
+
978
+
979
+ :param grid_image_type: The grid_image_type of this ExadbVmClusterSummary.
980
+ :type: str
981
+ """
982
+ allowed_values = ["RELEASE_UPDATE", "CUSTOM_IMAGE"]
983
+ if not value_allowed_none_or_none_sentinel(grid_image_type, allowed_values):
984
+ grid_image_type = 'UNKNOWN_ENUM_VALUE'
985
+ self._grid_image_type = grid_image_type
986
+
987
+ @property
988
+ def system_version(self):
989
+ """
990
+ Gets the system_version of this ExadbVmClusterSummary.
991
+ Operating system version of the image.
992
+
993
+
994
+ :return: The system_version of this ExadbVmClusterSummary.
995
+ :rtype: str
996
+ """
997
+ return self._system_version
998
+
999
+ @system_version.setter
1000
+ def system_version(self, system_version):
1001
+ """
1002
+ Sets the system_version of this ExadbVmClusterSummary.
1003
+ Operating system version of the image.
1004
+
1005
+
1006
+ :param system_version: The system_version of this ExadbVmClusterSummary.
1007
+ :type: str
1008
+ """
1009
+ self._system_version = system_version
1010
+
1011
+ @property
1012
+ def ssh_public_keys(self):
1013
+ """
1014
+ **[Required]** Gets the ssh_public_keys of this ExadbVmClusterSummary.
1015
+ The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
1016
+
1017
+
1018
+ :return: The ssh_public_keys of this ExadbVmClusterSummary.
1019
+ :rtype: list[str]
1020
+ """
1021
+ return self._ssh_public_keys
1022
+
1023
+ @ssh_public_keys.setter
1024
+ def ssh_public_keys(self, ssh_public_keys):
1025
+ """
1026
+ Sets the ssh_public_keys of this ExadbVmClusterSummary.
1027
+ The public key portion of one or more key pairs used for SSH access to the Exadata VM cluster on Exascale Infrastructure.
1028
+
1029
+
1030
+ :param ssh_public_keys: The ssh_public_keys of this ExadbVmClusterSummary.
1031
+ :type: list[str]
1032
+ """
1033
+ self._ssh_public_keys = ssh_public_keys
1034
+
1035
+ @property
1036
+ def license_model(self):
1037
+ """
1038
+ Gets the license_model of this ExadbVmClusterSummary.
1039
+ The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
1040
+
1041
+ Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE", 'UNKNOWN_ENUM_VALUE'.
1042
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1043
+
1044
+
1045
+ :return: The license_model of this ExadbVmClusterSummary.
1046
+ :rtype: str
1047
+ """
1048
+ return self._license_model
1049
+
1050
+ @license_model.setter
1051
+ def license_model(self, license_model):
1052
+ """
1053
+ Sets the license_model of this ExadbVmClusterSummary.
1054
+ The Oracle license model that applies to the Exadata VM cluster on Exascale Infrastructure. The default is BRING_YOUR_OWN_LICENSE.
1055
+
1056
+
1057
+ :param license_model: The license_model of this ExadbVmClusterSummary.
1058
+ :type: str
1059
+ """
1060
+ allowed_values = ["LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE"]
1061
+ if not value_allowed_none_or_none_sentinel(license_model, allowed_values):
1062
+ license_model = 'UNKNOWN_ENUM_VALUE'
1063
+ self._license_model = license_model
1064
+
1065
+ @property
1066
+ def scan_ip_ids(self):
1067
+ """
1068
+ Gets the scan_ip_ids of this ExadbVmClusterSummary.
1069
+ The `OCID`__ of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure.
1070
+ SCAN IP addresses are typically used for load balancing and are not assigned to any interface.
1071
+ Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
1072
+
1073
+ **Note:** For a single-node DB system, this list is empty.
1074
+
1075
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1076
+
1077
+
1078
+ :return: The scan_ip_ids of this ExadbVmClusterSummary.
1079
+ :rtype: list[str]
1080
+ """
1081
+ return self._scan_ip_ids
1082
+
1083
+ @scan_ip_ids.setter
1084
+ def scan_ip_ids(self, scan_ip_ids):
1085
+ """
1086
+ Sets the scan_ip_ids of this ExadbVmClusterSummary.
1087
+ The `OCID`__ of the Single Client Access Name (SCAN) IP addresses associated with the Exadata VM cluster on Exascale Infrastructure.
1088
+ SCAN IP addresses are typically used for load balancing and are not assigned to any interface.
1089
+ Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
1090
+
1091
+ **Note:** For a single-node DB system, this list is empty.
1092
+
1093
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1094
+
1095
+
1096
+ :param scan_ip_ids: The scan_ip_ids of this ExadbVmClusterSummary.
1097
+ :type: list[str]
1098
+ """
1099
+ self._scan_ip_ids = scan_ip_ids
1100
+
1101
+ @property
1102
+ def vip_ids(self):
1103
+ """
1104
+ Gets the vip_ids of this ExadbVmClusterSummary.
1105
+ The `OCID`__ of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure.
1106
+ The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to
1107
+ enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
1108
+
1109
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1110
+
1111
+
1112
+ :return: The vip_ids of this ExadbVmClusterSummary.
1113
+ :rtype: list[str]
1114
+ """
1115
+ return self._vip_ids
1116
+
1117
+ @vip_ids.setter
1118
+ def vip_ids(self, vip_ids):
1119
+ """
1120
+ Sets the vip_ids of this ExadbVmClusterSummary.
1121
+ The `OCID`__ of the virtual IP (VIP) addresses associated with the Exadata VM cluster on Exascale Infrastructure.
1122
+ The Cluster Ready Services (CRS) creates and maintains one VIP address for each node in the Exadata Cloud Service instance to
1123
+ enable failover. If one node fails, then the VIP is reassigned to another active node in the cluster.
1124
+
1125
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1126
+
1127
+
1128
+ :param vip_ids: The vip_ids of this ExadbVmClusterSummary.
1129
+ :type: list[str]
1130
+ """
1131
+ self._vip_ids = vip_ids
1132
+
1133
+ @property
1134
+ def scan_dns_record_id(self):
1135
+ """
1136
+ Gets the scan_dns_record_id of this ExadbVmClusterSummary.
1137
+ The `OCID`__ of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
1138
+
1139
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1140
+
1141
+
1142
+ :return: The scan_dns_record_id of this ExadbVmClusterSummary.
1143
+ :rtype: str
1144
+ """
1145
+ return self._scan_dns_record_id
1146
+
1147
+ @scan_dns_record_id.setter
1148
+ def scan_dns_record_id(self, scan_dns_record_id):
1149
+ """
1150
+ Sets the scan_dns_record_id of this ExadbVmClusterSummary.
1151
+ The `OCID`__ of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
1152
+
1153
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1154
+
1155
+
1156
+ :param scan_dns_record_id: The scan_dns_record_id of this ExadbVmClusterSummary.
1157
+ :type: str
1158
+ """
1159
+ self._scan_dns_record_id = scan_dns_record_id
1160
+
1161
+ @property
1162
+ def freeform_tags(self):
1163
+ """
1164
+ Gets the freeform_tags of this ExadbVmClusterSummary.
1165
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
1166
+ For more information, see `Resource Tags`__.
1167
+
1168
+ Example: `{\"Department\": \"Finance\"}`
1169
+
1170
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1171
+
1172
+
1173
+ :return: The freeform_tags of this ExadbVmClusterSummary.
1174
+ :rtype: dict(str, str)
1175
+ """
1176
+ return self._freeform_tags
1177
+
1178
+ @freeform_tags.setter
1179
+ def freeform_tags(self, freeform_tags):
1180
+ """
1181
+ Sets the freeform_tags of this ExadbVmClusterSummary.
1182
+ Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
1183
+ For more information, see `Resource Tags`__.
1184
+
1185
+ Example: `{\"Department\": \"Finance\"}`
1186
+
1187
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1188
+
1189
+
1190
+ :param freeform_tags: The freeform_tags of this ExadbVmClusterSummary.
1191
+ :type: dict(str, str)
1192
+ """
1193
+ self._freeform_tags = freeform_tags
1194
+
1195
+ @property
1196
+ def defined_tags(self):
1197
+ """
1198
+ Gets the defined_tags of this ExadbVmClusterSummary.
1199
+ Defined tags for this resource. Each key is predefined and scoped to a namespace.
1200
+ For more information, see `Resource Tags`__.
1201
+
1202
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1203
+
1204
+
1205
+ :return: The defined_tags of this ExadbVmClusterSummary.
1206
+ :rtype: dict(str, dict(str, object))
1207
+ """
1208
+ return self._defined_tags
1209
+
1210
+ @defined_tags.setter
1211
+ def defined_tags(self, defined_tags):
1212
+ """
1213
+ Sets the defined_tags of this ExadbVmClusterSummary.
1214
+ Defined tags for this resource. Each key is predefined and scoped to a namespace.
1215
+ For more information, see `Resource Tags`__.
1216
+
1217
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1218
+
1219
+
1220
+ :param defined_tags: The defined_tags of this ExadbVmClusterSummary.
1221
+ :type: dict(str, dict(str, object))
1222
+ """
1223
+ self._defined_tags = defined_tags
1224
+
1225
+ @property
1226
+ def system_tags(self):
1227
+ """
1228
+ Gets the system_tags of this ExadbVmClusterSummary.
1229
+ System tags for this resource. Each key is predefined and scoped to a namespace.
1230
+ For more information, see `Resource Tags`__.
1231
+
1232
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1233
+
1234
+
1235
+ :return: The system_tags of this ExadbVmClusterSummary.
1236
+ :rtype: dict(str, dict(str, object))
1237
+ """
1238
+ return self._system_tags
1239
+
1240
+ @system_tags.setter
1241
+ def system_tags(self, system_tags):
1242
+ """
1243
+ Sets the system_tags of this ExadbVmClusterSummary.
1244
+ System tags for this resource. Each key is predefined and scoped to a namespace.
1245
+ For more information, see `Resource Tags`__.
1246
+
1247
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
1248
+
1249
+
1250
+ :param system_tags: The system_tags of this ExadbVmClusterSummary.
1251
+ :type: dict(str, dict(str, object))
1252
+ """
1253
+ self._system_tags = system_tags
1254
+
1255
+ @property
1256
+ def scan_dns_name(self):
1257
+ """
1258
+ Gets the scan_dns_name of this ExadbVmClusterSummary.
1259
+ The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
1260
+
1261
+
1262
+ :return: The scan_dns_name of this ExadbVmClusterSummary.
1263
+ :rtype: str
1264
+ """
1265
+ return self._scan_dns_name
1266
+
1267
+ @scan_dns_name.setter
1268
+ def scan_dns_name(self, scan_dns_name):
1269
+ """
1270
+ Sets the scan_dns_name of this ExadbVmClusterSummary.
1271
+ The FQDN of the DNS record for the SCAN IP addresses that are associated with the Exadata VM cluster on Exascale Infrastructure.
1272
+
1273
+
1274
+ :param scan_dns_name: The scan_dns_name of this ExadbVmClusterSummary.
1275
+ :type: str
1276
+ """
1277
+ self._scan_dns_name = scan_dns_name
1278
+
1279
+ @property
1280
+ def zone_id(self):
1281
+ """
1282
+ Gets the zone_id of this ExadbVmClusterSummary.
1283
+ The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
1284
+
1285
+
1286
+ :return: The zone_id of this ExadbVmClusterSummary.
1287
+ :rtype: str
1288
+ """
1289
+ return self._zone_id
1290
+
1291
+ @zone_id.setter
1292
+ def zone_id(self, zone_id):
1293
+ """
1294
+ Sets the zone_id of this ExadbVmClusterSummary.
1295
+ The OCID of the zone with which the Exadata VM cluster on Exascale Infrastructure is associated.
1296
+
1297
+
1298
+ :param zone_id: The zone_id of this ExadbVmClusterSummary.
1299
+ :type: str
1300
+ """
1301
+ self._zone_id = zone_id
1302
+
1303
+ @property
1304
+ def scan_listener_port_tcp(self):
1305
+ """
1306
+ Gets the scan_listener_port_tcp of this ExadbVmClusterSummary.
1307
+ The TCP Single Client Access Name (SCAN) port. The default port is 1521.
1308
+
1309
+
1310
+ :return: The scan_listener_port_tcp of this ExadbVmClusterSummary.
1311
+ :rtype: int
1312
+ """
1313
+ return self._scan_listener_port_tcp
1314
+
1315
+ @scan_listener_port_tcp.setter
1316
+ def scan_listener_port_tcp(self, scan_listener_port_tcp):
1317
+ """
1318
+ Sets the scan_listener_port_tcp of this ExadbVmClusterSummary.
1319
+ The TCP Single Client Access Name (SCAN) port. The default port is 1521.
1320
+
1321
+
1322
+ :param scan_listener_port_tcp: The scan_listener_port_tcp of this ExadbVmClusterSummary.
1323
+ :type: int
1324
+ """
1325
+ self._scan_listener_port_tcp = scan_listener_port_tcp
1326
+
1327
+ @property
1328
+ def scan_listener_port_tcp_ssl(self):
1329
+ """
1330
+ Gets the scan_listener_port_tcp_ssl of this ExadbVmClusterSummary.
1331
+ The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
1332
+
1333
+
1334
+ :return: The scan_listener_port_tcp_ssl of this ExadbVmClusterSummary.
1335
+ :rtype: int
1336
+ """
1337
+ return self._scan_listener_port_tcp_ssl
1338
+
1339
+ @scan_listener_port_tcp_ssl.setter
1340
+ def scan_listener_port_tcp_ssl(self, scan_listener_port_tcp_ssl):
1341
+ """
1342
+ Sets the scan_listener_port_tcp_ssl of this ExadbVmClusterSummary.
1343
+ The Secured Communication (TCPS) protocol Single Client Access Name (SCAN) port. The default port is 2484.
1344
+
1345
+
1346
+ :param scan_listener_port_tcp_ssl: The scan_listener_port_tcp_ssl of this ExadbVmClusterSummary.
1347
+ :type: int
1348
+ """
1349
+ self._scan_listener_port_tcp_ssl = scan_listener_port_tcp_ssl
1350
+
1351
+ @property
1352
+ def private_zone_id(self):
1353
+ """
1354
+ Gets the private_zone_id of this ExadbVmClusterSummary.
1355
+ The private zone ID in which you want DNS records to be created.
1356
+
1357
+
1358
+ :return: The private_zone_id of this ExadbVmClusterSummary.
1359
+ :rtype: str
1360
+ """
1361
+ return self._private_zone_id
1362
+
1363
+ @private_zone_id.setter
1364
+ def private_zone_id(self, private_zone_id):
1365
+ """
1366
+ Sets the private_zone_id of this ExadbVmClusterSummary.
1367
+ The private zone ID in which you want DNS records to be created.
1368
+
1369
+
1370
+ :param private_zone_id: The private_zone_id of this ExadbVmClusterSummary.
1371
+ :type: str
1372
+ """
1373
+ self._private_zone_id = private_zone_id
1374
+
1375
+ @property
1376
+ def data_collection_options(self):
1377
+ """
1378
+ Gets the data_collection_options of this ExadbVmClusterSummary.
1379
+
1380
+ :return: The data_collection_options of this ExadbVmClusterSummary.
1381
+ :rtype: oci.database.models.DataCollectionOptions
1382
+ """
1383
+ return self._data_collection_options
1384
+
1385
+ @data_collection_options.setter
1386
+ def data_collection_options(self, data_collection_options):
1387
+ """
1388
+ Sets the data_collection_options of this ExadbVmClusterSummary.
1389
+
1390
+ :param data_collection_options: The data_collection_options of this ExadbVmClusterSummary.
1391
+ :type: oci.database.models.DataCollectionOptions
1392
+ """
1393
+ self._data_collection_options = data_collection_options
1394
+
1395
+ @property
1396
+ def total_e_cpu_count(self):
1397
+ """
1398
+ **[Required]** Gets the total_e_cpu_count of this ExadbVmClusterSummary.
1399
+ The number of Total ECPUs for an Exadata VM cluster on Exascale Infrastructure.
1400
+
1401
+
1402
+ :return: The total_e_cpu_count of this ExadbVmClusterSummary.
1403
+ :rtype: int
1404
+ """
1405
+ return self._total_e_cpu_count
1406
+
1407
+ @total_e_cpu_count.setter
1408
+ def total_e_cpu_count(self, total_e_cpu_count):
1409
+ """
1410
+ Sets the total_e_cpu_count of this ExadbVmClusterSummary.
1411
+ The number of Total ECPUs for an Exadata VM cluster on Exascale Infrastructure.
1412
+
1413
+
1414
+ :param total_e_cpu_count: The total_e_cpu_count of this ExadbVmClusterSummary.
1415
+ :type: int
1416
+ """
1417
+ self._total_e_cpu_count = total_e_cpu_count
1418
+
1419
+ @property
1420
+ def enabled_e_cpu_count(self):
1421
+ """
1422
+ **[Required]** Gets the enabled_e_cpu_count of this ExadbVmClusterSummary.
1423
+ The number of ECPUs to enable for an Exadata VM cluster on Exascale Infrastructure.
1424
+
1425
+
1426
+ :return: The enabled_e_cpu_count of this ExadbVmClusterSummary.
1427
+ :rtype: int
1428
+ """
1429
+ return self._enabled_e_cpu_count
1430
+
1431
+ @enabled_e_cpu_count.setter
1432
+ def enabled_e_cpu_count(self, enabled_e_cpu_count):
1433
+ """
1434
+ Sets the enabled_e_cpu_count of this ExadbVmClusterSummary.
1435
+ The number of ECPUs to enable for an Exadata VM cluster on Exascale Infrastructure.
1436
+
1437
+
1438
+ :param enabled_e_cpu_count: The enabled_e_cpu_count of this ExadbVmClusterSummary.
1439
+ :type: int
1440
+ """
1441
+ self._enabled_e_cpu_count = enabled_e_cpu_count
1442
+
1443
+ @property
1444
+ def vm_file_system_storage(self):
1445
+ """
1446
+ **[Required]** Gets the vm_file_system_storage of this ExadbVmClusterSummary.
1447
+
1448
+ :return: The vm_file_system_storage of this ExadbVmClusterSummary.
1449
+ :rtype: oci.database.models.ExadbVmClusterStorageDetails
1450
+ """
1451
+ return self._vm_file_system_storage
1452
+
1453
+ @vm_file_system_storage.setter
1454
+ def vm_file_system_storage(self, vm_file_system_storage):
1455
+ """
1456
+ Sets the vm_file_system_storage of this ExadbVmClusterSummary.
1457
+
1458
+ :param vm_file_system_storage: The vm_file_system_storage of this ExadbVmClusterSummary.
1459
+ :type: oci.database.models.ExadbVmClusterStorageDetails
1460
+ """
1461
+ self._vm_file_system_storage = vm_file_system_storage
1462
+
1463
+ @property
1464
+ def snapshot_file_system_storage(self):
1465
+ """
1466
+ Gets the snapshot_file_system_storage of this ExadbVmClusterSummary.
1467
+
1468
+ :return: The snapshot_file_system_storage of this ExadbVmClusterSummary.
1469
+ :rtype: oci.database.models.ExadbVmClusterStorageDetails
1470
+ """
1471
+ return self._snapshot_file_system_storage
1472
+
1473
+ @snapshot_file_system_storage.setter
1474
+ def snapshot_file_system_storage(self, snapshot_file_system_storage):
1475
+ """
1476
+ Sets the snapshot_file_system_storage of this ExadbVmClusterSummary.
1477
+
1478
+ :param snapshot_file_system_storage: The snapshot_file_system_storage of this ExadbVmClusterSummary.
1479
+ :type: oci.database.models.ExadbVmClusterStorageDetails
1480
+ """
1481
+ self._snapshot_file_system_storage = snapshot_file_system_storage
1482
+
1483
+ @property
1484
+ def total_file_system_storage(self):
1485
+ """
1486
+ Gets the total_file_system_storage of this ExadbVmClusterSummary.
1487
+
1488
+ :return: The total_file_system_storage of this ExadbVmClusterSummary.
1489
+ :rtype: oci.database.models.ExadbVmClusterStorageDetails
1490
+ """
1491
+ return self._total_file_system_storage
1492
+
1493
+ @total_file_system_storage.setter
1494
+ def total_file_system_storage(self, total_file_system_storage):
1495
+ """
1496
+ Sets the total_file_system_storage of this ExadbVmClusterSummary.
1497
+
1498
+ :param total_file_system_storage: The total_file_system_storage of this ExadbVmClusterSummary.
1499
+ :type: oci.database.models.ExadbVmClusterStorageDetails
1500
+ """
1501
+ self._total_file_system_storage = total_file_system_storage
1502
+
1503
+ @property
1504
+ def exascale_db_storage_vault_id(self):
1505
+ """
1506
+ **[Required]** Gets the exascale_db_storage_vault_id of this ExadbVmClusterSummary.
1507
+ The `OCID`__ of the Exadata Database Storage Vault.
1508
+
1509
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1510
+
1511
+
1512
+ :return: The exascale_db_storage_vault_id of this ExadbVmClusterSummary.
1513
+ :rtype: str
1514
+ """
1515
+ return self._exascale_db_storage_vault_id
1516
+
1517
+ @exascale_db_storage_vault_id.setter
1518
+ def exascale_db_storage_vault_id(self, exascale_db_storage_vault_id):
1519
+ """
1520
+ Sets the exascale_db_storage_vault_id of this ExadbVmClusterSummary.
1521
+ The `OCID`__ of the Exadata Database Storage Vault.
1522
+
1523
+ __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
1524
+
1525
+
1526
+ :param exascale_db_storage_vault_id: The exascale_db_storage_vault_id of this ExadbVmClusterSummary.
1527
+ :type: str
1528
+ """
1529
+ self._exascale_db_storage_vault_id = exascale_db_storage_vault_id
1530
+
1531
+ @property
1532
+ def memory_size_in_gbs(self):
1533
+ """
1534
+ Gets the memory_size_in_gbs of this ExadbVmClusterSummary.
1535
+ The memory that you want to be allocated in GBs. Memory is calculated based on 11 GB per VM core reserved.
1536
+
1537
+
1538
+ :return: The memory_size_in_gbs of this ExadbVmClusterSummary.
1539
+ :rtype: int
1540
+ """
1541
+ return self._memory_size_in_gbs
1542
+
1543
+ @memory_size_in_gbs.setter
1544
+ def memory_size_in_gbs(self, memory_size_in_gbs):
1545
+ """
1546
+ Sets the memory_size_in_gbs of this ExadbVmClusterSummary.
1547
+ The memory that you want to be allocated in GBs. Memory is calculated based on 11 GB per VM core reserved.
1548
+
1549
+
1550
+ :param memory_size_in_gbs: The memory_size_in_gbs of this ExadbVmClusterSummary.
1551
+ :type: int
1552
+ """
1553
+ self._memory_size_in_gbs = memory_size_in_gbs
1554
+
1555
+ def __repr__(self):
1556
+ return formatted_flat_dict(self)
1557
+
1558
+ def __eq__(self, other):
1559
+ if other is None:
1560
+ return False
1561
+
1562
+ return self.__dict__ == other.__dict__
1563
+
1564
+ def __ne__(self, other):
1565
+ return not self == other