oci 2.144.0__py3-none-any.whl → 2.145.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +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_speech/models/realtime_parameters.py +61 -4
- 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 +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- 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/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -3
- oci/auth/signers/key_pair_signer.py +6 -5
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/base_client.py +2 -2
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +84 -84
- 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/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 +44 -44
- oci/container_engine/models/cluster_create_options.py +47 -0
- oci/container_engine/models/cluster_endpoints.py +33 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +256 -256
- 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 +306 -306
- oci/data_science/data_science_client.py +101 -101
- oci/database/database_client.py +409 -404
- oci/database/models/__init__.py +8 -0
- oci/database/models/autonomous_container_database.py +89 -0
- oci/database/models/autonomous_container_database_summary.py +89 -0
- oci/database/models/autonomous_database.py +64 -2
- oci/database/models/autonomous_database_backup.py +15 -3
- oci/database/models/autonomous_database_backup_summary.py +15 -3
- oci/database/models/autonomous_database_standby_summary.py +93 -0
- oci/database/models/autonomous_database_summary.py +64 -2
- oci/database/models/autonomous_dw_database.py +64 -2
- oci/database/models/backup_destination.py +95 -2
- oci/database/models/backup_destination_configuration_summary.py +387 -0
- oci/database/models/backup_destination_details_summary.py +356 -0
- oci/database/models/backup_destination_properties.py +134 -0
- oci/database/models/backup_destination_summary.py +95 -2
- oci/database/models/create_autonomous_database_clone_details.py +7 -3
- oci/database/models/create_autonomous_database_from_backup_details.py +40 -5
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +40 -5
- oci/database/models/create_data_guard_association_with_new_db_system_details.py +33 -0
- oci/database/models/db_system.py +96 -10
- oci/database/models/db_system_summary.py +96 -10
- oci/database/models/launch_db_system_base.py +33 -0
- oci/database/models/launch_db_system_details.py +7 -0
- oci/database/models/launch_db_system_from_backup_details.py +7 -0
- oci/database/models/launch_db_system_from_database_details.py +7 -0
- oci/database/models/launch_db_system_from_db_system_details.py +7 -0
- oci/database/models/recovery_appliance_details.py +134 -0
- oci/database/models/restore_autonomous_database_details.py +1 -1
- oci/database_management/db_management_client.py +228 -228
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +9 -9
- 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_tools/database_tools_client.py +23 -23
- 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/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 +68 -68
- oci/file_storage/models/file_system.py +33 -0
- oci/file_storage/models/file_system_summary.py +33 -0
- oci/file_storage/models/filesystem_snapshot_policy.py +35 -2
- oci/file_storage/models/filesystem_snapshot_policy_summary.py +35 -2
- oci/file_storage/models/ldap_bind_account.py +7 -0
- oci/file_storage/models/ldap_bind_account_summary.py +7 -0
- oci/file_storage/models/mount_target.py +35 -2
- oci/file_storage/models/mount_target_summary.py +35 -2
- oci/file_storage/models/outbound_connector.py +35 -2
- oci/file_storage/models/outbound_connector_summary.py +35 -2
- oci/file_storage/models/replication.py +35 -2
- oci/file_storage/models/replication_summary.py +33 -0
- oci/file_storage/models/replication_target.py +33 -0
- oci/file_storage/models/replication_target_summary.py +33 -0
- oci/file_storage/models/snapshot.py +33 -0
- oci/file_storage/models/snapshot_summary.py +35 -2
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- 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 +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
- 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 +90 -90
- oci/golden_gate/models/__init__.py +24 -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 +1 -1
- oci/golden_gate/models/amazon_s3_connection_summary.py +1 -1
- 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_synapse_connection.py +1 -1
- oci/golden_gate/models/azure_synapse_connection_summary.py +1 -1
- oci/golden_gate/models/connection.py +59 -35
- oci/golden_gate/models/connection_summary.py +62 -38
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +3 -1
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +3 -1
- oci/golden_gate/models/create_amazon_s3_connection_details.py +3 -1
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +7 -1
- oci/golden_gate/models/create_azure_synapse_connection_details.py +3 -1
- oci/golden_gate/models/create_connection_details.py +58 -34
- oci/golden_gate/models/create_database_registration_details.py +4 -0
- oci/golden_gate/models/create_databricks_connection_details.py +437 -0
- oci/golden_gate/models/create_db2_connection_details.py +7 -1
- oci/golden_gate/models/create_elasticsearch_connection_details.py +3 -1
- oci/golden_gate/models/create_generic_connection_details.py +1 -1
- oci/golden_gate/models/create_golden_gate_connection_details.py +3 -1
- oci/golden_gate/models/create_google_big_query_connection_details.py +3 -1
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +3 -1
- oci/golden_gate/models/create_google_pub_sub_connection_details.py +241 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/create_java_message_service_connection_details.py +15 -1
- oci/golden_gate/models/create_kafka_connection_details.py +13 -1
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +13 -1
- oci/golden_gate/models/create_microsoft_fabric_connection_details.py +336 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +3 -1
- oci/golden_gate/models/create_mongo_db_connection_details.py +209 -3
- oci/golden_gate/models/create_mysql_connection_details.py +5 -1
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +43 -4
- oci/golden_gate/models/create_oracle_connection_details.py +5 -1
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +43 -4
- oci/golden_gate/models/create_postgresql_connection_details.py +5 -1
- oci/golden_gate/models/create_redis_connection_details.py +11 -1
- oci/golden_gate/models/create_snowflake_connection_details.py +7 -1
- oci/golden_gate/models/databricks_connection.py +456 -0
- oci/golden_gate/models/databricks_connection_summary.py +418 -0
- oci/golden_gate/models/db2_connection.py +1 -1
- oci/golden_gate/models/db2_connection_summary.py +1 -1
- oci/golden_gate/models/deployment_type_summary.py +15 -3
- oci/golden_gate/models/elasticsearch_connection.py +1 -1
- 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/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 +1 -1
- oci/golden_gate/models/google_big_query_connection_summary.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection.py +1 -1
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +1 -1
- oci/golden_gate/models/google_pub_sub_connection.py +271 -0
- oci/golden_gate/models/google_pub_sub_connection_summary.py +255 -0
- oci/golden_gate/models/hdfs_connection.py +1 -1
- oci/golden_gate/models/hdfs_connection_summary.py +1 -1
- 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 +372 -0
- oci/golden_gate/models/microsoft_fabric_connection_summary.py +352 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +1 -1
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +1 -1
- oci/golden_gate/models/mongo_db_connection.py +141 -6
- oci/golden_gate/models/mongo_db_connection_summary.py +110 -3
- oci/golden_gate/models/mysql_connection.py +1 -1
- oci/golden_gate/models/mysql_connection_summary.py +1 -1
- oci/golden_gate/models/oci_object_storage_connection.py +38 -3
- oci/golden_gate/models/oci_object_storage_connection_summary.py +38 -3
- oci/golden_gate/models/oracle_connection.py +24 -4
- oci/golden_gate/models/oracle_connection_summary.py +1 -1
- oci/golden_gate/models/oracle_nosql_connection.py +38 -3
- oci/golden_gate/models/oracle_nosql_connection_summary.py +38 -3
- oci/golden_gate/models/postgresql_connection.py +8 -4
- 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/snowflake_connection.py +1 -1
- oci/golden_gate/models/snowflake_connection_summary.py +1 -1
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +3 -1
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +3 -1
- oci/golden_gate/models/update_amazon_s3_connection_details.py +3 -1
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +7 -1
- oci/golden_gate/models/update_azure_synapse_connection_details.py +3 -1
- oci/golden_gate/models/update_connection_details.py +46 -22
- oci/golden_gate/models/update_database_registration_details.py +4 -0
- oci/golden_gate/models/update_databricks_connection_details.py +392 -0
- oci/golden_gate/models/update_db2_connection_details.py +7 -1
- oci/golden_gate/models/update_elasticsearch_connection_details.py +3 -1
- oci/golden_gate/models/update_generic_connection_details.py +1 -1
- oci/golden_gate/models/update_golden_gate_connection_details.py +3 -1
- oci/golden_gate/models/update_google_big_query_connection_details.py +3 -1
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +3 -1
- oci/golden_gate/models/update_google_pub_sub_connection_details.py +196 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +1 -1
- oci/golden_gate/models/update_java_message_service_connection_details.py +15 -1
- oci/golden_gate/models/update_kafka_connection_details.py +13 -1
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +13 -1
- oci/golden_gate/models/update_microsoft_fabric_connection_details.py +291 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +3 -1
- oci/golden_gate/models/update_mongo_db_connection_details.py +209 -3
- oci/golden_gate/models/update_mysql_connection_details.py +5 -1
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +42 -3
- oci/golden_gate/models/update_oracle_connection_details.py +5 -1
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +42 -3
- oci/golden_gate/models/update_postgresql_connection_details.py +5 -1
- oci/golden_gate/models/update_redis_connection_details.py +11 -1
- oci/golden_gate/models/update_snowflake_connection_details.py +7 -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 +653 -75
- oci/jms/models/__init__.py +24 -0
- oci/jms/models/fleet_error_aggregation.py +119 -0
- oci/jms/models/fleet_error_aggregation_collection.py +72 -0
- oci/jms/models/fleet_error_aggregation_summary.py +103 -0
- oci/jms/models/fleet_error_collection.py +72 -0
- oci/jms/models/fleet_error_details.py +156 -0
- oci/jms/models/fleet_error_summary.py +235 -0
- oci/jms/models/generate_agent_installer_configuration_details.py +2 -2
- oci/jms/models/operating_system.py +31 -0
- oci/jms/models/plugin_error_aggregation.py +123 -0
- oci/jms/models/plugin_error_aggregation_collection.py +72 -0
- oci/jms/models/plugin_error_aggregation_summary.py +103 -0
- oci/jms/models/plugin_error_collection.py +72 -0
- oci/jms/models/plugin_error_details.py +160 -0
- oci/jms/models/plugin_error_summary.py +282 -0
- 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 +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_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/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- 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 +16 -16
- 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 +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- 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 +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- 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 +13 -13
- 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/models/__init__.py +42 -0
- oci/stack_monitoring/models/alarm_condition.py +588 -0
- oci/stack_monitoring/models/alarm_condition_collection.py +72 -0
- oci/stack_monitoring/models/alarm_condition_summary.py +588 -0
- oci/stack_monitoring/models/associated_monitored_resource.py +7 -3
- oci/stack_monitoring/models/associated_resources_summary.py +7 -3
- oci/stack_monitoring/models/condition.py +243 -0
- oci/stack_monitoring/models/create_alarm_condition_details.py +309 -0
- oci/stack_monitoring/models/create_license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/create_monitored_resource_details.py +7 -3
- oci/stack_monitoring/models/create_monitoring_template_details.py +406 -0
- oci/stack_monitoring/models/defined_alarm_condition.py +150 -0
- oci/stack_monitoring/models/defined_monitoring_template_collection.py +72 -0
- oci/stack_monitoring/models/defined_monitoring_template_summary.py +326 -0
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/models/license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/license_auto_assign_config_summary.py +7 -3
- oci/stack_monitoring/models/manage_license_details.py +7 -3
- oci/stack_monitoring/models/member_reference.py +154 -0
- oci/stack_monitoring/models/metric_extension.py +2 -2
- oci/stack_monitoring/models/metric_extension_metric_aggregation_collection.py +72 -0
- oci/stack_monitoring/models/metric_extension_resource_aggregation.py +105 -0
- oci/stack_monitoring/models/metric_extension_resource_aggregation_collection.py +72 -0
- oci/stack_monitoring/models/metric_extensions_metric_aggregation.py +105 -0
- oci/stack_monitoring/models/monitored_resource.py +7 -3
- oci/stack_monitoring/models/monitored_resource_member_summary.py +7 -3
- oci/stack_monitoring/models/monitored_resource_summary.py +7 -3
- oci/stack_monitoring/models/monitored_resource_type.py +31 -0
- oci/stack_monitoring/models/monitored_resource_type_summary.py +31 -0
- oci/stack_monitoring/models/monitoring_template.py +743 -0
- oci/stack_monitoring/models/monitoring_template_collection.py +72 -0
- oci/stack_monitoring/models/monitoring_template_summary.py +599 -0
- oci/stack_monitoring/models/request_summarized_metric_extensions_metrics_details.py +263 -0
- oci/stack_monitoring/models/request_summarized_metric_extensions_resources_details.py +357 -0
- oci/stack_monitoring/models/search_monitored_resources_details.py +7 -3
- oci/stack_monitoring/models/system_format_resource_type_metadata_details.py +37 -2
- oci/stack_monitoring/models/update_alarm_condition_details.py +309 -0
- oci/stack_monitoring/models/update_license_auto_assign_config_details.py +7 -3
- oci/stack_monitoring/models/update_monitoring_template_details.py +375 -0
- oci/stack_monitoring/models/work_request.py +18 -6
- oci/stack_monitoring/models/work_request_summary.py +18 -6
- oci/stack_monitoring/stack_monitoring_client.py +2446 -446
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +331 -0
- 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.144.0.dist-info → oci-2.145.0.dist-info}/METADATA +1 -1
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/RECORD +481 -432
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/WHEEL +0 -0
- {oci-2.144.0.dist-info → oci-2.145.0.dist-info}/top_level.txt +0 -0
@@ -23,6 +23,10 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
|
|
23
23
|
#: This constant has a value of "METADATA"
|
24
24
|
CLONE_TYPE_METADATA = "METADATA"
|
25
25
|
|
26
|
+
#: A constant which can be used with the clone_type property of a CreateAutonomousDatabaseFromBackupDetails.
|
27
|
+
#: This constant has a value of "PARTIAL"
|
28
|
+
CLONE_TYPE_PARTIAL = "PARTIAL"
|
29
|
+
|
26
30
|
def __init__(self, **kwargs):
|
27
31
|
"""
|
28
32
|
Initializes a new CreateAutonomousDatabaseFromBackupDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database.models.CreateAutonomousDatabaseFromBackupDetails.source` attribute
|
@@ -256,9 +260,13 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
|
|
256
260
|
|
257
261
|
:param clone_type:
|
258
262
|
The value to assign to the clone_type property of this CreateAutonomousDatabaseFromBackupDetails.
|
259
|
-
Allowed values for this property are: "FULL", "METADATA"
|
263
|
+
Allowed values for this property are: "FULL", "METADATA", "PARTIAL"
|
260
264
|
:type clone_type: str
|
261
265
|
|
266
|
+
:param clone_table_space_list:
|
267
|
+
The value to assign to the clone_table_space_list property of this CreateAutonomousDatabaseFromBackupDetails.
|
268
|
+
:type clone_table_space_list: list[int]
|
269
|
+
|
262
270
|
"""
|
263
271
|
self.swagger_types = {
|
264
272
|
'subscription_id': 'str',
|
@@ -316,7 +324,8 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
|
|
316
324
|
'secret_id': 'str',
|
317
325
|
'secret_version_number': 'int',
|
318
326
|
'autonomous_database_backup_id': 'str',
|
319
|
-
'clone_type': 'str'
|
327
|
+
'clone_type': 'str',
|
328
|
+
'clone_table_space_list': 'list[int]'
|
320
329
|
}
|
321
330
|
|
322
331
|
self.attribute_map = {
|
@@ -375,7 +384,8 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
|
|
375
384
|
'secret_id': 'secretId',
|
376
385
|
'secret_version_number': 'secretVersionNumber',
|
377
386
|
'autonomous_database_backup_id': 'autonomousDatabaseBackupId',
|
378
|
-
'clone_type': 'cloneType'
|
387
|
+
'clone_type': 'cloneType',
|
388
|
+
'clone_table_space_list': 'cloneTableSpaceList'
|
379
389
|
}
|
380
390
|
|
381
391
|
self._subscription_id = None
|
@@ -434,6 +444,7 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
|
|
434
444
|
self._secret_version_number = None
|
435
445
|
self._autonomous_database_backup_id = None
|
436
446
|
self._clone_type = None
|
447
|
+
self._clone_table_space_list = None
|
437
448
|
self._source = 'BACKUP_FROM_ID'
|
438
449
|
|
439
450
|
@property
|
@@ -470,7 +481,7 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
|
|
470
481
|
**[Required]** Gets the clone_type of this CreateAutonomousDatabaseFromBackupDetails.
|
471
482
|
The Autonomous Database clone type.
|
472
483
|
|
473
|
-
Allowed values for this property are: "FULL", "METADATA"
|
484
|
+
Allowed values for this property are: "FULL", "METADATA", "PARTIAL"
|
474
485
|
|
475
486
|
|
476
487
|
:return: The clone_type of this CreateAutonomousDatabaseFromBackupDetails.
|
@@ -488,13 +499,37 @@ class CreateAutonomousDatabaseFromBackupDetails(CreateAutonomousDatabaseBase):
|
|
488
499
|
:param clone_type: The clone_type of this CreateAutonomousDatabaseFromBackupDetails.
|
489
500
|
:type: str
|
490
501
|
"""
|
491
|
-
allowed_values = ["FULL", "METADATA"]
|
502
|
+
allowed_values = ["FULL", "METADATA", "PARTIAL"]
|
492
503
|
if not value_allowed_none_or_none_sentinel(clone_type, allowed_values):
|
493
504
|
raise ValueError(
|
494
505
|
f"Invalid value for `clone_type`, must be None or one of {allowed_values}"
|
495
506
|
)
|
496
507
|
self._clone_type = clone_type
|
497
508
|
|
509
|
+
@property
|
510
|
+
def clone_table_space_list(self):
|
511
|
+
"""
|
512
|
+
Gets the clone_table_space_list of this CreateAutonomousDatabaseFromBackupDetails.
|
513
|
+
A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
|
514
|
+
|
515
|
+
|
516
|
+
:return: The clone_table_space_list of this CreateAutonomousDatabaseFromBackupDetails.
|
517
|
+
:rtype: list[int]
|
518
|
+
"""
|
519
|
+
return self._clone_table_space_list
|
520
|
+
|
521
|
+
@clone_table_space_list.setter
|
522
|
+
def clone_table_space_list(self, clone_table_space_list):
|
523
|
+
"""
|
524
|
+
Sets the clone_table_space_list of this CreateAutonomousDatabaseFromBackupDetails.
|
525
|
+
A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
|
526
|
+
|
527
|
+
|
528
|
+
:param clone_table_space_list: The clone_table_space_list of this CreateAutonomousDatabaseFromBackupDetails.
|
529
|
+
:type: list[int]
|
530
|
+
"""
|
531
|
+
self._clone_table_space_list = clone_table_space_list
|
532
|
+
|
498
533
|
def __repr__(self):
|
499
534
|
return formatted_flat_dict(self)
|
500
535
|
|
@@ -23,6 +23,10 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
23
23
|
#: This constant has a value of "METADATA"
|
24
24
|
CLONE_TYPE_METADATA = "METADATA"
|
25
25
|
|
26
|
+
#: A constant which can be used with the clone_type property of a CreateAutonomousDatabaseFromBackupTimestampDetails.
|
27
|
+
#: This constant has a value of "PARTIAL"
|
28
|
+
CLONE_TYPE_PARTIAL = "PARTIAL"
|
29
|
+
|
26
30
|
def __init__(self, **kwargs):
|
27
31
|
"""
|
28
32
|
Initializes a new CreateAutonomousDatabaseFromBackupTimestampDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.database.models.CreateAutonomousDatabaseFromBackupTimestampDetails.source` attribute
|
@@ -260,13 +264,17 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
260
264
|
|
261
265
|
:param clone_type:
|
262
266
|
The value to assign to the clone_type property of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
263
|
-
Allowed values for this property are: "FULL", "METADATA"
|
267
|
+
Allowed values for this property are: "FULL", "METADATA", "PARTIAL"
|
264
268
|
:type clone_type: str
|
265
269
|
|
266
270
|
:param use_latest_available_backup_time_stamp:
|
267
271
|
The value to assign to the use_latest_available_backup_time_stamp property of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
268
272
|
:type use_latest_available_backup_time_stamp: bool
|
269
273
|
|
274
|
+
:param clone_table_space_list:
|
275
|
+
The value to assign to the clone_table_space_list property of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
276
|
+
:type clone_table_space_list: list[int]
|
277
|
+
|
270
278
|
"""
|
271
279
|
self.swagger_types = {
|
272
280
|
'subscription_id': 'str',
|
@@ -326,7 +334,8 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
326
334
|
'autonomous_database_id': 'str',
|
327
335
|
'timestamp': 'datetime',
|
328
336
|
'clone_type': 'str',
|
329
|
-
'use_latest_available_backup_time_stamp': 'bool'
|
337
|
+
'use_latest_available_backup_time_stamp': 'bool',
|
338
|
+
'clone_table_space_list': 'list[int]'
|
330
339
|
}
|
331
340
|
|
332
341
|
self.attribute_map = {
|
@@ -387,7 +396,8 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
387
396
|
'autonomous_database_id': 'autonomousDatabaseId',
|
388
397
|
'timestamp': 'timestamp',
|
389
398
|
'clone_type': 'cloneType',
|
390
|
-
'use_latest_available_backup_time_stamp': 'useLatestAvailableBackupTimeStamp'
|
399
|
+
'use_latest_available_backup_time_stamp': 'useLatestAvailableBackupTimeStamp',
|
400
|
+
'clone_table_space_list': 'cloneTableSpaceList'
|
391
401
|
}
|
392
402
|
|
393
403
|
self._subscription_id = None
|
@@ -448,6 +458,7 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
448
458
|
self._timestamp = None
|
449
459
|
self._clone_type = None
|
450
460
|
self._use_latest_available_backup_time_stamp = None
|
461
|
+
self._clone_table_space_list = None
|
451
462
|
self._source = 'BACKUP_FROM_TIMESTAMP'
|
452
463
|
|
453
464
|
@property
|
@@ -508,7 +519,7 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
508
519
|
**[Required]** Gets the clone_type of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
509
520
|
The Autonomous Database clone type.
|
510
521
|
|
511
|
-
Allowed values for this property are: "FULL", "METADATA"
|
522
|
+
Allowed values for this property are: "FULL", "METADATA", "PARTIAL"
|
512
523
|
|
513
524
|
|
514
525
|
:return: The clone_type of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
@@ -526,7 +537,7 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
526
537
|
:param clone_type: The clone_type of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
527
538
|
:type: str
|
528
539
|
"""
|
529
|
-
allowed_values = ["FULL", "METADATA"]
|
540
|
+
allowed_values = ["FULL", "METADATA", "PARTIAL"]
|
530
541
|
if not value_allowed_none_or_none_sentinel(clone_type, allowed_values):
|
531
542
|
raise ValueError(
|
532
543
|
f"Invalid value for `clone_type`, must be None or one of {allowed_values}"
|
@@ -557,6 +568,30 @@ class CreateAutonomousDatabaseFromBackupTimestampDetails(CreateAutonomousDatabas
|
|
557
568
|
"""
|
558
569
|
self._use_latest_available_backup_time_stamp = use_latest_available_backup_time_stamp
|
559
570
|
|
571
|
+
@property
|
572
|
+
def clone_table_space_list(self):
|
573
|
+
"""
|
574
|
+
Gets the clone_table_space_list of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
575
|
+
A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
|
576
|
+
|
577
|
+
|
578
|
+
:return: The clone_table_space_list of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
579
|
+
:rtype: list[int]
|
580
|
+
"""
|
581
|
+
return self._clone_table_space_list
|
582
|
+
|
583
|
+
@clone_table_space_list.setter
|
584
|
+
def clone_table_space_list(self, clone_table_space_list):
|
585
|
+
"""
|
586
|
+
Sets the clone_table_space_list of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
587
|
+
A list of the source Autonomous Database's table space number(s) used to create this partial clone from the backup.
|
588
|
+
|
589
|
+
|
590
|
+
:param clone_table_space_list: The clone_table_space_list of this CreateAutonomousDatabaseFromBackupTimestampDetails.
|
591
|
+
:type: list[int]
|
592
|
+
"""
|
593
|
+
self._clone_table_space_list = clone_table_space_list
|
594
|
+
|
560
595
|
def __repr__(self):
|
561
596
|
return formatted_flat_dict(self)
|
562
597
|
|
@@ -134,6 +134,10 @@ class CreateDataGuardAssociationWithNewDbSystemDetails(CreateDataGuardAssociatio
|
|
134
134
|
The value to assign to the private_ip property of this CreateDataGuardAssociationWithNewDbSystemDetails.
|
135
135
|
:type private_ip: str
|
136
136
|
|
137
|
+
:param private_ip_v6:
|
138
|
+
The value to assign to the private_ip_v6 property of this CreateDataGuardAssociationWithNewDbSystemDetails.
|
139
|
+
:type private_ip_v6: str
|
140
|
+
|
137
141
|
:param license_model:
|
138
142
|
The value to assign to the license_model property of this CreateDataGuardAssociationWithNewDbSystemDetails.
|
139
143
|
Allowed values for this property are: "LICENSE_INCLUDED", "BRING_YOUR_OWN_LICENSE"
|
@@ -188,6 +192,7 @@ class CreateDataGuardAssociationWithNewDbSystemDetails(CreateDataGuardAssociatio
|
|
188
192
|
'time_zone': 'str',
|
189
193
|
'fault_domains': 'list[str]',
|
190
194
|
'private_ip': 'str',
|
195
|
+
'private_ip_v6': 'str',
|
191
196
|
'license_model': 'str',
|
192
197
|
'db_system_freeform_tags': 'dict(str, str)',
|
193
198
|
'db_system_defined_tags': 'dict(str, dict(str, object))',
|
@@ -221,6 +226,7 @@ class CreateDataGuardAssociationWithNewDbSystemDetails(CreateDataGuardAssociatio
|
|
221
226
|
'time_zone': 'timeZone',
|
222
227
|
'fault_domains': 'faultDomains',
|
223
228
|
'private_ip': 'privateIp',
|
229
|
+
'private_ip_v6': 'privateIpV6',
|
224
230
|
'license_model': 'licenseModel',
|
225
231
|
'db_system_freeform_tags': 'dbSystemFreeformTags',
|
226
232
|
'db_system_defined_tags': 'dbSystemDefinedTags',
|
@@ -253,6 +259,7 @@ class CreateDataGuardAssociationWithNewDbSystemDetails(CreateDataGuardAssociatio
|
|
253
259
|
self._time_zone = None
|
254
260
|
self._fault_domains = None
|
255
261
|
self._private_ip = None
|
262
|
+
self._private_ip_v6 = None
|
256
263
|
self._license_model = None
|
257
264
|
self._db_system_freeform_tags = None
|
258
265
|
self._db_system_defined_tags = None
|
@@ -685,6 +692,32 @@ class CreateDataGuardAssociationWithNewDbSystemDetails(CreateDataGuardAssociatio
|
|
685
692
|
"""
|
686
693
|
self._private_ip = private_ip
|
687
694
|
|
695
|
+
@property
|
696
|
+
def private_ip_v6(self):
|
697
|
+
"""
|
698
|
+
Gets the private_ip_v6 of this CreateDataGuardAssociationWithNewDbSystemDetails.
|
699
|
+
The IPv6 address from the provided OCI subnet which needs to be assigned to the VNIC. If not provided, it will
|
700
|
+
be auto-assigned with an available IPv6 address from the subnet.
|
701
|
+
|
702
|
+
|
703
|
+
:return: The private_ip_v6 of this CreateDataGuardAssociationWithNewDbSystemDetails.
|
704
|
+
:rtype: str
|
705
|
+
"""
|
706
|
+
return self._private_ip_v6
|
707
|
+
|
708
|
+
@private_ip_v6.setter
|
709
|
+
def private_ip_v6(self, private_ip_v6):
|
710
|
+
"""
|
711
|
+
Sets the private_ip_v6 of this CreateDataGuardAssociationWithNewDbSystemDetails.
|
712
|
+
The IPv6 address from the provided OCI subnet which needs to be assigned to the VNIC. If not provided, it will
|
713
|
+
be auto-assigned with an available IPv6 address from the subnet.
|
714
|
+
|
715
|
+
|
716
|
+
:param private_ip_v6: The private_ip_v6 of this CreateDataGuardAssociationWithNewDbSystemDetails.
|
717
|
+
:type: str
|
718
|
+
"""
|
719
|
+
self._private_ip_v6 = private_ip_v6
|
720
|
+
|
688
721
|
@property
|
689
722
|
def license_model(self):
|
690
723
|
"""
|
oci/database/models/db_system.py
CHANGED
@@ -248,6 +248,14 @@ class DbSystem(object):
|
|
248
248
|
The value to assign to the vip_ids property of this DbSystem.
|
249
249
|
:type vip_ids: list[str]
|
250
250
|
|
251
|
+
:param scan_ipv6_ids:
|
252
|
+
The value to assign to the scan_ipv6_ids property of this DbSystem.
|
253
|
+
:type scan_ipv6_ids: list[str]
|
254
|
+
|
255
|
+
:param vipv6_ids:
|
256
|
+
The value to assign to the vipv6_ids property of this DbSystem.
|
257
|
+
:type vipv6_ids: list[str]
|
258
|
+
|
251
259
|
:param scan_dns_record_id:
|
252
260
|
The value to assign to the scan_dns_record_id property of this DbSystem.
|
253
261
|
:type scan_dns_record_id: str
|
@@ -351,6 +359,8 @@ class DbSystem(object):
|
|
351
359
|
'sparse_diskgroup': 'bool',
|
352
360
|
'scan_ip_ids': 'list[str]',
|
353
361
|
'vip_ids': 'list[str]',
|
362
|
+
'scan_ipv6_ids': 'list[str]',
|
363
|
+
'vipv6_ids': 'list[str]',
|
354
364
|
'scan_dns_record_id': 'str',
|
355
365
|
'scan_dns_name': 'str',
|
356
366
|
'zone_id': 'str',
|
@@ -405,6 +415,8 @@ class DbSystem(object):
|
|
405
415
|
'sparse_diskgroup': 'sparseDiskgroup',
|
406
416
|
'scan_ip_ids': 'scanIpIds',
|
407
417
|
'vip_ids': 'vipIds',
|
418
|
+
'scan_ipv6_ids': 'scanIpv6Ids',
|
419
|
+
'vipv6_ids': 'vipv6Ids',
|
408
420
|
'scan_dns_record_id': 'scanDnsRecordId',
|
409
421
|
'scan_dns_name': 'scanDnsName',
|
410
422
|
'zone_id': 'zoneId',
|
@@ -458,6 +470,8 @@ class DbSystem(object):
|
|
458
470
|
self._sparse_diskgroup = None
|
459
471
|
self._scan_ip_ids = None
|
460
472
|
self._vip_ids = None
|
473
|
+
self._scan_ipv6_ids = None
|
474
|
+
self._vipv6_ids = None
|
461
475
|
self._scan_dns_record_id = None
|
462
476
|
self._scan_dns_name = None
|
463
477
|
self._zone_id = None
|
@@ -1365,8 +1379,8 @@ class DbSystem(object):
|
|
1365
1379
|
def scan_ip_ids(self):
|
1366
1380
|
"""
|
1367
1381
|
Gets the scan_ip_ids of this DbSystem.
|
1368
|
-
The `OCID`__ of the Single Client Access Name (SCAN)
|
1369
|
-
SCAN
|
1382
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system.
|
1383
|
+
SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface.
|
1370
1384
|
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1371
1385
|
|
1372
1386
|
**Note:** For a single-node DB system, this list is empty.
|
@@ -1383,8 +1397,8 @@ class DbSystem(object):
|
|
1383
1397
|
def scan_ip_ids(self, scan_ip_ids):
|
1384
1398
|
"""
|
1385
1399
|
Sets the scan_ip_ids of this DbSystem.
|
1386
|
-
The `OCID`__ of the Single Client Access Name (SCAN)
|
1387
|
-
SCAN
|
1400
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system.
|
1401
|
+
SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface.
|
1388
1402
|
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1389
1403
|
|
1390
1404
|
**Note:** For a single-node DB system, this list is empty.
|
@@ -1401,9 +1415,9 @@ class DbSystem(object):
|
|
1401
1415
|
def vip_ids(self):
|
1402
1416
|
"""
|
1403
1417
|
Gets the vip_ids of this DbSystem.
|
1404
|
-
The `OCID`__ of the virtual
|
1405
|
-
The Cluster Ready Services (CRS) creates and maintains one
|
1406
|
-
enable failover. If one node fails, the
|
1418
|
+
The `OCID`__ of the virtual IPv4 (VIP) addresses associated with the DB system.
|
1419
|
+
The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to
|
1420
|
+
enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
|
1407
1421
|
|
1408
1422
|
**Note:** For a single-node DB system, this list is empty.
|
1409
1423
|
|
@@ -1419,9 +1433,9 @@ class DbSystem(object):
|
|
1419
1433
|
def vip_ids(self, vip_ids):
|
1420
1434
|
"""
|
1421
1435
|
Sets the vip_ids of this DbSystem.
|
1422
|
-
The `OCID`__ of the virtual
|
1423
|
-
The Cluster Ready Services (CRS) creates and maintains one
|
1424
|
-
enable failover. If one node fails, the
|
1436
|
+
The `OCID`__ of the virtual IPv4 (VIP) addresses associated with the DB system.
|
1437
|
+
The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to
|
1438
|
+
enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
|
1425
1439
|
|
1426
1440
|
**Note:** For a single-node DB system, this list is empty.
|
1427
1441
|
|
@@ -1433,6 +1447,78 @@ class DbSystem(object):
|
|
1433
1447
|
"""
|
1434
1448
|
self._vip_ids = vip_ids
|
1435
1449
|
|
1450
|
+
@property
|
1451
|
+
def scan_ipv6_ids(self):
|
1452
|
+
"""
|
1453
|
+
Gets the scan_ipv6_ids of this DbSystem.
|
1454
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system.
|
1455
|
+
SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface.
|
1456
|
+
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1457
|
+
|
1458
|
+
**Note:** For a single-node DB system, this list is empty.
|
1459
|
+
|
1460
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1461
|
+
|
1462
|
+
|
1463
|
+
:return: The scan_ipv6_ids of this DbSystem.
|
1464
|
+
:rtype: list[str]
|
1465
|
+
"""
|
1466
|
+
return self._scan_ipv6_ids
|
1467
|
+
|
1468
|
+
@scan_ipv6_ids.setter
|
1469
|
+
def scan_ipv6_ids(self, scan_ipv6_ids):
|
1470
|
+
"""
|
1471
|
+
Sets the scan_ipv6_ids of this DbSystem.
|
1472
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system.
|
1473
|
+
SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface.
|
1474
|
+
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1475
|
+
|
1476
|
+
**Note:** For a single-node DB system, this list is empty.
|
1477
|
+
|
1478
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1479
|
+
|
1480
|
+
|
1481
|
+
:param scan_ipv6_ids: The scan_ipv6_ids of this DbSystem.
|
1482
|
+
:type: list[str]
|
1483
|
+
"""
|
1484
|
+
self._scan_ipv6_ids = scan_ipv6_ids
|
1485
|
+
|
1486
|
+
@property
|
1487
|
+
def vipv6_ids(self):
|
1488
|
+
"""
|
1489
|
+
Gets the vipv6_ids of this DbSystem.
|
1490
|
+
The `OCID`__ of the virtual IPv6 (VIP) addresses associated with the DB system.
|
1491
|
+
The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to
|
1492
|
+
enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
|
1493
|
+
|
1494
|
+
**Note:** For a single-node DB system, this list is empty.
|
1495
|
+
|
1496
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1497
|
+
|
1498
|
+
|
1499
|
+
:return: The vipv6_ids of this DbSystem.
|
1500
|
+
:rtype: list[str]
|
1501
|
+
"""
|
1502
|
+
return self._vipv6_ids
|
1503
|
+
|
1504
|
+
@vipv6_ids.setter
|
1505
|
+
def vipv6_ids(self, vipv6_ids):
|
1506
|
+
"""
|
1507
|
+
Sets the vipv6_ids of this DbSystem.
|
1508
|
+
The `OCID`__ of the virtual IPv6 (VIP) addresses associated with the DB system.
|
1509
|
+
The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to
|
1510
|
+
enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
|
1511
|
+
|
1512
|
+
**Note:** For a single-node DB system, this list is empty.
|
1513
|
+
|
1514
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1515
|
+
|
1516
|
+
|
1517
|
+
:param vipv6_ids: The vipv6_ids of this DbSystem.
|
1518
|
+
:type: list[str]
|
1519
|
+
"""
|
1520
|
+
self._vipv6_ids = vipv6_ids
|
1521
|
+
|
1436
1522
|
@property
|
1437
1523
|
def scan_dns_record_id(self):
|
1438
1524
|
"""
|
@@ -273,6 +273,14 @@ class DbSystemSummary(object):
|
|
273
273
|
The value to assign to the vip_ids property of this DbSystemSummary.
|
274
274
|
:type vip_ids: list[str]
|
275
275
|
|
276
|
+
:param scan_ipv6_ids:
|
277
|
+
The value to assign to the scan_ipv6_ids property of this DbSystemSummary.
|
278
|
+
:type scan_ipv6_ids: list[str]
|
279
|
+
|
280
|
+
:param vipv6_ids:
|
281
|
+
The value to assign to the vipv6_ids property of this DbSystemSummary.
|
282
|
+
:type vipv6_ids: list[str]
|
283
|
+
|
276
284
|
:param scan_dns_record_id:
|
277
285
|
The value to assign to the scan_dns_record_id property of this DbSystemSummary.
|
278
286
|
:type scan_dns_record_id: str
|
@@ -375,6 +383,8 @@ class DbSystemSummary(object):
|
|
375
383
|
'sparse_diskgroup': 'bool',
|
376
384
|
'scan_ip_ids': 'list[str]',
|
377
385
|
'vip_ids': 'list[str]',
|
386
|
+
'scan_ipv6_ids': 'list[str]',
|
387
|
+
'vipv6_ids': 'list[str]',
|
378
388
|
'scan_dns_record_id': 'str',
|
379
389
|
'scan_dns_name': 'str',
|
380
390
|
'zone_id': 'str',
|
@@ -428,6 +438,8 @@ class DbSystemSummary(object):
|
|
428
438
|
'sparse_diskgroup': 'sparseDiskgroup',
|
429
439
|
'scan_ip_ids': 'scanIpIds',
|
430
440
|
'vip_ids': 'vipIds',
|
441
|
+
'scan_ipv6_ids': 'scanIpv6Ids',
|
442
|
+
'vipv6_ids': 'vipv6Ids',
|
431
443
|
'scan_dns_record_id': 'scanDnsRecordId',
|
432
444
|
'scan_dns_name': 'scanDnsName',
|
433
445
|
'zone_id': 'zoneId',
|
@@ -480,6 +492,8 @@ class DbSystemSummary(object):
|
|
480
492
|
self._sparse_diskgroup = None
|
481
493
|
self._scan_ip_ids = None
|
482
494
|
self._vip_ids = None
|
495
|
+
self._scan_ipv6_ids = None
|
496
|
+
self._vipv6_ids = None
|
483
497
|
self._scan_dns_record_id = None
|
484
498
|
self._scan_dns_name = None
|
485
499
|
self._zone_id = None
|
@@ -1367,8 +1381,8 @@ class DbSystemSummary(object):
|
|
1367
1381
|
def scan_ip_ids(self):
|
1368
1382
|
"""
|
1369
1383
|
Gets the scan_ip_ids of this DbSystemSummary.
|
1370
|
-
The `OCID`__ of the Single Client Access Name (SCAN)
|
1371
|
-
SCAN
|
1384
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system.
|
1385
|
+
SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface.
|
1372
1386
|
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1373
1387
|
|
1374
1388
|
**Note:** For a single-node DB system, this list is empty.
|
@@ -1385,8 +1399,8 @@ class DbSystemSummary(object):
|
|
1385
1399
|
def scan_ip_ids(self, scan_ip_ids):
|
1386
1400
|
"""
|
1387
1401
|
Sets the scan_ip_ids of this DbSystemSummary.
|
1388
|
-
The `OCID`__ of the Single Client Access Name (SCAN)
|
1389
|
-
SCAN
|
1402
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv4 addresses associated with the DB system.
|
1403
|
+
SCAN IPv4 addresses are typically used for load balancing and are not assigned to any interface.
|
1390
1404
|
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1391
1405
|
|
1392
1406
|
**Note:** For a single-node DB system, this list is empty.
|
@@ -1403,9 +1417,9 @@ class DbSystemSummary(object):
|
|
1403
1417
|
def vip_ids(self):
|
1404
1418
|
"""
|
1405
1419
|
Gets the vip_ids of this DbSystemSummary.
|
1406
|
-
The `OCID`__ of the virtual
|
1407
|
-
The Cluster Ready Services (CRS) creates and maintains one
|
1408
|
-
enable failover. If one node fails, the
|
1420
|
+
The `OCID`__ of the virtual IPv4 (VIP) addresses associated with the DB system.
|
1421
|
+
The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to
|
1422
|
+
enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
|
1409
1423
|
|
1410
1424
|
**Note:** For a single-node DB system, this list is empty.
|
1411
1425
|
|
@@ -1421,9 +1435,9 @@ class DbSystemSummary(object):
|
|
1421
1435
|
def vip_ids(self, vip_ids):
|
1422
1436
|
"""
|
1423
1437
|
Sets the vip_ids of this DbSystemSummary.
|
1424
|
-
The `OCID`__ of the virtual
|
1425
|
-
The Cluster Ready Services (CRS) creates and maintains one
|
1426
|
-
enable failover. If one node fails, the
|
1438
|
+
The `OCID`__ of the virtual IPv4 (VIP) addresses associated with the DB system.
|
1439
|
+
The Cluster Ready Services (CRS) creates and maintains one VIPv4 address for each node in the DB system to
|
1440
|
+
enable failover. If one node fails, the VIPv4 is reassigned to another active node in the cluster.
|
1427
1441
|
|
1428
1442
|
**Note:** For a single-node DB system, this list is empty.
|
1429
1443
|
|
@@ -1435,6 +1449,78 @@ class DbSystemSummary(object):
|
|
1435
1449
|
"""
|
1436
1450
|
self._vip_ids = vip_ids
|
1437
1451
|
|
1452
|
+
@property
|
1453
|
+
def scan_ipv6_ids(self):
|
1454
|
+
"""
|
1455
|
+
Gets the scan_ipv6_ids of this DbSystemSummary.
|
1456
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system.
|
1457
|
+
SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface.
|
1458
|
+
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1459
|
+
|
1460
|
+
**Note:** For a single-node DB system, this list is empty.
|
1461
|
+
|
1462
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1463
|
+
|
1464
|
+
|
1465
|
+
:return: The scan_ipv6_ids of this DbSystemSummary.
|
1466
|
+
:rtype: list[str]
|
1467
|
+
"""
|
1468
|
+
return self._scan_ipv6_ids
|
1469
|
+
|
1470
|
+
@scan_ipv6_ids.setter
|
1471
|
+
def scan_ipv6_ids(self, scan_ipv6_ids):
|
1472
|
+
"""
|
1473
|
+
Sets the scan_ipv6_ids of this DbSystemSummary.
|
1474
|
+
The `OCID`__ of the Single Client Access Name (SCAN) IPv6 addresses associated with the DB system.
|
1475
|
+
SCAN IPv6 addresses are typically used for load balancing and are not assigned to any interface.
|
1476
|
+
Oracle Clusterware directs the requests to the appropriate nodes in the cluster.
|
1477
|
+
|
1478
|
+
**Note:** For a single-node DB system, this list is empty.
|
1479
|
+
|
1480
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1481
|
+
|
1482
|
+
|
1483
|
+
:param scan_ipv6_ids: The scan_ipv6_ids of this DbSystemSummary.
|
1484
|
+
:type: list[str]
|
1485
|
+
"""
|
1486
|
+
self._scan_ipv6_ids = scan_ipv6_ids
|
1487
|
+
|
1488
|
+
@property
|
1489
|
+
def vipv6_ids(self):
|
1490
|
+
"""
|
1491
|
+
Gets the vipv6_ids of this DbSystemSummary.
|
1492
|
+
The `OCID`__ of the virtual IPv6 (VIP) addresses associated with the DB system.
|
1493
|
+
The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to
|
1494
|
+
enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
|
1495
|
+
|
1496
|
+
**Note:** For a single-node DB system, this list is empty.
|
1497
|
+
|
1498
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1499
|
+
|
1500
|
+
|
1501
|
+
:return: The vipv6_ids of this DbSystemSummary.
|
1502
|
+
:rtype: list[str]
|
1503
|
+
"""
|
1504
|
+
return self._vipv6_ids
|
1505
|
+
|
1506
|
+
@vipv6_ids.setter
|
1507
|
+
def vipv6_ids(self, vipv6_ids):
|
1508
|
+
"""
|
1509
|
+
Sets the vipv6_ids of this DbSystemSummary.
|
1510
|
+
The `OCID`__ of the virtual IPv6 (VIP) addresses associated with the DB system.
|
1511
|
+
The Cluster Ready Services (CRS) creates and maintains one VIP IpV6 address for each node in the DB system to
|
1512
|
+
enable failover. If one node fails, the VIP is reassigned to another active node in the cluster.
|
1513
|
+
|
1514
|
+
**Note:** For a single-node DB system, this list is empty.
|
1515
|
+
|
1516
|
+
__ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm
|
1517
|
+
|
1518
|
+
|
1519
|
+
:param vipv6_ids: The vipv6_ids of this DbSystemSummary.
|
1520
|
+
:type: list[str]
|
1521
|
+
"""
|
1522
|
+
self._vipv6_ids = vipv6_ids
|
1523
|
+
|
1438
1524
|
@property
|
1439
1525
|
def scan_dns_record_id(self):
|
1440
1526
|
"""
|
@@ -167,6 +167,10 @@ class LaunchDbSystemBase(object):
|
|
167
167
|
The value to assign to the private_ip property of this LaunchDbSystemBase.
|
168
168
|
:type private_ip: str
|
169
169
|
|
170
|
+
:param private_ip_v6:
|
171
|
+
The value to assign to the private_ip_v6 property of this LaunchDbSystemBase.
|
172
|
+
:type private_ip_v6: str
|
173
|
+
|
170
174
|
:param data_collection_options:
|
171
175
|
The value to assign to the data_collection_options property of this LaunchDbSystemBase.
|
172
176
|
:type data_collection_options: oci.database.models.DataCollectionOptions
|
@@ -201,6 +205,7 @@ class LaunchDbSystemBase(object):
|
|
201
205
|
'security_attributes': 'dict(str, dict(str, object))',
|
202
206
|
'source': 'str',
|
203
207
|
'private_ip': 'str',
|
208
|
+
'private_ip_v6': 'str',
|
204
209
|
'data_collection_options': 'DataCollectionOptions'
|
205
210
|
}
|
206
211
|
|
@@ -233,6 +238,7 @@ class LaunchDbSystemBase(object):
|
|
233
238
|
'security_attributes': 'securityAttributes',
|
234
239
|
'source': 'source',
|
235
240
|
'private_ip': 'privateIp',
|
241
|
+
'private_ip_v6': 'privateIpV6',
|
236
242
|
'data_collection_options': 'dataCollectionOptions'
|
237
243
|
}
|
238
244
|
|
@@ -264,6 +270,7 @@ class LaunchDbSystemBase(object):
|
|
264
270
|
self._security_attributes = None
|
265
271
|
self._source = None
|
266
272
|
self._private_ip = None
|
273
|
+
self._private_ip_v6 = None
|
267
274
|
self._data_collection_options = None
|
268
275
|
|
269
276
|
@staticmethod
|
@@ -1148,6 +1155,32 @@ class LaunchDbSystemBase(object):
|
|
1148
1155
|
"""
|
1149
1156
|
self._private_ip = private_ip
|
1150
1157
|
|
1158
|
+
@property
|
1159
|
+
def private_ip_v6(self):
|
1160
|
+
"""
|
1161
|
+
Gets the private_ip_v6 of this LaunchDbSystemBase.
|
1162
|
+
A private IPv6 address of your choice. Must be an available IP address within the subnet's CIDR.
|
1163
|
+
If you don't specify a value and the subnet is dual stack, Oracle automatically assigns a private IPv6 address from the subnet.
|
1164
|
+
|
1165
|
+
|
1166
|
+
:return: The private_ip_v6 of this LaunchDbSystemBase.
|
1167
|
+
:rtype: str
|
1168
|
+
"""
|
1169
|
+
return self._private_ip_v6
|
1170
|
+
|
1171
|
+
@private_ip_v6.setter
|
1172
|
+
def private_ip_v6(self, private_ip_v6):
|
1173
|
+
"""
|
1174
|
+
Sets the private_ip_v6 of this LaunchDbSystemBase.
|
1175
|
+
A private IPv6 address of your choice. Must be an available IP address within the subnet's CIDR.
|
1176
|
+
If you don't specify a value and the subnet is dual stack, Oracle automatically assigns a private IPv6 address from the subnet.
|
1177
|
+
|
1178
|
+
|
1179
|
+
:param private_ip_v6: The private_ip_v6 of this LaunchDbSystemBase.
|
1180
|
+
:type: str
|
1181
|
+
"""
|
1182
|
+
self._private_ip_v6 = private_ip_v6
|
1183
|
+
|
1151
1184
|
@property
|
1152
1185
|
def data_collection_options(self):
|
1153
1186
|
"""
|