oci 2.125.1__py3-none-any.whl → 2.125.3__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 +22 -22
- oci/ai_language/ai_service_language_client.py +134 -43
- oci/ai_language/models/__init__.py +24 -0
- oci/ai_language/models/assertion_details.py +165 -0
- oci/ai_language/models/batch_detect_health_entity_details.py +223 -0
- oci/ai_language/models/batch_detect_health_entity_result.py +103 -0
- oci/ai_language/models/batch_detect_language_pii_entities_details.py +29 -2
- oci/ai_language/models/health_entity.py +351 -0
- oci/ai_language/models/health_entity_document_result.py +200 -0
- oci/ai_language/models/input_location.py +2 -1
- oci/ai_language/models/mel_concept.py +103 -0
- oci/ai_language/models/mel_concept_details.py +165 -0
- oci/ai_language/models/model_details.py +11 -3
- oci/ai_language/models/named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/pii_entity.py +118 -7
- oci/ai_language/models/pii_model_details.py +91 -0
- oci/ai_language/models/pre_trained_health_nlu_model_details.py +1 -1
- oci/ai_language/models/pre_trained_key_phrase_extraction_model_details.py +1 -1
- oci/ai_language/models/pre_trained_language_detection_model_details.py +1 -1
- oci/ai_language/models/pre_trained_named_entity_recognition_model_details.py +1 -1
- oci/ai_language/models/pre_trained_pii_model_details.py +1 -1
- oci/ai_language/models/pre_trained_sentiment_analysis_model_details.py +1 -1
- oci/ai_language/models/pre_trained_summarization.py +1 -1
- oci/ai_language/models/pre_trained_text_classification_model_details.py +1 -1
- oci/ai_language/models/pre_trained_universal_model.py +1 -1
- oci/ai_language/models/profile.py +134 -0
- oci/ai_language/models/relation_entity.py +196 -0
- oci/ai_language/models/resolved_entities.py +72 -0
- oci/ai_language/models/resolved_entity.py +227 -0
- oci/ai_language/models/text_classification_model_details.py +1 -1
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +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/application_migration/application_migration_client.py +36 -36
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +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_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +148 -148
- oci/data_flow/data_flow_client.py +52 -46
- oci/data_flow/models/sql_endpoint.py +42 -3
- oci/data_flow/models/sql_endpoint_summary.py +11 -3
- 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 +272 -272
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/instance_configuration.py +37 -2
- oci/database/database_client.py +1224 -537
- oci/database/database_client_composite_operations.py +204 -0
- oci/database/models/__init__.py +12 -0
- oci/database/models/autonomous_container_database.py +31 -0
- oci/database/models/autonomous_container_database_summary.py +31 -0
- oci/database/models/autonomous_database_software_image.py +489 -0
- oci/database/models/autonomous_database_software_image_collection.py +72 -0
- oci/database/models/autonomous_database_software_image_summary.py +437 -0
- oci/database/models/change_autonomous_database_software_image_compartment_details.py +76 -0
- oci/database/models/create_autonomous_container_database_details.py +35 -0
- oci/database/models/create_autonomous_database_software_image_details.py +267 -0
- oci/database/models/maintenance_window.py +33 -2
- oci/database/models/update_autonomous_database_software_image_details.py +119 -0
- oci/database_management/db_management_client.py +194 -194
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/models/aws_s3_data_transfer_medium_details.py +29 -2
- oci/database_migration/models/data_transfer_medium_details_v2.py +1 -1
- oci/database_migration/models/nfs_data_transfer_medium_details.py +29 -2
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +26 -26
- oci/email_data_plane/email_dp_client.py +2 -2
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +24 -24
- oci/generative_ai/models/dataset.py +1 -1
- oci/generative_ai/models/dedicated_ai_cluster.py +34 -3
- oci/generative_ai/models/endpoint.py +27 -0
- oci/generative_ai/models/model.py +34 -3
- oci/generative_ai/models/model_summary.py +7 -3
- oci/generative_ai_inference/generative_ai_inference_client.py +101 -3
- oci/generative_ai_inference/models/__init__.py +30 -0
- oci/generative_ai_inference/models/base_chat_request.py +109 -0
- oci/generative_ai_inference/models/base_chat_response.py +109 -0
- oci/generative_ai_inference/models/chat_choice.py +161 -0
- oci/generative_ai_inference/models/chat_content.py +101 -0
- oci/generative_ai_inference/models/chat_details.py +126 -0
- oci/generative_ai_inference/models/chat_result.py +130 -0
- oci/generative_ai_inference/models/citation.py +165 -0
- oci/generative_ai_inference/models/cohere_chat_request.py +443 -0
- oci/generative_ai_inference/models/cohere_chat_response.py +272 -0
- oci/generative_ai_inference/models/cohere_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/cohere_message.py +119 -0
- oci/generative_ai_inference/models/embed_text_details.py +2 -2
- oci/generative_ai_inference/models/generic_chat_request.py +474 -0
- oci/generative_ai_inference/models/generic_chat_response.py +113 -0
- oci/generative_ai_inference/models/llama_llm_inference_request.py +2 -2
- oci/generative_ai_inference/models/llama_llm_inference_response.py +1 -1
- oci/generative_ai_inference/models/llm_inference_response.py +11 -3
- oci/generative_ai_inference/models/message.py +103 -0
- oci/generative_ai_inference/models/search_query.py +72 -0
- oci/generative_ai_inference/models/text_content.py +82 -0
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- 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 +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_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 +23 -23
- 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_publisher/marketplace_publisher_client.py +71 -71
- 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 +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/models/__init__.py +2 -0
- oci/network_load_balancer/models/backend_set.py +64 -0
- oci/network_load_balancer/models/backend_set_details.py +64 -0
- oci/network_load_balancer/models/backend_set_summary.py +64 -0
- oci/network_load_balancer/models/create_backend_set_details.py +64 -0
- oci/network_load_balancer/models/dns_health_checker_details.py +264 -0
- oci/network_load_balancer/models/health_checker.py +36 -5
- oci/network_load_balancer/models/health_checker_details.py +36 -5
- oci/network_load_balancer/models/update_backend_set_details.py +64 -0
- oci/network_load_balancer/models/update_health_checker_details.py +36 -5
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/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/models/opa_instance.py +7 -3
- oci/opa/models/work_request.py +11 -3
- oci/opa/models/work_request_summary.py +11 -3
- oci/opa/opa_instance_client.py +223 -13
- oci/opa/opa_instance_client_composite_operations.py +78 -0
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +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 +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/models/create_redis_cluster_details.py +31 -0
- oci/redis/models/redis_cluster.py +31 -0
- oci/redis/models/redis_cluster_summary.py +31 -0
- oci/redis/models/update_redis_cluster_details.py +31 -0
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +5 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/associated_monitored_resource.py +118 -0
- oci/stack_monitoring/models/associated_resources_summary.py +118 -0
- oci/stack_monitoring/models/create_monitored_resource_type_details.py +118 -0
- oci/stack_monitoring/models/discovery_job_log_summary.py +35 -2
- oci/stack_monitoring/models/import_oci_telemetry_resources_task_details.py +301 -0
- oci/stack_monitoring/models/monitored_resource.py +118 -0
- oci/stack_monitoring/models/monitored_resource_member_summary.py +118 -0
- oci/stack_monitoring/models/monitored_resource_summary.py +118 -0
- oci/stack_monitoring/models/monitored_resource_type.py +118 -0
- oci/stack_monitoring/models/monitored_resource_type_summary.py +118 -0
- oci/stack_monitoring/models/search_monitored_resources_details.py +184 -0
- oci/stack_monitoring/models/update_monitored_resource_type_details.py +118 -0
- oci/stack_monitoring/stack_monitoring_client.py +79 -65
- 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/models/__init__.py +12 -0
- oci/usage_api/models/create_email_recipients_group_details.py +103 -0
- oci/usage_api/models/email_recipient.py +181 -0
- oci/usage_api/models/email_recipients_group.py +181 -0
- oci/usage_api/models/email_recipients_group_collection.py +72 -0
- oci/usage_api/models/email_recipients_group_summary.py +272 -0
- oci/usage_api/models/update_email_recipients_group_details.py +72 -0
- oci/usage_api/usageapi_client.py +656 -34
- oci/usage_api/usageapi_client_composite_operations.py +96 -0
- 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 +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/METADATA +1 -1
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/RECORD +358 -318
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/LICENSE.txt +0 -0
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/WHEEL +0 -0
- {oci-2.125.1.dist-info → oci-2.125.3.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DatabaseRecoveryClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/change_protected_database_compartment.py.html>`__ to see an example of how to use change_protected_database_compartment API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['protectedDatabaseId']
|
@@ -263,7 +263,7 @@ class DatabaseRecoveryClient(object):
|
|
263
263
|
:rtype: :class:`~oci.response.Response`
|
264
264
|
|
265
265
|
:example:
|
266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/change_protection_policy_compartment.py.html>`__ to see an example of how to use change_protection_policy_compartment API.
|
267
267
|
"""
|
268
268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
269
269
|
required_arguments = ['protectionPolicyId']
|
@@ -373,7 +373,7 @@ class DatabaseRecoveryClient(object):
|
|
373
373
|
:rtype: :class:`~oci.response.Response`
|
374
374
|
|
375
375
|
:example:
|
376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/change_recovery_service_subnet_compartment.py.html>`__ to see an example of how to use change_recovery_service_subnet_compartment API.
|
377
377
|
"""
|
378
378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
379
379
|
required_arguments = ['recoveryServiceSubnetId']
|
@@ -480,7 +480,7 @@ class DatabaseRecoveryClient(object):
|
|
480
480
|
:rtype: :class:`~oci.response.Response`
|
481
481
|
|
482
482
|
:example:
|
483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/create_protected_database.py.html>`__ to see an example of how to use create_protected_database API.
|
484
484
|
"""
|
485
485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
486
486
|
required_arguments = []
|
@@ -578,7 +578,7 @@ class DatabaseRecoveryClient(object):
|
|
578
578
|
:rtype: :class:`~oci.response.Response`
|
579
579
|
|
580
580
|
:example:
|
581
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
581
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/create_protection_policy.py.html>`__ to see an example of how to use create_protection_policy API.
|
582
582
|
"""
|
583
583
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
584
584
|
required_arguments = []
|
@@ -676,7 +676,7 @@ class DatabaseRecoveryClient(object):
|
|
676
676
|
:rtype: :class:`~oci.response.Response`
|
677
677
|
|
678
678
|
:example:
|
679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/create_recovery_service_subnet.py.html>`__ to see an example of how to use create_recovery_service_subnet API.
|
680
680
|
"""
|
681
681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
682
682
|
required_arguments = []
|
@@ -774,7 +774,7 @@ class DatabaseRecoveryClient(object):
|
|
774
774
|
:rtype: :class:`~oci.response.Response`
|
775
775
|
|
776
776
|
:example:
|
777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/delete_protected_database.py.html>`__ to see an example of how to use delete_protected_database API.
|
778
778
|
"""
|
779
779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
780
780
|
required_arguments = ['protectedDatabaseId']
|
@@ -880,7 +880,7 @@ class DatabaseRecoveryClient(object):
|
|
880
880
|
:rtype: :class:`~oci.response.Response`
|
881
881
|
|
882
882
|
:example:
|
883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/delete_protection_policy.py.html>`__ to see an example of how to use delete_protection_policy API.
|
884
884
|
"""
|
885
885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
886
886
|
required_arguments = ['protectionPolicyId']
|
@@ -985,7 +985,7 @@ class DatabaseRecoveryClient(object):
|
|
985
985
|
:rtype: :class:`~oci.response.Response`
|
986
986
|
|
987
987
|
:example:
|
988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/delete_recovery_service_subnet.py.html>`__ to see an example of how to use delete_recovery_service_subnet API.
|
989
989
|
"""
|
990
990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
991
991
|
required_arguments = ['recoveryServiceSubnetId']
|
@@ -1093,7 +1093,7 @@ class DatabaseRecoveryClient(object):
|
|
1093
1093
|
:rtype: :class:`~oci.response.Response`
|
1094
1094
|
|
1095
1095
|
:example:
|
1096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/fetch_protected_database_configuration.py.html>`__ to see an example of how to use fetch_protected_database_configuration API.
|
1097
1097
|
"""
|
1098
1098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1099
1099
|
required_arguments = ['protectedDatabaseId']
|
@@ -1196,7 +1196,7 @@ class DatabaseRecoveryClient(object):
|
|
1196
1196
|
:rtype: :class:`~oci.response.Response`
|
1197
1197
|
|
1198
1198
|
:example:
|
1199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_protected_database.py.html>`__ to see an example of how to use get_protected_database API.
|
1200
1200
|
"""
|
1201
1201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1202
1202
|
required_arguments = ['protectedDatabaseId']
|
@@ -1294,7 +1294,7 @@ class DatabaseRecoveryClient(object):
|
|
1294
1294
|
:rtype: :class:`~oci.response.Response`
|
1295
1295
|
|
1296
1296
|
:example:
|
1297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1297
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_protection_policy.py.html>`__ to see an example of how to use get_protection_policy API.
|
1298
1298
|
"""
|
1299
1299
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1300
1300
|
required_arguments = ['protectionPolicyId']
|
@@ -1392,7 +1392,7 @@ class DatabaseRecoveryClient(object):
|
|
1392
1392
|
:rtype: :class:`~oci.response.Response`
|
1393
1393
|
|
1394
1394
|
:example:
|
1395
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1395
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_recovery_service_subnet.py.html>`__ to see an example of how to use get_recovery_service_subnet API.
|
1396
1396
|
"""
|
1397
1397
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1398
1398
|
required_arguments = ['recoveryServiceSubnetId']
|
@@ -1490,7 +1490,7 @@ class DatabaseRecoveryClient(object):
|
|
1490
1490
|
:rtype: :class:`~oci.response.Response`
|
1491
1491
|
|
1492
1492
|
:example:
|
1493
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1493
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1494
1494
|
"""
|
1495
1495
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1496
1496
|
required_arguments = ['workRequestId']
|
@@ -1627,7 +1627,7 @@ class DatabaseRecoveryClient(object):
|
|
1627
1627
|
:rtype: :class:`~oci.response.Response`
|
1628
1628
|
|
1629
1629
|
:example:
|
1630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_protected_databases.py.html>`__ to see an example of how to use list_protected_databases API.
|
1631
1631
|
"""
|
1632
1632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1633
1633
|
required_arguments = ['compartmentId']
|
@@ -1797,7 +1797,7 @@ class DatabaseRecoveryClient(object):
|
|
1797
1797
|
:rtype: :class:`~oci.response.Response`
|
1798
1798
|
|
1799
1799
|
:example:
|
1800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_protection_policies.py.html>`__ to see an example of how to use list_protection_policies API.
|
1801
1801
|
"""
|
1802
1802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1803
1803
|
required_arguments = ['compartmentId']
|
@@ -1977,7 +1977,7 @@ class DatabaseRecoveryClient(object):
|
|
1977
1977
|
:rtype: :class:`~oci.response.Response`
|
1978
1978
|
|
1979
1979
|
:example:
|
1980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_recovery_service_subnets.py.html>`__ to see an example of how to use list_recovery_service_subnets API.
|
1981
1981
|
"""
|
1982
1982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1983
1983
|
required_arguments = ['compartmentId']
|
@@ -2126,7 +2126,7 @@ class DatabaseRecoveryClient(object):
|
|
2126
2126
|
:rtype: :class:`~oci.response.Response`
|
2127
2127
|
|
2128
2128
|
:example:
|
2129
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2129
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
2130
2130
|
"""
|
2131
2131
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2132
2132
|
required_arguments = ['workRequestId']
|
@@ -2271,7 +2271,7 @@ class DatabaseRecoveryClient(object):
|
|
2271
2271
|
:rtype: :class:`~oci.response.Response`
|
2272
2272
|
|
2273
2273
|
:example:
|
2274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
2275
2275
|
"""
|
2276
2276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2277
2277
|
required_arguments = ['workRequestId']
|
@@ -2427,7 +2427,7 @@ class DatabaseRecoveryClient(object):
|
|
2427
2427
|
:rtype: :class:`~oci.response.Response`
|
2428
2428
|
|
2429
2429
|
:example:
|
2430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
2431
2431
|
"""
|
2432
2432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2433
2433
|
required_arguments = ['compartmentId']
|
@@ -2565,7 +2565,7 @@ class DatabaseRecoveryClient(object):
|
|
2565
2565
|
:rtype: :class:`~oci.response.Response`
|
2566
2566
|
|
2567
2567
|
:example:
|
2568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/update_protected_database.py.html>`__ to see an example of how to use update_protected_database API.
|
2569
2569
|
"""
|
2570
2570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2571
2571
|
required_arguments = ['protectedDatabaseId']
|
@@ -2675,7 +2675,7 @@ class DatabaseRecoveryClient(object):
|
|
2675
2675
|
:rtype: :class:`~oci.response.Response`
|
2676
2676
|
|
2677
2677
|
:example:
|
2678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/update_protection_policy.py.html>`__ to see an example of how to use update_protection_policy API.
|
2679
2679
|
"""
|
2680
2680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2681
2681
|
required_arguments = ['protectionPolicyId']
|
@@ -2785,7 +2785,7 @@ class DatabaseRecoveryClient(object):
|
|
2785
2785
|
:rtype: :class:`~oci.response.Response`
|
2786
2786
|
|
2787
2787
|
:example:
|
2788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
2788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/recovery/update_recovery_service_subnet.py.html>`__ to see an example of how to use update_recovery_service_subnet API.
|
2789
2789
|
"""
|
2790
2790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2791
2791
|
required_arguments = ['recoveryServiceSubnetId']
|
@@ -46,6 +46,10 @@ class CreateRedisClusterDetails(object):
|
|
46
46
|
The value to assign to the subnet_id property of this CreateRedisClusterDetails.
|
47
47
|
:type subnet_id: str
|
48
48
|
|
49
|
+
:param nsg_ids:
|
50
|
+
The value to assign to the nsg_ids property of this CreateRedisClusterDetails.
|
51
|
+
:type nsg_ids: list[str]
|
52
|
+
|
49
53
|
:param freeform_tags:
|
50
54
|
The value to assign to the freeform_tags property of this CreateRedisClusterDetails.
|
51
55
|
:type freeform_tags: dict(str, str)
|
@@ -62,6 +66,7 @@ class CreateRedisClusterDetails(object):
|
|
62
66
|
'software_version': 'str',
|
63
67
|
'node_memory_in_gbs': 'float',
|
64
68
|
'subnet_id': 'str',
|
69
|
+
'nsg_ids': 'list[str]',
|
65
70
|
'freeform_tags': 'dict(str, str)',
|
66
71
|
'defined_tags': 'dict(str, dict(str, object))'
|
67
72
|
}
|
@@ -73,6 +78,7 @@ class CreateRedisClusterDetails(object):
|
|
73
78
|
'software_version': 'softwareVersion',
|
74
79
|
'node_memory_in_gbs': 'nodeMemoryInGBs',
|
75
80
|
'subnet_id': 'subnetId',
|
81
|
+
'nsg_ids': 'nsgIds',
|
76
82
|
'freeform_tags': 'freeformTags',
|
77
83
|
'defined_tags': 'definedTags'
|
78
84
|
}
|
@@ -83,6 +89,7 @@ class CreateRedisClusterDetails(object):
|
|
83
89
|
self._software_version = None
|
84
90
|
self._node_memory_in_gbs = None
|
85
91
|
self._subnet_id = None
|
92
|
+
self._nsg_ids = None
|
86
93
|
self._freeform_tags = None
|
87
94
|
self._defined_tags = None
|
88
95
|
|
@@ -238,6 +245,30 @@ class CreateRedisClusterDetails(object):
|
|
238
245
|
"""
|
239
246
|
self._subnet_id = subnet_id
|
240
247
|
|
248
|
+
@property
|
249
|
+
def nsg_ids(self):
|
250
|
+
"""
|
251
|
+
Gets the nsg_ids of this CreateRedisClusterDetails.
|
252
|
+
OCIDs of the NSGs to control access in the customer network
|
253
|
+
|
254
|
+
|
255
|
+
:return: The nsg_ids of this CreateRedisClusterDetails.
|
256
|
+
:rtype: list[str]
|
257
|
+
"""
|
258
|
+
return self._nsg_ids
|
259
|
+
|
260
|
+
@nsg_ids.setter
|
261
|
+
def nsg_ids(self, nsg_ids):
|
262
|
+
"""
|
263
|
+
Sets the nsg_ids of this CreateRedisClusterDetails.
|
264
|
+
OCIDs of the NSGs to control access in the customer network
|
265
|
+
|
266
|
+
|
267
|
+
:param nsg_ids: The nsg_ids of this CreateRedisClusterDetails.
|
268
|
+
:type: list[str]
|
269
|
+
"""
|
270
|
+
self._nsg_ids = nsg_ids
|
271
|
+
|
241
272
|
@property
|
242
273
|
def freeform_tags(self):
|
243
274
|
"""
|
@@ -118,6 +118,10 @@ class RedisCluster(object):
|
|
118
118
|
The value to assign to the node_collection property of this RedisCluster.
|
119
119
|
:type node_collection: oci.redis.models.NodeCollection
|
120
120
|
|
121
|
+
:param nsg_ids:
|
122
|
+
The value to assign to the nsg_ids property of this RedisCluster.
|
123
|
+
:type nsg_ids: list[str]
|
124
|
+
|
121
125
|
:param freeform_tags:
|
122
126
|
The value to assign to the freeform_tags property of this RedisCluster.
|
123
127
|
:type freeform_tags: dict(str, str)
|
@@ -148,6 +152,7 @@ class RedisCluster(object):
|
|
148
152
|
'time_created': 'datetime',
|
149
153
|
'time_updated': 'datetime',
|
150
154
|
'node_collection': 'NodeCollection',
|
155
|
+
'nsg_ids': 'list[str]',
|
151
156
|
'freeform_tags': 'dict(str, str)',
|
152
157
|
'defined_tags': 'dict(str, dict(str, object))',
|
153
158
|
'system_tags': 'dict(str, dict(str, object))'
|
@@ -170,6 +175,7 @@ class RedisCluster(object):
|
|
170
175
|
'time_created': 'timeCreated',
|
171
176
|
'time_updated': 'timeUpdated',
|
172
177
|
'node_collection': 'nodeCollection',
|
178
|
+
'nsg_ids': 'nsgIds',
|
173
179
|
'freeform_tags': 'freeformTags',
|
174
180
|
'defined_tags': 'definedTags',
|
175
181
|
'system_tags': 'systemTags'
|
@@ -191,6 +197,7 @@ class RedisCluster(object):
|
|
191
197
|
self._time_created = None
|
192
198
|
self._time_updated = None
|
193
199
|
self._node_collection = None
|
200
|
+
self._nsg_ids = None
|
194
201
|
self._freeform_tags = None
|
195
202
|
self._defined_tags = None
|
196
203
|
self._system_tags = None
|
@@ -607,6 +614,30 @@ class RedisCluster(object):
|
|
607
614
|
"""
|
608
615
|
self._node_collection = node_collection
|
609
616
|
|
617
|
+
@property
|
618
|
+
def nsg_ids(self):
|
619
|
+
"""
|
620
|
+
Gets the nsg_ids of this RedisCluster.
|
621
|
+
OCIDs of the NSGs to control access in the customer network
|
622
|
+
|
623
|
+
|
624
|
+
:return: The nsg_ids of this RedisCluster.
|
625
|
+
:rtype: list[str]
|
626
|
+
"""
|
627
|
+
return self._nsg_ids
|
628
|
+
|
629
|
+
@nsg_ids.setter
|
630
|
+
def nsg_ids(self, nsg_ids):
|
631
|
+
"""
|
632
|
+
Sets the nsg_ids of this RedisCluster.
|
633
|
+
OCIDs of the NSGs to control access in the customer network
|
634
|
+
|
635
|
+
|
636
|
+
:param nsg_ids: The nsg_ids of this RedisCluster.
|
637
|
+
:type: list[str]
|
638
|
+
"""
|
639
|
+
self._nsg_ids = nsg_ids
|
640
|
+
|
610
641
|
@property
|
611
642
|
def freeform_tags(self):
|
612
643
|
"""
|
@@ -82,6 +82,10 @@ class RedisClusterSummary(object):
|
|
82
82
|
The value to assign to the time_updated property of this RedisClusterSummary.
|
83
83
|
:type time_updated: datetime
|
84
84
|
|
85
|
+
:param nsg_ids:
|
86
|
+
The value to assign to the nsg_ids property of this RedisClusterSummary.
|
87
|
+
:type nsg_ids: list[str]
|
88
|
+
|
85
89
|
:param freeform_tags:
|
86
90
|
The value to assign to the freeform_tags property of this RedisClusterSummary.
|
87
91
|
:type freeform_tags: dict(str, str)
|
@@ -111,6 +115,7 @@ class RedisClusterSummary(object):
|
|
111
115
|
'subnet_id': 'str',
|
112
116
|
'time_created': 'datetime',
|
113
117
|
'time_updated': 'datetime',
|
118
|
+
'nsg_ids': 'list[str]',
|
114
119
|
'freeform_tags': 'dict(str, str)',
|
115
120
|
'defined_tags': 'dict(str, dict(str, object))',
|
116
121
|
'system_tags': 'dict(str, dict(str, object))'
|
@@ -132,6 +137,7 @@ class RedisClusterSummary(object):
|
|
132
137
|
'subnet_id': 'subnetId',
|
133
138
|
'time_created': 'timeCreated',
|
134
139
|
'time_updated': 'timeUpdated',
|
140
|
+
'nsg_ids': 'nsgIds',
|
135
141
|
'freeform_tags': 'freeformTags',
|
136
142
|
'defined_tags': 'definedTags',
|
137
143
|
'system_tags': 'systemTags'
|
@@ -152,6 +158,7 @@ class RedisClusterSummary(object):
|
|
152
158
|
self._subnet_id = None
|
153
159
|
self._time_created = None
|
154
160
|
self._time_updated = None
|
161
|
+
self._nsg_ids = None
|
155
162
|
self._freeform_tags = None
|
156
163
|
self._defined_tags = None
|
157
164
|
self._system_tags = None
|
@@ -536,6 +543,30 @@ class RedisClusterSummary(object):
|
|
536
543
|
"""
|
537
544
|
self._time_updated = time_updated
|
538
545
|
|
546
|
+
@property
|
547
|
+
def nsg_ids(self):
|
548
|
+
"""
|
549
|
+
Gets the nsg_ids of this RedisClusterSummary.
|
550
|
+
OCIDs of the NSGs to control access in the customer network
|
551
|
+
|
552
|
+
|
553
|
+
:return: The nsg_ids of this RedisClusterSummary.
|
554
|
+
:rtype: list[str]
|
555
|
+
"""
|
556
|
+
return self._nsg_ids
|
557
|
+
|
558
|
+
@nsg_ids.setter
|
559
|
+
def nsg_ids(self, nsg_ids):
|
560
|
+
"""
|
561
|
+
Sets the nsg_ids of this RedisClusterSummary.
|
562
|
+
OCIDs of the NSGs to control access in the customer network
|
563
|
+
|
564
|
+
|
565
|
+
:param nsg_ids: The nsg_ids of this RedisClusterSummary.
|
566
|
+
:type: list[str]
|
567
|
+
"""
|
568
|
+
self._nsg_ids = nsg_ids
|
569
|
+
|
539
570
|
@property
|
540
571
|
def freeform_tags(self):
|
541
572
|
"""
|
@@ -32,6 +32,10 @@ class UpdateRedisClusterDetails(object):
|
|
32
32
|
The value to assign to the node_memory_in_gbs property of this UpdateRedisClusterDetails.
|
33
33
|
:type node_memory_in_gbs: float
|
34
34
|
|
35
|
+
:param nsg_ids:
|
36
|
+
The value to assign to the nsg_ids property of this UpdateRedisClusterDetails.
|
37
|
+
:type nsg_ids: list[str]
|
38
|
+
|
35
39
|
:param freeform_tags:
|
36
40
|
The value to assign to the freeform_tags property of this UpdateRedisClusterDetails.
|
37
41
|
:type freeform_tags: dict(str, str)
|
@@ -45,6 +49,7 @@ class UpdateRedisClusterDetails(object):
|
|
45
49
|
'display_name': 'str',
|
46
50
|
'node_count': 'int',
|
47
51
|
'node_memory_in_gbs': 'float',
|
52
|
+
'nsg_ids': 'list[str]',
|
48
53
|
'freeform_tags': 'dict(str, str)',
|
49
54
|
'defined_tags': 'dict(str, dict(str, object))'
|
50
55
|
}
|
@@ -53,6 +58,7 @@ class UpdateRedisClusterDetails(object):
|
|
53
58
|
'display_name': 'displayName',
|
54
59
|
'node_count': 'nodeCount',
|
55
60
|
'node_memory_in_gbs': 'nodeMemoryInGBs',
|
61
|
+
'nsg_ids': 'nsgIds',
|
56
62
|
'freeform_tags': 'freeformTags',
|
57
63
|
'defined_tags': 'definedTags'
|
58
64
|
}
|
@@ -60,6 +66,7 @@ class UpdateRedisClusterDetails(object):
|
|
60
66
|
self._display_name = None
|
61
67
|
self._node_count = None
|
62
68
|
self._node_memory_in_gbs = None
|
69
|
+
self._nsg_ids = None
|
63
70
|
self._freeform_tags = None
|
64
71
|
self._defined_tags = None
|
65
72
|
|
@@ -135,6 +142,30 @@ class UpdateRedisClusterDetails(object):
|
|
135
142
|
"""
|
136
143
|
self._node_memory_in_gbs = node_memory_in_gbs
|
137
144
|
|
145
|
+
@property
|
146
|
+
def nsg_ids(self):
|
147
|
+
"""
|
148
|
+
Gets the nsg_ids of this UpdateRedisClusterDetails.
|
149
|
+
OCIDs of the NSGs to control access in the customer network
|
150
|
+
|
151
|
+
|
152
|
+
:return: The nsg_ids of this UpdateRedisClusterDetails.
|
153
|
+
:rtype: list[str]
|
154
|
+
"""
|
155
|
+
return self._nsg_ids
|
156
|
+
|
157
|
+
@nsg_ids.setter
|
158
|
+
def nsg_ids(self, nsg_ids):
|
159
|
+
"""
|
160
|
+
Sets the nsg_ids of this UpdateRedisClusterDetails.
|
161
|
+
OCIDs of the NSGs to control access in the customer network
|
162
|
+
|
163
|
+
|
164
|
+
:param nsg_ids: The nsg_ids of this UpdateRedisClusterDetails.
|
165
|
+
:type: list[str]
|
166
|
+
"""
|
167
|
+
self._nsg_ids = nsg_ids
|
168
|
+
|
138
169
|
@property
|
139
170
|
def freeform_tags(self):
|
140
171
|
"""
|
@@ -150,7 +150,7 @@ class RedisClusterClient(object):
|
|
150
150
|
:rtype: :class:`~oci.response.Response`
|
151
151
|
|
152
152
|
:example:
|
153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['workRequestId']
|
@@ -269,7 +269,7 @@ class RedisClusterClient(object):
|
|
269
269
|
:rtype: :class:`~oci.response.Response`
|
270
270
|
|
271
271
|
:example:
|
272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/change_redis_cluster_compartment.py.html>`__ to see an example of how to use change_redis_cluster_compartment API.
|
273
273
|
"""
|
274
274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
275
275
|
required_arguments = ['redisClusterId']
|
@@ -381,7 +381,7 @@ class RedisClusterClient(object):
|
|
381
381
|
:rtype: :class:`~oci.response.Response`
|
382
382
|
|
383
383
|
:example:
|
384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/create_redis_cluster.py.html>`__ to see an example of how to use create_redis_cluster API.
|
385
385
|
"""
|
386
386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
387
387
|
required_arguments = []
|
@@ -483,7 +483,7 @@ class RedisClusterClient(object):
|
|
483
483
|
:rtype: :class:`~oci.response.Response`
|
484
484
|
|
485
485
|
:example:
|
486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/delete_redis_cluster.py.html>`__ to see an example of how to use delete_redis_cluster API.
|
487
487
|
"""
|
488
488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
489
489
|
required_arguments = ['redisClusterId']
|
@@ -585,7 +585,7 @@ class RedisClusterClient(object):
|
|
585
585
|
:rtype: :class:`~oci.response.Response`
|
586
586
|
|
587
587
|
:example:
|
588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/get_redis_cluster.py.html>`__ to see an example of how to use get_redis_cluster API.
|
589
589
|
"""
|
590
590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
591
591
|
required_arguments = ['redisClusterId']
|
@@ -683,7 +683,7 @@ class RedisClusterClient(object):
|
|
683
683
|
:rtype: :class:`~oci.response.Response`
|
684
684
|
|
685
685
|
:example:
|
686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
687
687
|
"""
|
688
688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
689
689
|
required_arguments = ['workRequestId']
|
@@ -812,7 +812,7 @@ class RedisClusterClient(object):
|
|
812
812
|
:rtype: :class:`~oci.response.Response`
|
813
813
|
|
814
814
|
:example:
|
815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_redis_clusters.py.html>`__ to see an example of how to use list_redis_clusters API.
|
816
816
|
"""
|
817
817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
818
818
|
required_arguments = []
|
@@ -957,7 +957,7 @@ class RedisClusterClient(object):
|
|
957
957
|
:rtype: :class:`~oci.response.Response`
|
958
958
|
|
959
959
|
:example:
|
960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
961
961
|
"""
|
962
962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
963
963
|
required_arguments = ['workRequestId']
|
@@ -1099,7 +1099,7 @@ class RedisClusterClient(object):
|
|
1099
1099
|
:rtype: :class:`~oci.response.Response`
|
1100
1100
|
|
1101
1101
|
:example:
|
1102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
1103
1103
|
"""
|
1104
1104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1105
1105
|
required_arguments = ['workRequestId']
|
@@ -1254,7 +1254,7 @@ class RedisClusterClient(object):
|
|
1254
1254
|
:rtype: :class:`~oci.response.Response`
|
1255
1255
|
|
1256
1256
|
:example:
|
1257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1258
1258
|
"""
|
1259
1259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1260
1260
|
required_arguments = []
|
@@ -1397,7 +1397,7 @@ class RedisClusterClient(object):
|
|
1397
1397
|
:rtype: :class:`~oci.response.Response`
|
1398
1398
|
|
1399
1399
|
:example:
|
1400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.
|
1400
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.125.3/redis/update_redis_cluster.py.html>`__ to see an example of how to use update_redis_cluster API.
|
1401
1401
|
"""
|
1402
1402
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1403
1403
|
required_arguments = ['redisClusterId']
|
oci/regions_definitions.py
CHANGED
@@ -58,6 +58,7 @@ REGIONS_SHORT_NAMES = {
|
|
58
58
|
'dtm': 'eu-dcc-rating-2',
|
59
59
|
'dus': 'eu-dcc-rating-1',
|
60
60
|
'ork': 'eu-dcc-dublin-1',
|
61
|
+
'dac': 'ap-dcc-gazipur-1',
|
61
62
|
'vll': 'eu-madrid-2',
|
62
63
|
'str': 'eu-frankfurt-2',
|
63
64
|
'beg': 'eu-jovanovac-1',
|
@@ -129,6 +130,8 @@ REGION_REALMS = {
|
|
129
130
|
'eu-dcc-rating-1': 'oc14',
|
130
131
|
'eu-dcc-dublin-1': 'oc14',
|
131
132
|
|
133
|
+
'ap-dcc-gazipur-1': 'oc15',
|
134
|
+
|
132
135
|
'eu-madrid-2': 'oc19',
|
133
136
|
'eu-frankfurt-2': 'oc19',
|
134
137
|
|
@@ -149,6 +152,7 @@ REALMS = {
|
|
149
152
|
'oc9': 'oraclecloud9.com',
|
150
153
|
'oc10': 'oraclecloud10.com',
|
151
154
|
'oc14': 'oraclecloud14.com',
|
155
|
+
'oc15': 'oraclecloud15.com',
|
152
156
|
'oc19': 'oraclecloud.eu',
|
153
157
|
'oc20': 'oraclecloud20.com',
|
154
158
|
'oc21': 'oraclecloud21.com',
|
@@ -211,6 +215,7 @@ REGIONS = [
|
|
211
215
|
'eu-dcc-rating-2',
|
212
216
|
'eu-dcc-rating-1',
|
213
217
|
'eu-dcc-dublin-1',
|
218
|
+
'ap-dcc-gazipur-1',
|
214
219
|
'eu-madrid-2',
|
215
220
|
'eu-frankfurt-2',
|
216
221
|
'eu-jovanovac-1',
|