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
@@ -25,6 +25,45 @@ class DbBackupsClientCompositeOperations(object):
|
|
25
25
|
"""
|
26
26
|
self.client = client
|
27
27
|
|
28
|
+
def cancel_backup_deletion_and_wait_for_state(self, backup_id, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
|
29
|
+
"""
|
30
|
+
Calls :py:func:`~oci.mysql.DbBackupsClient.cancel_backup_deletion` and waits for the :py:class:`~oci.mysql.models.WorkRequest`
|
31
|
+
to enter the given state(s).
|
32
|
+
|
33
|
+
:param str backup_id: (required)
|
34
|
+
The OCID of the Backup
|
35
|
+
|
36
|
+
:param list[str] wait_for_states:
|
37
|
+
An array of states to wait on. These should be valid values for :py:attr:`~oci.mysql.models.WorkRequest.status`
|
38
|
+
|
39
|
+
:param dict operation_kwargs:
|
40
|
+
A dictionary of keyword arguments to pass to :py:func:`~oci.mysql.DbBackupsClient.cancel_backup_deletion`
|
41
|
+
|
42
|
+
:param dict waiter_kwargs:
|
43
|
+
A dictionary of keyword arguments to pass to the :py:func:`oci.wait_until` function. For example, you could pass ``max_interval_seconds`` or ``max_interval_seconds``
|
44
|
+
as dictionary keys to modify how long the waiter function will wait between retries and the maximum amount of time it will wait
|
45
|
+
"""
|
46
|
+
operation_result = self.client.cancel_backup_deletion(backup_id, **operation_kwargs)
|
47
|
+
if not wait_for_states:
|
48
|
+
return operation_result
|
49
|
+
lowered_wait_for_states = [w.lower() for w in wait_for_states]
|
50
|
+
if 'opc-work-request-id' not in operation_result.headers:
|
51
|
+
return operation_result
|
52
|
+
wait_for_resource_id = operation_result.headers['opc-work-request-id']
|
53
|
+
|
54
|
+
try:
|
55
|
+
waiter_result = oci.wait_until(
|
56
|
+
self.client,
|
57
|
+
self.client.get_work_request(wait_for_resource_id),
|
58
|
+
evaluate_response=lambda r: getattr(r.data, 'status') and getattr(r.data, 'status').lower() in lowered_wait_for_states,
|
59
|
+
**waiter_kwargs
|
60
|
+
)
|
61
|
+
result_to_return = waiter_result
|
62
|
+
|
63
|
+
return result_to_return
|
64
|
+
except Exception as e:
|
65
|
+
raise oci.exceptions.CompositeOperationError(partial_results=[operation_result], cause=e)
|
66
|
+
|
28
67
|
def change_backup_compartment_and_wait_for_state(self, backup_id, change_backup_compartment_details, wait_for_states=[], operation_kwargs={}, waiter_kwargs={}):
|
29
68
|
"""
|
30
69
|
Calls :py:func:`~oci.mysql.DbBackupsClient.change_backup_compartment` and waits for the :py:class:`~oci.mysql.models.WorkRequest`
|
oci/mysql/db_system_client.py
CHANGED
@@ -165,7 +165,7 @@ class DbSystemClient(object):
|
|
165
165
|
:rtype: :class:`~oci.response.Response`
|
166
166
|
|
167
167
|
:example:
|
168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/add_heat_wave_cluster.py.html>`__ to see an example of how to use add_heat_wave_cluster API.
|
169
169
|
"""
|
170
170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
171
171
|
required_arguments = ['dbSystemId']
|
@@ -280,7 +280,7 @@ class DbSystemClient(object):
|
|
280
280
|
:rtype: :class:`~oci.response.Response`
|
281
281
|
|
282
282
|
:example:
|
283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/create_db_system.py.html>`__ to see an example of how to use create_db_system API.
|
284
284
|
"""
|
285
285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
286
286
|
required_arguments = []
|
@@ -383,7 +383,7 @@ class DbSystemClient(object):
|
|
383
383
|
:rtype: :class:`~oci.response.Response`
|
384
384
|
|
385
385
|
:example:
|
386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/delete_db_system.py.html>`__ to see an example of how to use delete_db_system API.
|
387
387
|
"""
|
388
388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
389
389
|
required_arguments = ['dbSystemId']
|
@@ -493,7 +493,7 @@ class DbSystemClient(object):
|
|
493
493
|
:rtype: :class:`~oci.response.Response`
|
494
494
|
|
495
495
|
:example:
|
496
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/delete_heat_wave_cluster.py.html>`__ to see an example of how to use delete_heat_wave_cluster API.
|
497
497
|
"""
|
498
498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
499
499
|
required_arguments = ['dbSystemId']
|
@@ -603,7 +603,7 @@ class DbSystemClient(object):
|
|
603
603
|
:rtype: :class:`~oci.response.Response`
|
604
604
|
|
605
605
|
:example:
|
606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/generate_heat_wave_cluster_memory_estimate.py.html>`__ to see an example of how to use generate_heat_wave_cluster_memory_estimate API.
|
607
607
|
"""
|
608
608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
609
609
|
required_arguments = ['dbSystemId']
|
@@ -715,7 +715,7 @@ class DbSystemClient(object):
|
|
715
715
|
:rtype: :class:`~oci.response.Response`
|
716
716
|
|
717
717
|
:example:
|
718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
719
719
|
"""
|
720
720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
721
721
|
required_arguments = ['dbSystemId']
|
@@ -826,7 +826,7 @@ class DbSystemClient(object):
|
|
826
826
|
:rtype: :class:`~oci.response.Response`
|
827
827
|
|
828
828
|
:example:
|
829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/get_heat_wave_cluster.py.html>`__ to see an example of how to use get_heat_wave_cluster API.
|
830
830
|
"""
|
831
831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
832
832
|
required_arguments = ['dbSystemId']
|
@@ -931,7 +931,7 @@ class DbSystemClient(object):
|
|
931
931
|
:rtype: :class:`~oci.response.Response`
|
932
932
|
|
933
933
|
:example:
|
934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/get_heat_wave_cluster_memory_estimate.py.html>`__ to see an example of how to use get_heat_wave_cluster_memory_estimate API.
|
935
935
|
"""
|
936
936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
937
937
|
required_arguments = ['dbSystemId']
|
@@ -1087,7 +1087,7 @@ class DbSystemClient(object):
|
|
1087
1087
|
:rtype: :class:`~oci.response.Response`
|
1088
1088
|
|
1089
1089
|
:example:
|
1090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
1091
1091
|
"""
|
1092
1092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1093
1093
|
required_arguments = ['compartmentId']
|
@@ -1253,7 +1253,7 @@ class DbSystemClient(object):
|
|
1253
1253
|
:rtype: :class:`~oci.response.Response`
|
1254
1254
|
|
1255
1255
|
:example:
|
1256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/restart_db_system.py.html>`__ to see an example of how to use restart_db_system API.
|
1257
1257
|
"""
|
1258
1258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1259
1259
|
required_arguments = ['dbSystemId']
|
@@ -1375,7 +1375,7 @@ class DbSystemClient(object):
|
|
1375
1375
|
:rtype: :class:`~oci.response.Response`
|
1376
1376
|
|
1377
1377
|
:example:
|
1378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/restart_heat_wave_cluster.py.html>`__ to see an example of how to use restart_heat_wave_cluster API.
|
1379
1379
|
"""
|
1380
1380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1381
1381
|
required_arguments = ['dbSystemId']
|
@@ -1495,7 +1495,7 @@ class DbSystemClient(object):
|
|
1495
1495
|
:rtype: :class:`~oci.response.Response`
|
1496
1496
|
|
1497
1497
|
:example:
|
1498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/start_db_system.py.html>`__ to see an example of how to use start_db_system API.
|
1499
1499
|
"""
|
1500
1500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1501
1501
|
required_arguments = ['dbSystemId']
|
@@ -1615,7 +1615,7 @@ class DbSystemClient(object):
|
|
1615
1615
|
:rtype: :class:`~oci.response.Response`
|
1616
1616
|
|
1617
1617
|
:example:
|
1618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1618
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/start_heat_wave_cluster.py.html>`__ to see an example of how to use start_heat_wave_cluster API.
|
1619
1619
|
"""
|
1620
1620
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1621
1621
|
required_arguments = ['dbSystemId']
|
@@ -1740,7 +1740,7 @@ class DbSystemClient(object):
|
|
1740
1740
|
:rtype: :class:`~oci.response.Response`
|
1741
1741
|
|
1742
1742
|
:example:
|
1743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/stop_db_system.py.html>`__ to see an example of how to use stop_db_system API.
|
1744
1744
|
"""
|
1745
1745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1746
1746
|
required_arguments = ['dbSystemId']
|
@@ -1862,7 +1862,7 @@ class DbSystemClient(object):
|
|
1862
1862
|
:rtype: :class:`~oci.response.Response`
|
1863
1863
|
|
1864
1864
|
:example:
|
1865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/stop_heat_wave_cluster.py.html>`__ to see an example of how to use stop_heat_wave_cluster API.
|
1866
1866
|
"""
|
1867
1867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1868
1868
|
required_arguments = ['dbSystemId']
|
@@ -1984,7 +1984,7 @@ class DbSystemClient(object):
|
|
1984
1984
|
:rtype: :class:`~oci.response.Response`
|
1985
1985
|
|
1986
1986
|
:example:
|
1987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
1988
1988
|
"""
|
1989
1989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1990
1990
|
required_arguments = ['dbSystemId']
|
@@ -2098,7 +2098,7 @@ class DbSystemClient(object):
|
|
2098
2098
|
:rtype: :class:`~oci.response.Response`
|
2099
2099
|
|
2100
2100
|
:example:
|
2101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.154.1/mysql/update_heat_wave_cluster.py.html>`__ to see an example of how to use update_heat_wave_cluster API.
|
2102
2102
|
"""
|
2103
2103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2104
2104
|
required_arguments = ['dbSystemId']
|
oci/mysql/models/backup.py
CHANGED
@@ -24,6 +24,14 @@ class Backup(object):
|
|
24
24
|
__ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm
|
25
25
|
"""
|
26
26
|
|
27
|
+
#: A constant which can be used with the soft_delete property of a Backup.
|
28
|
+
#: This constant has a value of "ENABLED"
|
29
|
+
SOFT_DELETE_ENABLED = "ENABLED"
|
30
|
+
|
31
|
+
#: A constant which can be used with the soft_delete property of a Backup.
|
32
|
+
#: This constant has a value of "DISABLED"
|
33
|
+
SOFT_DELETE_DISABLED = "DISABLED"
|
34
|
+
|
27
35
|
#: A constant which can be used with the lifecycle_state property of a Backup.
|
28
36
|
#: This constant has a value of "CREATING"
|
29
37
|
LIFECYCLE_STATE_CREATING = "CREATING"
|
@@ -52,6 +60,10 @@ class Backup(object):
|
|
52
60
|
#: This constant has a value of "FAILED"
|
53
61
|
LIFECYCLE_STATE_FAILED = "FAILED"
|
54
62
|
|
63
|
+
#: A constant which can be used with the lifecycle_state property of a Backup.
|
64
|
+
#: This constant has a value of "DELETE_SCHEDULED"
|
65
|
+
LIFECYCLE_STATE_DELETE_SCHEDULED = "DELETE_SCHEDULED"
|
66
|
+
|
55
67
|
#: A constant which can be used with the backup_type property of a Backup.
|
56
68
|
#: This constant has a value of "FULL"
|
57
69
|
BACKUP_TYPE_FULL = "FULL"
|
@@ -89,6 +101,12 @@ class Backup(object):
|
|
89
101
|
The value to assign to the description property of this Backup.
|
90
102
|
:type description: str
|
91
103
|
|
104
|
+
:param soft_delete:
|
105
|
+
The value to assign to the soft_delete property of this Backup.
|
106
|
+
Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'.
|
107
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
108
|
+
:type soft_delete: str
|
109
|
+
|
92
110
|
:param compartment_id:
|
93
111
|
The value to assign to the compartment_id property of this Backup.
|
94
112
|
:type compartment_id: str
|
@@ -103,7 +121,7 @@ class Backup(object):
|
|
103
121
|
|
104
122
|
:param lifecycle_state:
|
105
123
|
The value to assign to the lifecycle_state property of this Backup.
|
106
|
-
Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
124
|
+
Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "DELETE_SCHEDULED", 'UNKNOWN_ENUM_VALUE'.
|
107
125
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
108
126
|
:type lifecycle_state: str
|
109
127
|
|
@@ -180,6 +198,7 @@ class Backup(object):
|
|
180
198
|
'id': 'str',
|
181
199
|
'display_name': 'str',
|
182
200
|
'description': 'str',
|
201
|
+
'soft_delete': 'str',
|
183
202
|
'compartment_id': 'str',
|
184
203
|
'time_created': 'datetime',
|
185
204
|
'time_updated': 'datetime',
|
@@ -205,6 +224,7 @@ class Backup(object):
|
|
205
224
|
'id': 'id',
|
206
225
|
'display_name': 'displayName',
|
207
226
|
'description': 'description',
|
227
|
+
'soft_delete': 'softDelete',
|
208
228
|
'compartment_id': 'compartmentId',
|
209
229
|
'time_created': 'timeCreated',
|
210
230
|
'time_updated': 'timeUpdated',
|
@@ -229,6 +249,7 @@ class Backup(object):
|
|
229
249
|
self._id = None
|
230
250
|
self._display_name = None
|
231
251
|
self._description = None
|
252
|
+
self._soft_delete = None
|
232
253
|
self._compartment_id = None
|
233
254
|
self._time_created = None
|
234
255
|
self._time_updated = None
|
@@ -322,6 +343,38 @@ class Backup(object):
|
|
322
343
|
"""
|
323
344
|
self._description = description
|
324
345
|
|
346
|
+
@property
|
347
|
+
def soft_delete(self):
|
348
|
+
"""
|
349
|
+
Gets the soft_delete of this Backup.
|
350
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
351
|
+
state for 7 days before permanently deleting it.
|
352
|
+
|
353
|
+
Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'.
|
354
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
355
|
+
|
356
|
+
|
357
|
+
:return: The soft_delete of this Backup.
|
358
|
+
:rtype: str
|
359
|
+
"""
|
360
|
+
return self._soft_delete
|
361
|
+
|
362
|
+
@soft_delete.setter
|
363
|
+
def soft_delete(self, soft_delete):
|
364
|
+
"""
|
365
|
+
Sets the soft_delete of this Backup.
|
366
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
367
|
+
state for 7 days before permanently deleting it.
|
368
|
+
|
369
|
+
|
370
|
+
:param soft_delete: The soft_delete of this Backup.
|
371
|
+
:type: str
|
372
|
+
"""
|
373
|
+
allowed_values = ["ENABLED", "DISABLED"]
|
374
|
+
if not value_allowed_none_or_none_sentinel(soft_delete, allowed_values):
|
375
|
+
soft_delete = 'UNKNOWN_ENUM_VALUE'
|
376
|
+
self._soft_delete = soft_delete
|
377
|
+
|
325
378
|
@property
|
326
379
|
def compartment_id(self):
|
327
380
|
"""
|
@@ -400,7 +453,7 @@ class Backup(object):
|
|
400
453
|
**[Required]** Gets the lifecycle_state of this Backup.
|
401
454
|
The state of the backup.
|
402
455
|
|
403
|
-
Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
456
|
+
Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "DELETE_SCHEDULED", 'UNKNOWN_ENUM_VALUE'.
|
404
457
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
405
458
|
|
406
459
|
|
@@ -419,7 +472,7 @@ class Backup(object):
|
|
419
472
|
:param lifecycle_state: The lifecycle_state of this Backup.
|
420
473
|
:type: str
|
421
474
|
"""
|
422
|
-
allowed_values = ["CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED"]
|
475
|
+
allowed_values = ["CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "DELETE_SCHEDULED"]
|
423
476
|
if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
|
424
477
|
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
425
478
|
self._lifecycle_state = lifecycle_state
|
@@ -15,6 +15,14 @@ class BackupPolicy(object):
|
|
15
15
|
The Backup policy for the DB System.
|
16
16
|
"""
|
17
17
|
|
18
|
+
#: A constant which can be used with the soft_delete property of a BackupPolicy.
|
19
|
+
#: This constant has a value of "ENABLED"
|
20
|
+
SOFT_DELETE_ENABLED = "ENABLED"
|
21
|
+
|
22
|
+
#: A constant which can be used with the soft_delete property of a BackupPolicy.
|
23
|
+
#: This constant has a value of "DISABLED"
|
24
|
+
SOFT_DELETE_DISABLED = "DISABLED"
|
25
|
+
|
18
26
|
def __init__(self, **kwargs):
|
19
27
|
"""
|
20
28
|
Initializes a new BackupPolicy object with values from keyword arguments.
|
@@ -24,6 +32,12 @@ class BackupPolicy(object):
|
|
24
32
|
The value to assign to the is_enabled property of this BackupPolicy.
|
25
33
|
:type is_enabled: bool
|
26
34
|
|
35
|
+
:param soft_delete:
|
36
|
+
The value to assign to the soft_delete property of this BackupPolicy.
|
37
|
+
Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'.
|
38
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
39
|
+
:type soft_delete: str
|
40
|
+
|
27
41
|
:param copy_policies:
|
28
42
|
The value to assign to the copy_policies property of this BackupPolicy.
|
29
43
|
:type copy_policies: list[oci.mysql.models.CopyPolicy]
|
@@ -51,6 +65,7 @@ class BackupPolicy(object):
|
|
51
65
|
"""
|
52
66
|
self.swagger_types = {
|
53
67
|
'is_enabled': 'bool',
|
68
|
+
'soft_delete': 'str',
|
54
69
|
'copy_policies': 'list[CopyPolicy]',
|
55
70
|
'window_start_time': 'str',
|
56
71
|
'retention_in_days': 'int',
|
@@ -60,6 +75,7 @@ class BackupPolicy(object):
|
|
60
75
|
}
|
61
76
|
self.attribute_map = {
|
62
77
|
'is_enabled': 'isEnabled',
|
78
|
+
'soft_delete': 'softDelete',
|
63
79
|
'copy_policies': 'copyPolicies',
|
64
80
|
'window_start_time': 'windowStartTime',
|
65
81
|
'retention_in_days': 'retentionInDays',
|
@@ -68,6 +84,7 @@ class BackupPolicy(object):
|
|
68
84
|
'pitr_policy': 'pitrPolicy'
|
69
85
|
}
|
70
86
|
self._is_enabled = None
|
87
|
+
self._soft_delete = None
|
71
88
|
self._copy_policies = None
|
72
89
|
self._window_start_time = None
|
73
90
|
self._retention_in_days = None
|
@@ -99,6 +116,38 @@ class BackupPolicy(object):
|
|
99
116
|
"""
|
100
117
|
self._is_enabled = is_enabled
|
101
118
|
|
119
|
+
@property
|
120
|
+
def soft_delete(self):
|
121
|
+
"""
|
122
|
+
Gets the soft_delete of this BackupPolicy.
|
123
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
124
|
+
state for 7 days before permanently deleting it.
|
125
|
+
|
126
|
+
Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'.
|
127
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
128
|
+
|
129
|
+
|
130
|
+
:return: The soft_delete of this BackupPolicy.
|
131
|
+
:rtype: str
|
132
|
+
"""
|
133
|
+
return self._soft_delete
|
134
|
+
|
135
|
+
@soft_delete.setter
|
136
|
+
def soft_delete(self, soft_delete):
|
137
|
+
"""
|
138
|
+
Sets the soft_delete of this BackupPolicy.
|
139
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
140
|
+
state for 7 days before permanently deleting it.
|
141
|
+
|
142
|
+
|
143
|
+
:param soft_delete: The soft_delete of this BackupPolicy.
|
144
|
+
:type: str
|
145
|
+
"""
|
146
|
+
allowed_values = ["ENABLED", "DISABLED"]
|
147
|
+
if not value_allowed_none_or_none_sentinel(soft_delete, allowed_values):
|
148
|
+
soft_delete = 'UNKNOWN_ENUM_VALUE'
|
149
|
+
self._soft_delete = soft_delete
|
150
|
+
|
102
151
|
@property
|
103
152
|
def copy_policies(self):
|
104
153
|
"""
|
@@ -22,6 +22,14 @@ class BackupSummary(object):
|
|
22
22
|
__ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm
|
23
23
|
"""
|
24
24
|
|
25
|
+
#: A constant which can be used with the soft_delete property of a BackupSummary.
|
26
|
+
#: This constant has a value of "ENABLED"
|
27
|
+
SOFT_DELETE_ENABLED = "ENABLED"
|
28
|
+
|
29
|
+
#: A constant which can be used with the soft_delete property of a BackupSummary.
|
30
|
+
#: This constant has a value of "DISABLED"
|
31
|
+
SOFT_DELETE_DISABLED = "DISABLED"
|
32
|
+
|
25
33
|
def __init__(self, **kwargs):
|
26
34
|
"""
|
27
35
|
Initializes a new BackupSummary object with values from keyword arguments.
|
@@ -39,6 +47,12 @@ class BackupSummary(object):
|
|
39
47
|
The value to assign to the description property of this BackupSummary.
|
40
48
|
:type description: str
|
41
49
|
|
50
|
+
:param soft_delete:
|
51
|
+
The value to assign to the soft_delete property of this BackupSummary.
|
52
|
+
Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'.
|
53
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
54
|
+
:type soft_delete: str
|
55
|
+
|
42
56
|
:param time_created:
|
43
57
|
The value to assign to the time_created property of this BackupSummary.
|
44
58
|
:type time_created: datetime
|
@@ -47,6 +61,10 @@ class BackupSummary(object):
|
|
47
61
|
The value to assign to the lifecycle_state property of this BackupSummary.
|
48
62
|
:type lifecycle_state: str
|
49
63
|
|
64
|
+
:param lifecycle_details:
|
65
|
+
The value to assign to the lifecycle_details property of this BackupSummary.
|
66
|
+
:type lifecycle_details: str
|
67
|
+
|
50
68
|
:param backup_type:
|
51
69
|
The value to assign to the backup_type property of this BackupSummary.
|
52
70
|
:type backup_type: str
|
@@ -116,8 +134,10 @@ class BackupSummary(object):
|
|
116
134
|
'id': 'str',
|
117
135
|
'display_name': 'str',
|
118
136
|
'description': 'str',
|
137
|
+
'soft_delete': 'str',
|
119
138
|
'time_created': 'datetime',
|
120
139
|
'lifecycle_state': 'str',
|
140
|
+
'lifecycle_details': 'str',
|
121
141
|
'backup_type': 'str',
|
122
142
|
'creation_type': 'str',
|
123
143
|
'db_system_id': 'str',
|
@@ -139,8 +159,10 @@ class BackupSummary(object):
|
|
139
159
|
'id': 'id',
|
140
160
|
'display_name': 'displayName',
|
141
161
|
'description': 'description',
|
162
|
+
'soft_delete': 'softDelete',
|
142
163
|
'time_created': 'timeCreated',
|
143
164
|
'lifecycle_state': 'lifecycleState',
|
165
|
+
'lifecycle_details': 'lifecycleDetails',
|
144
166
|
'backup_type': 'backupType',
|
145
167
|
'creation_type': 'creationType',
|
146
168
|
'db_system_id': 'dbSystemId',
|
@@ -161,8 +183,10 @@ class BackupSummary(object):
|
|
161
183
|
self._id = None
|
162
184
|
self._display_name = None
|
163
185
|
self._description = None
|
186
|
+
self._soft_delete = None
|
164
187
|
self._time_created = None
|
165
188
|
self._lifecycle_state = None
|
189
|
+
self._lifecycle_details = None
|
166
190
|
self._backup_type = None
|
167
191
|
self._creation_type = None
|
168
192
|
self._db_system_id = None
|
@@ -252,6 +276,38 @@ class BackupSummary(object):
|
|
252
276
|
"""
|
253
277
|
self._description = description
|
254
278
|
|
279
|
+
@property
|
280
|
+
def soft_delete(self):
|
281
|
+
"""
|
282
|
+
Gets the soft_delete of this BackupSummary.
|
283
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
284
|
+
state for 7 days before permanently deleting it.
|
285
|
+
|
286
|
+
Allowed values for this property are: "ENABLED", "DISABLED", 'UNKNOWN_ENUM_VALUE'.
|
287
|
+
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
288
|
+
|
289
|
+
|
290
|
+
:return: The soft_delete of this BackupSummary.
|
291
|
+
:rtype: str
|
292
|
+
"""
|
293
|
+
return self._soft_delete
|
294
|
+
|
295
|
+
@soft_delete.setter
|
296
|
+
def soft_delete(self, soft_delete):
|
297
|
+
"""
|
298
|
+
Sets the soft_delete of this BackupSummary.
|
299
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
300
|
+
state for 7 days before permanently deleting it.
|
301
|
+
|
302
|
+
|
303
|
+
:param soft_delete: The soft_delete of this BackupSummary.
|
304
|
+
:type: str
|
305
|
+
"""
|
306
|
+
allowed_values = ["ENABLED", "DISABLED"]
|
307
|
+
if not value_allowed_none_or_none_sentinel(soft_delete, allowed_values):
|
308
|
+
soft_delete = 'UNKNOWN_ENUM_VALUE'
|
309
|
+
self._soft_delete = soft_delete
|
310
|
+
|
255
311
|
@property
|
256
312
|
def time_created(self):
|
257
313
|
"""
|
@@ -300,6 +356,30 @@ class BackupSummary(object):
|
|
300
356
|
"""
|
301
357
|
self._lifecycle_state = lifecycle_state
|
302
358
|
|
359
|
+
@property
|
360
|
+
def lifecycle_details(self):
|
361
|
+
"""
|
362
|
+
Gets the lifecycle_details of this BackupSummary.
|
363
|
+
Additional information about the current lifecycleState.
|
364
|
+
|
365
|
+
|
366
|
+
:return: The lifecycle_details of this BackupSummary.
|
367
|
+
:rtype: str
|
368
|
+
"""
|
369
|
+
return self._lifecycle_details
|
370
|
+
|
371
|
+
@lifecycle_details.setter
|
372
|
+
def lifecycle_details(self, lifecycle_details):
|
373
|
+
"""
|
374
|
+
Sets the lifecycle_details of this BackupSummary.
|
375
|
+
Additional information about the current lifecycleState.
|
376
|
+
|
377
|
+
|
378
|
+
:param lifecycle_details: The lifecycle_details of this BackupSummary.
|
379
|
+
:type: str
|
380
|
+
"""
|
381
|
+
self._lifecycle_details = lifecycle_details
|
382
|
+
|
303
383
|
@property
|
304
384
|
def backup_type(self):
|
305
385
|
"""
|
@@ -15,6 +15,14 @@ class CreateBackupDetails(object):
|
|
15
15
|
Complete information for a Backup.
|
16
16
|
"""
|
17
17
|
|
18
|
+
#: A constant which can be used with the soft_delete property of a CreateBackupDetails.
|
19
|
+
#: This constant has a value of "ENABLED"
|
20
|
+
SOFT_DELETE_ENABLED = "ENABLED"
|
21
|
+
|
22
|
+
#: A constant which can be used with the soft_delete property of a CreateBackupDetails.
|
23
|
+
#: This constant has a value of "DISABLED"
|
24
|
+
SOFT_DELETE_DISABLED = "DISABLED"
|
25
|
+
|
18
26
|
#: A constant which can be used with the backup_type property of a CreateBackupDetails.
|
19
27
|
#: This constant has a value of "FULL"
|
20
28
|
BACKUP_TYPE_FULL = "FULL"
|
@@ -36,6 +44,11 @@ class CreateBackupDetails(object):
|
|
36
44
|
The value to assign to the description property of this CreateBackupDetails.
|
37
45
|
:type description: str
|
38
46
|
|
47
|
+
:param soft_delete:
|
48
|
+
The value to assign to the soft_delete property of this CreateBackupDetails.
|
49
|
+
Allowed values for this property are: "ENABLED", "DISABLED"
|
50
|
+
:type soft_delete: str
|
51
|
+
|
39
52
|
:param backup_type:
|
40
53
|
The value to assign to the backup_type property of this CreateBackupDetails.
|
41
54
|
Allowed values for this property are: "FULL", "INCREMENTAL"
|
@@ -61,6 +74,7 @@ class CreateBackupDetails(object):
|
|
61
74
|
self.swagger_types = {
|
62
75
|
'display_name': 'str',
|
63
76
|
'description': 'str',
|
77
|
+
'soft_delete': 'str',
|
64
78
|
'backup_type': 'str',
|
65
79
|
'db_system_id': 'str',
|
66
80
|
'retention_in_days': 'int',
|
@@ -70,6 +84,7 @@ class CreateBackupDetails(object):
|
|
70
84
|
self.attribute_map = {
|
71
85
|
'display_name': 'displayName',
|
72
86
|
'description': 'description',
|
87
|
+
'soft_delete': 'softDelete',
|
73
88
|
'backup_type': 'backupType',
|
74
89
|
'db_system_id': 'dbSystemId',
|
75
90
|
'retention_in_days': 'retentionInDays',
|
@@ -78,6 +93,7 @@ class CreateBackupDetails(object):
|
|
78
93
|
}
|
79
94
|
self._display_name = None
|
80
95
|
self._description = None
|
96
|
+
self._soft_delete = None
|
81
97
|
self._backup_type = None
|
82
98
|
self._db_system_id = None
|
83
99
|
self._retention_in_days = None
|
@@ -132,6 +148,39 @@ class CreateBackupDetails(object):
|
|
132
148
|
"""
|
133
149
|
self._description = description
|
134
150
|
|
151
|
+
@property
|
152
|
+
def soft_delete(self):
|
153
|
+
"""
|
154
|
+
Gets the soft_delete of this CreateBackupDetails.
|
155
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
156
|
+
state for 7 days before permanently deleting it.
|
157
|
+
|
158
|
+
Allowed values for this property are: "ENABLED", "DISABLED"
|
159
|
+
|
160
|
+
|
161
|
+
:return: The soft_delete of this CreateBackupDetails.
|
162
|
+
:rtype: str
|
163
|
+
"""
|
164
|
+
return self._soft_delete
|
165
|
+
|
166
|
+
@soft_delete.setter
|
167
|
+
def soft_delete(self, soft_delete):
|
168
|
+
"""
|
169
|
+
Sets the soft_delete of this CreateBackupDetails.
|
170
|
+
Retains the backup to be deleted due to the retention policy in DELETE SCHEDULED
|
171
|
+
state for 7 days before permanently deleting it.
|
172
|
+
|
173
|
+
|
174
|
+
:param soft_delete: The soft_delete of this CreateBackupDetails.
|
175
|
+
:type: str
|
176
|
+
"""
|
177
|
+
allowed_values = ["ENABLED", "DISABLED"]
|
178
|
+
if not value_allowed_none_or_none_sentinel(soft_delete, allowed_values):
|
179
|
+
raise ValueError(
|
180
|
+
f"Invalid value for `soft_delete`, must be None or one of {allowed_values}"
|
181
|
+
)
|
182
|
+
self._soft_delete = soft_delete
|
183
|
+
|
135
184
|
@property
|
136
185
|
def backup_type(self):
|
137
186
|
"""
|