oci 2.116.0__py3-none-any.whl → 2.117.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +41 -41
- oci/adm/models/__init__.py +4 -0
- oci/adm/models/create_vulnerability_audit_details.py +27 -0
- oci/adm/models/usage_data_details.py +92 -0
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
- oci/adm/models/vulnerability.py +33 -2
- oci/adm/models/vulnerability_audit.py +86 -0
- oci/adm/models/work_request_summary.py +35 -2
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +141 -141
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +252 -252
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/database/database_client.py +2092 -1268
- oci/database/database_client_composite_operations.py +222 -0
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_container_database.py +33 -2
- oci/database/models/autonomous_container_database_backup_config.py +2 -0
- oci/database/models/autonomous_container_database_summary.py +33 -2
- oci/database/models/autonomous_vm_cluster.py +95 -2
- oci/database/models/autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/console_history.py +368 -0
- oci/database/models/console_history_collection.py +72 -0
- oci/database/models/console_history_summary.py +368 -0
- oci/database/models/create_cloud_vm_cluster_details.py +33 -2
- oci/database/models/create_console_history_details.py +151 -0
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/db_system_upgrade_history_entry.py +64 -2
- oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
- oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
- oci/database/models/system_version_collection.py +72 -0
- oci/database/models/system_version_summary.py +134 -0
- oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
- oci/database/models/update_console_history_details.py +150 -0
- oci/database/models/upgrade_db_system_details.py +31 -0
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +536 -57
- oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/certificate.py +713 -0
- oci/golden_gate/models/certificate_collection.py +72 -0
- oci/golden_gate/models/certificate_summary.py +269 -0
- oci/golden_gate/models/create_certificate_details.py +105 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/create_mysql_connection_details.py +10 -12
- oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
- oci/golden_gate/models/update_mysql_connection_details.py +10 -12
- oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
- oci/golden_gate/models/work_request.py +11 -3
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +294 -294
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +388 -192
- oci/log_analytics/models/export_details.py +15 -17
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/__init__.py +4 -2
- oci/ocvp/cluster_client.py +732 -0
- oci/ocvp/cluster_client_composite_operations.py +160 -0
- oci/ocvp/esxi_host_client.py +262 -14
- oci/ocvp/esxi_host_client_composite_operations.py +84 -1
- oci/ocvp/models/__init__.py +29 -7
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1026 -0
- oci/ocvp/models/cluster_collection.py +72 -0
- oci/ocvp/models/cluster_summary.py +671 -0
- oci/ocvp/models/create_cluster_details.py +658 -0
- oci/ocvp/models/create_esxi_host_details.py +112 -161
- oci/ocvp/models/create_sddc_details.py +86 -814
- oci/ocvp/models/datastore_details.py +154 -0
- oci/ocvp/models/datastore_info.py +6 -6
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +132 -64
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +100 -63
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +518 -0
- oci/ocvp/models/initial_configuration.py +72 -0
- oci/ocvp/models/network_configuration.py +635 -0
- oci/ocvp/models/replace_host_details.py +78 -0
- oci/ocvp/models/sddc.py +176 -1269
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +123 -0
- oci/ocvp/models/sddc_summary.py +55 -161
- oci/ocvp/models/supported_commitment_summary.py +96 -0
- oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
- oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +54 -54
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
- oci/ocvp/models/update_cluster_details.py +265 -0
- oci/ocvp/models/update_esxi_host_details.py +32 -32
- oci/ocvp/models/update_sddc_details.py +42 -377
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +20 -4
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +212 -68
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +10 -10
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +22 -0
- oci/opsi/models/awr_hub_objects.py +72 -0
- oci/opsi/models/awr_hub_source.py +904 -0
- oci/opsi/models/awr_hub_source_summary.py +904 -0
- oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
- oci/opsi/models/awr_hub_sources.py +72 -0
- oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +377 -0
- oci/opsi/models/list_objects.py +134 -0
- oci/opsi/models/object_summary.py +329 -0
- oci/opsi/models/update_awr_hub_source_details.py +210 -0
- oci/opsi/models/work_request.py +27 -3
- oci/opsi/operations_insights_client.py +3221 -1507
- oci/opsi/operations_insights_client_composite_operations.py +283 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +66 -66
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +12 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +19 -19
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
- {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/top_level.txt +0 -0
@@ -72,6 +72,14 @@ class DbSystemUpgradeHistoryEntry(object):
|
|
72
72
|
The value to assign to the old_gi_version property of this DbSystemUpgradeHistoryEntry.
|
73
73
|
:type old_gi_version: str
|
74
74
|
|
75
|
+
:param old_os_version:
|
76
|
+
The value to assign to the old_os_version property of this DbSystemUpgradeHistoryEntry.
|
77
|
+
:type old_os_version: str
|
78
|
+
|
79
|
+
:param new_os_version:
|
80
|
+
The value to assign to the new_os_version property of this DbSystemUpgradeHistoryEntry.
|
81
|
+
:type new_os_version: str
|
82
|
+
|
75
83
|
:param snapshot_retention_period_in_days:
|
76
84
|
The value to assign to the snapshot_retention_period_in_days property of this DbSystemUpgradeHistoryEntry.
|
77
85
|
:type snapshot_retention_period_in_days: int
|
@@ -100,6 +108,8 @@ class DbSystemUpgradeHistoryEntry(object):
|
|
100
108
|
'action': 'str',
|
101
109
|
'new_gi_version': 'str',
|
102
110
|
'old_gi_version': 'str',
|
111
|
+
'old_os_version': 'str',
|
112
|
+
'new_os_version': 'str',
|
103
113
|
'snapshot_retention_period_in_days': 'int',
|
104
114
|
'lifecycle_state': 'str',
|
105
115
|
'lifecycle_details': 'str',
|
@@ -112,6 +122,8 @@ class DbSystemUpgradeHistoryEntry(object):
|
|
112
122
|
'action': 'action',
|
113
123
|
'new_gi_version': 'newGiVersion',
|
114
124
|
'old_gi_version': 'oldGiVersion',
|
125
|
+
'old_os_version': 'oldOsVersion',
|
126
|
+
'new_os_version': 'newOsVersion',
|
115
127
|
'snapshot_retention_period_in_days': 'snapshotRetentionPeriodInDays',
|
116
128
|
'lifecycle_state': 'lifecycleState',
|
117
129
|
'lifecycle_details': 'lifecycleDetails',
|
@@ -123,6 +135,8 @@ class DbSystemUpgradeHistoryEntry(object):
|
|
123
135
|
self._action = None
|
124
136
|
self._new_gi_version = None
|
125
137
|
self._old_gi_version = None
|
138
|
+
self._old_os_version = None
|
139
|
+
self._new_os_version = None
|
126
140
|
self._snapshot_retention_period_in_days = None
|
127
141
|
self._lifecycle_state = None
|
128
142
|
self._lifecycle_details = None
|
@@ -190,7 +204,7 @@ class DbSystemUpgradeHistoryEntry(object):
|
|
190
204
|
@property
|
191
205
|
def new_gi_version(self):
|
192
206
|
"""
|
193
|
-
|
207
|
+
Gets the new_gi_version of this DbSystemUpgradeHistoryEntry.
|
194
208
|
A valid Oracle Grid Infrastructure (GI) software version.
|
195
209
|
|
196
210
|
|
@@ -214,7 +228,7 @@ class DbSystemUpgradeHistoryEntry(object):
|
|
214
228
|
@property
|
215
229
|
def old_gi_version(self):
|
216
230
|
"""
|
217
|
-
|
231
|
+
Gets the old_gi_version of this DbSystemUpgradeHistoryEntry.
|
218
232
|
A valid Oracle Grid Infrastructure (GI) software version.
|
219
233
|
|
220
234
|
|
@@ -235,6 +249,54 @@ class DbSystemUpgradeHistoryEntry(object):
|
|
235
249
|
"""
|
236
250
|
self._old_gi_version = old_gi_version
|
237
251
|
|
252
|
+
@property
|
253
|
+
def old_os_version(self):
|
254
|
+
"""
|
255
|
+
Gets the old_os_version of this DbSystemUpgradeHistoryEntry.
|
256
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
257
|
+
|
258
|
+
|
259
|
+
:return: The old_os_version of this DbSystemUpgradeHistoryEntry.
|
260
|
+
:rtype: str
|
261
|
+
"""
|
262
|
+
return self._old_os_version
|
263
|
+
|
264
|
+
@old_os_version.setter
|
265
|
+
def old_os_version(self, old_os_version):
|
266
|
+
"""
|
267
|
+
Sets the old_os_version of this DbSystemUpgradeHistoryEntry.
|
268
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
269
|
+
|
270
|
+
|
271
|
+
:param old_os_version: The old_os_version of this DbSystemUpgradeHistoryEntry.
|
272
|
+
:type: str
|
273
|
+
"""
|
274
|
+
self._old_os_version = old_os_version
|
275
|
+
|
276
|
+
@property
|
277
|
+
def new_os_version(self):
|
278
|
+
"""
|
279
|
+
Gets the new_os_version of this DbSystemUpgradeHistoryEntry.
|
280
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
281
|
+
|
282
|
+
|
283
|
+
:return: The new_os_version of this DbSystemUpgradeHistoryEntry.
|
284
|
+
:rtype: str
|
285
|
+
"""
|
286
|
+
return self._new_os_version
|
287
|
+
|
288
|
+
@new_os_version.setter
|
289
|
+
def new_os_version(self, new_os_version):
|
290
|
+
"""
|
291
|
+
Sets the new_os_version of this DbSystemUpgradeHistoryEntry.
|
292
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
293
|
+
|
294
|
+
|
295
|
+
:param new_os_version: The new_os_version of this DbSystemUpgradeHistoryEntry.
|
296
|
+
:type: str
|
297
|
+
"""
|
298
|
+
self._new_os_version = new_os_version
|
299
|
+
|
238
300
|
@property
|
239
301
|
def snapshot_retention_period_in_days(self):
|
240
302
|
"""
|
@@ -70,6 +70,14 @@ class DbSystemUpgradeHistoryEntrySummary(object):
|
|
70
70
|
The value to assign to the old_gi_version property of this DbSystemUpgradeHistoryEntrySummary.
|
71
71
|
:type old_gi_version: str
|
72
72
|
|
73
|
+
:param old_os_version:
|
74
|
+
The value to assign to the old_os_version property of this DbSystemUpgradeHistoryEntrySummary.
|
75
|
+
:type old_os_version: str
|
76
|
+
|
77
|
+
:param new_os_version:
|
78
|
+
The value to assign to the new_os_version property of this DbSystemUpgradeHistoryEntrySummary.
|
79
|
+
:type new_os_version: str
|
80
|
+
|
73
81
|
:param snapshot_retention_period_in_days:
|
74
82
|
The value to assign to the snapshot_retention_period_in_days property of this DbSystemUpgradeHistoryEntrySummary.
|
75
83
|
:type snapshot_retention_period_in_days: int
|
@@ -98,6 +106,8 @@ class DbSystemUpgradeHistoryEntrySummary(object):
|
|
98
106
|
'action': 'str',
|
99
107
|
'new_gi_version': 'str',
|
100
108
|
'old_gi_version': 'str',
|
109
|
+
'old_os_version': 'str',
|
110
|
+
'new_os_version': 'str',
|
101
111
|
'snapshot_retention_period_in_days': 'int',
|
102
112
|
'lifecycle_state': 'str',
|
103
113
|
'lifecycle_details': 'str',
|
@@ -110,6 +120,8 @@ class DbSystemUpgradeHistoryEntrySummary(object):
|
|
110
120
|
'action': 'action',
|
111
121
|
'new_gi_version': 'newGiVersion',
|
112
122
|
'old_gi_version': 'oldGiVersion',
|
123
|
+
'old_os_version': 'oldOsVersion',
|
124
|
+
'new_os_version': 'newOsVersion',
|
113
125
|
'snapshot_retention_period_in_days': 'snapshotRetentionPeriodInDays',
|
114
126
|
'lifecycle_state': 'lifecycleState',
|
115
127
|
'lifecycle_details': 'lifecycleDetails',
|
@@ -121,6 +133,8 @@ class DbSystemUpgradeHistoryEntrySummary(object):
|
|
121
133
|
self._action = None
|
122
134
|
self._new_gi_version = None
|
123
135
|
self._old_gi_version = None
|
136
|
+
self._old_os_version = None
|
137
|
+
self._new_os_version = None
|
124
138
|
self._snapshot_retention_period_in_days = None
|
125
139
|
self._lifecycle_state = None
|
126
140
|
self._lifecycle_details = None
|
@@ -188,7 +202,7 @@ class DbSystemUpgradeHistoryEntrySummary(object):
|
|
188
202
|
@property
|
189
203
|
def new_gi_version(self):
|
190
204
|
"""
|
191
|
-
|
205
|
+
Gets the new_gi_version of this DbSystemUpgradeHistoryEntrySummary.
|
192
206
|
A valid Oracle Grid Infrastructure (GI) software version.
|
193
207
|
|
194
208
|
|
@@ -212,7 +226,7 @@ class DbSystemUpgradeHistoryEntrySummary(object):
|
|
212
226
|
@property
|
213
227
|
def old_gi_version(self):
|
214
228
|
"""
|
215
|
-
|
229
|
+
Gets the old_gi_version of this DbSystemUpgradeHistoryEntrySummary.
|
216
230
|
A valid Oracle Grid Infrastructure (GI) software version.
|
217
231
|
|
218
232
|
|
@@ -233,6 +247,54 @@ class DbSystemUpgradeHistoryEntrySummary(object):
|
|
233
247
|
"""
|
234
248
|
self._old_gi_version = old_gi_version
|
235
249
|
|
250
|
+
@property
|
251
|
+
def old_os_version(self):
|
252
|
+
"""
|
253
|
+
Gets the old_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
254
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
255
|
+
|
256
|
+
|
257
|
+
:return: The old_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
258
|
+
:rtype: str
|
259
|
+
"""
|
260
|
+
return self._old_os_version
|
261
|
+
|
262
|
+
@old_os_version.setter
|
263
|
+
def old_os_version(self, old_os_version):
|
264
|
+
"""
|
265
|
+
Sets the old_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
266
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
267
|
+
|
268
|
+
|
269
|
+
:param old_os_version: The old_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
270
|
+
:type: str
|
271
|
+
"""
|
272
|
+
self._old_os_version = old_os_version
|
273
|
+
|
274
|
+
@property
|
275
|
+
def new_os_version(self):
|
276
|
+
"""
|
277
|
+
Gets the new_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
278
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
279
|
+
|
280
|
+
|
281
|
+
:return: The new_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
282
|
+
:rtype: str
|
283
|
+
"""
|
284
|
+
return self._new_os_version
|
285
|
+
|
286
|
+
@new_os_version.setter
|
287
|
+
def new_os_version(self, new_os_version):
|
288
|
+
"""
|
289
|
+
Sets the new_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
290
|
+
A valid Oracle Software (OS) version eg. Oracle Linux Server release 8
|
291
|
+
|
292
|
+
|
293
|
+
:param new_os_version: The new_os_version of this DbSystemUpgradeHistoryEntrySummary.
|
294
|
+
:type: str
|
295
|
+
"""
|
296
|
+
self._new_os_version = new_os_version
|
297
|
+
|
236
298
|
@property
|
237
299
|
def snapshot_retention_period_in_days(self):
|
238
300
|
"""
|
@@ -73,6 +73,7 @@ class PeerAutonomousContainerDatabaseBackupConfig(object):
|
|
73
73
|
Number of days between the current and the earliest point of recoverability covered by automatic backups.
|
74
74
|
This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window.
|
75
75
|
When the value is updated, it is applied to all existing automatic backups.
|
76
|
+
If the number of specified days is 0 then there will be no backups.
|
76
77
|
|
77
78
|
|
78
79
|
:return: The recovery_window_in_days of this PeerAutonomousContainerDatabaseBackupConfig.
|
@@ -87,6 +88,7 @@ class PeerAutonomousContainerDatabaseBackupConfig(object):
|
|
87
88
|
Number of days between the current and the earliest point of recoverability covered by automatic backups.
|
88
89
|
This value applies to automatic backups. After a new automatic backup has been created, Oracle removes old automatic backups that are created before the window.
|
89
90
|
When the value is updated, it is applied to all existing automatic backups.
|
91
|
+
If the number of specified days is 0 then there will be no backups.
|
90
92
|
|
91
93
|
|
92
94
|
:param recovery_window_in_days: The recovery_window_in_days of this PeerAutonomousContainerDatabaseBackupConfig.
|
@@ -0,0 +1,72 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2023, 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 SystemVersionCollection(object):
|
14
|
+
"""
|
15
|
+
Results of the System version lists. Contains SystemVersionSummary items.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new SystemVersionCollection object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param items:
|
24
|
+
The value to assign to the items property of this SystemVersionCollection.
|
25
|
+
:type items: list[oci.database.models.SystemVersionSummary]
|
26
|
+
|
27
|
+
"""
|
28
|
+
self.swagger_types = {
|
29
|
+
'items': 'list[SystemVersionSummary]'
|
30
|
+
}
|
31
|
+
|
32
|
+
self.attribute_map = {
|
33
|
+
'items': 'items'
|
34
|
+
}
|
35
|
+
|
36
|
+
self._items = None
|
37
|
+
|
38
|
+
@property
|
39
|
+
def items(self):
|
40
|
+
"""
|
41
|
+
**[Required]** Gets the items of this SystemVersionCollection.
|
42
|
+
List of System versions.
|
43
|
+
|
44
|
+
|
45
|
+
:return: The items of this SystemVersionCollection.
|
46
|
+
:rtype: list[oci.database.models.SystemVersionSummary]
|
47
|
+
"""
|
48
|
+
return self._items
|
49
|
+
|
50
|
+
@items.setter
|
51
|
+
def items(self, items):
|
52
|
+
"""
|
53
|
+
Sets the items of this SystemVersionCollection.
|
54
|
+
List of System versions.
|
55
|
+
|
56
|
+
|
57
|
+
:param items: The items of this SystemVersionCollection.
|
58
|
+
:type: list[oci.database.models.SystemVersionSummary]
|
59
|
+
"""
|
60
|
+
self._items = items
|
61
|
+
|
62
|
+
def __repr__(self):
|
63
|
+
return formatted_flat_dict(self)
|
64
|
+
|
65
|
+
def __eq__(self, other):
|
66
|
+
if other is None:
|
67
|
+
return False
|
68
|
+
|
69
|
+
return self.__dict__ == other.__dict__
|
70
|
+
|
71
|
+
def __ne__(self, other):
|
72
|
+
return not self == other
|
@@ -0,0 +1,134 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2023, 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 SystemVersionSummary(object):
|
14
|
+
"""
|
15
|
+
List of compatible Exadata system versions for a given shape and GI version.
|
16
|
+
"""
|
17
|
+
|
18
|
+
def __init__(self, **kwargs):
|
19
|
+
"""
|
20
|
+
Initializes a new SystemVersionSummary object with values from keyword arguments.
|
21
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
22
|
+
|
23
|
+
:param shape:
|
24
|
+
The value to assign to the shape property of this SystemVersionSummary.
|
25
|
+
:type shape: str
|
26
|
+
|
27
|
+
:param gi_version:
|
28
|
+
The value to assign to the gi_version property of this SystemVersionSummary.
|
29
|
+
:type gi_version: str
|
30
|
+
|
31
|
+
:param system_versions:
|
32
|
+
The value to assign to the system_versions property of this SystemVersionSummary.
|
33
|
+
:type system_versions: list[str]
|
34
|
+
|
35
|
+
"""
|
36
|
+
self.swagger_types = {
|
37
|
+
'shape': 'str',
|
38
|
+
'gi_version': 'str',
|
39
|
+
'system_versions': 'list[str]'
|
40
|
+
}
|
41
|
+
|
42
|
+
self.attribute_map = {
|
43
|
+
'shape': 'shape',
|
44
|
+
'gi_version': 'giVersion',
|
45
|
+
'system_versions': 'systemVersions'
|
46
|
+
}
|
47
|
+
|
48
|
+
self._shape = None
|
49
|
+
self._gi_version = None
|
50
|
+
self._system_versions = None
|
51
|
+
|
52
|
+
@property
|
53
|
+
def shape(self):
|
54
|
+
"""
|
55
|
+
**[Required]** Gets the shape of this SystemVersionSummary.
|
56
|
+
Exadata shape.
|
57
|
+
|
58
|
+
|
59
|
+
:return: The shape of this SystemVersionSummary.
|
60
|
+
:rtype: str
|
61
|
+
"""
|
62
|
+
return self._shape
|
63
|
+
|
64
|
+
@shape.setter
|
65
|
+
def shape(self, shape):
|
66
|
+
"""
|
67
|
+
Sets the shape of this SystemVersionSummary.
|
68
|
+
Exadata shape.
|
69
|
+
|
70
|
+
|
71
|
+
:param shape: The shape of this SystemVersionSummary.
|
72
|
+
:type: str
|
73
|
+
"""
|
74
|
+
self._shape = shape
|
75
|
+
|
76
|
+
@property
|
77
|
+
def gi_version(self):
|
78
|
+
"""
|
79
|
+
**[Required]** Gets the gi_version of this SystemVersionSummary.
|
80
|
+
Grid Infrastructure version.
|
81
|
+
|
82
|
+
|
83
|
+
:return: The gi_version of this SystemVersionSummary.
|
84
|
+
:rtype: str
|
85
|
+
"""
|
86
|
+
return self._gi_version
|
87
|
+
|
88
|
+
@gi_version.setter
|
89
|
+
def gi_version(self, gi_version):
|
90
|
+
"""
|
91
|
+
Sets the gi_version of this SystemVersionSummary.
|
92
|
+
Grid Infrastructure version.
|
93
|
+
|
94
|
+
|
95
|
+
:param gi_version: The gi_version of this SystemVersionSummary.
|
96
|
+
:type: str
|
97
|
+
"""
|
98
|
+
self._gi_version = gi_version
|
99
|
+
|
100
|
+
@property
|
101
|
+
def system_versions(self):
|
102
|
+
"""
|
103
|
+
Gets the system_versions of this SystemVersionSummary.
|
104
|
+
Compatible Exadata system versions for a given shape and GI version.
|
105
|
+
|
106
|
+
|
107
|
+
:return: The system_versions of this SystemVersionSummary.
|
108
|
+
:rtype: list[str]
|
109
|
+
"""
|
110
|
+
return self._system_versions
|
111
|
+
|
112
|
+
@system_versions.setter
|
113
|
+
def system_versions(self, system_versions):
|
114
|
+
"""
|
115
|
+
Sets the system_versions of this SystemVersionSummary.
|
116
|
+
Compatible Exadata system versions for a given shape and GI version.
|
117
|
+
|
118
|
+
|
119
|
+
:param system_versions: The system_versions of this SystemVersionSummary.
|
120
|
+
:type: list[str]
|
121
|
+
"""
|
122
|
+
self._system_versions = system_versions
|
123
|
+
|
124
|
+
def __repr__(self):
|
125
|
+
return formatted_flat_dict(self)
|
126
|
+
|
127
|
+
def __eq__(self, other):
|
128
|
+
if other is None:
|
129
|
+
return False
|
130
|
+
|
131
|
+
return self.__dict__ == other.__dict__
|
132
|
+
|
133
|
+
def __ne__(self, other):
|
134
|
+
return not self == other
|
@@ -45,25 +45,46 @@ class UpdateAutonomousVmClusterDetails(object):
|
|
45
45
|
The value to assign to the defined_tags property of this UpdateAutonomousVmClusterDetails.
|
46
46
|
:type defined_tags: dict(str, dict(str, object))
|
47
47
|
|
48
|
+
:param autonomous_data_storage_size_in_tbs:
|
49
|
+
The value to assign to the autonomous_data_storage_size_in_tbs property of this UpdateAutonomousVmClusterDetails.
|
50
|
+
:type autonomous_data_storage_size_in_tbs: float
|
51
|
+
|
52
|
+
:param cpu_core_count_per_node:
|
53
|
+
The value to assign to the cpu_core_count_per_node property of this UpdateAutonomousVmClusterDetails.
|
54
|
+
:type cpu_core_count_per_node: int
|
55
|
+
|
56
|
+
:param total_container_databases:
|
57
|
+
The value to assign to the total_container_databases property of this UpdateAutonomousVmClusterDetails.
|
58
|
+
:type total_container_databases: int
|
59
|
+
|
48
60
|
"""
|
49
61
|
self.swagger_types = {
|
50
62
|
'maintenance_window_details': 'MaintenanceWindow',
|
51
63
|
'license_model': 'str',
|
52
64
|
'freeform_tags': 'dict(str, str)',
|
53
|
-
'defined_tags': 'dict(str, dict(str, object))'
|
65
|
+
'defined_tags': 'dict(str, dict(str, object))',
|
66
|
+
'autonomous_data_storage_size_in_tbs': 'float',
|
67
|
+
'cpu_core_count_per_node': 'int',
|
68
|
+
'total_container_databases': 'int'
|
54
69
|
}
|
55
70
|
|
56
71
|
self.attribute_map = {
|
57
72
|
'maintenance_window_details': 'maintenanceWindowDetails',
|
58
73
|
'license_model': 'licenseModel',
|
59
74
|
'freeform_tags': 'freeformTags',
|
60
|
-
'defined_tags': 'definedTags'
|
75
|
+
'defined_tags': 'definedTags',
|
76
|
+
'autonomous_data_storage_size_in_tbs': 'autonomousDataStorageSizeInTBs',
|
77
|
+
'cpu_core_count_per_node': 'cpuCoreCountPerNode',
|
78
|
+
'total_container_databases': 'totalContainerDatabases'
|
61
79
|
}
|
62
80
|
|
63
81
|
self._maintenance_window_details = None
|
64
82
|
self._license_model = None
|
65
83
|
self._freeform_tags = None
|
66
84
|
self._defined_tags = None
|
85
|
+
self._autonomous_data_storage_size_in_tbs = None
|
86
|
+
self._cpu_core_count_per_node = None
|
87
|
+
self._total_container_databases = None
|
67
88
|
|
68
89
|
@property
|
69
90
|
def maintenance_window_details(self):
|
@@ -180,6 +201,78 @@ class UpdateAutonomousVmClusterDetails(object):
|
|
180
201
|
"""
|
181
202
|
self._defined_tags = defined_tags
|
182
203
|
|
204
|
+
@property
|
205
|
+
def autonomous_data_storage_size_in_tbs(self):
|
206
|
+
"""
|
207
|
+
Gets the autonomous_data_storage_size_in_tbs of this UpdateAutonomousVmClusterDetails.
|
208
|
+
The new scaled up/down value for autonomous data storage in TBs for Autonomous VM cluster.
|
209
|
+
|
210
|
+
|
211
|
+
:return: The autonomous_data_storage_size_in_tbs of this UpdateAutonomousVmClusterDetails.
|
212
|
+
:rtype: float
|
213
|
+
"""
|
214
|
+
return self._autonomous_data_storage_size_in_tbs
|
215
|
+
|
216
|
+
@autonomous_data_storage_size_in_tbs.setter
|
217
|
+
def autonomous_data_storage_size_in_tbs(self, autonomous_data_storage_size_in_tbs):
|
218
|
+
"""
|
219
|
+
Sets the autonomous_data_storage_size_in_tbs of this UpdateAutonomousVmClusterDetails.
|
220
|
+
The new scaled up/down value for autonomous data storage in TBs for Autonomous VM cluster.
|
221
|
+
|
222
|
+
|
223
|
+
:param autonomous_data_storage_size_in_tbs: The autonomous_data_storage_size_in_tbs of this UpdateAutonomousVmClusterDetails.
|
224
|
+
:type: float
|
225
|
+
"""
|
226
|
+
self._autonomous_data_storage_size_in_tbs = autonomous_data_storage_size_in_tbs
|
227
|
+
|
228
|
+
@property
|
229
|
+
def cpu_core_count_per_node(self):
|
230
|
+
"""
|
231
|
+
Gets the cpu_core_count_per_node of this UpdateAutonomousVmClusterDetails.
|
232
|
+
The new scaled up/down value for cpus per Autonomous VM cluster per node.
|
233
|
+
|
234
|
+
|
235
|
+
:return: The cpu_core_count_per_node of this UpdateAutonomousVmClusterDetails.
|
236
|
+
:rtype: int
|
237
|
+
"""
|
238
|
+
return self._cpu_core_count_per_node
|
239
|
+
|
240
|
+
@cpu_core_count_per_node.setter
|
241
|
+
def cpu_core_count_per_node(self, cpu_core_count_per_node):
|
242
|
+
"""
|
243
|
+
Sets the cpu_core_count_per_node of this UpdateAutonomousVmClusterDetails.
|
244
|
+
The new scaled up/down value for cpus per Autonomous VM cluster per node.
|
245
|
+
|
246
|
+
|
247
|
+
:param cpu_core_count_per_node: The cpu_core_count_per_node of this UpdateAutonomousVmClusterDetails.
|
248
|
+
:type: int
|
249
|
+
"""
|
250
|
+
self._cpu_core_count_per_node = cpu_core_count_per_node
|
251
|
+
|
252
|
+
@property
|
253
|
+
def total_container_databases(self):
|
254
|
+
"""
|
255
|
+
Gets the total_container_databases of this UpdateAutonomousVmClusterDetails.
|
256
|
+
The new scaled up/down value for maxACD count for Autonomous VM cluster.
|
257
|
+
|
258
|
+
|
259
|
+
:return: The total_container_databases of this UpdateAutonomousVmClusterDetails.
|
260
|
+
:rtype: int
|
261
|
+
"""
|
262
|
+
return self._total_container_databases
|
263
|
+
|
264
|
+
@total_container_databases.setter
|
265
|
+
def total_container_databases(self, total_container_databases):
|
266
|
+
"""
|
267
|
+
Sets the total_container_databases of this UpdateAutonomousVmClusterDetails.
|
268
|
+
The new scaled up/down value for maxACD count for Autonomous VM cluster.
|
269
|
+
|
270
|
+
|
271
|
+
:param total_container_databases: The total_container_databases of this UpdateAutonomousVmClusterDetails.
|
272
|
+
:type: int
|
273
|
+
"""
|
274
|
+
self._total_container_databases = total_container_databases
|
275
|
+
|
183
276
|
def __repr__(self):
|
184
277
|
return formatted_flat_dict(self)
|
185
278
|
|