oci 2.153.0__py3-none-any.whl → 2.154.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/addons/adk/agent.py +14 -11
- oci/addons/adk/run/response.py +79 -5
- oci/addons/adk/run/types.py +72 -0
- oci/addons/adk/util.py +1 -6
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- 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 +12 -12
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +56 -56
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- 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 +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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 +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- 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 +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- 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 +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +604 -419
- oci/database/database_client_composite_operations.py +2 -2
- oci/database/models/__init__.py +12 -0
- oci/database/models/autonomous_container_database_backup.py +691 -0
- oci/database/models/autonomous_container_database_backup_collection.py +70 -0
- oci/database/models/autonomous_container_database_backup_summary.py +696 -0
- oci/database/models/autonomous_database_in_backup.py +105 -0
- oci/database/models/backup_destination_configuration_summary.py +74 -2
- oci/database/models/backup_destination_details.py +74 -2
- oci/database/models/backup_destination_details_summary.py +74 -2
- oci/database/models/create_autonomous_container_database_base.py +1400 -0
- oci/database/models/create_autonomous_container_database_details.py +14 -1032
- oci/database/models/create_autonomous_container_database_from_backup_details.py +349 -0
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +1286 -274
- oci/database_management/managed_my_sql_databases_client_composite_operations.py +42 -0
- oci/database_management/models/__init__.py +44 -0
- oci/database_management/models/change_mysql_database_management_type_details.py +121 -0
- oci/database_management/models/managed_my_sql_database.py +47 -0
- oci/database_management/models/managed_my_sql_database_binary_log_information.py +225 -0
- oci/database_management/models/managed_my_sql_database_general_replication_information.py +586 -0
- oci/database_management/models/managed_my_sql_database_high_availability_member_collection.py +345 -0
- oci/database_management/models/managed_my_sql_database_high_availability_member_summary.py +194 -0
- oci/database_management/models/managed_my_sql_database_inbound_replication_collection.py +225 -0
- oci/database_management/models/managed_my_sql_database_inbound_replication_summary.py +620 -0
- oci/database_management/models/managed_my_sql_database_outbound_replication_collection.py +101 -0
- oci/database_management/models/managed_my_sql_database_outbound_replication_summary.py +163 -0
- oci/database_management/models/managed_my_sql_database_summary.py +33 -2
- oci/database_management/models/my_sql_apply_error.py +163 -0
- oci/database_management/models/my_sql_apply_error_worker.py +132 -0
- oci/database_management/models/my_sql_channel_apply_error.py +97 -0
- oci/database_management/models/my_sql_channel_fetch_error.py +97 -0
- oci/database_management/models/my_sql_database_usage_metrics.py +31 -0
- oci/database_management/models/my_sql_digest_error_summary.py +97 -0
- oci/database_management/models/my_sql_digest_errors_collection.py +70 -0
- oci/database_management/models/my_sql_fetch_error.py +132 -0
- oci/database_management/models/my_sql_high_availability_status_summary.py +101 -0
- oci/database_management/models/my_sql_query_details.py +124 -0
- oci/database_management/models/my_sql_query_explain_plan.py +117 -0
- oci/database_management/models/my_sql_query_message.py +152 -0
- oci/database_management/models/my_sql_query_sample_details.py +256 -0
- oci/database_management/models/my_sql_replication_applier_filter.py +101 -0
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_migration/models/create_data_pump_parameters.py +7 -3
- oci/database_migration/models/create_oracle_migration_details.py +31 -0
- oci/database_migration/models/data_pump_parameters.py +7 -3
- oci/database_migration/models/oracle_clone_migration_details.py +33 -2
- oci/database_migration/models/oracle_migration.py +31 -0
- oci/database_migration/models/oracle_migration_summary.py +33 -2
- oci/database_migration/models/update_data_pump_parameters.py +7 -3
- oci/database_migration/models/update_oracle_migration_details.py +33 -2
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +14 -14
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- 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_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_agent_runtime/models/__init__.py +19 -1
- oci/generative_ai_agent_runtime/models/error_trace.py +62 -3
- oci/generative_ai_agent_runtime/models/execution_trace.py +146 -0
- oci/generative_ai_agent_runtime/models/generation_trace.py +93 -3
- oci/generative_ai_agent_runtime/models/human_approval_required_action.py +135 -0
- oci/generative_ai_agent_runtime/models/model_details.py +128 -0
- oci/generative_ai_agent_runtime/models/model_params.py +225 -0
- oci/generative_ai_agent_runtime/models/planning_trace.py +177 -0
- oci/generative_ai_agent_runtime/models/required_action.py +4 -0
- oci/generative_ai_agent_runtime/models/retrieval_trace.py +62 -3
- oci/generative_ai_agent_runtime/models/source_details.py +101 -0
- oci/generative_ai_agent_runtime/models/tool_invocation_trace.py +190 -0
- oci/generative_ai_agent_runtime/models/trace.py +147 -3
- oci/generative_ai_agent_runtime/models/usage.py +93 -0
- oci/generative_ai_agent_runtime/models/usage_details.py +163 -0
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +122 -102
- oci/golden_gate/models/__init__.py +88 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +1 -1
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection.py +1 -1
- oci/golden_gate/models/amazon_redshift_connection_summary.py +1 -1
- oci/golden_gate/models/amazon_s3_connection.py +67 -3
- oci/golden_gate/models/amazon_s3_connection_summary.py +67 -3
- oci/golden_gate/models/amazon_s3_iceberg_storage.py +260 -0
- oci/golden_gate/models/amazon_s3_iceberg_storage_summary.py +243 -0
- oci/golden_gate/models/azure_data_lake_storage_connection.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +1 -1
- oci/golden_gate/models/azure_data_lake_storage_iceberg_storage.py +179 -0
- oci/golden_gate/models/azure_data_lake_storage_iceberg_storage_summary.py +179 -0
- oci/golden_gate/models/azure_synapse_connection.py +1 -1
- oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
- oci/golden_gate/models/connection.py +11 -3
- oci/golden_gate/models/connection_summary.py +11 -3
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +1 -1
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +1 -1
- oci/golden_gate/models/create_amazon_s3_connection_details.py +67 -3
- oci/golden_gate/models/create_amazon_s3_iceberg_storage_details.py +243 -0
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +1 -1
- oci/golden_gate/models/create_azure_data_lake_storage_iceberg_storage_details.py +179 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +1 -1
- oci/golden_gate/models/create_connection_details.py +11 -3
- oci/golden_gate/models/create_databricks_connection_details.py +1 -1
- oci/golden_gate/models/create_db2_connection_details.py +3 -1
- oci/golden_gate/models/create_deployment_details.py +7 -3
- oci/golden_gate/models/create_elasticsearch_connection_details.py +1 -1
- oci/golden_gate/models/create_generic_connection_details.py +1 -1
- oci/golden_gate/models/create_glue_iceberg_catalog_details.py +80 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +1 -1
- oci/golden_gate/models/create_google_big_query_connection_details.py +3 -3
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -3
- oci/golden_gate/models/create_google_cloud_storage_iceberg_storage_details.py +148 -0
- oci/golden_gate/models/create_google_pub_sub_connection_details.py +3 -3
- oci/golden_gate/models/create_hadoop_iceberg_catalog_details.py +49 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +3 -1
- oci/golden_gate/models/create_iceberg_catalog_details.py +131 -0
- oci/golden_gate/models/create_iceberg_connection_details.py +219 -0
- oci/golden_gate/models/create_iceberg_storage_details.py +115 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +1 -1
- oci/golden_gate/models/create_kafka_connection_details.py +1 -1
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +1 -1
- oci/golden_gate/models/create_microsoft_fabric_connection_details.py +1 -1
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -3
- oci/golden_gate/models/create_mongo_db_connection_details.py +3 -1
- oci/golden_gate/models/create_mysql_connection_details.py +11 -5
- oci/golden_gate/models/create_nessie_iceberg_catalog_details.py +113 -0
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +1 -1
- oci/golden_gate/models/create_oracle_connection_details.py +1 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +1 -1
- oci/golden_gate/models/create_polaris_iceberg_catalog_details.py +210 -0
- oci/golden_gate/models/create_postgresql_connection_details.py +7 -1
- oci/golden_gate/models/create_redis_connection_details.py +1 -1
- oci/golden_gate/models/create_rest_iceberg_catalog_details.py +121 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +2 -2
- oci/golden_gate/models/databricks_connection.py +1 -1
- oci/golden_gate/models/databricks_connection_summary.py +1 -1
- oci/golden_gate/models/db2_connection.py +43 -6
- oci/golden_gate/models/db2_connection_summary.py +1 -1
- oci/golden_gate/models/deployment.py +7 -3
- oci/golden_gate/models/deployment_backup.py +7 -3
- oci/golden_gate/models/deployment_backup_summary.py +7 -3
- oci/golden_gate/models/deployment_summary.py +7 -3
- oci/golden_gate/models/deployment_type_summary.py +24 -16
- oci/golden_gate/models/deployment_version_summary.py +7 -3
- oci/golden_gate/models/elasticsearch_connection.py +36 -3
- oci/golden_gate/models/elasticsearch_connection_summary.py +1 -1
- oci/golden_gate/models/generic_connection.py +1 -1
- oci/golden_gate/models/generic_connection_summary.py +1 -1
- oci/golden_gate/models/glue_iceberg_catalog.py +80 -0
- oci/golden_gate/models/glue_iceberg_catalog_summary.py +80 -0
- oci/golden_gate/models/golden_gate_connection.py +1 -1
- oci/golden_gate/models/golden_gate_connection_summary.py +1 -1
- oci/golden_gate/models/google_big_query_connection.py +3 -3
- oci/golden_gate/models/google_big_query_connection_summary.py +3 -3
- oci/golden_gate/models/google_cloud_storage_connection.py +3 -3
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +3 -3
- oci/golden_gate/models/google_cloud_storage_iceberg_storage.py +148 -0
- oci/golden_gate/models/google_cloud_storage_iceberg_storage_summary.py +148 -0
- oci/golden_gate/models/google_pub_sub_connection.py +3 -3
- oci/golden_gate/models/google_pub_sub_connection_summary.py +3 -3
- oci/golden_gate/models/hadoop_iceberg_catalog.py +49 -0
- oci/golden_gate/models/hadoop_iceberg_catalog_summary.py +49 -0
- oci/golden_gate/models/hdfs_connection.py +36 -3
- oci/golden_gate/models/hdfs_connection_summary.py +1 -1
- oci/golden_gate/models/iceberg_catalog.py +131 -0
- oci/golden_gate/models/iceberg_catalog_summary.py +131 -0
- oci/golden_gate/models/iceberg_connection.py +284 -0
- oci/golden_gate/models/iceberg_connection_summary.py +268 -0
- oci/golden_gate/models/iceberg_storage.py +115 -0
- oci/golden_gate/models/iceberg_storage_summary.py +115 -0
- oci/golden_gate/models/java_message_service_connection.py +1 -1
- oci/golden_gate/models/java_message_service_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_connection.py +1 -1
- oci/golden_gate/models/kafka_connection_summary.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection.py +1 -1
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +1 -1
- oci/golden_gate/models/microsoft_fabric_connection.py +1 -1
- oci/golden_gate/models/microsoft_fabric_connection_summary.py +1 -1
- oci/golden_gate/models/microsoft_sqlserver_connection.py +3 -3
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +3 -3
- oci/golden_gate/models/mongo_db_connection.py +43 -6
- oci/golden_gate/models/mongo_db_connection_summary.py +1 -1
- oci/golden_gate/models/mysql_connection.py +106 -1
- oci/golden_gate/models/mysql_connection_summary.py +1 -1
- oci/golden_gate/models/nessie_iceberg_catalog.py +113 -0
- oci/golden_gate/models/nessie_iceberg_catalog_summary.py +113 -0
- oci/golden_gate/models/oci_object_storage_connection.py +1 -1
- oci/golden_gate/models/oci_object_storage_connection_summary.py +1 -1
- oci/golden_gate/models/oracle_connection.py +1 -1
- oci/golden_gate/models/oracle_connection_summary.py +1 -1
- oci/golden_gate/models/oracle_nosql_connection.py +35 -2
- oci/golden_gate/models/oracle_nosql_connection_summary.py +2 -2
- oci/golden_gate/models/polaris_iceberg_catalog.py +210 -0
- oci/golden_gate/models/polaris_iceberg_catalog_summary.py +210 -0
- oci/golden_gate/models/postgresql_connection.py +104 -3
- oci/golden_gate/models/postgresql_connection_summary.py +1 -1
- oci/golden_gate/models/redis_connection.py +1 -1
- oci/golden_gate/models/redis_connection_summary.py +1 -1
- oci/golden_gate/models/rest_iceberg_catalog.py +121 -0
- oci/golden_gate/models/rest_iceberg_catalog_summary.py +121 -0
- oci/golden_gate/models/snowflake_connection.py +2 -2
- oci/golden_gate/models/snowflake_connection_summary.py +2 -2
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +1 -1
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +1 -1
- oci/golden_gate/models/update_amazon_s3_connection_details.py +67 -3
- oci/golden_gate/models/update_amazon_s3_iceberg_storage_details.py +243 -0
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_azure_data_lake_storage_iceberg_storage_details.py +179 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +1 -1
- oci/golden_gate/models/update_connection_details.py +11 -3
- oci/golden_gate/models/update_databricks_connection_details.py +1 -1
- oci/golden_gate/models/update_db2_connection_details.py +3 -1
- oci/golden_gate/models/update_elasticsearch_connection_details.py +1 -1
- oci/golden_gate/models/update_generic_connection_details.py +1 -1
- oci/golden_gate/models/update_glue_iceberg_catalog_details.py +80 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +1 -1
- oci/golden_gate/models/update_google_big_query_connection_details.py +3 -3
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -3
- oci/golden_gate/models/update_google_cloud_storage_iceberg_storage_details.py +148 -0
- oci/golden_gate/models/update_google_pub_sub_connection_details.py +3 -3
- oci/golden_gate/models/update_hadoop_iceberg_catalog_details.py +49 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +3 -1
- oci/golden_gate/models/update_iceberg_catalog_details.py +131 -0
- oci/golden_gate/models/update_iceberg_connection_details.py +174 -0
- oci/golden_gate/models/update_iceberg_storage_details.py +115 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +1 -1
- oci/golden_gate/models/update_kafka_connection_details.py +1 -1
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +1 -1
- oci/golden_gate/models/update_microsoft_fabric_connection_details.py +1 -1
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -3
- oci/golden_gate/models/update_mongo_db_connection_details.py +3 -1
- oci/golden_gate/models/update_mysql_connection_details.py +11 -5
- oci/golden_gate/models/update_nessie_iceberg_catalog_details.py +113 -0
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +1 -1
- oci/golden_gate/models/update_oracle_connection_details.py +1 -1
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +1 -1
- oci/golden_gate/models/update_polaris_iceberg_catalog_details.py +210 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +7 -1
- oci/golden_gate/models/update_redis_connection_details.py +1 -1
- oci/golden_gate/models/update_rest_iceberg_catalog_details.py +121 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +1 -1
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- 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_hsm_cluster_client.py +12 -12
- 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 +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +141 -9
- oci/mysql/db_backups_client_composite_operations.py +39 -0
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/backup.py +56 -3
- oci/mysql/models/backup_policy.py +49 -0
- oci/mysql/models/backup_summary.py +80 -0
- oci/mysql/models/create_backup_details.py +49 -0
- oci/mysql/models/create_backup_policy_details.py +49 -0
- oci/mysql/models/update_backup_details.py +49 -0
- oci/mysql/models/update_backup_policy_details.py +49 -0
- 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 +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- 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 +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +181 -181
- 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/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- 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 +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/redis_cluster_client.py +12 -12
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- 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/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- 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 +87 -87
- 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 +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- 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/zpr/zpr_client.py +15 -15
- {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/METADATA +1 -1
- {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/RECORD +511 -430
- {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/WHEEL +0 -0
- {oci-2.153.0.dist-info → oci-2.154.1.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1400 @@
|
|
1
|
+
# coding: utf-8
|
2
|
+
# Copyright (c) 2016, 2025, Oracle and/or its affiliates. All rights reserved.
|
3
|
+
# This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
4
|
+
|
5
|
+
# NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20160918
|
6
|
+
|
7
|
+
|
8
|
+
from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
|
9
|
+
from oci.decorators import init_model_state_from_kwargs
|
10
|
+
|
11
|
+
|
12
|
+
@init_model_state_from_kwargs
|
13
|
+
class CreateAutonomousContainerDatabaseBase(object):
|
14
|
+
"""
|
15
|
+
Describes the required parameters for the creation of an Autonomous Container Database.
|
16
|
+
"""
|
17
|
+
|
18
|
+
#: A constant which can be used with the source property of a CreateAutonomousContainerDatabaseBase.
|
19
|
+
#: This constant has a value of "NONE"
|
20
|
+
SOURCE_NONE = "NONE"
|
21
|
+
|
22
|
+
#: A constant which can be used with the source property of a CreateAutonomousContainerDatabaseBase.
|
23
|
+
#: This constant has a value of "BACKUP_FROM_ID"
|
24
|
+
SOURCE_BACKUP_FROM_ID = "BACKUP_FROM_ID"
|
25
|
+
|
26
|
+
#: A constant which can be used with the service_level_agreement_type property of a CreateAutonomousContainerDatabaseBase.
|
27
|
+
#: This constant has a value of "STANDARD"
|
28
|
+
SERVICE_LEVEL_AGREEMENT_TYPE_STANDARD = "STANDARD"
|
29
|
+
|
30
|
+
#: A constant which can be used with the service_level_agreement_type property of a CreateAutonomousContainerDatabaseBase.
|
31
|
+
#: This constant has a value of "AUTONOMOUS_DATAGUARD"
|
32
|
+
SERVICE_LEVEL_AGREEMENT_TYPE_AUTONOMOUS_DATAGUARD = "AUTONOMOUS_DATAGUARD"
|
33
|
+
|
34
|
+
#: A constant which can be used with the protection_mode property of a CreateAutonomousContainerDatabaseBase.
|
35
|
+
#: This constant has a value of "MAXIMUM_AVAILABILITY"
|
36
|
+
PROTECTION_MODE_MAXIMUM_AVAILABILITY = "MAXIMUM_AVAILABILITY"
|
37
|
+
|
38
|
+
#: A constant which can be used with the protection_mode property of a CreateAutonomousContainerDatabaseBase.
|
39
|
+
#: This constant has a value of "MAXIMUM_PERFORMANCE"
|
40
|
+
PROTECTION_MODE_MAXIMUM_PERFORMANCE = "MAXIMUM_PERFORMANCE"
|
41
|
+
|
42
|
+
#: A constant which can be used with the patch_model property of a CreateAutonomousContainerDatabaseBase.
|
43
|
+
#: This constant has a value of "RELEASE_UPDATES"
|
44
|
+
PATCH_MODEL_RELEASE_UPDATES = "RELEASE_UPDATES"
|
45
|
+
|
46
|
+
#: A constant which can be used with the patch_model property of a CreateAutonomousContainerDatabaseBase.
|
47
|
+
#: This constant has a value of "RELEASE_UPDATE_REVISIONS"
|
48
|
+
PATCH_MODEL_RELEASE_UPDATE_REVISIONS = "RELEASE_UPDATE_REVISIONS"
|
49
|
+
|
50
|
+
#: A constant which can be used with the version_preference property of a CreateAutonomousContainerDatabaseBase.
|
51
|
+
#: This constant has a value of "NEXT_RELEASE_UPDATE"
|
52
|
+
VERSION_PREFERENCE_NEXT_RELEASE_UPDATE = "NEXT_RELEASE_UPDATE"
|
53
|
+
|
54
|
+
#: A constant which can be used with the version_preference property of a CreateAutonomousContainerDatabaseBase.
|
55
|
+
#: This constant has a value of "LATEST_RELEASE_UPDATE"
|
56
|
+
VERSION_PREFERENCE_LATEST_RELEASE_UPDATE = "LATEST_RELEASE_UPDATE"
|
57
|
+
|
58
|
+
#: A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseBase.
|
59
|
+
#: This constant has a value of "MINIMUM_DISTRIBUTION"
|
60
|
+
DISTRIBUTION_AFFINITY_MINIMUM_DISTRIBUTION = "MINIMUM_DISTRIBUTION"
|
61
|
+
|
62
|
+
#: A constant which can be used with the distribution_affinity property of a CreateAutonomousContainerDatabaseBase.
|
63
|
+
#: This constant has a value of "MAXIMUM_DISTRIBUTION"
|
64
|
+
DISTRIBUTION_AFFINITY_MAXIMUM_DISTRIBUTION = "MAXIMUM_DISTRIBUTION"
|
65
|
+
|
66
|
+
#: A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseBase.
|
67
|
+
#: This constant has a value of "DEDICATED"
|
68
|
+
NET_SERVICES_ARCHITECTURE_DEDICATED = "DEDICATED"
|
69
|
+
|
70
|
+
#: A constant which can be used with the net_services_architecture property of a CreateAutonomousContainerDatabaseBase.
|
71
|
+
#: This constant has a value of "SHARED"
|
72
|
+
NET_SERVICES_ARCHITECTURE_SHARED = "SHARED"
|
73
|
+
|
74
|
+
def __init__(self, **kwargs):
|
75
|
+
"""
|
76
|
+
Initializes a new CreateAutonomousContainerDatabaseBase object with values from keyword arguments. This class has the following subclasses and if you are using this class as input
|
77
|
+
to a service operations then you should favor using a subclass over the base class:
|
78
|
+
|
79
|
+
* :class:`~oci.database.models.CreateAutonomousContainerDatabaseDetails`
|
80
|
+
* :class:`~oci.database.models.CreateAutonomousContainerDatabaseFromBackupDetails`
|
81
|
+
|
82
|
+
The following keyword arguments are supported (corresponding to the getters/setters of this class):
|
83
|
+
|
84
|
+
:param customer_contacts:
|
85
|
+
The value to assign to the customer_contacts property of this CreateAutonomousContainerDatabaseBase.
|
86
|
+
:type customer_contacts: list[oci.database.models.CustomerContact]
|
87
|
+
|
88
|
+
:param source:
|
89
|
+
The value to assign to the source property of this CreateAutonomousContainerDatabaseBase.
|
90
|
+
Allowed values for this property are: "NONE", "BACKUP_FROM_ID"
|
91
|
+
:type source: str
|
92
|
+
|
93
|
+
:param display_name:
|
94
|
+
The value to assign to the display_name property of this CreateAutonomousContainerDatabaseBase.
|
95
|
+
:type display_name: str
|
96
|
+
|
97
|
+
:param db_unique_name:
|
98
|
+
The value to assign to the db_unique_name property of this CreateAutonomousContainerDatabaseBase.
|
99
|
+
:type db_unique_name: str
|
100
|
+
|
101
|
+
:param db_name:
|
102
|
+
The value to assign to the db_name property of this CreateAutonomousContainerDatabaseBase.
|
103
|
+
:type db_name: str
|
104
|
+
|
105
|
+
:param service_level_agreement_type:
|
106
|
+
The value to assign to the service_level_agreement_type property of this CreateAutonomousContainerDatabaseBase.
|
107
|
+
Allowed values for this property are: "STANDARD", "AUTONOMOUS_DATAGUARD"
|
108
|
+
:type service_level_agreement_type: str
|
109
|
+
|
110
|
+
:param autonomous_exadata_infrastructure_id:
|
111
|
+
The value to assign to the autonomous_exadata_infrastructure_id property of this CreateAutonomousContainerDatabaseBase.
|
112
|
+
:type autonomous_exadata_infrastructure_id: str
|
113
|
+
|
114
|
+
:param db_version:
|
115
|
+
The value to assign to the db_version property of this CreateAutonomousContainerDatabaseBase.
|
116
|
+
:type db_version: str
|
117
|
+
|
118
|
+
:param database_software_image_id:
|
119
|
+
The value to assign to the database_software_image_id property of this CreateAutonomousContainerDatabaseBase.
|
120
|
+
:type database_software_image_id: str
|
121
|
+
|
122
|
+
:param peer_autonomous_exadata_infrastructure_id:
|
123
|
+
The value to assign to the peer_autonomous_exadata_infrastructure_id property of this CreateAutonomousContainerDatabaseBase.
|
124
|
+
:type peer_autonomous_exadata_infrastructure_id: str
|
125
|
+
|
126
|
+
:param peer_autonomous_container_database_display_name:
|
127
|
+
The value to assign to the peer_autonomous_container_database_display_name property of this CreateAutonomousContainerDatabaseBase.
|
128
|
+
:type peer_autonomous_container_database_display_name: str
|
129
|
+
|
130
|
+
:param protection_mode:
|
131
|
+
The value to assign to the protection_mode property of this CreateAutonomousContainerDatabaseBase.
|
132
|
+
Allowed values for this property are: "MAXIMUM_AVAILABILITY", "MAXIMUM_PERFORMANCE"
|
133
|
+
:type protection_mode: str
|
134
|
+
|
135
|
+
:param fast_start_fail_over_lag_limit_in_seconds:
|
136
|
+
The value to assign to the fast_start_fail_over_lag_limit_in_seconds property of this CreateAutonomousContainerDatabaseBase.
|
137
|
+
:type fast_start_fail_over_lag_limit_in_seconds: int
|
138
|
+
|
139
|
+
:param is_automatic_failover_enabled:
|
140
|
+
The value to assign to the is_automatic_failover_enabled property of this CreateAutonomousContainerDatabaseBase.
|
141
|
+
:type is_automatic_failover_enabled: bool
|
142
|
+
|
143
|
+
:param peer_cloud_autonomous_vm_cluster_id:
|
144
|
+
The value to assign to the peer_cloud_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseBase.
|
145
|
+
:type peer_cloud_autonomous_vm_cluster_id: str
|
146
|
+
|
147
|
+
:param peer_autonomous_vm_cluster_id:
|
148
|
+
The value to assign to the peer_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseBase.
|
149
|
+
:type peer_autonomous_vm_cluster_id: str
|
150
|
+
|
151
|
+
:param peer_autonomous_container_database_compartment_id:
|
152
|
+
The value to assign to the peer_autonomous_container_database_compartment_id property of this CreateAutonomousContainerDatabaseBase.
|
153
|
+
:type peer_autonomous_container_database_compartment_id: str
|
154
|
+
|
155
|
+
:param peer_autonomous_container_database_backup_config:
|
156
|
+
The value to assign to the peer_autonomous_container_database_backup_config property of this CreateAutonomousContainerDatabaseBase.
|
157
|
+
:type peer_autonomous_container_database_backup_config: oci.database.models.PeerAutonomousContainerDatabaseBackupConfig
|
158
|
+
|
159
|
+
:param peer_db_unique_name:
|
160
|
+
The value to assign to the peer_db_unique_name property of this CreateAutonomousContainerDatabaseBase.
|
161
|
+
:type peer_db_unique_name: str
|
162
|
+
|
163
|
+
:param autonomous_vm_cluster_id:
|
164
|
+
The value to assign to the autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseBase.
|
165
|
+
:type autonomous_vm_cluster_id: str
|
166
|
+
|
167
|
+
:param cloud_autonomous_vm_cluster_id:
|
168
|
+
The value to assign to the cloud_autonomous_vm_cluster_id property of this CreateAutonomousContainerDatabaseBase.
|
169
|
+
:type cloud_autonomous_vm_cluster_id: str
|
170
|
+
|
171
|
+
:param compartment_id:
|
172
|
+
The value to assign to the compartment_id property of this CreateAutonomousContainerDatabaseBase.
|
173
|
+
:type compartment_id: str
|
174
|
+
|
175
|
+
:param patch_model:
|
176
|
+
The value to assign to the patch_model property of this CreateAutonomousContainerDatabaseBase.
|
177
|
+
Allowed values for this property are: "RELEASE_UPDATES", "RELEASE_UPDATE_REVISIONS"
|
178
|
+
:type patch_model: str
|
179
|
+
|
180
|
+
:param maintenance_window_details:
|
181
|
+
The value to assign to the maintenance_window_details property of this CreateAutonomousContainerDatabaseBase.
|
182
|
+
:type maintenance_window_details: oci.database.models.MaintenanceWindow
|
183
|
+
|
184
|
+
:param standby_maintenance_buffer_in_days:
|
185
|
+
The value to assign to the standby_maintenance_buffer_in_days property of this CreateAutonomousContainerDatabaseBase.
|
186
|
+
:type standby_maintenance_buffer_in_days: int
|
187
|
+
|
188
|
+
:param version_preference:
|
189
|
+
The value to assign to the version_preference property of this CreateAutonomousContainerDatabaseBase.
|
190
|
+
Allowed values for this property are: "NEXT_RELEASE_UPDATE", "LATEST_RELEASE_UPDATE"
|
191
|
+
:type version_preference: str
|
192
|
+
|
193
|
+
:param is_dst_file_update_enabled:
|
194
|
+
The value to assign to the is_dst_file_update_enabled property of this CreateAutonomousContainerDatabaseBase.
|
195
|
+
:type is_dst_file_update_enabled: bool
|
196
|
+
|
197
|
+
:param freeform_tags:
|
198
|
+
The value to assign to the freeform_tags property of this CreateAutonomousContainerDatabaseBase.
|
199
|
+
:type freeform_tags: dict(str, str)
|
200
|
+
|
201
|
+
:param defined_tags:
|
202
|
+
The value to assign to the defined_tags property of this CreateAutonomousContainerDatabaseBase.
|
203
|
+
:type defined_tags: dict(str, dict(str, object))
|
204
|
+
|
205
|
+
:param backup_config:
|
206
|
+
The value to assign to the backup_config property of this CreateAutonomousContainerDatabaseBase.
|
207
|
+
:type backup_config: oci.database.models.AutonomousContainerDatabaseBackupConfig
|
208
|
+
|
209
|
+
:param kms_key_id:
|
210
|
+
The value to assign to the kms_key_id property of this CreateAutonomousContainerDatabaseBase.
|
211
|
+
:type kms_key_id: str
|
212
|
+
|
213
|
+
:param kms_key_version_id:
|
214
|
+
The value to assign to the kms_key_version_id property of this CreateAutonomousContainerDatabaseBase.
|
215
|
+
:type kms_key_version_id: str
|
216
|
+
|
217
|
+
:param vault_id:
|
218
|
+
The value to assign to the vault_id property of this CreateAutonomousContainerDatabaseBase.
|
219
|
+
:type vault_id: str
|
220
|
+
|
221
|
+
:param key_store_id:
|
222
|
+
The value to assign to the key_store_id property of this CreateAutonomousContainerDatabaseBase.
|
223
|
+
:type key_store_id: str
|
224
|
+
|
225
|
+
:param db_split_threshold:
|
226
|
+
The value to assign to the db_split_threshold property of this CreateAutonomousContainerDatabaseBase.
|
227
|
+
:type db_split_threshold: int
|
228
|
+
|
229
|
+
:param vm_failover_reservation:
|
230
|
+
The value to assign to the vm_failover_reservation property of this CreateAutonomousContainerDatabaseBase.
|
231
|
+
:type vm_failover_reservation: int
|
232
|
+
|
233
|
+
:param distribution_affinity:
|
234
|
+
The value to assign to the distribution_affinity property of this CreateAutonomousContainerDatabaseBase.
|
235
|
+
Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"
|
236
|
+
:type distribution_affinity: str
|
237
|
+
|
238
|
+
:param net_services_architecture:
|
239
|
+
The value to assign to the net_services_architecture property of this CreateAutonomousContainerDatabaseBase.
|
240
|
+
Allowed values for this property are: "DEDICATED", "SHARED"
|
241
|
+
:type net_services_architecture: str
|
242
|
+
|
243
|
+
"""
|
244
|
+
self.swagger_types = {
|
245
|
+
'customer_contacts': 'list[CustomerContact]',
|
246
|
+
'source': 'str',
|
247
|
+
'display_name': 'str',
|
248
|
+
'db_unique_name': 'str',
|
249
|
+
'db_name': 'str',
|
250
|
+
'service_level_agreement_type': 'str',
|
251
|
+
'autonomous_exadata_infrastructure_id': 'str',
|
252
|
+
'db_version': 'str',
|
253
|
+
'database_software_image_id': 'str',
|
254
|
+
'peer_autonomous_exadata_infrastructure_id': 'str',
|
255
|
+
'peer_autonomous_container_database_display_name': 'str',
|
256
|
+
'protection_mode': 'str',
|
257
|
+
'fast_start_fail_over_lag_limit_in_seconds': 'int',
|
258
|
+
'is_automatic_failover_enabled': 'bool',
|
259
|
+
'peer_cloud_autonomous_vm_cluster_id': 'str',
|
260
|
+
'peer_autonomous_vm_cluster_id': 'str',
|
261
|
+
'peer_autonomous_container_database_compartment_id': 'str',
|
262
|
+
'peer_autonomous_container_database_backup_config': 'PeerAutonomousContainerDatabaseBackupConfig',
|
263
|
+
'peer_db_unique_name': 'str',
|
264
|
+
'autonomous_vm_cluster_id': 'str',
|
265
|
+
'cloud_autonomous_vm_cluster_id': 'str',
|
266
|
+
'compartment_id': 'str',
|
267
|
+
'patch_model': 'str',
|
268
|
+
'maintenance_window_details': 'MaintenanceWindow',
|
269
|
+
'standby_maintenance_buffer_in_days': 'int',
|
270
|
+
'version_preference': 'str',
|
271
|
+
'is_dst_file_update_enabled': 'bool',
|
272
|
+
'freeform_tags': 'dict(str, str)',
|
273
|
+
'defined_tags': 'dict(str, dict(str, object))',
|
274
|
+
'backup_config': 'AutonomousContainerDatabaseBackupConfig',
|
275
|
+
'kms_key_id': 'str',
|
276
|
+
'kms_key_version_id': 'str',
|
277
|
+
'vault_id': 'str',
|
278
|
+
'key_store_id': 'str',
|
279
|
+
'db_split_threshold': 'int',
|
280
|
+
'vm_failover_reservation': 'int',
|
281
|
+
'distribution_affinity': 'str',
|
282
|
+
'net_services_architecture': 'str'
|
283
|
+
}
|
284
|
+
self.attribute_map = {
|
285
|
+
'customer_contacts': 'customerContacts',
|
286
|
+
'source': 'source',
|
287
|
+
'display_name': 'displayName',
|
288
|
+
'db_unique_name': 'dbUniqueName',
|
289
|
+
'db_name': 'dbName',
|
290
|
+
'service_level_agreement_type': 'serviceLevelAgreementType',
|
291
|
+
'autonomous_exadata_infrastructure_id': 'autonomousExadataInfrastructureId',
|
292
|
+
'db_version': 'dbVersion',
|
293
|
+
'database_software_image_id': 'databaseSoftwareImageId',
|
294
|
+
'peer_autonomous_exadata_infrastructure_id': 'peerAutonomousExadataInfrastructureId',
|
295
|
+
'peer_autonomous_container_database_display_name': 'peerAutonomousContainerDatabaseDisplayName',
|
296
|
+
'protection_mode': 'protectionMode',
|
297
|
+
'fast_start_fail_over_lag_limit_in_seconds': 'fastStartFailOverLagLimitInSeconds',
|
298
|
+
'is_automatic_failover_enabled': 'isAutomaticFailoverEnabled',
|
299
|
+
'peer_cloud_autonomous_vm_cluster_id': 'peerCloudAutonomousVmClusterId',
|
300
|
+
'peer_autonomous_vm_cluster_id': 'peerAutonomousVmClusterId',
|
301
|
+
'peer_autonomous_container_database_compartment_id': 'peerAutonomousContainerDatabaseCompartmentId',
|
302
|
+
'peer_autonomous_container_database_backup_config': 'peerAutonomousContainerDatabaseBackupConfig',
|
303
|
+
'peer_db_unique_name': 'peerDbUniqueName',
|
304
|
+
'autonomous_vm_cluster_id': 'autonomousVmClusterId',
|
305
|
+
'cloud_autonomous_vm_cluster_id': 'cloudAutonomousVmClusterId',
|
306
|
+
'compartment_id': 'compartmentId',
|
307
|
+
'patch_model': 'patchModel',
|
308
|
+
'maintenance_window_details': 'maintenanceWindowDetails',
|
309
|
+
'standby_maintenance_buffer_in_days': 'standbyMaintenanceBufferInDays',
|
310
|
+
'version_preference': 'versionPreference',
|
311
|
+
'is_dst_file_update_enabled': 'isDstFileUpdateEnabled',
|
312
|
+
'freeform_tags': 'freeformTags',
|
313
|
+
'defined_tags': 'definedTags',
|
314
|
+
'backup_config': 'backupConfig',
|
315
|
+
'kms_key_id': 'kmsKeyId',
|
316
|
+
'kms_key_version_id': 'kmsKeyVersionId',
|
317
|
+
'vault_id': 'vaultId',
|
318
|
+
'key_store_id': 'keyStoreId',
|
319
|
+
'db_split_threshold': 'dbSplitThreshold',
|
320
|
+
'vm_failover_reservation': 'vmFailoverReservation',
|
321
|
+
'distribution_affinity': 'distributionAffinity',
|
322
|
+
'net_services_architecture': 'netServicesArchitecture'
|
323
|
+
}
|
324
|
+
self._customer_contacts = None
|
325
|
+
self._source = None
|
326
|
+
self._display_name = None
|
327
|
+
self._db_unique_name = None
|
328
|
+
self._db_name = None
|
329
|
+
self._service_level_agreement_type = None
|
330
|
+
self._autonomous_exadata_infrastructure_id = None
|
331
|
+
self._db_version = None
|
332
|
+
self._database_software_image_id = None
|
333
|
+
self._peer_autonomous_exadata_infrastructure_id = None
|
334
|
+
self._peer_autonomous_container_database_display_name = None
|
335
|
+
self._protection_mode = None
|
336
|
+
self._fast_start_fail_over_lag_limit_in_seconds = None
|
337
|
+
self._is_automatic_failover_enabled = None
|
338
|
+
self._peer_cloud_autonomous_vm_cluster_id = None
|
339
|
+
self._peer_autonomous_vm_cluster_id = None
|
340
|
+
self._peer_autonomous_container_database_compartment_id = None
|
341
|
+
self._peer_autonomous_container_database_backup_config = None
|
342
|
+
self._peer_db_unique_name = None
|
343
|
+
self._autonomous_vm_cluster_id = None
|
344
|
+
self._cloud_autonomous_vm_cluster_id = None
|
345
|
+
self._compartment_id = None
|
346
|
+
self._patch_model = None
|
347
|
+
self._maintenance_window_details = None
|
348
|
+
self._standby_maintenance_buffer_in_days = None
|
349
|
+
self._version_preference = None
|
350
|
+
self._is_dst_file_update_enabled = None
|
351
|
+
self._freeform_tags = None
|
352
|
+
self._defined_tags = None
|
353
|
+
self._backup_config = None
|
354
|
+
self._kms_key_id = None
|
355
|
+
self._kms_key_version_id = None
|
356
|
+
self._vault_id = None
|
357
|
+
self._key_store_id = None
|
358
|
+
self._db_split_threshold = None
|
359
|
+
self._vm_failover_reservation = None
|
360
|
+
self._distribution_affinity = None
|
361
|
+
self._net_services_architecture = None
|
362
|
+
|
363
|
+
@staticmethod
|
364
|
+
def get_subtype(object_dictionary):
|
365
|
+
"""
|
366
|
+
Given the hash representation of a subtype of this class,
|
367
|
+
use the info in the hash to return the class of the subtype.
|
368
|
+
"""
|
369
|
+
type = object_dictionary['source']
|
370
|
+
|
371
|
+
if type == 'NONE':
|
372
|
+
return 'CreateAutonomousContainerDatabaseDetails'
|
373
|
+
|
374
|
+
if type == 'BACKUP_FROM_ID':
|
375
|
+
return 'CreateAutonomousContainerDatabaseFromBackupDetails'
|
376
|
+
else:
|
377
|
+
return 'CreateAutonomousContainerDatabaseBase'
|
378
|
+
|
379
|
+
@property
|
380
|
+
def customer_contacts(self):
|
381
|
+
"""
|
382
|
+
Gets the customer_contacts of this CreateAutonomousContainerDatabaseBase.
|
383
|
+
Customer Contacts. Setting this to an empty list removes all customer contacts.
|
384
|
+
|
385
|
+
|
386
|
+
:return: The customer_contacts of this CreateAutonomousContainerDatabaseBase.
|
387
|
+
:rtype: list[oci.database.models.CustomerContact]
|
388
|
+
"""
|
389
|
+
return self._customer_contacts
|
390
|
+
|
391
|
+
@customer_contacts.setter
|
392
|
+
def customer_contacts(self, customer_contacts):
|
393
|
+
"""
|
394
|
+
Sets the customer_contacts of this CreateAutonomousContainerDatabaseBase.
|
395
|
+
Customer Contacts. Setting this to an empty list removes all customer contacts.
|
396
|
+
|
397
|
+
|
398
|
+
:param customer_contacts: The customer_contacts of this CreateAutonomousContainerDatabaseBase.
|
399
|
+
:type: list[oci.database.models.CustomerContact]
|
400
|
+
"""
|
401
|
+
self._customer_contacts = customer_contacts
|
402
|
+
|
403
|
+
@property
|
404
|
+
def source(self):
|
405
|
+
"""
|
406
|
+
Gets the source of this CreateAutonomousContainerDatabaseBase.
|
407
|
+
The source of the database: Use `NONE` for creating a new Autonomous Container Database. Use `BACKUP_FROM_ID` for creating a new Autonomous Container Database from a specified backup.
|
408
|
+
|
409
|
+
Allowed values for this property are: "NONE", "BACKUP_FROM_ID"
|
410
|
+
|
411
|
+
|
412
|
+
:return: The source of this CreateAutonomousContainerDatabaseBase.
|
413
|
+
:rtype: str
|
414
|
+
"""
|
415
|
+
return self._source
|
416
|
+
|
417
|
+
@source.setter
|
418
|
+
def source(self, source):
|
419
|
+
"""
|
420
|
+
Sets the source of this CreateAutonomousContainerDatabaseBase.
|
421
|
+
The source of the database: Use `NONE` for creating a new Autonomous Container Database. Use `BACKUP_FROM_ID` for creating a new Autonomous Container Database from a specified backup.
|
422
|
+
|
423
|
+
|
424
|
+
:param source: The source of this CreateAutonomousContainerDatabaseBase.
|
425
|
+
:type: str
|
426
|
+
"""
|
427
|
+
allowed_values = ["NONE", "BACKUP_FROM_ID"]
|
428
|
+
if not value_allowed_none_or_none_sentinel(source, allowed_values):
|
429
|
+
raise ValueError(
|
430
|
+
f"Invalid value for `source`, must be None or one of {allowed_values}"
|
431
|
+
)
|
432
|
+
self._source = source
|
433
|
+
|
434
|
+
@property
|
435
|
+
def display_name(self):
|
436
|
+
"""
|
437
|
+
**[Required]** Gets the display_name of this CreateAutonomousContainerDatabaseBase.
|
438
|
+
The display name for the Autonomous Container Database.
|
439
|
+
|
440
|
+
|
441
|
+
:return: The display_name of this CreateAutonomousContainerDatabaseBase.
|
442
|
+
:rtype: str
|
443
|
+
"""
|
444
|
+
return self._display_name
|
445
|
+
|
446
|
+
@display_name.setter
|
447
|
+
def display_name(self, display_name):
|
448
|
+
"""
|
449
|
+
Sets the display_name of this CreateAutonomousContainerDatabaseBase.
|
450
|
+
The display name for the Autonomous Container Database.
|
451
|
+
|
452
|
+
|
453
|
+
:param display_name: The display_name of this CreateAutonomousContainerDatabaseBase.
|
454
|
+
:type: str
|
455
|
+
"""
|
456
|
+
self._display_name = display_name
|
457
|
+
|
458
|
+
@property
|
459
|
+
def db_unique_name(self):
|
460
|
+
"""
|
461
|
+
Gets the db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
462
|
+
**Deprecated.** The `DB_UNIQUE_NAME` value is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
|
463
|
+
|
464
|
+
|
465
|
+
:return: The db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
466
|
+
:rtype: str
|
467
|
+
"""
|
468
|
+
return self._db_unique_name
|
469
|
+
|
470
|
+
@db_unique_name.setter
|
471
|
+
def db_unique_name(self, db_unique_name):
|
472
|
+
"""
|
473
|
+
Sets the db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
474
|
+
**Deprecated.** The `DB_UNIQUE_NAME` value is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
|
475
|
+
|
476
|
+
|
477
|
+
:param db_unique_name: The db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
478
|
+
:type: str
|
479
|
+
"""
|
480
|
+
self._db_unique_name = db_unique_name
|
481
|
+
|
482
|
+
@property
|
483
|
+
def db_name(self):
|
484
|
+
"""
|
485
|
+
Gets the db_name of this CreateAutonomousContainerDatabaseBase.
|
486
|
+
The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
487
|
+
|
488
|
+
|
489
|
+
:return: The db_name of this CreateAutonomousContainerDatabaseBase.
|
490
|
+
:rtype: str
|
491
|
+
"""
|
492
|
+
return self._db_name
|
493
|
+
|
494
|
+
@db_name.setter
|
495
|
+
def db_name(self, db_name):
|
496
|
+
"""
|
497
|
+
Sets the db_name of this CreateAutonomousContainerDatabaseBase.
|
498
|
+
The Database name for the Autonomous Container Database. The name must be unique within the Cloud Autonomous VM Cluster, starting with an alphabetic character, followed by 1 to 7 alphanumeric characters.
|
499
|
+
|
500
|
+
|
501
|
+
:param db_name: The db_name of this CreateAutonomousContainerDatabaseBase.
|
502
|
+
:type: str
|
503
|
+
"""
|
504
|
+
self._db_name = db_name
|
505
|
+
|
506
|
+
@property
|
507
|
+
def service_level_agreement_type(self):
|
508
|
+
"""
|
509
|
+
Gets the service_level_agreement_type of this CreateAutonomousContainerDatabaseBase.
|
510
|
+
The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
|
511
|
+
|
512
|
+
Allowed values for this property are: "STANDARD", "AUTONOMOUS_DATAGUARD"
|
513
|
+
|
514
|
+
|
515
|
+
:return: The service_level_agreement_type of this CreateAutonomousContainerDatabaseBase.
|
516
|
+
:rtype: str
|
517
|
+
"""
|
518
|
+
return self._service_level_agreement_type
|
519
|
+
|
520
|
+
@service_level_agreement_type.setter
|
521
|
+
def service_level_agreement_type(self, service_level_agreement_type):
|
522
|
+
"""
|
523
|
+
Sets the service_level_agreement_type of this CreateAutonomousContainerDatabaseBase.
|
524
|
+
The service level agreement type of the Autonomous Container Database. The default is STANDARD. For an autonomous dataguard Autonomous Container Database, the specified Autonomous Exadata Infrastructure must be associated with a remote Autonomous Exadata Infrastructure.
|
525
|
+
|
526
|
+
|
527
|
+
:param service_level_agreement_type: The service_level_agreement_type of this CreateAutonomousContainerDatabaseBase.
|
528
|
+
:type: str
|
529
|
+
"""
|
530
|
+
allowed_values = ["STANDARD", "AUTONOMOUS_DATAGUARD"]
|
531
|
+
if not value_allowed_none_or_none_sentinel(service_level_agreement_type, allowed_values):
|
532
|
+
raise ValueError(
|
533
|
+
f"Invalid value for `service_level_agreement_type`, must be None or one of {allowed_values}"
|
534
|
+
)
|
535
|
+
self._service_level_agreement_type = service_level_agreement_type
|
536
|
+
|
537
|
+
@property
|
538
|
+
def autonomous_exadata_infrastructure_id(self):
|
539
|
+
"""
|
540
|
+
Gets the autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
541
|
+
**No longer used.** This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `cloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
|
542
|
+
|
543
|
+
|
544
|
+
:return: The autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
545
|
+
:rtype: str
|
546
|
+
"""
|
547
|
+
return self._autonomous_exadata_infrastructure_id
|
548
|
+
|
549
|
+
@autonomous_exadata_infrastructure_id.setter
|
550
|
+
def autonomous_exadata_infrastructure_id(self, autonomous_exadata_infrastructure_id):
|
551
|
+
"""
|
552
|
+
Sets the autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
553
|
+
**No longer used.** This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `cloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
|
554
|
+
|
555
|
+
|
556
|
+
:param autonomous_exadata_infrastructure_id: The autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
557
|
+
:type: str
|
558
|
+
"""
|
559
|
+
self._autonomous_exadata_infrastructure_id = autonomous_exadata_infrastructure_id
|
560
|
+
|
561
|
+
@property
|
562
|
+
def db_version(self):
|
563
|
+
"""
|
564
|
+
Gets the db_version of this CreateAutonomousContainerDatabaseBase.
|
565
|
+
The base version for the Autonomous Container Database.
|
566
|
+
|
567
|
+
|
568
|
+
:return: The db_version of this CreateAutonomousContainerDatabaseBase.
|
569
|
+
:rtype: str
|
570
|
+
"""
|
571
|
+
return self._db_version
|
572
|
+
|
573
|
+
@db_version.setter
|
574
|
+
def db_version(self, db_version):
|
575
|
+
"""
|
576
|
+
Sets the db_version of this CreateAutonomousContainerDatabaseBase.
|
577
|
+
The base version for the Autonomous Container Database.
|
578
|
+
|
579
|
+
|
580
|
+
:param db_version: The db_version of this CreateAutonomousContainerDatabaseBase.
|
581
|
+
:type: str
|
582
|
+
"""
|
583
|
+
self._db_version = db_version
|
584
|
+
|
585
|
+
@property
|
586
|
+
def database_software_image_id(self):
|
587
|
+
"""
|
588
|
+
Gets the database_software_image_id of this CreateAutonomousContainerDatabaseBase.
|
589
|
+
The Autonomous Database Software Image `OCID`__.
|
590
|
+
|
591
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
592
|
+
|
593
|
+
|
594
|
+
:return: The database_software_image_id of this CreateAutonomousContainerDatabaseBase.
|
595
|
+
:rtype: str
|
596
|
+
"""
|
597
|
+
return self._database_software_image_id
|
598
|
+
|
599
|
+
@database_software_image_id.setter
|
600
|
+
def database_software_image_id(self, database_software_image_id):
|
601
|
+
"""
|
602
|
+
Sets the database_software_image_id of this CreateAutonomousContainerDatabaseBase.
|
603
|
+
The Autonomous Database Software Image `OCID`__.
|
604
|
+
|
605
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
606
|
+
|
607
|
+
|
608
|
+
:param database_software_image_id: The database_software_image_id of this CreateAutonomousContainerDatabaseBase.
|
609
|
+
:type: str
|
610
|
+
"""
|
611
|
+
self._database_software_image_id = database_software_image_id
|
612
|
+
|
613
|
+
@property
|
614
|
+
def peer_autonomous_exadata_infrastructure_id(self):
|
615
|
+
"""
|
616
|
+
Gets the peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
617
|
+
*No longer used.* This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `peerCloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
|
618
|
+
|
619
|
+
|
620
|
+
:return: The peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
621
|
+
:rtype: str
|
622
|
+
"""
|
623
|
+
return self._peer_autonomous_exadata_infrastructure_id
|
624
|
+
|
625
|
+
@peer_autonomous_exadata_infrastructure_id.setter
|
626
|
+
def peer_autonomous_exadata_infrastructure_id(self, peer_autonomous_exadata_infrastructure_id):
|
627
|
+
"""
|
628
|
+
Sets the peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
629
|
+
*No longer used.* This parameter is no longer used for Autonomous Database on dedicated Exadata infrasture. Specify a `peerCloudAutonomousVmClusterId` instead. Using this parameter will cause the operation to fail.
|
630
|
+
|
631
|
+
|
632
|
+
:param peer_autonomous_exadata_infrastructure_id: The peer_autonomous_exadata_infrastructure_id of this CreateAutonomousContainerDatabaseBase.
|
633
|
+
:type: str
|
634
|
+
"""
|
635
|
+
self._peer_autonomous_exadata_infrastructure_id = peer_autonomous_exadata_infrastructure_id
|
636
|
+
|
637
|
+
@property
|
638
|
+
def peer_autonomous_container_database_display_name(self):
|
639
|
+
"""
|
640
|
+
Gets the peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseBase.
|
641
|
+
The display name for the peer Autonomous Container Database.
|
642
|
+
|
643
|
+
|
644
|
+
:return: The peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseBase.
|
645
|
+
:rtype: str
|
646
|
+
"""
|
647
|
+
return self._peer_autonomous_container_database_display_name
|
648
|
+
|
649
|
+
@peer_autonomous_container_database_display_name.setter
|
650
|
+
def peer_autonomous_container_database_display_name(self, peer_autonomous_container_database_display_name):
|
651
|
+
"""
|
652
|
+
Sets the peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseBase.
|
653
|
+
The display name for the peer Autonomous Container Database.
|
654
|
+
|
655
|
+
|
656
|
+
:param peer_autonomous_container_database_display_name: The peer_autonomous_container_database_display_name of this CreateAutonomousContainerDatabaseBase.
|
657
|
+
:type: str
|
658
|
+
"""
|
659
|
+
self._peer_autonomous_container_database_display_name = peer_autonomous_container_database_display_name
|
660
|
+
|
661
|
+
@property
|
662
|
+
def protection_mode(self):
|
663
|
+
"""
|
664
|
+
Gets the protection_mode of this CreateAutonomousContainerDatabaseBase.
|
665
|
+
The protection mode of this Autonomous Data Guard association. For more information, see
|
666
|
+
`Oracle Data Guard Protection Modes`__
|
667
|
+
in the Oracle Data Guard documentation.
|
668
|
+
|
669
|
+
__ http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000
|
670
|
+
|
671
|
+
Allowed values for this property are: "MAXIMUM_AVAILABILITY", "MAXIMUM_PERFORMANCE"
|
672
|
+
|
673
|
+
|
674
|
+
:return: The protection_mode of this CreateAutonomousContainerDatabaseBase.
|
675
|
+
:rtype: str
|
676
|
+
"""
|
677
|
+
return self._protection_mode
|
678
|
+
|
679
|
+
@protection_mode.setter
|
680
|
+
def protection_mode(self, protection_mode):
|
681
|
+
"""
|
682
|
+
Sets the protection_mode of this CreateAutonomousContainerDatabaseBase.
|
683
|
+
The protection mode of this Autonomous Data Guard association. For more information, see
|
684
|
+
`Oracle Data Guard Protection Modes`__
|
685
|
+
in the Oracle Data Guard documentation.
|
686
|
+
|
687
|
+
__ http://docs.oracle.com/database/122/SBYDB/oracle-data-guard-protection-modes.htm#SBYDB02000
|
688
|
+
|
689
|
+
|
690
|
+
:param protection_mode: The protection_mode of this CreateAutonomousContainerDatabaseBase.
|
691
|
+
:type: str
|
692
|
+
"""
|
693
|
+
allowed_values = ["MAXIMUM_AVAILABILITY", "MAXIMUM_PERFORMANCE"]
|
694
|
+
if not value_allowed_none_or_none_sentinel(protection_mode, allowed_values):
|
695
|
+
raise ValueError(
|
696
|
+
f"Invalid value for `protection_mode`, must be None or one of {allowed_values}"
|
697
|
+
)
|
698
|
+
self._protection_mode = protection_mode
|
699
|
+
|
700
|
+
@property
|
701
|
+
def fast_start_fail_over_lag_limit_in_seconds(self):
|
702
|
+
"""
|
703
|
+
Gets the fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseBase.
|
704
|
+
The lag time for my preference based on data loss tolerance in seconds.
|
705
|
+
|
706
|
+
|
707
|
+
:return: The fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseBase.
|
708
|
+
:rtype: int
|
709
|
+
"""
|
710
|
+
return self._fast_start_fail_over_lag_limit_in_seconds
|
711
|
+
|
712
|
+
@fast_start_fail_over_lag_limit_in_seconds.setter
|
713
|
+
def fast_start_fail_over_lag_limit_in_seconds(self, fast_start_fail_over_lag_limit_in_seconds):
|
714
|
+
"""
|
715
|
+
Sets the fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseBase.
|
716
|
+
The lag time for my preference based on data loss tolerance in seconds.
|
717
|
+
|
718
|
+
|
719
|
+
:param fast_start_fail_over_lag_limit_in_seconds: The fast_start_fail_over_lag_limit_in_seconds of this CreateAutonomousContainerDatabaseBase.
|
720
|
+
:type: int
|
721
|
+
"""
|
722
|
+
self._fast_start_fail_over_lag_limit_in_seconds = fast_start_fail_over_lag_limit_in_seconds
|
723
|
+
|
724
|
+
@property
|
725
|
+
def is_automatic_failover_enabled(self):
|
726
|
+
"""
|
727
|
+
Gets the is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseBase.
|
728
|
+
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
729
|
+
|
730
|
+
|
731
|
+
:return: The is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseBase.
|
732
|
+
:rtype: bool
|
733
|
+
"""
|
734
|
+
return self._is_automatic_failover_enabled
|
735
|
+
|
736
|
+
@is_automatic_failover_enabled.setter
|
737
|
+
def is_automatic_failover_enabled(self, is_automatic_failover_enabled):
|
738
|
+
"""
|
739
|
+
Sets the is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseBase.
|
740
|
+
Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
|
741
|
+
|
742
|
+
|
743
|
+
:param is_automatic_failover_enabled: The is_automatic_failover_enabled of this CreateAutonomousContainerDatabaseBase.
|
744
|
+
:type: bool
|
745
|
+
"""
|
746
|
+
self._is_automatic_failover_enabled = is_automatic_failover_enabled
|
747
|
+
|
748
|
+
@property
|
749
|
+
def peer_cloud_autonomous_vm_cluster_id(self):
|
750
|
+
"""
|
751
|
+
Gets the peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
752
|
+
The `OCID`__ of the peer cloud Autonomous Exadata VM Cluster.
|
753
|
+
|
754
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
755
|
+
|
756
|
+
|
757
|
+
:return: The peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
758
|
+
:rtype: str
|
759
|
+
"""
|
760
|
+
return self._peer_cloud_autonomous_vm_cluster_id
|
761
|
+
|
762
|
+
@peer_cloud_autonomous_vm_cluster_id.setter
|
763
|
+
def peer_cloud_autonomous_vm_cluster_id(self, peer_cloud_autonomous_vm_cluster_id):
|
764
|
+
"""
|
765
|
+
Sets the peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
766
|
+
The `OCID`__ of the peer cloud Autonomous Exadata VM Cluster.
|
767
|
+
|
768
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
769
|
+
|
770
|
+
|
771
|
+
:param peer_cloud_autonomous_vm_cluster_id: The peer_cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
772
|
+
:type: str
|
773
|
+
"""
|
774
|
+
self._peer_cloud_autonomous_vm_cluster_id = peer_cloud_autonomous_vm_cluster_id
|
775
|
+
|
776
|
+
@property
|
777
|
+
def peer_autonomous_vm_cluster_id(self):
|
778
|
+
"""
|
779
|
+
Gets the peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
780
|
+
The `OCID`__ of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.
|
781
|
+
|
782
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
783
|
+
|
784
|
+
|
785
|
+
:return: The peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
786
|
+
:rtype: str
|
787
|
+
"""
|
788
|
+
return self._peer_autonomous_vm_cluster_id
|
789
|
+
|
790
|
+
@peer_autonomous_vm_cluster_id.setter
|
791
|
+
def peer_autonomous_vm_cluster_id(self, peer_autonomous_vm_cluster_id):
|
792
|
+
"""
|
793
|
+
Sets the peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
794
|
+
The `OCID`__ of the peer Autonomous VM cluster for Autonomous Data Guard. Required to enable Data Guard.
|
795
|
+
|
796
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
797
|
+
|
798
|
+
|
799
|
+
:param peer_autonomous_vm_cluster_id: The peer_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
800
|
+
:type: str
|
801
|
+
"""
|
802
|
+
self._peer_autonomous_vm_cluster_id = peer_autonomous_vm_cluster_id
|
803
|
+
|
804
|
+
@property
|
805
|
+
def peer_autonomous_container_database_compartment_id(self):
|
806
|
+
"""
|
807
|
+
Gets the peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseBase.
|
808
|
+
The `OCID`__ of the compartment where the standby Autonomous Container Database
|
809
|
+
will be created.
|
810
|
+
|
811
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
812
|
+
|
813
|
+
|
814
|
+
:return: The peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseBase.
|
815
|
+
:rtype: str
|
816
|
+
"""
|
817
|
+
return self._peer_autonomous_container_database_compartment_id
|
818
|
+
|
819
|
+
@peer_autonomous_container_database_compartment_id.setter
|
820
|
+
def peer_autonomous_container_database_compartment_id(self, peer_autonomous_container_database_compartment_id):
|
821
|
+
"""
|
822
|
+
Sets the peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseBase.
|
823
|
+
The `OCID`__ of the compartment where the standby Autonomous Container Database
|
824
|
+
will be created.
|
825
|
+
|
826
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
827
|
+
|
828
|
+
|
829
|
+
:param peer_autonomous_container_database_compartment_id: The peer_autonomous_container_database_compartment_id of this CreateAutonomousContainerDatabaseBase.
|
830
|
+
:type: str
|
831
|
+
"""
|
832
|
+
self._peer_autonomous_container_database_compartment_id = peer_autonomous_container_database_compartment_id
|
833
|
+
|
834
|
+
@property
|
835
|
+
def peer_autonomous_container_database_backup_config(self):
|
836
|
+
"""
|
837
|
+
Gets the peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseBase.
|
838
|
+
|
839
|
+
:return: The peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseBase.
|
840
|
+
:rtype: oci.database.models.PeerAutonomousContainerDatabaseBackupConfig
|
841
|
+
"""
|
842
|
+
return self._peer_autonomous_container_database_backup_config
|
843
|
+
|
844
|
+
@peer_autonomous_container_database_backup_config.setter
|
845
|
+
def peer_autonomous_container_database_backup_config(self, peer_autonomous_container_database_backup_config):
|
846
|
+
"""
|
847
|
+
Sets the peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseBase.
|
848
|
+
|
849
|
+
:param peer_autonomous_container_database_backup_config: The peer_autonomous_container_database_backup_config of this CreateAutonomousContainerDatabaseBase.
|
850
|
+
:type: oci.database.models.PeerAutonomousContainerDatabaseBackupConfig
|
851
|
+
"""
|
852
|
+
self._peer_autonomous_container_database_backup_config = peer_autonomous_container_database_backup_config
|
853
|
+
|
854
|
+
@property
|
855
|
+
def peer_db_unique_name(self):
|
856
|
+
"""
|
857
|
+
Gets the peer_db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
858
|
+
**Deprecated.** The `DB_UNIQUE_NAME` of the peer Autonomous Container Database in a Data Guard association is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
|
859
|
+
|
860
|
+
|
861
|
+
:return: The peer_db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
862
|
+
:rtype: str
|
863
|
+
"""
|
864
|
+
return self._peer_db_unique_name
|
865
|
+
|
866
|
+
@peer_db_unique_name.setter
|
867
|
+
def peer_db_unique_name(self, peer_db_unique_name):
|
868
|
+
"""
|
869
|
+
Sets the peer_db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
870
|
+
**Deprecated.** The `DB_UNIQUE_NAME` of the peer Autonomous Container Database in a Data Guard association is set by Oracle Cloud Infrastructure. Do not specify a value for this parameter. Specifying a value for this field will cause Terraform operations to fail.
|
871
|
+
|
872
|
+
|
873
|
+
:param peer_db_unique_name: The peer_db_unique_name of this CreateAutonomousContainerDatabaseBase.
|
874
|
+
:type: str
|
875
|
+
"""
|
876
|
+
self._peer_db_unique_name = peer_db_unique_name
|
877
|
+
|
878
|
+
@property
|
879
|
+
def autonomous_vm_cluster_id(self):
|
880
|
+
"""
|
881
|
+
Gets the autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
882
|
+
The OCID of the Autonomous VM Cluster.
|
883
|
+
|
884
|
+
|
885
|
+
:return: The autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
886
|
+
:rtype: str
|
887
|
+
"""
|
888
|
+
return self._autonomous_vm_cluster_id
|
889
|
+
|
890
|
+
@autonomous_vm_cluster_id.setter
|
891
|
+
def autonomous_vm_cluster_id(self, autonomous_vm_cluster_id):
|
892
|
+
"""
|
893
|
+
Sets the autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
894
|
+
The OCID of the Autonomous VM Cluster.
|
895
|
+
|
896
|
+
|
897
|
+
:param autonomous_vm_cluster_id: The autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
898
|
+
:type: str
|
899
|
+
"""
|
900
|
+
self._autonomous_vm_cluster_id = autonomous_vm_cluster_id
|
901
|
+
|
902
|
+
@property
|
903
|
+
def cloud_autonomous_vm_cluster_id(self):
|
904
|
+
"""
|
905
|
+
Gets the cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
906
|
+
The `OCID`__ of the cloud Autonomous Exadata VM Cluster.
|
907
|
+
|
908
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
909
|
+
|
910
|
+
|
911
|
+
:return: The cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
912
|
+
:rtype: str
|
913
|
+
"""
|
914
|
+
return self._cloud_autonomous_vm_cluster_id
|
915
|
+
|
916
|
+
@cloud_autonomous_vm_cluster_id.setter
|
917
|
+
def cloud_autonomous_vm_cluster_id(self, cloud_autonomous_vm_cluster_id):
|
918
|
+
"""
|
919
|
+
Sets the cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
920
|
+
The `OCID`__ of the cloud Autonomous Exadata VM Cluster.
|
921
|
+
|
922
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
923
|
+
|
924
|
+
|
925
|
+
:param cloud_autonomous_vm_cluster_id: The cloud_autonomous_vm_cluster_id of this CreateAutonomousContainerDatabaseBase.
|
926
|
+
:type: str
|
927
|
+
"""
|
928
|
+
self._cloud_autonomous_vm_cluster_id = cloud_autonomous_vm_cluster_id
|
929
|
+
|
930
|
+
@property
|
931
|
+
def compartment_id(self):
|
932
|
+
"""
|
933
|
+
Gets the compartment_id of this CreateAutonomousContainerDatabaseBase.
|
934
|
+
The `OCID`__ of the compartment containing the Autonomous Container Database.
|
935
|
+
|
936
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
937
|
+
|
938
|
+
|
939
|
+
:return: The compartment_id of this CreateAutonomousContainerDatabaseBase.
|
940
|
+
:rtype: str
|
941
|
+
"""
|
942
|
+
return self._compartment_id
|
943
|
+
|
944
|
+
@compartment_id.setter
|
945
|
+
def compartment_id(self, compartment_id):
|
946
|
+
"""
|
947
|
+
Sets the compartment_id of this CreateAutonomousContainerDatabaseBase.
|
948
|
+
The `OCID`__ of the compartment containing the Autonomous Container Database.
|
949
|
+
|
950
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
951
|
+
|
952
|
+
|
953
|
+
:param compartment_id: The compartment_id of this CreateAutonomousContainerDatabaseBase.
|
954
|
+
:type: str
|
955
|
+
"""
|
956
|
+
self._compartment_id = compartment_id
|
957
|
+
|
958
|
+
@property
|
959
|
+
def patch_model(self):
|
960
|
+
"""
|
961
|
+
**[Required]** Gets the patch_model of this CreateAutonomousContainerDatabaseBase.
|
962
|
+
Database Patch model preference.
|
963
|
+
|
964
|
+
Allowed values for this property are: "RELEASE_UPDATES", "RELEASE_UPDATE_REVISIONS"
|
965
|
+
|
966
|
+
|
967
|
+
:return: The patch_model of this CreateAutonomousContainerDatabaseBase.
|
968
|
+
:rtype: str
|
969
|
+
"""
|
970
|
+
return self._patch_model
|
971
|
+
|
972
|
+
@patch_model.setter
|
973
|
+
def patch_model(self, patch_model):
|
974
|
+
"""
|
975
|
+
Sets the patch_model of this CreateAutonomousContainerDatabaseBase.
|
976
|
+
Database Patch model preference.
|
977
|
+
|
978
|
+
|
979
|
+
:param patch_model: The patch_model of this CreateAutonomousContainerDatabaseBase.
|
980
|
+
:type: str
|
981
|
+
"""
|
982
|
+
allowed_values = ["RELEASE_UPDATES", "RELEASE_UPDATE_REVISIONS"]
|
983
|
+
if not value_allowed_none_or_none_sentinel(patch_model, allowed_values):
|
984
|
+
raise ValueError(
|
985
|
+
f"Invalid value for `patch_model`, must be None or one of {allowed_values}"
|
986
|
+
)
|
987
|
+
self._patch_model = patch_model
|
988
|
+
|
989
|
+
@property
|
990
|
+
def maintenance_window_details(self):
|
991
|
+
"""
|
992
|
+
Gets the maintenance_window_details of this CreateAutonomousContainerDatabaseBase.
|
993
|
+
|
994
|
+
:return: The maintenance_window_details of this CreateAutonomousContainerDatabaseBase.
|
995
|
+
:rtype: oci.database.models.MaintenanceWindow
|
996
|
+
"""
|
997
|
+
return self._maintenance_window_details
|
998
|
+
|
999
|
+
@maintenance_window_details.setter
|
1000
|
+
def maintenance_window_details(self, maintenance_window_details):
|
1001
|
+
"""
|
1002
|
+
Sets the maintenance_window_details of this CreateAutonomousContainerDatabaseBase.
|
1003
|
+
|
1004
|
+
:param maintenance_window_details: The maintenance_window_details of this CreateAutonomousContainerDatabaseBase.
|
1005
|
+
:type: oci.database.models.MaintenanceWindow
|
1006
|
+
"""
|
1007
|
+
self._maintenance_window_details = maintenance_window_details
|
1008
|
+
|
1009
|
+
@property
|
1010
|
+
def standby_maintenance_buffer_in_days(self):
|
1011
|
+
"""
|
1012
|
+
Gets the standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseBase.
|
1013
|
+
The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database.
|
1014
|
+
This value represents the number of days before scheduled maintenance of the primary database.
|
1015
|
+
|
1016
|
+
|
1017
|
+
:return: The standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseBase.
|
1018
|
+
:rtype: int
|
1019
|
+
"""
|
1020
|
+
return self._standby_maintenance_buffer_in_days
|
1021
|
+
|
1022
|
+
@standby_maintenance_buffer_in_days.setter
|
1023
|
+
def standby_maintenance_buffer_in_days(self, standby_maintenance_buffer_in_days):
|
1024
|
+
"""
|
1025
|
+
Sets the standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseBase.
|
1026
|
+
The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database.
|
1027
|
+
This value represents the number of days before scheduled maintenance of the primary database.
|
1028
|
+
|
1029
|
+
|
1030
|
+
:param standby_maintenance_buffer_in_days: The standby_maintenance_buffer_in_days of this CreateAutonomousContainerDatabaseBase.
|
1031
|
+
:type: int
|
1032
|
+
"""
|
1033
|
+
self._standby_maintenance_buffer_in_days = standby_maintenance_buffer_in_days
|
1034
|
+
|
1035
|
+
@property
|
1036
|
+
def version_preference(self):
|
1037
|
+
"""
|
1038
|
+
Gets the version_preference of this CreateAutonomousContainerDatabaseBase.
|
1039
|
+
The next maintenance version preference.
|
1040
|
+
|
1041
|
+
Allowed values for this property are: "NEXT_RELEASE_UPDATE", "LATEST_RELEASE_UPDATE"
|
1042
|
+
|
1043
|
+
|
1044
|
+
:return: The version_preference of this CreateAutonomousContainerDatabaseBase.
|
1045
|
+
:rtype: str
|
1046
|
+
"""
|
1047
|
+
return self._version_preference
|
1048
|
+
|
1049
|
+
@version_preference.setter
|
1050
|
+
def version_preference(self, version_preference):
|
1051
|
+
"""
|
1052
|
+
Sets the version_preference of this CreateAutonomousContainerDatabaseBase.
|
1053
|
+
The next maintenance version preference.
|
1054
|
+
|
1055
|
+
|
1056
|
+
:param version_preference: The version_preference of this CreateAutonomousContainerDatabaseBase.
|
1057
|
+
:type: str
|
1058
|
+
"""
|
1059
|
+
allowed_values = ["NEXT_RELEASE_UPDATE", "LATEST_RELEASE_UPDATE"]
|
1060
|
+
if not value_allowed_none_or_none_sentinel(version_preference, allowed_values):
|
1061
|
+
raise ValueError(
|
1062
|
+
f"Invalid value for `version_preference`, must be None or one of {allowed_values}"
|
1063
|
+
)
|
1064
|
+
self._version_preference = version_preference
|
1065
|
+
|
1066
|
+
@property
|
1067
|
+
def is_dst_file_update_enabled(self):
|
1068
|
+
"""
|
1069
|
+
Gets the is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseBase.
|
1070
|
+
Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
1071
|
+
|
1072
|
+
|
1073
|
+
:return: The is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseBase.
|
1074
|
+
:rtype: bool
|
1075
|
+
"""
|
1076
|
+
return self._is_dst_file_update_enabled
|
1077
|
+
|
1078
|
+
@is_dst_file_update_enabled.setter
|
1079
|
+
def is_dst_file_update_enabled(self, is_dst_file_update_enabled):
|
1080
|
+
"""
|
1081
|
+
Sets the is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseBase.
|
1082
|
+
Indicates if an automatic DST Time Zone file update is enabled for the Autonomous Container Database. If enabled along with Release Update, patching will be done in a Non-Rolling manner.
|
1083
|
+
|
1084
|
+
|
1085
|
+
:param is_dst_file_update_enabled: The is_dst_file_update_enabled of this CreateAutonomousContainerDatabaseBase.
|
1086
|
+
:type: bool
|
1087
|
+
"""
|
1088
|
+
self._is_dst_file_update_enabled = is_dst_file_update_enabled
|
1089
|
+
|
1090
|
+
@property
|
1091
|
+
def freeform_tags(self):
|
1092
|
+
"""
|
1093
|
+
Gets the freeform_tags of this CreateAutonomousContainerDatabaseBase.
|
1094
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
1095
|
+
For more information, see `Resource Tags`__.
|
1096
|
+
|
1097
|
+
Example: `{\"Department\": \"Finance\"}`
|
1098
|
+
|
1099
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
1100
|
+
|
1101
|
+
|
1102
|
+
:return: The freeform_tags of this CreateAutonomousContainerDatabaseBase.
|
1103
|
+
:rtype: dict(str, str)
|
1104
|
+
"""
|
1105
|
+
return self._freeform_tags
|
1106
|
+
|
1107
|
+
@freeform_tags.setter
|
1108
|
+
def freeform_tags(self, freeform_tags):
|
1109
|
+
"""
|
1110
|
+
Sets the freeform_tags of this CreateAutonomousContainerDatabaseBase.
|
1111
|
+
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
1112
|
+
For more information, see `Resource Tags`__.
|
1113
|
+
|
1114
|
+
Example: `{\"Department\": \"Finance\"}`
|
1115
|
+
|
1116
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
1117
|
+
|
1118
|
+
|
1119
|
+
:param freeform_tags: The freeform_tags of this CreateAutonomousContainerDatabaseBase.
|
1120
|
+
:type: dict(str, str)
|
1121
|
+
"""
|
1122
|
+
self._freeform_tags = freeform_tags
|
1123
|
+
|
1124
|
+
@property
|
1125
|
+
def defined_tags(self):
|
1126
|
+
"""
|
1127
|
+
Gets the defined_tags of this CreateAutonomousContainerDatabaseBase.
|
1128
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
1129
|
+
For more information, see `Resource Tags`__.
|
1130
|
+
|
1131
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
1132
|
+
|
1133
|
+
|
1134
|
+
:return: The defined_tags of this CreateAutonomousContainerDatabaseBase.
|
1135
|
+
:rtype: dict(str, dict(str, object))
|
1136
|
+
"""
|
1137
|
+
return self._defined_tags
|
1138
|
+
|
1139
|
+
@defined_tags.setter
|
1140
|
+
def defined_tags(self, defined_tags):
|
1141
|
+
"""
|
1142
|
+
Sets the defined_tags of this CreateAutonomousContainerDatabaseBase.
|
1143
|
+
Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
1144
|
+
For more information, see `Resource Tags`__.
|
1145
|
+
|
1146
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm
|
1147
|
+
|
1148
|
+
|
1149
|
+
:param defined_tags: The defined_tags of this CreateAutonomousContainerDatabaseBase.
|
1150
|
+
:type: dict(str, dict(str, object))
|
1151
|
+
"""
|
1152
|
+
self._defined_tags = defined_tags
|
1153
|
+
|
1154
|
+
@property
|
1155
|
+
def backup_config(self):
|
1156
|
+
"""
|
1157
|
+
Gets the backup_config of this CreateAutonomousContainerDatabaseBase.
|
1158
|
+
|
1159
|
+
:return: The backup_config of this CreateAutonomousContainerDatabaseBase.
|
1160
|
+
:rtype: oci.database.models.AutonomousContainerDatabaseBackupConfig
|
1161
|
+
"""
|
1162
|
+
return self._backup_config
|
1163
|
+
|
1164
|
+
@backup_config.setter
|
1165
|
+
def backup_config(self, backup_config):
|
1166
|
+
"""
|
1167
|
+
Sets the backup_config of this CreateAutonomousContainerDatabaseBase.
|
1168
|
+
|
1169
|
+
:param backup_config: The backup_config of this CreateAutonomousContainerDatabaseBase.
|
1170
|
+
:type: oci.database.models.AutonomousContainerDatabaseBackupConfig
|
1171
|
+
"""
|
1172
|
+
self._backup_config = backup_config
|
1173
|
+
|
1174
|
+
@property
|
1175
|
+
def kms_key_id(self):
|
1176
|
+
"""
|
1177
|
+
Gets the kms_key_id of this CreateAutonomousContainerDatabaseBase.
|
1178
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
1179
|
+
|
1180
|
+
|
1181
|
+
:return: The kms_key_id of this CreateAutonomousContainerDatabaseBase.
|
1182
|
+
:rtype: str
|
1183
|
+
"""
|
1184
|
+
return self._kms_key_id
|
1185
|
+
|
1186
|
+
@kms_key_id.setter
|
1187
|
+
def kms_key_id(self, kms_key_id):
|
1188
|
+
"""
|
1189
|
+
Sets the kms_key_id of this CreateAutonomousContainerDatabaseBase.
|
1190
|
+
The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
|
1191
|
+
|
1192
|
+
|
1193
|
+
:param kms_key_id: The kms_key_id of this CreateAutonomousContainerDatabaseBase.
|
1194
|
+
:type: str
|
1195
|
+
"""
|
1196
|
+
self._kms_key_id = kms_key_id
|
1197
|
+
|
1198
|
+
@property
|
1199
|
+
def kms_key_version_id(self):
|
1200
|
+
"""
|
1201
|
+
Gets the kms_key_version_id of this CreateAutonomousContainerDatabaseBase.
|
1202
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
1203
|
+
|
1204
|
+
|
1205
|
+
:return: The kms_key_version_id of this CreateAutonomousContainerDatabaseBase.
|
1206
|
+
:rtype: str
|
1207
|
+
"""
|
1208
|
+
return self._kms_key_version_id
|
1209
|
+
|
1210
|
+
@kms_key_version_id.setter
|
1211
|
+
def kms_key_version_id(self, kms_key_version_id):
|
1212
|
+
"""
|
1213
|
+
Sets the kms_key_version_id of this CreateAutonomousContainerDatabaseBase.
|
1214
|
+
The OCID of the key container version that is used in database transparent data encryption (TDE) operations KMS Key can have multiple key versions. If none is specified, the current key version (latest) of the Key Id is used for the operation. Autonomous Database Serverless does not use key versions, hence is not applicable for Autonomous Database Serverless instances.
|
1215
|
+
|
1216
|
+
|
1217
|
+
:param kms_key_version_id: The kms_key_version_id of this CreateAutonomousContainerDatabaseBase.
|
1218
|
+
:type: str
|
1219
|
+
"""
|
1220
|
+
self._kms_key_version_id = kms_key_version_id
|
1221
|
+
|
1222
|
+
@property
|
1223
|
+
def vault_id(self):
|
1224
|
+
"""
|
1225
|
+
Gets the vault_id of this CreateAutonomousContainerDatabaseBase.
|
1226
|
+
The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys.
|
1227
|
+
|
1228
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1229
|
+
__ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts
|
1230
|
+
|
1231
|
+
|
1232
|
+
:return: The vault_id of this CreateAutonomousContainerDatabaseBase.
|
1233
|
+
:rtype: str
|
1234
|
+
"""
|
1235
|
+
return self._vault_id
|
1236
|
+
|
1237
|
+
@vault_id.setter
|
1238
|
+
def vault_id(self, vault_id):
|
1239
|
+
"""
|
1240
|
+
Sets the vault_id of this CreateAutonomousContainerDatabaseBase.
|
1241
|
+
The `OCID`__ of the Oracle Cloud Infrastructure `vault`__. This parameter and `secretId` are required for Customer Managed Keys.
|
1242
|
+
|
1243
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1244
|
+
__ https://docs.cloud.oracle.com/Content/KeyManagement/Concepts/keyoverview.htm#concepts
|
1245
|
+
|
1246
|
+
|
1247
|
+
:param vault_id: The vault_id of this CreateAutonomousContainerDatabaseBase.
|
1248
|
+
:type: str
|
1249
|
+
"""
|
1250
|
+
self._vault_id = vault_id
|
1251
|
+
|
1252
|
+
@property
|
1253
|
+
def key_store_id(self):
|
1254
|
+
"""
|
1255
|
+
Gets the key_store_id of this CreateAutonomousContainerDatabaseBase.
|
1256
|
+
The `OCID`__ of the key store of Oracle Vault.
|
1257
|
+
|
1258
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1259
|
+
|
1260
|
+
|
1261
|
+
:return: The key_store_id of this CreateAutonomousContainerDatabaseBase.
|
1262
|
+
:rtype: str
|
1263
|
+
"""
|
1264
|
+
return self._key_store_id
|
1265
|
+
|
1266
|
+
@key_store_id.setter
|
1267
|
+
def key_store_id(self, key_store_id):
|
1268
|
+
"""
|
1269
|
+
Sets the key_store_id of this CreateAutonomousContainerDatabaseBase.
|
1270
|
+
The `OCID`__ of the key store of Oracle Vault.
|
1271
|
+
|
1272
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1273
|
+
|
1274
|
+
|
1275
|
+
:param key_store_id: The key_store_id of this CreateAutonomousContainerDatabaseBase.
|
1276
|
+
:type: str
|
1277
|
+
"""
|
1278
|
+
self._key_store_id = key_store_id
|
1279
|
+
|
1280
|
+
@property
|
1281
|
+
def db_split_threshold(self):
|
1282
|
+
"""
|
1283
|
+
Gets the db_split_threshold of this CreateAutonomousContainerDatabaseBase.
|
1284
|
+
The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
1285
|
+
|
1286
|
+
|
1287
|
+
:return: The db_split_threshold of this CreateAutonomousContainerDatabaseBase.
|
1288
|
+
:rtype: int
|
1289
|
+
"""
|
1290
|
+
return self._db_split_threshold
|
1291
|
+
|
1292
|
+
@db_split_threshold.setter
|
1293
|
+
def db_split_threshold(self, db_split_threshold):
|
1294
|
+
"""
|
1295
|
+
Sets the db_split_threshold of this CreateAutonomousContainerDatabaseBase.
|
1296
|
+
The CPU value beyond which an Autonomous Database will be opened across multiple nodes. The default value of this attribute is 16 for OCPUs and 64 for ECPUs.
|
1297
|
+
|
1298
|
+
|
1299
|
+
:param db_split_threshold: The db_split_threshold of this CreateAutonomousContainerDatabaseBase.
|
1300
|
+
:type: int
|
1301
|
+
"""
|
1302
|
+
self._db_split_threshold = db_split_threshold
|
1303
|
+
|
1304
|
+
@property
|
1305
|
+
def vm_failover_reservation(self):
|
1306
|
+
"""
|
1307
|
+
Gets the vm_failover_reservation of this CreateAutonomousContainerDatabaseBase.
|
1308
|
+
The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|
1309
|
+
|
1310
|
+
|
1311
|
+
:return: The vm_failover_reservation of this CreateAutonomousContainerDatabaseBase.
|
1312
|
+
:rtype: int
|
1313
|
+
"""
|
1314
|
+
return self._vm_failover_reservation
|
1315
|
+
|
1316
|
+
@vm_failover_reservation.setter
|
1317
|
+
def vm_failover_reservation(self, vm_failover_reservation):
|
1318
|
+
"""
|
1319
|
+
Sets the vm_failover_reservation of this CreateAutonomousContainerDatabaseBase.
|
1320
|
+
The percentage of CPUs reserved across nodes to support node failover. Allowed values are 0%, 25%, and 50%, with 50% being the default option.
|
1321
|
+
|
1322
|
+
|
1323
|
+
:param vm_failover_reservation: The vm_failover_reservation of this CreateAutonomousContainerDatabaseBase.
|
1324
|
+
:type: int
|
1325
|
+
"""
|
1326
|
+
self._vm_failover_reservation = vm_failover_reservation
|
1327
|
+
|
1328
|
+
@property
|
1329
|
+
def distribution_affinity(self):
|
1330
|
+
"""
|
1331
|
+
Gets the distribution_affinity of this CreateAutonomousContainerDatabaseBase.
|
1332
|
+
Determines whether an Autonomous Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected.
|
1333
|
+
|
1334
|
+
Allowed values for this property are: "MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"
|
1335
|
+
|
1336
|
+
|
1337
|
+
:return: The distribution_affinity of this CreateAutonomousContainerDatabaseBase.
|
1338
|
+
:rtype: str
|
1339
|
+
"""
|
1340
|
+
return self._distribution_affinity
|
1341
|
+
|
1342
|
+
@distribution_affinity.setter
|
1343
|
+
def distribution_affinity(self, distribution_affinity):
|
1344
|
+
"""
|
1345
|
+
Sets the distribution_affinity of this CreateAutonomousContainerDatabaseBase.
|
1346
|
+
Determines whether an Autonomous Database must be opened across a minimum or maximum of nodes. By default, Minimum nodes is selected.
|
1347
|
+
|
1348
|
+
|
1349
|
+
:param distribution_affinity: The distribution_affinity of this CreateAutonomousContainerDatabaseBase.
|
1350
|
+
:type: str
|
1351
|
+
"""
|
1352
|
+
allowed_values = ["MINIMUM_DISTRIBUTION", "MAXIMUM_DISTRIBUTION"]
|
1353
|
+
if not value_allowed_none_or_none_sentinel(distribution_affinity, allowed_values):
|
1354
|
+
raise ValueError(
|
1355
|
+
f"Invalid value for `distribution_affinity`, must be None or one of {allowed_values}"
|
1356
|
+
)
|
1357
|
+
self._distribution_affinity = distribution_affinity
|
1358
|
+
|
1359
|
+
@property
|
1360
|
+
def net_services_architecture(self):
|
1361
|
+
"""
|
1362
|
+
Gets the net_services_architecture of this CreateAutonomousContainerDatabaseBase.
|
1363
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
1364
|
+
|
1365
|
+
Allowed values for this property are: "DEDICATED", "SHARED"
|
1366
|
+
|
1367
|
+
|
1368
|
+
:return: The net_services_architecture of this CreateAutonomousContainerDatabaseBase.
|
1369
|
+
:rtype: str
|
1370
|
+
"""
|
1371
|
+
return self._net_services_architecture
|
1372
|
+
|
1373
|
+
@net_services_architecture.setter
|
1374
|
+
def net_services_architecture(self, net_services_architecture):
|
1375
|
+
"""
|
1376
|
+
Sets the net_services_architecture of this CreateAutonomousContainerDatabaseBase.
|
1377
|
+
Enabling SHARED server architecture enables a database server to allow many client processes to share very few server processes, thereby increasing the number of supported users.
|
1378
|
+
|
1379
|
+
|
1380
|
+
:param net_services_architecture: The net_services_architecture of this CreateAutonomousContainerDatabaseBase.
|
1381
|
+
:type: str
|
1382
|
+
"""
|
1383
|
+
allowed_values = ["DEDICATED", "SHARED"]
|
1384
|
+
if not value_allowed_none_or_none_sentinel(net_services_architecture, allowed_values):
|
1385
|
+
raise ValueError(
|
1386
|
+
f"Invalid value for `net_services_architecture`, must be None or one of {allowed_values}"
|
1387
|
+
)
|
1388
|
+
self._net_services_architecture = net_services_architecture
|
1389
|
+
|
1390
|
+
def __repr__(self):
|
1391
|
+
return formatted_flat_dict(self)
|
1392
|
+
|
1393
|
+
def __eq__(self, other):
|
1394
|
+
if other is None:
|
1395
|
+
return False
|
1396
|
+
|
1397
|
+
return self.__dict__ == other.__dict__
|
1398
|
+
|
1399
|
+
def __ne__(self, other):
|
1400
|
+
return not self == other
|