oci 2.128.0__py3-none-any.whl → 2.128.2__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_document/models/analyze_document_details.py +7 -3
- oci/ai_document/models/general_processor_config.py +7 -3
- oci/ai_language/ai_service_language_client.py +44 -44
- 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 +108 -8
- oci/apm_config/models/__init__.py +10 -0
- oci/apm_config/models/filter_text_or_id.py +112 -0
- oci/apm_config/models/test_details.py +101 -0
- oci/apm_config/models/test_output.py +101 -0
- oci/apm_config/models/test_span_enrichment_details.py +148 -0
- oci/apm_config/models/test_span_enrichment_output.py +113 -0
- 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/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- 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 +155 -155
- oci/cloud_guard/models/resource_profile.py +66 -4
- oci/cloud_guard/models/resource_profile_endpoint_summary.py +97 -4
- oci/cloud_guard/models/resource_profile_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/resource_profile_summary.py +66 -4
- oci/cloud_guard/models/security_policy_collection.py +115 -2
- oci/cloud_guard/models/sighting.py +66 -4
- oci/cloud_guard/models/sighting_endpoint_summary.py +97 -4
- oci/cloud_guard/models/sighting_impacted_resource_summary.py +126 -2
- oci/cloud_guard/models/sighting_summary.py +66 -4
- 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_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 +247 -247
- 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 +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +334 -334
- oci/database/models/autonomous_database.py +62 -0
- oci/database/models/autonomous_database_summary.py +62 -0
- oci/database_management/db_management_client.py +208 -208
- 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_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- 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 +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 +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 +233 -39
- oci/fusion_apps/fusion_applications_client_composite_operations.py +39 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +4 -0
- oci/fusion_apps/models/extract_details_collection.py +72 -0
- oci/fusion_apps/models/extract_details_summary.py +134 -0
- oci/fusion_apps/models/fusion_environment.py +33 -2
- oci/fusion_apps/models/subscription.py +214 -0
- oci/fusion_apps/models/work_request.py +27 -3
- 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 +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/models/create_dedicated_sharded_database.py +93 -0
- oci/globally_distributed_database/models/dedicated_sharded_database.py +111 -0
- oci/globally_distributed_database/models/dedicated_sharded_database_summary.py +93 -0
- oci/globally_distributed_database/models/private_endpoint.py +31 -0
- oci/globally_distributed_database/models/work_request.py +51 -3
- oci/globally_distributed_database/models/work_request_summary.py +51 -3
- oci/globally_distributed_database/sharded_database_service_client.py +174 -30
- oci/globally_distributed_database/sharded_database_service_client_composite_operations.py +39 -0
- oci/golden_gate/golden_gate_client.py +68 -68
- 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 +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/models/alarm.py +167 -8
- oci/monitoring/models/alarm_dimension_states_entry.py +49 -4
- oci/monitoring/models/alarm_history_entry.py +47 -0
- oci/monitoring/models/alarm_override.py +34 -4
- oci/monitoring/models/alarm_status_summary.py +49 -4
- oci/monitoring/models/alarm_summary.py +172 -6
- oci/monitoring/models/create_alarm_details.py +169 -10
- oci/monitoring/models/update_alarm_details.py +169 -10
- 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/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/opa_instance_client.py +13 -13
- 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/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/models/get_message.py +35 -0
- oci/queue/models/queue.py +7 -3
- oci/queue/models/queue_stats.py +2 -2
- oci/queue/queue_admin_client.py +13 -13
- oci/queue/queue_client.py +10 -10
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +22 -22
- 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/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/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- 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 +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.128.0.dist-info → oci-2.128.2.dist-info}/METADATA +1 -1
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/RECORD +300 -293
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/LICENSE.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/WHEEL +0 -0
- {oci-2.128.0.dist-info → oci-2.128.2.dist-info}/top_level.txt +0 -0
oci/psql/postgresql_client.py
CHANGED
@@ -157,7 +157,7 @@ class PostgresqlClient(object):
|
|
157
157
|
:rtype: :class:`~oci.response.Response`
|
158
158
|
|
159
159
|
:example:
|
160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/change_backup_compartment.py.html>`__ to see an example of how to use change_backup_compartment API.
|
161
161
|
"""
|
162
162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
163
163
|
required_arguments = ['backupId']
|
@@ -273,7 +273,7 @@ class PostgresqlClient(object):
|
|
273
273
|
:rtype: :class:`~oci.response.Response`
|
274
274
|
|
275
275
|
:example:
|
276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/change_configuration_compartment.py.html>`__ to see an example of how to use change_configuration_compartment API.
|
277
277
|
"""
|
278
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
279
279
|
required_arguments = ['configurationId']
|
@@ -389,7 +389,7 @@ class PostgresqlClient(object):
|
|
389
389
|
:rtype: :class:`~oci.response.Response`
|
390
390
|
|
391
391
|
:example:
|
392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/change_db_system_compartment.py.html>`__ to see an example of how to use change_db_system_compartment API.
|
393
393
|
"""
|
394
394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
395
395
|
required_arguments = ['dbSystemId']
|
@@ -498,7 +498,7 @@ class PostgresqlClient(object):
|
|
498
498
|
:rtype: :class:`~oci.response.Response`
|
499
499
|
|
500
500
|
:example:
|
501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/create_backup.py.html>`__ to see an example of how to use create_backup API.
|
502
502
|
"""
|
503
503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
504
504
|
required_arguments = []
|
@@ -593,7 +593,7 @@ class PostgresqlClient(object):
|
|
593
593
|
:rtype: :class:`~oci.response.Response`
|
594
594
|
|
595
595
|
:example:
|
596
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/create_configuration.py.html>`__ to see an example of how to use create_configuration API.
|
597
597
|
"""
|
598
598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
599
599
|
required_arguments = []
|
@@ -690,7 +690,7 @@ class PostgresqlClient(object):
|
|
690
690
|
:rtype: :class:`~oci.response.Response`
|
691
691
|
|
692
692
|
:example:
|
693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/create_db_system.py.html>`__ to see an example of how to use create_db_system API.
|
694
694
|
"""
|
695
695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
696
696
|
required_arguments = []
|
@@ -785,7 +785,7 @@ class PostgresqlClient(object):
|
|
785
785
|
:rtype: :class:`~oci.response.Response`
|
786
786
|
|
787
787
|
:example:
|
788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/delete_backup.py.html>`__ to see an example of how to use delete_backup API.
|
789
789
|
"""
|
790
790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
791
791
|
required_arguments = ['backupId']
|
@@ -887,7 +887,7 @@ class PostgresqlClient(object):
|
|
887
887
|
:rtype: :class:`~oci.response.Response`
|
888
888
|
|
889
889
|
:example:
|
890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/delete_configuration.py.html>`__ to see an example of how to use delete_configuration API.
|
891
891
|
"""
|
892
892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
893
893
|
required_arguments = ['configurationId']
|
@@ -989,7 +989,7 @@ class PostgresqlClient(object):
|
|
989
989
|
:rtype: :class:`~oci.response.Response`
|
990
990
|
|
991
991
|
:example:
|
992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/delete_db_system.py.html>`__ to see an example of how to use delete_db_system API.
|
993
993
|
"""
|
994
994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
995
995
|
required_arguments = ['dbSystemId']
|
@@ -1100,7 +1100,7 @@ class PostgresqlClient(object):
|
|
1100
1100
|
:rtype: :class:`~oci.response.Response`
|
1101
1101
|
|
1102
1102
|
:example:
|
1103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/failover_db_system.py.html>`__ to see an example of how to use failover_db_system API.
|
1104
1104
|
"""
|
1105
1105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1106
1106
|
required_arguments = ['dbSystemId']
|
@@ -1203,7 +1203,7 @@ class PostgresqlClient(object):
|
|
1203
1203
|
:rtype: :class:`~oci.response.Response`
|
1204
1204
|
|
1205
1205
|
:example:
|
1206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/get_backup.py.html>`__ to see an example of how to use get_backup API.
|
1207
1207
|
"""
|
1208
1208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1209
1209
|
required_arguments = ['backupId']
|
@@ -1301,7 +1301,7 @@ class PostgresqlClient(object):
|
|
1301
1301
|
:rtype: :class:`~oci.response.Response`
|
1302
1302
|
|
1303
1303
|
:example:
|
1304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
|
1305
1305
|
"""
|
1306
1306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1307
1307
|
required_arguments = ['configurationId']
|
@@ -1399,7 +1399,7 @@ class PostgresqlClient(object):
|
|
1399
1399
|
:rtype: :class:`~oci.response.Response`
|
1400
1400
|
|
1401
1401
|
:example:
|
1402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/get_connection_details.py.html>`__ to see an example of how to use get_connection_details API.
|
1403
1403
|
"""
|
1404
1404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1405
1405
|
required_arguments = ['dbSystemId']
|
@@ -1502,7 +1502,7 @@ class PostgresqlClient(object):
|
|
1502
1502
|
:rtype: :class:`~oci.response.Response`
|
1503
1503
|
|
1504
1504
|
:example:
|
1505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/get_db_system.py.html>`__ to see an example of how to use get_db_system API.
|
1506
1506
|
"""
|
1507
1507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1508
1508
|
required_arguments = ['dbSystemId']
|
@@ -1616,7 +1616,7 @@ class PostgresqlClient(object):
|
|
1616
1616
|
:rtype: :class:`~oci.response.Response`
|
1617
1617
|
|
1618
1618
|
:example:
|
1619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/get_default_configuration.py.html>`__ to see an example of how to use get_default_configuration API.
|
1620
1620
|
"""
|
1621
1621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1622
1622
|
required_arguments = ['defaultConfigurationId']
|
@@ -1714,7 +1714,7 @@ class PostgresqlClient(object):
|
|
1714
1714
|
:rtype: :class:`~oci.response.Response`
|
1715
1715
|
|
1716
1716
|
:example:
|
1717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/get_primary_db_instance.py.html>`__ to see an example of how to use get_primary_db_instance API.
|
1718
1718
|
"""
|
1719
1719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1720
1720
|
required_arguments = ['dbSystemId']
|
@@ -1812,7 +1812,7 @@ class PostgresqlClient(object):
|
|
1812
1812
|
:rtype: :class:`~oci.response.Response`
|
1813
1813
|
|
1814
1814
|
:example:
|
1815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
1816
1816
|
"""
|
1817
1817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1818
1818
|
required_arguments = ['workRequestId']
|
@@ -1950,7 +1950,7 @@ class PostgresqlClient(object):
|
|
1950
1950
|
:rtype: :class:`~oci.response.Response`
|
1951
1951
|
|
1952
1952
|
:example:
|
1953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_backups.py.html>`__ to see an example of how to use list_backups API.
|
1954
1954
|
"""
|
1955
1955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1956
1956
|
required_arguments = []
|
@@ -2119,7 +2119,7 @@ class PostgresqlClient(object):
|
|
2119
2119
|
:rtype: :class:`~oci.response.Response`
|
2120
2120
|
|
2121
2121
|
:example:
|
2122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_configurations.py.html>`__ to see an example of how to use list_configurations API.
|
2123
2123
|
"""
|
2124
2124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2125
2125
|
required_arguments = []
|
@@ -2279,7 +2279,7 @@ class PostgresqlClient(object):
|
|
2279
2279
|
:rtype: :class:`~oci.response.Response`
|
2280
2280
|
|
2281
2281
|
:example:
|
2282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_db_systems.py.html>`__ to see an example of how to use list_db_systems API.
|
2283
2283
|
"""
|
2284
2284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2285
2285
|
required_arguments = []
|
@@ -2439,7 +2439,7 @@ class PostgresqlClient(object):
|
|
2439
2439
|
:rtype: :class:`~oci.response.Response`
|
2440
2440
|
|
2441
2441
|
:example:
|
2442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_default_configurations.py.html>`__ to see an example of how to use list_default_configurations API.
|
2443
2443
|
"""
|
2444
2444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2445
2445
|
required_arguments = []
|
@@ -2589,7 +2589,7 @@ class PostgresqlClient(object):
|
|
2589
2589
|
:rtype: :class:`~oci.response.Response`
|
2590
2590
|
|
2591
2591
|
:example:
|
2592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_shapes.py.html>`__ to see an example of how to use list_shapes API.
|
2593
2593
|
"""
|
2594
2594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2595
2595
|
required_arguments = []
|
@@ -2723,7 +2723,7 @@ class PostgresqlClient(object):
|
|
2723
2723
|
:rtype: :class:`~oci.response.Response`
|
2724
2724
|
|
2725
2725
|
:example:
|
2726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
2727
2727
|
"""
|
2728
2728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2729
2729
|
required_arguments = ['workRequestId']
|
@@ -2865,7 +2865,7 @@ class PostgresqlClient(object):
|
|
2865
2865
|
:rtype: :class:`~oci.response.Response`
|
2866
2866
|
|
2867
2867
|
:example:
|
2868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
2869
2869
|
"""
|
2870
2870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2871
2871
|
required_arguments = ['workRequestId']
|
@@ -3018,7 +3018,7 @@ class PostgresqlClient(object):
|
|
3018
3018
|
:rtype: :class:`~oci.response.Response`
|
3019
3019
|
|
3020
3020
|
:example:
|
3021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
3022
3022
|
"""
|
3023
3023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3024
3024
|
required_arguments = []
|
@@ -3154,7 +3154,7 @@ class PostgresqlClient(object):
|
|
3154
3154
|
:rtype: :class:`~oci.response.Response`
|
3155
3155
|
|
3156
3156
|
:example:
|
3157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/patch_db_system.py.html>`__ to see an example of how to use patch_db_system API.
|
3158
3158
|
"""
|
3159
3159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3160
3160
|
required_arguments = ['dbSystemId']
|
@@ -3267,7 +3267,7 @@ class PostgresqlClient(object):
|
|
3267
3267
|
:rtype: :class:`~oci.response.Response`
|
3268
3268
|
|
3269
3269
|
:example:
|
3270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/reset_master_user_password.py.html>`__ to see an example of how to use reset_master_user_password API.
|
3271
3271
|
"""
|
3272
3272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3273
3273
|
required_arguments = ['dbSystemId']
|
@@ -3383,7 +3383,7 @@ class PostgresqlClient(object):
|
|
3383
3383
|
:rtype: :class:`~oci.response.Response`
|
3384
3384
|
|
3385
3385
|
:example:
|
3386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/restart_db_instance_in_db_system.py.html>`__ to see an example of how to use restart_db_instance_in_db_system API.
|
3387
3387
|
"""
|
3388
3388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3389
3389
|
required_arguments = ['dbSystemId']
|
@@ -3499,7 +3499,7 @@ class PostgresqlClient(object):
|
|
3499
3499
|
:rtype: :class:`~oci.response.Response`
|
3500
3500
|
|
3501
3501
|
:example:
|
3502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/restore_db_system.py.html>`__ to see an example of how to use restore_db_system API.
|
3503
3503
|
"""
|
3504
3504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3505
3505
|
required_arguments = ['dbSystemId']
|
@@ -3609,7 +3609,7 @@ class PostgresqlClient(object):
|
|
3609
3609
|
:rtype: :class:`~oci.response.Response`
|
3610
3610
|
|
3611
3611
|
:example:
|
3612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/update_backup.py.html>`__ to see an example of how to use update_backup API.
|
3613
3613
|
"""
|
3614
3614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3615
3615
|
required_arguments = ['backupId']
|
@@ -3724,7 +3724,7 @@ class PostgresqlClient(object):
|
|
3724
3724
|
:rtype: :class:`~oci.response.Response`
|
3725
3725
|
|
3726
3726
|
:example:
|
3727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
|
3728
3728
|
"""
|
3729
3729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3730
3730
|
required_arguments = ['configurationId']
|
@@ -3842,7 +3842,7 @@ class PostgresqlClient(object):
|
|
3842
3842
|
:rtype: :class:`~oci.response.Response`
|
3843
3843
|
|
3844
3844
|
:example:
|
3845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/update_db_system.py.html>`__ to see an example of how to use update_db_system API.
|
3846
3846
|
"""
|
3847
3847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3848
3848
|
required_arguments = ['dbSystemId']
|
@@ -3961,7 +3961,7 @@ class PostgresqlClient(object):
|
|
3961
3961
|
:rtype: :class:`~oci.response.Response`
|
3962
3962
|
|
3963
3963
|
:example:
|
3964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/psql/update_db_system_db_instance.py.html>`__ to see an example of how to use update_db_system_db_instance API.
|
3965
3965
|
"""
|
3966
3966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3967
3967
|
required_arguments = ['dbSystemId', 'dbInstanceId']
|
oci/queue/models/get_message.py
CHANGED
@@ -44,6 +44,10 @@ class GetMessage(object):
|
|
44
44
|
The value to assign to the expire_after property of this GetMessage.
|
45
45
|
:type expire_after: datetime
|
46
46
|
|
47
|
+
:param created_at:
|
48
|
+
The value to assign to the created_at property of this GetMessage.
|
49
|
+
:type created_at: datetime
|
50
|
+
|
47
51
|
:param metadata:
|
48
52
|
The value to assign to the metadata property of this GetMessage.
|
49
53
|
:type metadata: oci.queue.models.MessageMetadata
|
@@ -56,6 +60,7 @@ class GetMessage(object):
|
|
56
60
|
'delivery_count': 'int',
|
57
61
|
'visible_after': 'datetime',
|
58
62
|
'expire_after': 'datetime',
|
63
|
+
'created_at': 'datetime',
|
59
64
|
'metadata': 'MessageMetadata'
|
60
65
|
}
|
61
66
|
|
@@ -66,6 +71,7 @@ class GetMessage(object):
|
|
66
71
|
'delivery_count': 'deliveryCount',
|
67
72
|
'visible_after': 'visibleAfter',
|
68
73
|
'expire_after': 'expireAfter',
|
74
|
+
'created_at': 'createdAt',
|
69
75
|
'metadata': 'metadata'
|
70
76
|
}
|
71
77
|
|
@@ -75,6 +81,7 @@ class GetMessage(object):
|
|
75
81
|
self._delivery_count = None
|
76
82
|
self._visible_after = None
|
77
83
|
self._expire_after = None
|
84
|
+
self._created_at = None
|
78
85
|
self._metadata = None
|
79
86
|
|
80
87
|
@property
|
@@ -239,6 +246,34 @@ class GetMessage(object):
|
|
239
246
|
"""
|
240
247
|
self._expire_after = expire_after
|
241
248
|
|
249
|
+
@property
|
250
|
+
def created_at(self):
|
251
|
+
"""
|
252
|
+
**[Required]** Gets the created_at of this GetMessage.
|
253
|
+
The time when message was created in queue.
|
254
|
+
|
255
|
+
Example: `2018-04-20T00:00:07.405Z`
|
256
|
+
|
257
|
+
|
258
|
+
:return: The created_at of this GetMessage.
|
259
|
+
:rtype: datetime
|
260
|
+
"""
|
261
|
+
return self._created_at
|
262
|
+
|
263
|
+
@created_at.setter
|
264
|
+
def created_at(self, created_at):
|
265
|
+
"""
|
266
|
+
Sets the created_at of this GetMessage.
|
267
|
+
The time when message was created in queue.
|
268
|
+
|
269
|
+
Example: `2018-04-20T00:00:07.405Z`
|
270
|
+
|
271
|
+
|
272
|
+
:param created_at: The created_at of this GetMessage.
|
273
|
+
:type: datetime
|
274
|
+
"""
|
275
|
+
self._created_at = created_at
|
276
|
+
|
242
277
|
@property
|
243
278
|
def metadata(self):
|
244
279
|
"""
|
oci/queue/models/queue.py
CHANGED
@@ -39,6 +39,10 @@ class Queue(object):
|
|
39
39
|
#: This constant has a value of "FAILED"
|
40
40
|
LIFECYCLE_STATE_FAILED = "FAILED"
|
41
41
|
|
42
|
+
#: A constant which can be used with the lifecycle_state property of a Queue.
|
43
|
+
#: This constant has a value of "INACTIVE"
|
44
|
+
LIFECYCLE_STATE_INACTIVE = "INACTIVE"
|
45
|
+
|
42
46
|
def __init__(self, **kwargs):
|
43
47
|
"""
|
44
48
|
Initializes a new Queue object with values from keyword arguments.
|
@@ -66,7 +70,7 @@ class Queue(object):
|
|
66
70
|
|
67
71
|
:param lifecycle_state:
|
68
72
|
The value to assign to the lifecycle_state property of this Queue.
|
69
|
-
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
73
|
+
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE", 'UNKNOWN_ENUM_VALUE'.
|
70
74
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
71
75
|
:type lifecycle_state: str
|
72
76
|
|
@@ -319,7 +323,7 @@ class Queue(object):
|
|
319
323
|
**[Required]** Gets the lifecycle_state of this Queue.
|
320
324
|
The current state of the queue.
|
321
325
|
|
322
|
-
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'.
|
326
|
+
Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE", 'UNKNOWN_ENUM_VALUE'.
|
323
327
|
Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
|
324
328
|
|
325
329
|
|
@@ -338,7 +342,7 @@ class Queue(object):
|
|
338
342
|
:param lifecycle_state: The lifecycle_state of this Queue.
|
339
343
|
:type: str
|
340
344
|
"""
|
341
|
-
allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED"]
|
345
|
+
allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE"]
|
342
346
|
if not value_allowed_none_or_none_sentinel(lifecycle_state, allowed_values):
|
343
347
|
lifecycle_state = 'UNKNOWN_ENUM_VALUE'
|
344
348
|
self._lifecycle_state = lifecycle_state
|
oci/queue/models/queue_stats.py
CHANGED
@@ -93,7 +93,7 @@ class QueueStats(object):
|
|
93
93
|
def channel_id(self):
|
94
94
|
"""
|
95
95
|
Gets the channel_id of this QueueStats.
|
96
|
-
If channelId is
|
96
|
+
If channelId is present in GetStats call, the channel id will be returned in the GetStats response.
|
97
97
|
|
98
98
|
|
99
99
|
:return: The channel_id of this QueueStats.
|
@@ -105,7 +105,7 @@ class QueueStats(object):
|
|
105
105
|
def channel_id(self, channel_id):
|
106
106
|
"""
|
107
107
|
Sets the channel_id of this QueueStats.
|
108
|
-
If channelId is
|
108
|
+
If channelId is present in GetStats call, the channel id will be returned in the GetStats response.
|
109
109
|
|
110
110
|
|
111
111
|
:param channel_id: The channel_id of this QueueStats.
|
oci/queue/queue_admin_client.py
CHANGED
@@ -153,7 +153,7 @@ class QueueAdminClient(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.128.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/change_queue_compartment.py.html>`__ to see an example of how to use change_queue_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 = ['queueId']
|
@@ -260,7 +260,7 @@ class QueueAdminClient(object):
|
|
260
260
|
:rtype: :class:`~oci.response.Response`
|
261
261
|
|
262
262
|
:example:
|
263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/create_queue.py.html>`__ to see an example of how to use create_queue API.
|
264
264
|
"""
|
265
265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
266
266
|
required_arguments = []
|
@@ -356,7 +356,7 @@ class QueueAdminClient(object):
|
|
356
356
|
:rtype: :class:`~oci.response.Response`
|
357
357
|
|
358
358
|
:example:
|
359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/delete_queue.py.html>`__ to see an example of how to use delete_queue API.
|
360
360
|
"""
|
361
361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
362
362
|
required_arguments = ['queueId']
|
@@ -454,7 +454,7 @@ class QueueAdminClient(object):
|
|
454
454
|
:rtype: :class:`~oci.response.Response`
|
455
455
|
|
456
456
|
:example:
|
457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/get_queue.py.html>`__ to see an example of how to use get_queue API.
|
458
458
|
"""
|
459
459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
460
460
|
required_arguments = ['queueId']
|
@@ -552,7 +552,7 @@ class QueueAdminClient(object):
|
|
552
552
|
:rtype: :class:`~oci.response.Response`
|
553
553
|
|
554
554
|
:example:
|
555
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
556
556
|
"""
|
557
557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
558
558
|
required_arguments = ['workRequestId']
|
@@ -636,7 +636,7 @@ class QueueAdminClient(object):
|
|
636
636
|
:param str lifecycle_state: (optional)
|
637
637
|
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
638
638
|
|
639
|
-
Allowed values are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED"
|
639
|
+
Allowed values are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE"
|
640
640
|
|
641
641
|
:param str display_name: (optional)
|
642
642
|
A filter to return only resources that match the entire display name given.
|
@@ -683,7 +683,7 @@ class QueueAdminClient(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.128.
|
686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/list_queues.py.html>`__ to see an example of how to use list_queues API.
|
687
687
|
"""
|
688
688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
689
689
|
required_arguments = []
|
@@ -712,7 +712,7 @@ class QueueAdminClient(object):
|
|
712
712
|
f"list_queues got unknown kwargs: {extra_kwargs!r}")
|
713
713
|
|
714
714
|
if 'lifecycle_state' in kwargs:
|
715
|
-
lifecycle_state_allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED"]
|
715
|
+
lifecycle_state_allowed_values = ["CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE"]
|
716
716
|
if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
|
717
717
|
raise ValueError(
|
718
718
|
f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
|
@@ -822,7 +822,7 @@ class QueueAdminClient(object):
|
|
822
822
|
:rtype: :class:`~oci.response.Response`
|
823
823
|
|
824
824
|
:example:
|
825
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
825
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
826
826
|
"""
|
827
827
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
828
828
|
required_arguments = ['workRequestId']
|
@@ -940,7 +940,7 @@ class QueueAdminClient(object):
|
|
940
940
|
:rtype: :class:`~oci.response.Response`
|
941
941
|
|
942
942
|
:example:
|
943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
943
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
944
944
|
"""
|
945
945
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
946
946
|
required_arguments = ['workRequestId']
|
@@ -1063,7 +1063,7 @@ class QueueAdminClient(object):
|
|
1063
1063
|
:rtype: :class:`~oci.response.Response`
|
1064
1064
|
|
1065
1065
|
:example:
|
1066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
1067
1067
|
"""
|
1068
1068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1069
1069
|
required_arguments = []
|
@@ -1175,7 +1175,7 @@ class QueueAdminClient(object):
|
|
1175
1175
|
:rtype: :class:`~oci.response.Response`
|
1176
1176
|
|
1177
1177
|
:example:
|
1178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/purge_queue.py.html>`__ to see an example of how to use purge_queue API.
|
1179
1179
|
"""
|
1180
1180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1181
1181
|
required_arguments = ['queueId']
|
@@ -1285,7 +1285,7 @@ class QueueAdminClient(object):
|
|
1285
1285
|
:rtype: :class:`~oci.response.Response`
|
1286
1286
|
|
1287
1287
|
:example:
|
1288
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
1288
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/update_queue.py.html>`__ to see an example of how to use update_queue API.
|
1289
1289
|
"""
|
1290
1290
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1291
1291
|
required_arguments = ['queueId']
|
oci/queue/queue_client.py
CHANGED
@@ -150,7 +150,7 @@ class QueueClient(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.128.
|
153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/delete_message.py.html>`__ to see an example of how to use delete_message API.
|
154
154
|
"""
|
155
155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
156
156
|
required_arguments = ['queueId', 'messageReceipt']
|
@@ -222,7 +222,7 @@ class QueueClient(object):
|
|
222
222
|
|
223
223
|
def delete_messages(self, queue_id, delete_messages_details, **kwargs):
|
224
224
|
"""
|
225
|
-
Deletes multiple messages from the queue.
|
225
|
+
Deletes multiple messages from the queue or the consumer group. Only messages from the same queue/consumer group can be deleted at once.
|
226
226
|
You must use the `messages endpoint`__ to delete messages.
|
227
227
|
The messages endpoint may be different for different queues. Use :func:`get_queue` to find the queue's `messagesEndpoint`.
|
228
228
|
|
@@ -254,7 +254,7 @@ class QueueClient(object):
|
|
254
254
|
:rtype: :class:`~oci.response.Response`
|
255
255
|
|
256
256
|
:example:
|
257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/delete_messages.py.html>`__ to see an example of how to use delete_messages API.
|
258
258
|
"""
|
259
259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
260
260
|
required_arguments = ['queueId']
|
@@ -380,7 +380,7 @@ class QueueClient(object):
|
|
380
380
|
:rtype: :class:`~oci.response.Response`
|
381
381
|
|
382
382
|
:example:
|
383
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
383
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/get_messages.py.html>`__ to see an example of how to use get_messages API.
|
384
384
|
"""
|
385
385
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
386
386
|
required_arguments = ['queueId']
|
@@ -497,7 +497,7 @@ class QueueClient(object):
|
|
497
497
|
:rtype: :class:`~oci.response.Response`
|
498
498
|
|
499
499
|
:example:
|
500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/get_stats.py.html>`__ to see an example of how to use get_stats API.
|
501
501
|
"""
|
502
502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
503
503
|
required_arguments = ['queueId']
|
@@ -619,7 +619,7 @@ class QueueClient(object):
|
|
619
619
|
:rtype: :class:`~oci.response.Response`
|
620
620
|
|
621
621
|
:example:
|
622
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
622
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/list_channels.py.html>`__ to see an example of how to use list_channels API.
|
623
623
|
"""
|
624
624
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
625
625
|
required_arguments = ['queueId']
|
@@ -736,7 +736,7 @@ class QueueClient(object):
|
|
736
736
|
:rtype: :class:`~oci.response.Response`
|
737
737
|
|
738
738
|
:example:
|
739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/put_messages.py.html>`__ to see an example of how to use put_messages API.
|
740
740
|
"""
|
741
741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
742
742
|
required_arguments = ['queueId']
|
@@ -844,7 +844,7 @@ class QueueClient(object):
|
|
844
844
|
:rtype: :class:`~oci.response.Response`
|
845
845
|
|
846
846
|
:example:
|
847
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
847
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/update_message.py.html>`__ to see an example of how to use update_message API.
|
848
848
|
"""
|
849
849
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
850
850
|
required_arguments = ['queueId', 'messageReceipt']
|
@@ -920,7 +920,7 @@ class QueueClient(object):
|
|
920
920
|
|
921
921
|
def update_messages(self, queue_id, update_messages_details, **kwargs):
|
922
922
|
"""
|
923
|
-
Updates multiple messages in the queue.
|
923
|
+
Updates multiple messages in the queue or the consumer group. Only messages from the same queue/consumer group can be updated at once.
|
924
924
|
You must use the `messages endpoint`__ to update messages.
|
925
925
|
The messages endpoint may be different for different queues. Use :func:`get_queue` to find the queue's `messagesEndpoint`.
|
926
926
|
|
@@ -952,7 +952,7 @@ class QueueClient(object):
|
|
952
952
|
:rtype: :class:`~oci.response.Response`
|
953
953
|
|
954
954
|
:example:
|
955
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
955
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.2/queue/update_messages.py.html>`__ to see an example of how to use update_messages API.
|
956
956
|
"""
|
957
957
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
958
958
|
required_arguments = ['queueId']
|